summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/db/test_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Implements node history: databaseKaifeng Wang2021-09-091-0/+9
* Only return the requested fields from the DBJulia Kreger2021-06-251-0/+149
* Fix internal server error on deleting nodes with allocationsDmitry Tantsur2020-06-171-0/+2
* Use assertCountEqual instead of assertItemsEqualRiccardo Pittau2020-06-111-10/+10
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Add node lessee fieldTzu-Mainn Chen2020-04-071-0/+29
* Stop using six libraryRiccardo Pittau2019-12-231-3/+2
* Allow retrying PXE boot if it takes too longDmitry Tantsur2019-09-201-1/+6
* Allocation API: optimize check on candidate nodesDmitry Tantsur2019-03-041-0/+35
* Add description field to nodeKaifeng Wang2019-02-011-0/+26
* Allocation API: database and RPCDmitry Tantsur2019-01-071-1/+23
* Expose node.conductor_group in the REST APIJim Rollenhagen2018-07-231-2/+18
* Power fault recovery: db and rpc implementationKaifeng Wang2018-05-201-0/+14
* Fix test_get_nodeinfo_list_with_filtersKaifeng Wang2018-04-191-9/+33
* Allow sqalchemy filtering by id and uuidRyan Bridges2018-02-161-0/+20
* Merge "node_tag_exists(): raise exception if bad node"Zuul2018-02-021-2/+4
|\
| * node_tag_exists(): raise exception if bad nodeRuby Loo2018-01-151-2/+4
* | Fix nits found in node traitsMark Goddard2018-01-301-1/+3
* | Fix node update with PostgreSQLMark Goddard2018-01-241-0/+24
* | Add RPC object for traitsJohn Garbutt2018-01-231-0/+1
* | Add a version argument to traits DB APIMark Goddard2018-01-191-5/+10
* | Join nodes with traitsMark Goddard2018-01-121-0/+16
|/
* Node traits: Add DB API & modelMark Goddard2018-01-111-0/+25
* Replace deprecated .assertRaisesRegexp()Ruby Loo2017-05-181-8/+8
* Allow duplicate execution of update node DB api methodYuriy Zveryanskyy2017-02-011-10/+0
* Add volume_targets table to databaseSatoru Moriya2016-12-011-0/+20
* Add volume_connectors table to save connector informationSatoru Moriya2016-11-231-0/+20
* Fail test if excepted error was not raisedTang Chen2016-09-291-4/+3
* Add node.resource_class fieldJim Rollenhagen2016-07-281-1/+5
* Merge "Throwing an exception when creating a node with tags"Jenkins2016-07-011-5/+4
|\
| * Throwing an exception when creating a node with tagsLin Tan2016-06-281-5/+4
* | Add dbapi and objects functions to get a node by associated MAC addressesDmitry Tantsur2016-06-271-0/+54
|/
* Joined 'tags' column while getting nodeZhenguo Niu2016-04-221-1/+13
* Add db api layer for CRUD operations on node tagsZhenguo Niu2016-02-261-0/+24
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+536