- 05 Apr, 2013 20 commits
-
-
Giorgos Korfiatis authored
Import directly quotaholder.callpoint in endpoint/qh.py instead of an HTTP client. Remove code related to entities, such as registering users and services. Remove sync_projects logic.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Define exceptions locally
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
quotaholder_django/quotaholder_app becomes astakos/quotaholder quotaholder_django/test becomes astakos/quotaholder/test
-
Giorgos Korfiatis authored
Replace custom transaction context with: - decorator `commit_on_success_strict', which uses transaction.commit_manually and ensures that the transaction rolls back on any exception - context ExceptionHandler, which logs and suppresses exceptions
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Sofia Papagiannaki authored
Refs: #3519 Add a stamp database revision section in the guide.
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
Invite view and function had the same name.
-
- 04 Apr, 2013 1 commit
-
-
Ilias Tsitsimpis authored
-
- 03 Apr, 2013 4 commits
-
-
Stratos Psomadakis authored
-
Constantinos Venetsanopoulos authored
The Integrator's Guide is outdated, keep it as a file, but remove it from the documentation's index page.
-
Georgios D. Tsoukalas authored
-
Stratos Psomadakis authored
-
- 02 Apr, 2013 14 commits
-
-
Christos Stavrakakis authored
Plankton backend raised AssertionError when an Image was not found. Change this to raise faults.ItemNotFound error. Temporary commit until common API decorator is implemented. Refs #3356
-
Christos Stavrakakis authored
Until now, deleting an image resulted in deletion of the corresponding file from Pithos. Plankton Images are files in Pithos with special metadata on the 'plankton' metadata domain. Adding an Image to plankton is equivalent with adding some special metadata in this domain. In the same way, this commit implements Image deletion by deleting these metadata, and retaining the original file in Pithos. Refs #3522
-
Christos Stavrakakis authored
Do not use a default value (was "MAC_FILTERED") for "type" parameter of "network_create" API method. The client must explicitly choose the network type.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Constantinos Venetsanopoulos authored
-
Christos Stavrakakis authored
Fix CSV output format of ListCommand using csv python module, instead of manually trying to format them. Also fix small issues with --no-headers option.
-
Kostas Papadimitriou authored
Conflicts: snf-astakos-app/astakos/im/messages.py snf-astakos-app/astakos/im/views.py version
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
handle new email recipients
-
Kostas Papadimitriou authored
Include an additional action to helpdesk view. Based on the current status of the virtual machine helpdesk user is allowed to start it or shut it down. This comes handy since in most cases vm suspension needs to be followed up with some kind of network cut off of the corresponding machine. Since no such option is currently available from the software, machine shutdown is provided as an alternative.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
remove deprecated admin app entries
-
Kostas Papadimitriou authored
-
- 01 Apr, 2013 1 commit
-
-
Kostas Papadimitriou authored
-