summaryrefslogtreecommitdiff
path: root/ironic/objects/base.py
Commit message (Expand)AuthorAgeFilesLines
* API to pass fields to node object listJulia Kreger2021-06-251-3/+1
* Only return the requested fields from the DBJulia Kreger2021-06-251-2/+6
* Use max version of an objectRuby Loo2018-08-021-3/+21
* Fix W504 errorsJulia Kreger2018-05-091-4/+4
* Merge "Support nested objects and object lists in as_dict"Zuul2018-02-221-2/+24
|\
| * Support nested objects and object lists in as_dictMark Goddard2018-02-221-2/+24
* | Fix default object versioning for RockyJulia Kreger2018-02-161-11/+0
|/
* Add RPC object for traitsJohn Garbutt2018-01-231-1/+1
* Disallow rolling upgrade from Ocata to QueensRuby Loo2017-10-101-13/+8
* Add new dbsync command with first online data migrationGrzegorz Grasza2017-08-021-1/+2
* Merge "Expose ports' physical network attribute in API"Jenkins2017-07-191-9/+26
|\
| * Expose ports' physical network attribute in APIMark Goddard2017-07-191-9/+26
* | Rename 'remove_unavail_fields' parameterRuby Loo2017-07-181-18/+23
|/
* Modifications for rolling upgradesRuby Loo2017-07-131-29/+86
* Allow to load a subset of object fields from DBVladyslav Drok2017-06-201-3/+14
* Minor changes to object version-related codeRuby Loo2017-06-141-29/+38
* Add version columnGrzegorz Grasza2017-06-061-26/+194
* Add context to IronicObject._from_db_object()Ruby Loo2017-04-281-3/+5
* Fix base object serialization checksJim Rollenhagen2017-04-041-1/+3
* Add RPC and object version pinningGrzegorz Grasza2017-03-241-0/+33
* Add VolumeTarget objectSatoru Moriya2016-12-011-0/+14
* Remove cyclic import between rpcapi and objects.baseSam Betts2016-09-131-30/+0
* Move _from_db_object() into base classJohn L. Villalovos2016-02-241-0/+15
* Refactor objects into a magic registryJim Rollenhagen2016-01-041-1/+15
* Remove unused import of oslo_logJohn L. Villalovos2015-10-071-4/+0
* Implement indirection_apiGrzegorz Grasza2015-09-241-0/+30
* Remove unused object functionLin Tan2015-09-171-40/+0
* Use oslo.versionedobjects remotable decoratorsLin Tan2015-09-171-54/+0
* Base IronicObject on VersionedObjectLin Tan2015-09-171-227/+7
* Replace metaclass registry with explicit opt-in registry from osloLin Tan2015-09-161-57/+9
* Fix object field type calling conventionsDan Smith2015-09-091-3/+4
* Remove ObjectListBaseLin Tan2015-08-251-13/+2
* Migrate IronicObjectSerializer to subclass from osloLin Tan2015-08-101-43/+4
* Merge "Refactor refresh method in objects for reuse"Jenkins2015-07-231-0/+12
|\
| * Refactor refresh method in objects for reuseSinval Vieira2015-07-231-0/+12
* | Merge "Migrate ObjectListBase to subclass from the Oslo one"Jenkins2015-07-231-74/+5
|\ \ | |/ |/|
| * Migrate ObjectListBase to subclass from the Oslo oneLin Tan2015-07-221-74/+5
* | Replacing dict.iteritems() with dict.items()sonu.kumar2015-07-201-2/+2
|/
* Migrate RPC objects to oslo.versionedobjects FieldsLucas Alvares Gomes2015-07-091-2/+3
* Initial oslo.versionedobjects conversionLucas Alvares Gomes2015-07-061-61/+2
* use versionutils from oslo_utilsRuby Loo2015-06-261-1/+1
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-4/+4
* Prepare for hacking 0.10.xAndreas Jaeger2015-05-211-1/+1
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-061-1/+1
* Run tests in py34 environmentVictor Sergeyev2015-05-061-3/+3
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* Use oslo_context packageGhe Rivero2015-03-121-1/+1
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-101-2/+4
* Make context mandatory when instantiating a RPC objectLucas Alvares Gomes2014-09-221-7/+4
* Translator functions cleanup part 3Vladyslav Drok2014-09-091-5/+7