- 01 May, 2013 1 commit
-
-
Sofia Papagiannaki authored
Commit transaction before accepting the commission and delete registered serials after successful commission. Refs: #3594
-
- 30 Apr, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 29 Apr, 2013 12 commits
-
-
Giorgos Korfiatis authored
-
Ilias Tsitsimpis authored
This reverts commit da18207e2825b4a0a4cb3abc6a9fbef541eda05b. Issue resolved by commit 214058a911c5b4b8b3d9108ba891536a0b40dc49.
-
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.
-
Christos Stavrakakis authored
-
Ilias Tsitsimpis authored
In resolve_commissions, accept_serials and reject_serials may be empty lists. Don't do a validation check for this parameters and let the servers respond with an error if bad values was given.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Migration 0001 should be faked on an existing database. Migration 0002 adds new fields. Migration 0003 populates the new fields based on the old ones. Migration 0004 deletes unneeded fields and tables.
-
Giorgos Korfiatis authored
In order to facilitate migrations.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Avoid function call as a default value in model.
-
Giorgos Korfiatis authored
Default to empty string
-
- 26 Apr, 2013 2 commits
-
-
Giorgos Korfiatis authored
- Rename 'pithos+' to 'pithos' - Prepend resource names with 'service_name.'
-
Sofia Papagiannaki authored
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 snf-astakos-app/astakos/im/management/commands/user-modify.py snf-astakos-app/astakos/im/management/commands/user-set-initial-quota.py snf-astakos-app/astakos/im/management/commands/user-show.py
-
- 25 Apr, 2013 6 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Support issue_commission's `name' parameter for an optional description of the commission. Include this field in the dict returned by get_commission. Change astakosclient accordingly.
-
Giorgos Korfiatis authored
Conflicts: astakosclient/astakosclient/__init__.py astakosclient/astakosclient/errors.py astakosclient/astakosclient/tests.py docs/index.rst
-
Giorgos Korfiatis authored
`snf-manage resource-import' does not provide a way to change the default base quota any more. When importing a resource for the first time, it sets the limit to zero. Use `snf-manage resource-modify' to change limits. It supports both interactive mode and reading limits from file, either for a specified resource or for all resources.
-
Giorgos Korfiatis authored
-
- 24 Apr, 2013 6 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Also remove unused `context' argument and replace empty list default values with None.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
- 23 Apr, 2013 12 commits
-
-
Kostas Papadimitriou authored
in synnefo.settings.test
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
importing setting names explicitly makes it hard to write tests that depend on specific setting values and polutes the module namespace. In this commit only settings that are currently used in tests where refactored.
-
Kostas Papadimitriou authored
- Avoid settings overrides from conf files inside SYNNEFO_SETTINGS_DIR Tests are expected to succeed with exact setting values defined either in tests modules/cases or in the default synnefo setting modules. To ensure this we temporarily set SYNNEFO_SETTINGS_DIR environmental variable to a non existing directory. - Use DEBUG=False by default. We want our code to be tested in an settings environment as close to what we would set in a production deployment. - Set initial astakos IM_MODULES setting to be able to test third party providers. This will be removed once we manage to dynamically run different tests with different IM_MODULES combinations
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
Everything should point to http://www.synnefo.org/* This patch updates the URL everywhere in the repo.
-
Giorgos Korfiatis authored
So that it follows the naming scheme of other astakosclient calls.
-
Constantinos Venetsanopoulos authored
-
Giorgos Korfiatis authored
Assume a resource `astakos.pending_app' related to service `astakos'. On submitting an application, issue a commission that will update the related counter if possible, and accept the commission on success. On approving/denying/cancelling an application, update the counter likewise. We always charge the application `owner'; however, if the `applicant' is a project admin, we issue commission in force mode which succeeds even if it exceeds the limit. In order to pre-emptively check in the UI, follow the same process in `dry run' mode, which issues a commission and rejects it on success. Remove option of user-update to set its limit. Refs #3349
-