- 19 Jun, 2013 23 commits
-
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
Stratos Psomadakis authored
-
Kostas Papadimitriou authored
view always passes request argument. Avoid propagating it to ModelForm constructor.
-
Olga Brani authored
-
Kostas Papadimitriou authored
in quick-install-admin-guide.rst
-
Kostas Papadimitriou authored
when recpatcha is enabled in astakos settings
-
Kostas Papadimitriou authored
-
Georgios D. Tsoukalas authored
-
Constantinos Venetsanopoulos authored
-
Christos Stavrakakis authored
vmapi skippede from commit 269ac8d.
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
Speed up reconciliation, by increasing the time interval to get Ganeti job status for VMs in building state.
-
Georgios D. Tsoukalas authored
-
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 3 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
-