Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management / commands / project-show.py @ c7e03d20

History | View | Annotate | Download (8.3 kB)

# Date Author Comment
6d583e07 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Simplify project schema

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.

88beea39 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Improve logging for Projects and Applications

Introduce model ProjectLog as well as fields in ProjectApplication
in order to record all actions.

d758784b 08/05/2013 02:39 pm Christos Stavrakakis

Fix stale import statements

Commit 7cfc0ce moved code from webproject to snf_django. This commit
fixes some stale imports that skipped renaming.

7cfc0cef 08/05/2013 12:45 pm Christos Stavrakakis

snf-django: Move ListCommand to snf-django

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,...

44f510e1 05/22/2013 06:51 pm Giorgos Korfiatis

astakos: Support units in resource-related commands

Add library synnefo.util.units for parsing numerical values
with an optional unit suffix and printing integer values based
on a given style.

Styles `b', `kb', `mb', etc allow printing in the respective multiples...

398a9604 05/21/2013 03:06 pm Giorgos Korfiatis

astakos: Include project membership info in commands

`user-show --projects': Memberships and ownerships for a given user
in separate tables
`project-show --members': Members of the given project
415c4a56 05/08/2013 06:24 pm Giorgos Korfiatis

astakos: Visually separate apps in project-show

a0699ee4 04/05/2013 06:55 pm Sofia Papagiannaki

Change astakos show commands

  • rename `invitation-details` command to
    `invitation-show` to conform with the rest
    synnefo show commands
  • Enable the --output-format option (by changing
    them to inherit by `synnefo.webproject.management.commands.SynnefoCommand`...
882ade00 02/19/2013 01:55 pm Giorgos Korfiatis

Display name of terminated projects

5ed5f9e6 02/14/2013 04:27 pm Giorgos Korfiatis

Improve project command help messages

cd1915aa 02/14/2013 04:26 pm Giorgos Korfiatis

Show project applicant info

cb261eef 02/14/2013 04:26 pm Sofia Papagiannaki

Unify astakos management command formatting

e0a30018 01/28/2013 05:52 pm Giorgos Korfiatis

Show `unlimited' max members

09f54ceb 01/28/2013 05:52 pm Giorgos Korfiatis

Reintroduce --app in project-show

47fbfc1c 01/28/2013 05:18 pm Giorgos Korfiatis

Chain-based project management commands

06d7c286 01/28/2013 05:08 pm Sofia Papagiannaki

Fix encoding handling in astakos commands

720e6adf 01/24/2013 07:11 pm Sofia Papagiannaki

Handle project-show invalid input

Raise CommandError there is no such project

6e212c04 01/24/2013 07:06 pm root

Fix syntax error
x

2a2c6876 01/24/2013 03:05 pm Giorgos Korfiatis

Use admin version of state display

cb6b8c79 01/24/2013 02:32 pm Giorgos Korfiatis

Enhanced project-show

c2837d72 01/21/2013 09:11 pm Sofia Papagiannaki

Provide project show command