- 24 Mar, 2011 12 commits
-
-
Dimitris Moraitis authored
-
Dimitris Moraitis authored
-
Markos Gogoulos authored
add variable POLL_LIMIT (initially 1h) on settings.py that is the maximum time allowed to ask if there have been changes, using the changes-since GET variables. Return badRequest if this limit is exceeded on a query
-
-
Dimitris Moraitis authored
-
Giorgos Verigakis authored
-
-
Giorgos Verigakis authored
Run cloud help for a list of options. Removed old (now obsolete) tools.
-
Dimitris Moraitis authored
-
-
Dimitris Moraitis authored
-
Giorgos Verigakis authored
Run cloud help for a list of options. Removed old (now obsolete) tools.
-
- 23 Mar, 2011 13 commits
-
-
Markos Gogoulos authored
check if the polling works as expected * get the list of servers * get the list using changes_since. Expect no changes * create a server * get the list using changes_since. Expect the server to be there
-
Dimitris Moraitis authored
-
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
-