summaryrefslogtreecommitdiff
path: root/nova/objects/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* Make serialize_args handle exception messages safelyDan Smith2020-03-211-1/+14
* Add NovaEphemeralObject class for non-persistent objectsDan Smith2020-01-141-0/+43
* object: Introduce Resource and ResourceList objsLuyaoZhong2019-09-131-0/+17
* Delete the obj_as_admin context managerMatt Riedemann2019-03-051-25/+0
* [placement] Object changes to support last-modified headersChris Dent2017-12-071-12/+1
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-2/+2
* objects: Removes base code that already exists in o.voClaudiu Belu2016-12-011-81/+2
* Do not register notification objectsBalazs Gibizer2016-06-081-0/+21
* objects: Rename PciDevice _migrate_parent_addr methodNikola Dipanov2016-02-151-0/+10
* Remove unused logging import and LOG global varZhihai Song2015-12-251-4/+0
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-2/+3
* Merge "Replaced deprecated timeutils methods"Jenkins2015-11-241-3/+2
|\
| * Replaced deprecated timeutils methodsGábor Antal2015-11-181-3/+2
* | Replace N block_device_mapping queries with 1Diana Clarke2015-11-121-0/+22
|/
* Clean up tests for dropping obj_relationshipsDan Smith2015-10-141-40/+0
* Drop unused obj_to_primitive() overrideDan Smith2015-10-071-36/+0
* Use six.text_type instead of str in serialize_argsMatt Rabe2015-09-101-1/+1
* Fix an issue with NovaObjectRegistry hookDan Smith2015-09-031-3/+11
* Implement manifest-based backportsDan Smith2015-09-011-4/+4
* Use compatibility methods from osloDan Smith2015-08-261-78/+0
* Merge "Move to using ovo's remotable decorators"Jenkins2015-08-041-66/+2
|\
| * Move to using ovo's remotable decoratorsDan Smith2015-07-281-66/+2
* | Merge "Base NovaObject on VersionedObject"Jenkins2015-08-041-244/+14
|\ \ | |/
| * Base NovaObject on VersionedObjectDan Smith2015-07-281-244/+14
* | Merge "Change List objects to use obj_relationships"Jenkins2015-08-031-0/+36
|\ \
| * | Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-0/+36
| |/
* | Set autodoc_index_modules=True so tox -e docs builds module docs againMatt Riedemann2015-07-301-5/+6
|/
* Fix serializer supported version reporting in object_backportDan Smith2015-07-241-3/+8
* Fix Python 3 issues in nova.db.sqlalchemyVictor Stinner2015-06-301-1/+1
* Remove openstack/common/versionutils moduleDavanum Srinivas2015-06-151-1/+1
* Replace metaclass registry with explicit opt-in registry from osloDan Smith2015-06-081-112/+15
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+11
* Merge "Add nova object equivalence based on prims"Jenkins2015-06-031-0/+35
|\
| * Add nova object equivalence based on primsPaul Murray2015-05-231-0/+35
* | Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-3/+3
|/
* Replace dict(obj.iteritems()) with dict(obj)Victor Stinner2015-05-211-1/+8
* Move our ObjectListBase to subclass from the Oslo oneDan Smith2015-05-111-71/+14
* Start the conversion to oslo.versionedobjectsDan Smith2015-05-061-73/+3
* Make objects serialize_args() handle datetimes in positional argsHans Lindgren2015-04-271-9/+9
* Merge "Fix backporting objects with sub-objects that can look falsey"Jenkins2015-03-241-1/+1
|\
| * Fix backporting objects with sub-objects that can look falseyDan Smith2015-03-121-1/+1
* | Merge "Remove context from remotable call signature"Jenkins2015-03-181-1/+1
|\ \
| * | Remove context from remotable call signatureDan Smith2015-03-181-1/+1
* | | Merge "Actually stop passing context to remotable methods"Jenkins2015-03-181-1/+1
|\ \ \ | |/ /
| * | Actually stop passing context to remotable methodsDan Smith2015-03-181-1/+1
* | | Objects: use setattr rather than dict syntax in remotableAndrew Laski2015-03-171-2/+3
* | | Split out NovaTimestampObjectAndrew Laski2015-03-171-24/+37
|/ /
* | Break out the child version calculation logic from obj_make_compatible()Dan Smith2015-03-131-24/+45
|/
* Ban passing contexts to remotable methodsDan Smith2015-03-091-12/+7