- 11 Mar, 2014 3 commits
-
-
Giorgos Korfiatis authored
Include display name (email) in default output of user-list management command. Remove flags 'verified' and 'moderated' from default output. Keep --displayname for backwards compatibility.
-
Giorgos Korfiatis authored
Fix AstakosUser.status_display so as not to miss some states. Include all related flags in user-show and group them together.
-
Christos Stavrakakis authored
Make 'snf-ci' script to use user's configuration, located in user's home directory ('~/.synnefo_ci'), if it exists.
-
- 10 Mar, 2014 13 commits
-
-
Christos Stavrakakis authored
Fix wrong merge conflict resolution that caused 'snf-burnin' to crash.
-
Christos Stavrakakis authored
This reverts commit efea9ecb, because it breaks existing unittests which mock 'synnefo.plankton.backend.PlanktonBackend'.
-
Christos Stavrakakis authored
Also, fix order of Pithos DB migrations. Conflicts: Changelog docs/compute-api-guide.rst snf-astakos-app/astakos/im/tables.py snf-cyclades-app/synnefo/api/floating_ips.py snf-cyclades-app/synnefo/api/tests/floating_ips.py snf-cyclades-app/synnefo/api/tests/images.py snf-cyclades-app/synnefo/api/tests/servers.py snf-cyclades-app/synnefo/logic/subnets.py snf-cyclades-app/synnefo/plankton/backend.py snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js snf-tools/synnefo_tools/burnin/cyclades_common.py version
-
Dionysis Grigoropoulos authored
* s/verirfication/verification/
-
Christos Stavrakakis authored
-
Alex Pyrgiotis authored
-
Alex Pyrgiotis authored
-
Vangelis Koukis authored
-
Vangelis Koukis authored
Remove superfluous/identical COPYRIGHT files in subdirectories, leave a single COPYRIGHT file in the root of the Synnefo repository.
-
Christos Stavrakakis authored
Update Changelog for 0.15 release and the links to Changelog/NEWS in the admin guide.
-
Alex Pyrgiotis authored
-
Alex Pyrgiotis authored
-
Vangelis Koukis authored
Extend NEWS before release of v0.15, fix minor typos in Changelog.
-
- 07 Mar, 2014 2 commits
-
-
Vangelis Koukis authored
-
Vangelis Koukis authored
Remove superfluous/identical COPYRIGHT files in subdirectories, leave a single COPYRIGHT file in the root of the Synnefo repository.
-
- 05 Mar, 2014 13 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Fine grained handling of project modification field (exclude unchanged fields) - Display modified fields in project modification details/summary views - Set distinguished content in project/app details/summary views - Minor styling improvements
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Project model/collection objects - Display project select widget in vm/network/ip create overlays - Project reassign view for vm/network/ip resources - Display project name in vm/network/ip views
-
Christos Stavrakakis authored
vncauthproxy will return error status if the instance is not running. Cyclades check that the VM in marked as started in DB before allowing a console action. However, the VM may be stopped without Cyclades knowing it (unsynced state). This commit fixes this issue by checking the VM is actually running, by looking the 'oper_state' field in the result of the query, that is already performed to get the instance host and port. In case the VM is stopped, state is reconciled by issuing a mocked 'OP_INSTANCE_SHUTDOWN' Ganeti job, that will take care of state and quotas. Also, remove use of 'TEST' setting that was used for unittests. Instead, properly mock Ganeti and vncauthproxy responses.
-
Christos Stavrakakis authored
s/uuuid/uuid
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Sofia Papagiannaki authored
Refs: #5186
-
- 04 Mar, 2014 1 commit
-
-
Christos Stavrakakis authored
-
- 28 Feb, 2014 8 commits
-
-
Sofia Papagiannaki authored
Refs: #5168
-
Giorgos Korfiatis authored
-
Christos Stavrakakis authored
Make RemoveCommand inherit from SynnefoCommand. Also, add options of remove commands to command specific options.
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
Since now we cannot do without projects, we remove the option to hide projects from Astakos UI.
-
Dimitris Aragiorgis authored
Since we are inserting ssh keys, we first backup existing authorized_keys and append them later to our uploaded file. If authorized_keys did not exist, neither will authorized_keys.bak . So `test -e` in the initialize method of SSH component will fail and fabric will abort. Here we fix this case. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Christos Stavrakakis authored
-
Giorgos Korfiatis authored
Update Copyright for files merged into develop in 2014 concerning the new projects mechanism.
-