summaryrefslogtreecommitdiffstats
path: root/nova/objects/base.py
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 NovaObject support the 'in' operatorDan Smith2013-06-261-0/+7
* Fix serialization of iterable typesDan Smith2013-06-221-2/+24
* 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-171-2/+4
|\ \
| * | Make NovaObject support extra attributes in items()Dan Smith2013-06-171-2/+4
| |/
* / Fix instance obj refresh()Chris Behrens2013-06-171-1/+1
|/
* Fix obj_load() in NovaObject base classDan Smith2013-06-131-1/+1
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Add base mixin class for object listsDan Smith2013-06-071-0/+52
* Add deleted flag to NovaObject baseDan Smith2013-06-071-0/+1
* Make object actions pass positional argumentsDan Smith2013-06-041-9/+18
* Make instance object tolerate isotime stringsDan Smith2013-06-031-3/+3
* Add base object modelDan Smith2013-05-291-0/+368