- Sep 14, 2011
-
-
Giorgos Verigakis authored
Django's add_never_cache_headers will add @Cache-Control: max-age=0@ to the responses.
-
- Jul 11, 2011
-
-
Georgios Gousios authored
-
- Jun 30, 2011
-
-
Georgios Gousios authored
-
Giorgos Verigakis authored
Always initialize `u`
-
Georgios Gousios authored
-
Giorgos Verigakis authored
-
- Jun 29, 2011
-
-
Giorgos Verigakis authored
-
- Jun 23, 2011
-
-
Georgios Gousios authored
Mark requests with impersonated users as readonly and check access on all API method invocations
-
- Jun 20, 2011
-
-
Giorgos Verigakis authored
list_images now returns images that either match the owner, or that are marked as public. Fixes #555 Database migration needed.
-
- Jun 16, 2011
-
-
Giorgos Verigakis authored
-
- Jun 03, 2011
-
-
Vangelis Koukis authored
Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes
-
- May 31, 2011
-
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
* Make backend functions transactional. * Only one network can be public and it has the id 'public'. * The public network can not be deleted or modified. * firewallProfile is optional
-
- May 25, 2011
-
-
Giorgos Verigakis authored
* VirtualMachines can have a number of nics that are attached to networks. * Networks can also be public * VirtualMachines can be attached to public networks that they don't own. * There is a special public network (id 1) that can't be deleted. * Connections are deleted once a VM or a Network are deleted. * db migration needed Refs #513 Fixes #569 Fixes #579
-
- May 10, 2011
-
-
Vangelis Koukis authored
Remove all unecessary whitespace at end of lines. See http://stackoverflow.com/questions/5257553/coloring-white-space-in-git-diffs-output for a way to have git highlight redundant whitespace automatically.
-
Vangelis Koukis authored
Modify db/fixtures/initial_data.json and settings.py.dist to fix the duration of the test token. Fix minor bug in api/util.py when no valid SynnefoUser could be found or the provided X-Auth-Token was invalid.
-
- May 06, 2011
-
-
Giorgos Verigakis authored
Fixes #457
-
- May 05, 2011
-
-
Giorgos Verigakis authored
Fixes #409
-
- May 03, 2011
-
-
Giorgos Verigakis authored
-
- Apr 19, 2011
-
-
Giorgos Verigakis authored
* Tests use a hardcoded token * cloud tool uses a hardcoded token * Bugfixes Fixes #423
-
- Apr 15, 2011
-
-
Giorgos Verigakis authored
Fixes #351
-
Giorgos Verigakis authored
* Moved rapi related stuff in logic * Added messages to all raised Faults * Updated console format * Removed unused fixture * Better imports * Docstring bugfixes
-
- Apr 13, 2011
-
-
Vangelis Koukis authored
Change the format of JSON requests and replies for getting a server console over VNC. Fix the cloud command-line tool to understand the new format. Add unit tests for api/actions.py:get_console(). Add a quick-n-dirty method of detecting if we're running unit tests in settings.py.dist and set TEST accordingly. If TEST is used, the API implementation sets dry_run when creating servers in the backend and assumes mock replies from it.
-
- Apr 07, 2011
-
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
Make use of it in tests.
-
- Apr 05, 2011
-
-
Vangelis Koukis authored
Have api/util.py:isoparse() return naive datetime objects, in UTC. Fixes #377.
-
Giorgos Verigakis authored
Please verify that it fixes #377 Refs: #377
-
Giorgos Verigakis authored
Removed description and size from Image model.
-
- Apr 04, 2011
-
-
Dimitris Moraitis authored
-
Giorgos Verigakis authored
-
- Apr 03, 2011
-
-
Giorgos Verigakis authored
* Removes piston dependency. * Adds dateutil dependency. Fixes #183 - Implement /servers Fixes #185 - Implement /images Fixes #245 - Details in exception handlers Fixes #249 - Metadata handling Fixes #253 - Transition to OpenStack API v1.1 Fixes #255 - Fix XML for addresses Fixes #287 - Piston related bug Fixes #289 - Support both XML and JSON Fixes #309 - GUI not refreshing Fixes #339 - Support API extensions Fixes #359 - action returns serviceUnavailable Fixes #361 - return dates with timezones Refs #301 - Sanitization of API Refs #315 - Replace API v1.1
-
- Mar 24, 2011
-
-
Giorgos Verigakis authored
-
- Mar 23, 2011
-
-
Giorgos Verigakis authored
Fixes #313
-
Giorgos Verigakis authored
Fixes #313
-
- Mar 22, 2011
-
-
Giorgos Verigakis authored
-
- Mar 21, 2011
-
-
Giorgos Verigakis authored
Refs #301
-
- Mar 18, 2011
-
-
Giorgos Verigakis authored
- Implemented servers section of the API - Some new tests Work in progress. Refs #301
-