- 14 Sep, 2011 1 commit
-
-
Giorgos Verigakis authored
Django's add_never_cache_headers will add @Cache-Control: max-age=0@ to the responses.
-
- 11 Jul, 2011 1 commit
-
-
Georgios Gousios authored
-
- 30 Jun, 2011 4 commits
-
-
Georgios Gousios authored
-
Giorgos Verigakis authored
Always initialize `u`
-
Georgios Gousios authored
-
Giorgos Verigakis authored
-
- 29 Jun, 2011 1 commit
-
-
Giorgos Verigakis authored
-
- 23 Jun, 2011 1 commit
-
-
Georgios Gousios authored
Mark requests with impersonated users as readonly and check access on all API method invocations
-
- 20 Jun, 2011 1 commit
-
-
Giorgos Verigakis authored
list_images now returns images that either match the owner, or that are marked as public. Fixes #555 Database migration needed.
-
- 16 Jun, 2011 1 commit
-
-
Giorgos Verigakis authored
-
- 03 Jun, 2011 1 commit
-
-
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
-
- 31 May, 2011 2 commits
-
-
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
-
- 25 May, 2011 1 commit
-
-
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
-
- 10 May, 2011 2 commits
-
-
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.
-
- 06 May, 2011 1 commit
-
-
Giorgos Verigakis authored
Fixes #457
-
- 05 May, 2011 1 commit
-
-
Giorgos Verigakis authored
Fixes #409
-
- 03 May, 2011 1 commit
-
-
Giorgos Verigakis authored
-
- 19 Apr, 2011 1 commit
-
-
Giorgos Verigakis authored
* Tests use a hardcoded token * cloud tool uses a hardcoded token * Bugfixes Fixes #423
-
- 15 Apr, 2011 2 commits
-
-
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
-
- 13 Apr, 2011 1 commit
-
-
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.
-
- 07 Apr, 2011 2 commits
-
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
Make use of it in tests.
-
- 05 Apr, 2011 3 commits
-
-
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.
-
- 04 Apr, 2011 2 commits
-
-
Dimitris Moraitis authored
-
Giorgos Verigakis authored
-
- 03 Apr, 2011 1 commit
-
-
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
-
- 24 Mar, 2011 1 commit
-
-
Giorgos Verigakis authored
-
- 23 Mar, 2011 2 commits
-
-
Giorgos Verigakis authored
Fixes #313
-
Giorgos Verigakis authored
Fixes #313
-
- 22 Mar, 2011 1 commit
-
-
Giorgos Verigakis authored
-
- 21 Mar, 2011 1 commit
-
-
Giorgos Verigakis authored
Refs #301
-
- 18 Mar, 2011 1 commit
-
-
Giorgos Verigakis authored
- Implemented servers section of the API - Some new tests Work in progress. Refs #301
-