summaryrefslogtreecommitdiffstats
path: root/nova/objects
Commit message (Expand)AuthorAgeFilesLines
* Add update() method to NovaObject for dict compatibilityDan Smith2013-06-261-0/+8
* Add obj_to_primitive() to recursively primitiveize objectsDan Smith2013-06-261-0/+17
* Make info_cache handle when network_info is NoneDan Smith2013-06-261-1/+2
* Fix instance object's use of a db query method parameterDan Smith2013-06-261-1/+3
* Make NovaObject support the 'in' operatorDan Smith2013-06-261-0/+7
* Add Instance.faultDan Smith2013-06-261-3/+31
* Add basic InstanceFault modelDan Smith2013-06-261-0/+61
* Make InstanceList filter non-column extra attributesDan Smith2013-06-241-3/+12
* Add Instance.security_groupsDan Smith2013-06-241-4/+27
* Add basic SecurityGroup modelDan Smith2013-06-242-0/+96
* Fix serialization of iterable typesDan Smith2013-06-221-2/+24
* Fix orphaned instance from get_by_uuid() and _from_db_object()Dan Smith2013-06-222-7/+10
* Fix importing InstanceInfoCache during register_all()Dan Smith2013-06-201-0/+1
* Remove straggling use of all-kwarg object methodsDan Smith2013-06-191-1/+1
* Merge "Fill context on objects in lists"Jenkins2013-06-191-4/+8
|\
| * Fill context on objects in listsDan Smith2013-06-181-4/+8
* | 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