- 26 Jun, 2013 1 commit
-
-
Sofia Papagiannaki authored
Change condition for being compatible with django 1.2 or greater
-
- 25 Jun, 2013 1 commit
-
-
Sofia Papagiannaki authored
Refs: #4063
-
- 21 Jun, 2013 2 commits
-
-
Christos Stavrakakis authored
Check the process exitcode to determine if a process finished successfully.
-
Christos Stavrakakis authored
Speed up reconciliation by using mulitprocessing to get in parallel the instances from all Ganeti backends.
-
- 20 Jun, 2013 2 commits
-
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
- 19 Jun, 2013 8 commits
-
-
Sofia Papagiannaki authored
* If there is no next request parameter, the view fails with 400 (BadRequest) response status. * ``pithosdev`` added in allowed schemes for the next parameter
-
Sofia Papagiannaki authored
Before public listing (public request parameter) requested by non path owners, was ignored. Now it returns a response with 403 status code (Forbidden)
-
Christos Stavrakakis authored
Conflicts: version
-
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 12 commits
-
-
Georgios D. Tsoukalas authored
Conflicts: snf-astakos-app/astakos/im/messages.py snf-astakos-app/astakos/im/settings.py version
-
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
-
Christos Stavrakakis authored
Dummy implementation of /extensions/<alias> endpoint that always returns 404.
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
-