summaryrefslogtreecommitdiffstats
path: root/nova/objects
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove unused arg from make_class_properties.getter method"Jenkins2013-06-181-1/+1
|\
| * Remove unused arg from make_class_properties.getter methodMatt Riedemann2013-06-131-1/+1
* | Merge "Make NovaObject support extra attributes in items()"Jenkins2013-06-172-2/+6
|\ \
| * | Make NovaObject support extra attributes in items()Dan Smith2013-06-172-2/+6
| |/
* / Fix instance obj refresh()Chris Behrens2013-06-172-1/+2
|/
* Fix obj_load() in NovaObject base classDan Smith2013-06-132-2/+2
* Merge "Fix and enable H403 tests"Jenkins2013-06-131-1/+2
|\
| * Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* | Add Instance.info_cacheDan Smith2013-06-073-15/+109
|/
* Use Instance Objects for Start/StopDan Smith2013-06-071-0/+7
* Add lists of instance objectsDan Smith2013-06-071-0/+54
* Add base mixin class for object listsDan Smith2013-06-071-0/+52
* Add deleted flag to NovaObject baseDan Smith2013-06-072-1/+5
* Make the datetime utility function coerce to UTCDan Smith2013-06-051-2/+11
* Make object actions pass positional argumentsDan Smith2013-06-041-9/+18
* Make instance object tolerate isotime stringsDan Smith2013-06-033-6/+14
* Add instance objectDan Smith2013-05-291-0/+238
* Add base object modelDan Smith2013-05-293-0/+452