summaryrefslogtreecommitdiff
path: root/nova/objects/aggregate.py
Commit message (Expand)AuthorAgeFilesLines
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-19/+24
* db: Post reshuffle cleanupStephen Finucane2021-08-091-14/+14
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-091-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-14/+13
* DB API changes to get non-matching aggregates from metadatashilpa2019-09-121-0/+70
* Tests: autospecs all the mock.patch usagesTakashi NATSUME2019-08-191-1/+1
* Transform aggregate.update_prop notificationGábor Antal2018-07-151-0/+10
* Transform aggregate.update_metadata notificationBéla Vancsics2018-04-041-0/+10
* Add AggregateList.get_by_metadata() query methodDan Smith2018-03-281-4/+21
* Remove deprecated aggregate DB compatibilityDan Smith2018-02-141-165/+20
* Remove translation of log messagesNgo Quoc Cuong2017-06-211-3/+3
* Remove aggregate uuid generation on load from DBMatt Riedemann2017-04-101-18/+0
* Merge "Handle unicode when dealing with duplicate aggregate errors during mig...Jenkins2017-01-261-1/+2
|\
| * Handle unicode when dealing with duplicate aggregate errors during migrationMatt Riedemann2016-12-301-1/+2
* | Transform aggregate.create notificationBalazs Gibizer2017-01-041-0/+12
|/
* Use pick_context_manager throughout DB APIsmelanie witt2016-11-181-2/+2
* Address feedback on cell-aggregate-api-db patchesDan Smith2016-08-011-1/+0
* Add data migration methods for Aggregate.Mark Doffman2016-08-011-0/+63
* Aggregate create and destroy work against API dbMark Doffman2016-08-011-4/+67
* Make Aggregate.save work with the API dbMark Doffman2016-08-011-1/+36
* Make Aggregate metadata functions work with API dbMark Doffman2016-07-261-2/+75
* Make Aggregate host operations work against API dbMark Doffman2016-07-201-2/+58
* Fix invalid import orderbhagyashris2016-07-041-1/+0
* Make Aggregate.get_by_uuid use the API db.Mark Doffman2016-06-121-1/+20
* Add a get_by_uuid for aggregatesChris Dent2016-06-081-1/+7
* Make AggregateList.get_ return API & cell db itemsMark Doffman2016-06-011-4/+56
* Make Aggregate.get operation favor the API dbMark Doffman2016-06-011-1/+33
* Allocate uuids for aggregates as they are created or loadedDan Smith2016-02-241-1/+32
* Remove NovaObjectDictCompat from AggregateRyan Rossiter2016-01-081-4/+2
* Remove obj_relationships from objectsDan Smith2015-10-301-5/+0
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-5/+4
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Merge "Fix logic for checking if az can be updated"Jenkins2015-04-281-1/+1
|\
| * Fix logic for checking if az can be updatedHans Lindgren2015-03-021-1/+1
* | Remove context from remotable call signatureDan Smith2015-03-181-6/+6
* | Remove usage of remotable context parameter in agent, aggregateDan Smith2015-03-171-15/+16
|/
* Merge "Aggregate.save() shouldn't return a value"Jenkins2015-01-051-1/+1
|\
| * Aggregate.save() shouldn't return a valueMatthew Booth2014-11-111-1/+1
* | objects: remove dict compat support from all XXXList() objectsDaniel P. Berrange2014-12-121-3/+1
* | objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-2/+6
|/
* add get_by_metadata_key to AggregateList objectmelanie witt2014-07-091-1/+23
* Merge "Remove duplicate code in Objects create() function"Jenkins2014-06-301-1/+0
|\
| * Remove duplicate code in Objects create() functiontanlin2014-06-161-1/+0
* | Fix object code direct use of other object modulesChris Behrens2014-06-241-2/+3
|/
* Payload meta_data is empty when remove metadataJay Lau2014-05-211-1/+0
* Prevent caller from specifying id during Aggregate.create()Shane Wang2014-02-271-0/+4
* Require List objects to be able to backlevel their contentsDan Smith2013-12-131-0/+6
* Make Object FieldType take an object name instead of a classDan Smith2013-10-211-0/+4
* Add missing key attribute to AggregateList.get_by_host()Dan Smith2013-10-141-2/+6