Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im @ 720955ff

Name Size
  api
  endpoints
  fixtures
  management
  migrations
  scripts
  static
  target
  templates
  templatetags
__init__.py 0 Bytes
activation_backends.py 9.5 kB
auth_backends.py 3.3 kB
auth_providers.py 21.2 kB
context_processors.py 4 kB
cookie.py 4.1 kB
ctx.py 2.1 kB
forms.py 39.8 kB
functions.py 30.3 kB
messages.py 18.2 kB
middleware.py 2.3 kB
models.py 73.9 kB
notifications.py 3.1 kB
presentation.py 6 kB
project_error.py 2.3 kB
project_notif.py 4.5 kB
project_tests.py 879 Bytes
quotas.py 7.6 kB
resources.py 3 kB
settings.py 10.4 kB
tables.py 13.5 kB
tests.py 50.6 kB
urls.py 7.4 kB
util.py 9.6 kB
views.py 57.9 kB
widgets.py 2.8 kB

Latest revisions

# Date Author Comment
4161cb70 04/18/2013 12:20 pm Giorgos Korfiatis

Move resource data away from astakos settings

UI-related presentation data go to presentation.py.
Remove load_service_resources call and related astakos-init
management command.

34d3883a 04/18/2013 12:20 pm Giorgos Korfiatis

Make resource name independent of service name

Also remove unused ResourceMetadata model.

b1ea24f3 04/18/2013 12:20 pm Giorgos Korfiatis

Import resources from definition and config files

Register a service's resources giving option --json <file>.
The json file is expected to represent a dictionary with keys
"service" and "resources".

Currently the default base quota (uplimit) for each resource is read...

9747707e 04/18/2013 12:20 pm Giorgos Korfiatis

Sync quotas efficiently when importing resources

When changing the default base quota (uplimit) for a preexisting resource,
do a bulk update of the related holdings.
When importing a new resource, create the new related holdings.

Prompt the admin for the uplimit in the management command, if a config...

143d8a9d 04/18/2013 12:20 pm Kostas Papadimitriou

Cleanup CLRF's

26551b92 04/18/2013 12:20 pm Kostas Papadimitriou

Remove resource/service model dependencies

- Remove foreign key dependency between Service/Resource model. Replace
it with a service CharField to keep track of the service identifier
that the resource was registered from.
- Remove all references to resource service name in resource lookups

75380308 04/18/2013 12:20 pm Kostas Papadimitriou

Use updated resource models in projects views

b75a7e53 04/18/2013 12:20 pm Giorgos Korfiatis

Update resource-list management command

720955ff 04/18/2013 12:20 pm Giorgos Korfiatis

Modify resource limit from the command line

7125062f 04/17/2013 02:09 pm Giorgos Korfiatis

Make astakos-quota robust on missing base quotas

View revisions

Also available in: Atom