summaryrefslogtreecommitdiffstats
path: root/nova/tests/objects
Commit message (Expand)AuthorAgeFilesLines
* Add obj_to_primitive() to recursively primitiveize objectsDan Smith2013-06-261-0/+25
* Fix instance object's use of a db query method parameterDan Smith2013-06-261-1/+1
* Make NovaObject support the 'in' operatorDan Smith2013-06-261-0/+7
* Add Instance.faultDan Smith2013-06-261-1/+42
* Add basic InstanceFault modelDan Smith2013-06-261-0/+86
* Make InstanceList filter non-column extra attributesDan Smith2013-06-241-0/+8
* Add Instance.security_groupsDan Smith2013-06-241-0/+37
* Add basic SecurityGroup modelDan Smith2013-06-241-0/+186
* Fix serialization of iterable typesDan Smith2013-06-221-0/+37
* Remove straggling use of all-kwarg object methodsDan Smith2013-06-191-1/+1
* Fill context on objects in listsDan Smith2013-06-181-0/+1
* Merge "Make NovaObject support extra attributes in items()"Jenkins2013-06-171-0/+9
|\
| * Make NovaObject support extra attributes in items()Dan Smith2013-06-171-0/+9
* | Fix instance obj refresh()Chris Behrens2013-06-171-0/+1
|/
* Fix obj_load() in NovaObject base classDan Smith2013-06-131-1/+14
* Add Instance.info_cacheDan Smith2013-06-072-6/+85
* Add lists of instance objectsDan Smith2013-06-071-0/+114
* Add base mixin class for object listsDan Smith2013-06-071-0/+37
* Add deleted flag to NovaObject baseDan Smith2013-06-072-2/+17
* Make the datetime utility function coerce to UTCDan Smith2013-06-051-1/+6
* Make object actions pass positional argumentsDan Smith2013-06-041-5/+5
* Make instance object tolerate isotime stringsDan Smith2013-06-031-0/+8
* Add instance objectDan Smith2013-05-291-0/+186
* Add base object modelDan Smith2013-05-292-0/+451