- 15 May, 2013 6 commits
-
-
Giorgos Korfiatis authored
- Split code that lists and syncs quotas - Merge the latter with qh_sync_users - Move qh_sync_projects in quotas.py; sync only active members - Add missing select for update in project suspend - Clean up quotas.py
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Available join and leave policies are internally defined and should not be changed by settings. Move policy descriptions to presentation.py. Do not convert to string the lookup key in templatetags/filters.py
-
Giorgos Korfiatis authored
Remove project_tests.py, empty package im.endpoints and fixtures
-
Christos Stavrakakis authored
Implement 'join_urls' method for joining a base URL with a path, without worrying about redundant or missing "/". Do not use 'urlparse.urljoin', since it has different semantics.
-
Sofia Papagiannaki authored
-
- 14 May, 2013 6 commits
-
-
Giorgos Korfiatis authored
Also replace `quotas' with `quota' in strings and command line options.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
To change base quota for a specified user: snf-manage user-modify user --set-base-quota resource limit To import base quota in batch from a file: snf-manage astakos-quota --import-base-quota filename Rename `initial' to `base quota' in command output. Move code that creates/removes AstakosUserQuota entries in file quotas.py; sync user to quotaholder after such a change. Refs #3411
-
- 13 May, 2013 5 commits
-
-
Sofia Papagiannaki authored
-
Giorgos Korfiatis authored
Refs #3530 Use the same utility function as astakos-quota. Update the latter to a SynnefoCommand.
-
Giorgos Korfiatis authored
Refs #3717 Replace instances of DateField in ProjectMembership and ProjectMembershipHistory.
-
Giorgos Korfiatis authored
This reverts commit 7ce770be9fd9668fff4088eff2421cbeb0cc311e. Update astakos tests to use membership id.
-
Giorgos Korfiatis authored
-
- 10 May, 2013 2 commits
-
-
Sofia Papagiannaki authored
Replace all AstakosCallpoint references
-
Sofia Papagiannaki authored
Refs: #3340
-
- 09 May, 2013 4 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Fix race condition in one of Astakos tests.
-
Christos Stavrakakis authored
Do not user 'assertItemsEqual' method of unittest is only supported in python 2.7. Also, some arguments have been renamed.
-
Christos Stavrakakis authored
Search based on 'person__id' and not 'id'.
-
- 08 May, 2013 4 commits
-
-
Giorgos Korfiatis authored
add_member, remove_member were not used.
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Always return services that exist in database. If a known service exists use the predefined presentation data as base dict upon which we build up the returned info by merging the data stored in service model and the ASTAKOS_SERVICE_META entry if exists for the corresponding service.
-
- 02 May, 2013 4 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
For cancel and dismiss, it is for now just a placeholder.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
- 01 May, 2013 4 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Form passes only a tuple (name, limit) for each selected resource, omitting presentational data.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
- 30 Apr, 2013 2 commits
-
-
Kostas Papadimitriou authored
- Allow admin to overwrite default resources presentation data using ASTAKOS_RESROUCES_META setting. dict_merge is used to accomodate admin from declaring all available metadata parameters. - Enforce allow_in_projects resource policy in project application form.
-
Giorgos Korfiatis authored
Add attribute `allow_in_projects' in Resource model (True by default). Set this flag for astakos.pending_app to False in the description of astakos resources.
-
- 29 Apr, 2013 3 commits
-
-
Giorgos Korfiatis authored
Unify these operations when registering a pending application, in order to make sure no commission can be left pending.
-
Giorgos Korfiatis authored
Sync number of pending applications to quotaholder.
-
Giorgos Korfiatis authored
In order to facilitate migrations.
-