- 23 Mar, 2011 11 commits
-
-
Markos Gogoulos authored
* add function ISODateString that gets the jqXHR.getResponseHeader('Date') and returns changes_since GET variable on ISO 8601 format * add changes_since mechanism on GET images too Ref #291
-
Markos Gogoulos authored
* remove description from VirtualMachine model, handlers and tests * return images metadata (as on servers). for now return image.description as image.metadata.meta.key.description Ref #185
-
Giorgos Verigakis authored
Fixes #313
-
Giorgos Verigakis authored
Instead of imageId/flavorId.
-
-
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
-