Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
b4d92d39
Commit
b4d92d39
authored
Oct 11, 2013
by
Giorgos Korfiatis
Browse files
astakos: Update project-list help text
Cleanup project status description in management command project-list.
parent
cc40aa60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
b4d92d39
...
...
@@ -26,6 +26,10 @@ Astakos
of its `reference' application (current definition). Lock Project rather
than Chain (the latter is semantically obsolete).
* Project states "Active - Pending" and "Suspended - Pending" have been
removed. In management command `project-list', the existence of a pending
modification is indicated by a non-blank `Pending AppID'.
* Improve recording of project, application, and membership actions.
* Implement API calls for projects.
...
...
snf-astakos-app/astakos/im/management/commands/project-list.py
View file @
b4d92d39
...
...
@@ -42,34 +42,24 @@ from ._common import is_uuid, is_email
class
Command
(
SynnefoCommand
):
help
=
"""
List projects and project status.
help
=
"""List projects and project status.
Project status can be one of:
Pending an
application <AppId> for a new project
Pending an
uninitialized project, pending review
Active an active project
Active - Pending an active project with
a pending modification <AppId>
Denied an application for a new project,
denied by the admin
Denied an uninitialized project, denied by the admin
Dismissed a denied project, dismissed by the applicant
Cancelled an application for a new project,
cancelled by the applicant
Cancelled an uninitialized project, cancelled by the applicant
Suspended a project suspended by the admin;
it can later be resumed
Suspended - Pending a suspended project with
a pending modification <AppId>
Terminated a terminated project; its name can be claimed
by a new project
"""
by a new project"""
option_list
=
SynnefoCommand
.
option_list
+
(
make_option
(
'--all'
,
...
...
@@ -81,7 +71,7 @@ class Command(SynnefoCommand):
action
=
'store_true'
,
dest
=
'new'
,
default
=
False
,
help
=
"List only new p
roject application
s"
),
help
=
"List only new p
ending uninitialized project
s"
),
make_option
(
'--modified'
,
action
=
'store_true'
,
dest
=
'modified'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment