summaryrefslogtreecommitdiff
path: root/nova/objects/cell_mapping.py
Commit message (Expand)AuthorAgeFilesLines
* db: Resolve additional SAWarning warningsStephen Finucane2022-04-081-4/+8
* db: Post reshuffle cleanupStephen Finucane2021-08-091-23/+23
* 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-9/+9
* Remove six.movesTakashi Natsume2020-11-071-1/+2
* Fix using template cell urls with nova-manageDan Smith2019-01-171-4/+4
* Remove GROUP BY clause from CellMapping.get_by_project_idMatt Riedemann2018-12-131-8/+8
* Fix formatting non-templated cell URLs with no configDan Smith2018-10-161-6/+8
* Allow templated cell_mapping URLsDan Smith2018-06-271-1/+105
* Add CellMapping.get_by_project_id() query methodDan Smith2018-05-091-0/+20
* Add CellMappingList.get_by_disabled() query methodSurya Seetharaman2018-03-211-1/+20
* Add disabled field to CellMapping objectSurya Seetharaman2018-03-201-2/+12
* Sort CellMappingList.get_all() for safetyDan Smith2017-04-241-1/+4
* Add identity helper property to CellMappingDan Smith2017-03-101-0/+7
* Add is_cell0 helper methodAndrew Laski2016-09-151-0/+3
* Add CellMappingList objectAndrew Laski2016-06-171-0/+20
* Add manage command for cell0.Mark Doffman2016-04-211-0/+2
* Remove DictCompat from CellMappingRyan Rossiter2016-01-081-5/+1
* enginefacade: 'cell_mapping'Pavel Kholkin2015-11-061-22/+19
* Move to using ovo's remotable decoratorsDan Smith2015-07-281-1/+5
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+1
* Add CellMapping objectAndrew Laski2015-03-181-0/+105