- 13 Feb, 2014 2 commits
-
-
Giorgos Korfiatis authored
Use --filter-by to filter by owner and name. Refs #5014
-
Giorgos Korfiatis authored
-
- 12 Feb, 2014 1 commit
-
-
Giorgos Korfiatis authored
Introduce field `uuid'; use it to refer to projects in the API and the management commands.
-
- 11 Oct, 2013 1 commit
-
-
Giorgos Korfiatis authored
Cleanup project status description in management command project-list.
-
- 07 Aug, 2013 1 commit
-
-
Giorgos Korfiatis authored
Applications now point to a project (rather than an extra model Chain). A Project is created upon submitting an application; it always points to a single `reference' application. Model Chain is kept as a sequence to generate project ids.
-
- 05 Aug, 2013 2 commits
-
-
Christos Stavrakakis authored
Commit 7cfc0ce moved code from webproject to snf_django. This commit fixes some stale imports that skipped renaming.
-
Christos Stavrakakis authored
snf-webproject contained the generic ListCommand, and because of this it had a dependency from snf-django-lib. This commit moves this command from snf-webproject to snf-django-lib and removes this dependency. Also, updates all imports of ListCommand. Refs #4041
-
- 21 May, 2013 1 commit
-
-
Giorgos Korfiatis authored
Use a custom way to retrieve and filter project data; ListCommand is not suitable when multiple tables must be consulted.
-
- 08 Apr, 2013 1 commit
-
-
Sofia Papagiannaki authored
Refs: #3346 * Change `synnefo.webproject.management.commands.ListCommand` to permit post database selection filtering and pass the command options to the handle_db_objects() * Change project-list command to inherit `synnefo.webproject.management.commands.ListCommand` * move callable functions outside the ListCommand classes
-
- 26 Mar, 2013 1 commit
-
-
Giorgos Korfiatis authored
An admin can modify a project, i.e. create an application based on a previous application. We distinguish the initial applicant, called the `owner', from the user who submitted the current application, called the `applicant'. Show owner instead of applicant in project-list: the applicant can vary among applications for a single project, but owner is likely to be unique.
-
- 27 Feb, 2013 1 commit
-
-
Georgios D. Tsoukalas authored
-
- 14 Feb, 2013 9 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Sofia Papagiannaki authored
-
- 31 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
to better expose a pending application
-
- 28 Jan, 2013 3 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Sofia Papagiannaki authored
-
- 23 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 17 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
Note that select_related() does not automatically bring `related_name's, such as ProjectApplication.project. Need to specify select_related('project'), which brings `project' (but not `owner', or other related field).
-
- 11 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
Change Project's state field and ProjectMembershipHistory's person field; replace all migrations starting 0015 with a single new one. Need to check for missing data migrations.
-
- 09 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 08 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 04 Jan, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 14 Dec, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 12 Dec, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 11 Dec, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 10 Dec, 2012 2 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
- 09 Dec, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 06 Dec, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 03 Oct, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 10 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-
- 03 Sep, 2012 1 commit
-
-
Sofia Papagiannaki authored
-