- 15 Apr, 2011 1 commit
-
-
Georgios Gousios authored
-
- 13 Apr, 2011 4 commits
-
-
Vassilios Karakoidas authored
-
Vassilios Karakoidas authored
-
Vassilios Karakoidas authored
-
Vassilios Karakoidas authored
-
- 12 Apr, 2011 5 commits
-
-
Vassilios Karakoidas authored
-
Vassilios Karakoidas authored
Clean-up branch from migrations new_south_test_field = models.IntegerField(default=1) new_south_test_field = models.IntegerField(default=1)
-
-
Vassilios Karakoidas authored
-
Georgios Gousios authored
-
- 11 Apr, 2011 11 commits
-
-
Georgios Gousios authored
-
Vassilios Karakoidas authored
-
Vassilios Karakoidas authored
-
Vassilios Karakoidas authored
* Update README.develop to contain a small guide regarding database migration policy
-
Georgios Gousios authored
-
Georgios Gousios authored
-
Georgios Gousios authored
We have to do this in order to fix namespace inconsistencies (files in synnefo use imports starting with synnefo) refs: #393
-
Georgios Gousios authored
-
Georgios Gousios authored
-
Georgios Gousios authored
-
Vassilios Karakoidas authored
* Loading south app in settings.py * Performed initial migration ./manage.py schemamigration db
-
- 08 Apr, 2011 3 commits
-
-
Vangelis Koukis authored
-
Vangelis Koukis authored
One API test (test_servers_details) was too restrictive and failed with the PostgreSQL backend. It assumed consistent, by-id ordering between DB and API server list replies, and failed although there was 1-1 correspondence between the two replies. To fix, the test takes care to order the two replies by id before attempting to compare their contents.
-
Vangelis Koukis authored
-
- 07 Apr, 2011 8 commits
-
-
Vangelis Koukis authored
Removing the description field from the Image model and moving it to ImageMetadata broke the fixtures in db_test_data.json and the associated tests of the db app. Tests for api, db, logic run properly.
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
Make use of it in tests.
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
Django requires it.
-
- 06 Apr, 2011 4 commits
-
-
Giorgos Verigakis authored
-
Giorgos Verigakis authored
-
-
Vangelis Koukis authored
-
- 05 Apr, 2011 4 commits
-
-
Vangelis Koukis authored
-
Vangelis Koukis authored
-
Vangelis Koukis authored
Fix bugs in server creation, in api/server.py:create_server(). More specifically: * Make sure to save() the vm object before calling vm.backend_id * Delete the vm instance if the RAPI call fails for any reason * Use different variable names for the server name at the API level and at the Ganeti backend level * Compute a random password *before* the CreateInstance() call to Ganeti [not currently used though] Also patch the VirtualMachine model to safeguard against getting the backend_id of a yet-unsaved instance of VirtualMachine.
-
Vangelis Koukis authored
Have api/util.py:isoparse() return naive datetime objects, in UTC. Fixes #377.
-