- 10 Jan, 2014 7 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
custom csrf handling is already applied in those views. Fixes action errors when cyclades are installed along with astakos app which enables csrf protection middleware.
-
Kostas Papadimitriou authored
based on user quota limits
-
Kostas Papadimitriou authored
- Improve network status styling - Include status styling for drained networks
-
Kostas Papadimitriou authored
If setting ``UI_GROUP_PUBLIC_NETWORKS`` is set to True, public networks will be grouped by their name in networks view.
-
Christos Stavrakakis authored
Add support for specifying a timeout when stopping, rebooting or destroying a server.
-
Christos Stavrakakis authored
-
- 09 Jan, 2014 1 commit
-
-
Dionysis Grigoropoulos authored
Fix an off-by-one-error in VM diagnostics
-
- 08 Jan, 2014 6 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Validate key submission content size. Maximum allowed content size is configurable in userdata settings (USERDATA_SSH_KEY_MAX_CONTENT_LENGTH). - Return 422 status code on submission validation errors.
-
Dionysis Grigoropoulos authored
Function check_name_length would crash if the input was a unicode string.
-
Dionysis Grigoropoulos authored
Since commit ba6ad3460931223d262badebcecbb4124ac136d8 subnets were always created with an empty name field due to a bug.
-
- 07 Jan, 2014 2 commits
-
-
Kostas Papadimitriou authored
set missing overlay titles
-
Kostas Papadimitriou authored
-
- 20 Dec, 2013 2 commits
-
-
Christos Stavrakakis authored
* clear QuotaHolderSerial objects when resolving pending commissions. * Fix wrong name of Ganeti opcodes. * Do not update vm's flavor before issuing new commission
-
Christos Stavrakakis authored
Make reconciliation mechanism take an exclusive lock on objects before issuing messages for reconciliation events. This will make reconciliation mechanism more slow, but will ensure correct quotas when reconciliation is run while the service is online.
-
- 19 Dec, 2013 13 commits
-
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
no longer needed since feedback overlay is not manualy triggered any more.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Extend 'Subnet' model with 'userid' and 'public' attributes. This is required in order to avoid an expensive join when listing subnets. This commit also includes a database migration for existing subnets.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Dionysis Grigoropoulos authored
-
Dionysis Grigoropoulos authored
* Propery handle IDs that weren't an integer
-
Dionysis Grigoropoulos authored
* Set detail=True by default for networks and ports * Update subnets to support /detail
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Add option in enforce-resources-cyclades to specify the maximum number of operations to perform per backend. Also ensure that quota are always checked in the same order.
-
- 18 Dec, 2013 5 commits
-
-
Christos Stavrakakis authored
Fix default values for DB model factories.
-
Christos Stavrakakis authored
Fix migration that caused creation of Subnet for networks that did not had enabled the 'dhcp' option.
-
Christos Stavrakakis authored
Fix corner case where a port seems to be still attached to a VM although the VM has already been deleted.
-
Christos Stavrakakis authored
Security groups are not working yet. Comment out relevant tests.
-
Christos Stavrakakis authored
-
- 17 Dec, 2013 4 commits
-
-
Christos Stavrakakis authored
Add 'created' and 'updated' datetime fields in Subnet model.
-
Christos Stavrakakis authored
Use 'prefetch_related' and 'select_related' to optimize DB queries.
-
Dionysis Grigoropoulos authored
* Fix the name of a port not being saved * Check the length of the name of a port is within acceptable limits
-
Dionysis Grigoropoulos authored
* Do not allow subnet creation on deleted networks
-