- 30 Aug, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 07 Aug, 2013 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 06 Aug, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 05 Aug, 2013 1 commit
-
-
Sofia Papagiannaki authored
-
- 29 Jul, 2013 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 25 Jul, 2013 4 commits
-
-
Sofia Papagiannaki authored
* Provision quantity sent should not be of type Decimal (not JSON serializable) * Fix check for user existance in the database
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 24 Jul, 2013 1 commit
-
-
Sofia Papagiannaki authored
-
- 23 Jul, 2013 3 commits
-
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
Replace the regexp in mail_admins_safe() with manual parsing of the message.
-
Sofia Papagiannaki authored
This reverts commit 8414859f4895e4c67ff0bb13a8d7078c1851596a. This commit with the current backend implementation has broken the command for sqlalchemy module.
-
- 22 Jul, 2013 2 commits
-
-
Sofia Papagiannaki authored
* Improved performance (reduce interaction with the database) * Fix command when `userid` option is provided Conflicts: snf-pithos-app/pithos/api/management/commands/reconcile-resources-pithos.py snf-pithos-backend/pithos/backends/lib/sqlite/node.py
-
Stratos Psomadakis authored
Add greenlet tracing code in snf-common, useful for debugging stuck gevent gunicorn workers. If the environmental variable SYNNEFO_TRACE is set to a non-empty string, the tracing code will install a SIGTRAP signal handler for the process, after the Synnefo settings have been imported. Sending a SIGTRAP signal to the process (eg a gevent gunicorn worker) will then print the stack trace of each greenlet spawned within the process to stderr.
-
- 19 Jul, 2013 2 commits
-
-
Kostas Papadimitriou authored
in default RDP connection profile served by synnefo
-
Sofia Papagiannaki authored
* If no token found in the cookie redirect to astakos login with next parameter pointing to the request path * Extend the list of the valid response statuses * If no expected response status is received, pass to the raised exception the response status instead of the whole response. Conflicts: snf-pithos-app/pithos/api/settings.py snf-pithos-app/pithos/api/util.py
-
- 18 Jul, 2013 3 commits
-
-
Kostas Papadimitriou authored
although CONTACT_EMAIL is not a branding setting, we use the branding mechanism to expose it to brandable templates for practical reasons. This also fixes the missing contact email from all project related emails.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
When approving a modification, automatically set the project to active, if it has been deactivated.
-
- 16 Jul, 2013 1 commit
-
-
Giorgos Korfiatis authored
-
- 15 Jul, 2013 2 commits
-
-
Filippos Giannakos authored
Blocksize was undefined for the blocker that combines files and rados objecsts. Define it, according to the block parameters.
-
Christos Stavrakakis authored
-
- 12 Jul, 2013 6 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
How vm connection user gets resolved: - Use the last user in `users` vm metadata if exists - Use the last user in `users` vm image metadata if exists - Use root if vm's image osfamily metadata is Linux - Use Administrator if vm's image osfamily metadata is windows
-
Christos Stavrakakis authored
Add hardcoded 'default' value in region attribute. Refs #4086
-
- 11 Jul, 2013 9 commits
-
-
Dionysis Grigoropoulos authored
-
Sofia Papagiannaki authored
The newly created attributed used to point in the source node instead of the destination Refs: 3510
-
Kostas Papadimitriou authored
- Customized logout success message - Customized add prompt message
-
Dionysis Grigoropoulos authored
-
Kostas Papadimitriou authored
use libguestfs naming convention redhat -> rhel suse -> opensuse (also cloned as sles)
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Make the pool size of the pithos backends a configurable setting, namely PITHOS_BACKEND_POOL_SIZE.
-
Sofia Papagiannaki authored
This method optionally accepts a user paramter and used to return the objects shared to the user and having a specific domain. This commit extends this functionality and returns also the objects owned by the user and having the specific domain Refs: #3510
-
Sofia Papagiannaki authored
Improve performance Refs: #3510
-