Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management / commands / user-show.py @ 075b91de

History | View | Annotate | Download (5.3 kB)

# Date Author Comment
075b91de 05/14/2013 06:53 pm Giorgos Korfiatis

astakos: Rename astakos-quota command to quota

Also replace `quotas' with `quota' in strings and command line options.

91eca048 05/13/2013 04:00 pm Giorgos Korfiatis

astakos: List quotas in user-show with `--quotas'

Refs #3530

Use the same utility function as astakos-quota. Update the latter
to a SynnefoCommand.

bd7fe7c1 04/26/2013 12:47 pm Sofia Papagiannaki

Merge branch 'feature-change-astakos-commands' into feature-quotas

Conflicts:
snf-astakos-app/astakos/im/management/commands/resource-list.py
snf-astakos-app/astakos/im/management/commands/service-list.py
snf-astakos-app/astakos/im/management/commands/service-modify.py...

cb14cc6c 04/22/2013 04:07 pm Giorgos Korfiatis

Rename users_quotas to astakos_users_quotas

21fabaad 04/08/2013 06:51 pm Sofia Papagiannaki

Minor changes in astakos commands

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`...
e496f888 04/05/2013 06:49 pm Giorgos Korfiatis

Adjust astakos to new holding design

Simplifications due to removal of quantity and merging capacity into holding.
Also make sure that holders and resources are represented as strings in
quotaholder calls.

aa27f246 04/05/2013 06:49 pm Giorgos Korfiatis

Move quota-related code out of models.py

Intention is to collect all quota-related code to a single file.

c7c0ec58 02/27/2013 03:45 pm Giorgos Korfiatis

Add per-user limit on pending applications

Add UserSettings model for storing integer-valued settings.
If an entry is missing, a default synnefo setting is consulted.

The limit can be set/unset with snf-manage user-update.

a3c6203c 02/14/2013 04:27 pm Giorgos Korfiatis

Reorder fields in user-show

865849d7 02/14/2013 04:27 pm Giorgos Korfiatis

pep8 improvements

094c0768 01/28/2013 03:59 pm Sofia Papagiannaki

Change astakos user list & show commands.

Include uuid in user-list & search user also by uuid in user-show.

437c0052 01/27/2013 04:15 pm Sofia Papagiannaki

Display resource quota in user-show command

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

Provide project show command

9a06d96f 11/05/2012 03:38 pm Olga Brani

Merged demo

6bdf0aa3 10/03/2012 12:50 pm Sofia Papagiannaki

Rename management commands