summaryrefslogtreecommitdiff
path: root/ironic/db
Commit message (Expand)AuthorAgeFilesLines
* Fix is_hostname_safe for RFC complianceMichael Davies2015-03-302-1/+43
* Implement execute clean stepsJosh Gachnang2015-03-132-0/+36
* Merge "ironic port deletion fails even if node is locked by same process"Jenkins2015-03-131-18/+2
|\
| * ironic port deletion fails even if node is locked by same processNisha Agarwal2015-03-131-18/+2
* | Follow-up patch for generic node inspectionNisha Agarwal2015-03-031-5/+4
|/
* Generic changes for Node InspectionNisha Agarwal2015-02-273-0/+58
* Use functions from oslo.utilsVictor Sergeyev2015-02-232-10/+12
* Fix PEP8 E124 & E125 errorsJohn L. Villalovos2015-02-201-1/+1
* Use oslo_utils replace oslo.utilsjiangfei2015-02-191-1/+1
* Add logical name support to IronicMichael Davies2015-02-114-5/+68
* Merge "Move oslo.config references to oslo_config"Jenkins2015-02-054-4/+4
|\
| * Move oslo.config references to oslo_configJim Rollenhagen2015-02-024-4/+4
* | Merge "Add Node.driver_internal_info"Jenkins2015-02-032-0/+37
|\ \ | |/ |/|
| * Add Node.driver_internal_infoLin Tan2015-02-032-0/+37
* | Move oslo.db references to oslo_dbJim Rollenhagen2015-02-025-8/+8
|/
* Rename NOSTATE to AVAILABLEDevananda van der Veen2015-01-303-6/+59
* Clear locks on conductor startupJim Rollenhagen2015-01-231-0/+15
* Enable hacking rule E265jiangfei2014-11-132-6/+6
* Add Node.maintenance_reasonJim Rollenhagen2014-10-212-0/+37
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-102-3/+6
* Enable H904 PEP8 checkDavid Shrewsbury2014-10-101-17/+15
* Fix markup-related issues in documentationVladyslav Drok2014-10-091-28/+42
* Merge "Add "affinity" tracking to nodes and conductors"Jenkins2014-10-024-20/+96
|\
| * Add "affinity" tracking to nodes and conductorsDevananda van der Veen2014-10-014-20/+96
* | Replace custom lazy loading by stevedoreJulien Danjou2014-10-011-11/+18
* | Remove useless variable in migrationJulien Danjou2014-09-301-2/+0
|/
* Do not return 'id' in REST API error messagesYuriy Zveryanskyy2014-09-241-1/+1
* Add reserve() and release() to Node objectLucas Alvares Gomes2014-09-121-2/+0
* Add list_by_node_id() to Port objectLucas Alvares Gomes2014-09-101-1/+0
* Use models.TimestampMixin from oslo.dbAndrey Kurilin2014-09-041-9/+2
* Use metadata.create_all() to initialise DB schemaVictor Sergeyev2014-09-032-2/+28
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Merge "Remove objectify decorator from dbapi's {get, register}_conductor()"Jenkins2014-08-181-2/+0
|\
| * Remove objectify decorator from dbapi's {get, register}_conductor()Lucas Alvares Gomes2014-08-141-2/+0
* | Removes get_port_by_vifAngus Thomas2014-08-152-12/+0
|/
* Remove objectify decorator from dbapi.update_* methodsLucas Alvares Gomes2014-08-131-3/+0
* Add list() to Chassis, Node, Port objectsLucas Alvares Gomes2014-08-131-3/+0
* Remove direct calls to dbapi's get_node_by_instanceLucas Alvares Gomes2014-08-111-1/+0
* Add create() and destroy() to Port objectLucas Alvares Gomes2014-08-111-1/+0
* Merge "Correct `op.drop_constraint` parameters"Jenkins2014-08-081-1/+1
|\
| * Correct `op.drop_constraint` parametersIlya Pekelny2014-08-081-1/+1
* | Merge "Use timeutils from one place"Jenkins2014-08-081-2/+9
|\ \ | |/ |/|
| * Use timeutils from one placeAndrey Kurilin2014-08-081-2/+9
* | Add create() and destroy() to Chassis objectLucas Alvares Gomes2014-08-081-1/+0
|/
* Merge "Migration to oslo.utils library"Jenkins2014-08-071-1/+1
|\
| * Migration to oslo.utils libraryGhe Rivero2014-08-061-1/+1
* | Add charset and engine settings to every tableRoman Prykhodchenko2014-08-042-9/+15
|/
* Clean up calls to get_port()Lucas Alvares Gomes2014-07-292-9/+34
* Clean up calls to get_chassis()Lucas Alvares Gomes2014-07-292-9/+22
* Merge "Use oslo.db library"Jenkins2014-07-214-28/+10
|\