- 19 Jun, 2013 6 commits
-
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Fix deadlock between snf-dispatcher and backend allocator, by making snf-dispatcher take an exclusive lock to the backend which hosts the vm, before trying to get the exclusive locks to the IP pools in order to reserve and release the instance IPs.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
astakosclient should be added to the beggining of the sys.path instead, of the end, since astakosclient may already be installed on the system.
-
Christos Stavrakakis authored
-
- 18 Jun, 2013 14 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
to match the updated snf_django api_method decorator
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
allow API views to define supported serializations.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Set CONNECTION_RETRY_LIMIT=2 for the PithosClient
-
Stratos Psomadakis authored
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
After all, the prefix is visible to users as part of the public url they pass around, therefore 'public' is much more presentable than pithos_public.
-
Olga Brani authored
-
Kostas Papadimitriou authored
since django 1.3, when using the ``transaction.commit_manually`` decorator, transaction is required to be closed (using either commit/rollback) even if only read db operations are executed from within the wrapped method.
-
Kostas Papadimitriou authored
-
- 17 Jun, 2013 17 commits
-
-
Sofia Papagiannaki authored
Compute account statistics instead of storing them in the database Fix container statistics computation Related commit: 3a9f1f113c1e2c853b7ae223fbcbb843d19f7f95
-
Sofia Papagiannaki authored
To achieve atomicity we lock the container path. However, the write operations update the statistics for the ancestor nodes (container/account). Therefore, the backend restricts the recursion up to the container level. Account statistics should be computed whenever are required.
-
Sofia Papagiannaki authored
Refs: #3582 #3585
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Dummy implementation of /extensions/<alias> endpoint that always returns 404.
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
-
Olga Brani authored
-
Giorgos Korfiatis authored
Initialize the argument with the desired list in runtime rather than load time; set the default to None.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Introduce assertMethodNotAllowed method in BaseAPITest class. The method asserts that provided response is a valid ``Method not allowed`` API response.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
-
- 14 Jun, 2013 3 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
variable used as prefix for vm os icon urls
-
Christos Stavrakakis authored
-