- 08 Jan, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 07 Jan, 2013 2 commits
-
-
Christos Stavrakakis authored
Conflicts: snf-cyclades-app/synnefo/db/models.py snf-cyclades-app/synnefo/logic/management/commands/backend-modify.py
-
Christos Stavrakakis authored
-
- 04 Jan, 2013 4 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Due to a bug the was fixed in Python-2.7, in Python-2.6 unicode strings that are written to sys.stdout (using sys.stdout.write) are not converted to bytestrings using the file.encoding. Instead sys.stdout.encoding is set to None, and the default encoding is used. We solve this by creating a wrapper to stdout, and encoding everything either with the file encoding, or with the `locale` prefered encoding.
-
Christos Stavrakakis authored
Ignore offline backends when computing the state of the network, since no notification will be received from them. Also, create no BackendNetwork for an offline backend. This will be created by reconcilliation, when the backend gets online again.
-
- 20 Dec, 2012 3 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Padding should not be considered when counting unavailable entries.
-
Christos Stavrakakis authored
-
- 19 Dec, 2012 6 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
All django apps need a models.py file
-
Christos Stavrakakis authored
Use image_backend context manager to ensure that ImageBackend is always closed. list_images method did not close the ImageBackend, which resulted in depletion of the Pithos backend connection pool.
-
- 14 Dec, 2012 7 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
LOGGING has been renamed to LOGGING_SETUP
-
Christos Stavrakakis authored
Use 'factory_boy' library for creating Django ORM objects as test data. These factories can be used as fixtures replacement since they are easier to write and maintain.
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Refs #3097
-
- 13 Dec, 2012 1 commit
-
-
Giorgos Korfiatis authored
-
- 12 Dec, 2012 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Do not allow creation of more than one Bridge or MacPrefix pool, since we can not handle them yet.
-
- 11 Dec, 2012 2 commits
-
-
Constantinos Venetsanopoulos authored
-
Giorgos Korfiatis authored
The callpoint takes care of committing.
-
- 10 Dec, 2012 12 commits
-
-
Giorgos Korfiatis authored
if part of the request is rejected. If such a call returns a non-empty list, this means that the entire call failed due to the actions mentioned in the list.
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Giorgos Korfiatis authored
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
Make reconcile-servers perform reconciliation only for the specified backend.
-
Constantinos Venetsanopoulos authored
-