- 23 Mar, 2011 7 commits
-
-
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
Fixes #313
-
-
Markos Gogoulos authored
check if server.status is "DELETED" rather than attribute server.deleted Refs #293
-
Dimitris Moraitis authored
-
Markos Gogoulos authored
return badRequest if changes_since variable is problematic
-
- 22 Mar, 2011 6 commits
-
-
-
Giorgos Verigakis authored
-
-
Markos Gogoulos authored
-
Dimitris Moraitis authored
-
Giorgos Verigakis authored
* Add server actions * Add address listing API mostly complete now. Refs #301
-
- 21 Mar, 2011 1 commit
-
-
Giorgos Verigakis authored
Refs #301
-
- 19 Mar, 2011 2 commits
-
-
Christodoulos Psaltis authored
This refers to the confirmation box for multiple machine actions in standard view and all machine actions in list view. The box appears at the bottom of the page. You can only view it by removing display: none from div.confirmation. Refs #209
-
Christodoulos Psaltis authored
This refers to the confirmation box for single machine actions. At this point you can only view it by removing display: none from div.confirmation. Refs #209
-
- 18 Mar, 2011 6 commits
-
-
Giorgos Verigakis authored
Simple command line tools to help the development.
-
Giorgos Verigakis authored
- Implemented servers section of the API - Some new tests Work in progress. Refs #301
-
Christodoulos Psaltis authored
-
Christodoulos Psaltis authored
-
Christodoulos Psaltis authored
-
Dimitris Moraitis authored
-
- 17 Mar, 2011 8 commits
-
-
Dimitris Moraitis authored
-
Dimitris Moraitis authored
-
-
Markos Gogoulos authored
use changes_since GET variable to specify a datetime. If ServerHandler sees a datetime, it will return virtual machines that were updated after that datetime, and nothing more
-
Dimitris Moraitis authored
-
Markos Gogoulos authored
return badRequest if networkId is not public/private
-
Dimitris Moraitis authored
-
Dimitris Moraitis authored
-
- 16 Mar, 2011 2 commits
-
-
Markos Gogoulos authored
ServerAddressHandler lists server addresses (all or by Network ID). Functions update/create/delete have been removed, since they are not implemented by Openstack (http://docs.openstack.org/openstack-compute/developer/content/ch04s02.html)
-
Markos Gogoulos authored
use attribute networkID, as specified on Openstack (http://docs.openstack.org/openstack-compute/developer/content/ch04s02.html)
-
- 15 Mar, 2011 4 commits
-
-
Markos Gogoulos authored
* change imageId to imageRef * change flavorId to flavorRef * add updated+created attributes on serverhandlerss response for servers
-
Markos Gogoulos authored
there was an error on home.html of the ui introduced with the previous commit :(
-
Markos Gogoulos authored
show 2 different translatable messages, when no images or flavors are found
-
Giorgos Verigakis authored
-
- 14 Mar, 2011 1 commit
-
-
Constantinos Venetsanopoulos authored
Implemented the method for POST requests, added proper error handling for POST,PUT,DELETE in both ServerMetadataHandler and ImageMetadataHandler
-
- 13 Mar, 2011 1 commit
-
-
Constantinos Venetsanopoulos authored
Implemented the method for PUT requests in both ServerMetadataHandler and ImageMetadataHandler.
-
- 12 Mar, 2011 1 commit
-
-
Vangelis Koukis authored
Now that partial refreshes are working, there is no need to refresh whole page after submitting an AJAX request. This eliminates unecessary flicker. Make the GUI page update every 5s instead of 60s. Modify spelling of "seperator" to read "separator".
-
- 11 Mar, 2011 1 commit
-
-
Markos Gogoulos authored
change translatable error message (default case) on home.html
-