- 05 Mar, 2013 15 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Since version 0.13 flavors have been renamed in order to include the disk_template. This commit fixes the corresponding check in snf-burnin.
-
Kostas Papadimitriou authored
- Do not use autocomplete feature (usernames are now stored in astakos db) - Translate provided username to retrieve user uuid - UI: Display network operstate in as badge. Hide deleted vms in nics lists.
-
Kostas Papadimitriou authored
Include groups, auth_token information in authenticated api response. These attributes are required by cyclades helpdesk app.
-
Giorgos Korfiatis authored
Refs #3373 Add option --set-capacity in user-set-initial-quota that sets initial quota for a specified user/resource pair. Importing from a file requires option --from-file.
-
Christos Stavrakakis authored
Add assertions about the types of "table" and "headers" arguments. Refs #3365
-
Georgios D. Tsoukalas authored
As was run on production during migration. The migration looped over all rows (node, muser) from versions, and update muser in each one. However, the tuples (node, muser) are not unique in the table, and more important, the muser values are much fewer than the nodes (since there are by definition much more users than files). Instead, we now loop over the distinct muser values, and issue an update statement for each one (which updates much more than one row, one for every version this muser has produced)
-
Georgios D. Tsoukalas authored
-
Christos Stavrakakis authored
Convert all fields of table and headers to strings before counting their length or right-aligning them. Refs #3365
-
Stratos Psomadakis authored
-
Giorgos Korfiatis authored
Refs #3374 Add options --uuid, --displayname, --active, and --filter-by. filter_results() is copied locally to avoid importing from cyclades.
-
Giorgos Korfiatis authored
Refs #3374 Prefetch auth providers for all users and store them in a per-user dictionary.
-
Kostas Papadimitriou authored
Expand form content by default when classic module is the only one set.
-
Kostas Papadimitriou authored
Consume session messages in get_services api response. When get_services is loaded from an astakos page, messages should have already been consumed in the html response. When get_services is loaded from another domain/service we consume them in get_services view so that no stale messages to appear if user visits an astakos view later on.
-
Kostas Papadimitriou authored
redirect to ASTAKOS_LOGIN_SUCCESS_URL after successful login when no next parameter is set. Defaults to /im/landing
-
- 04 Mar, 2013 3 commits
-
-
Kostas Papadimitriou authored
Refs #3363 /var/lib/* is commonly used to store application generated data and not as a place to configure installed software. For every Synnefo app, the administrator is free to install a modified copy of a template under /etc/synnefo/templates. This will activate the new template, even without restarting gunicorn.
-
Kostas Papadimitriou authored
astakos.im.views.home does not exist
-
Constantinos Venetsanopoulos authored
Move the directory under contrib and remove the corresponding entry from `devflow.conf'.
-
- 01 Mar, 2013 2 commits
-
-
Constantinos Venetsanopoulos authored
-
Constantinos Venetsanopoulos authored
-
- 28 Feb, 2013 5 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Stratos Psomadakis authored
-
- 27 Feb, 2013 13 commits
-
-
Stratos Psomadakis authored
-
Constantinos Venetsanopoulos authored
-
Stratos Psomadakis authored
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
Add UserSettings model for storing integer-valued settings. If an entry is missing, a default synnefo setting is consulted. The limit can be set/unset with snf-manage user-update.
-
Georgios D. Tsoukalas authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
Loggers for all synnefo components should be configured in snf-webproject setting file '10-snf-webproject-logging.conf'. (see commit 4e4e49b)
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Stratos Psomadakis authored
-
Christos Stavrakakis authored
-
Stratos Psomadakis authored
-
- 26 Feb, 2013 2 commits
-
-
Giorgos Korfiatis authored
The check for available capacity in the target entity wouldn't account property for the initial quantity. Make also the unit tests that failed to detect the problem more robust.
-
Stratos Psomadakis authored
-