summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/api/controllers/v1/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Improve object_to_dict argumentsSteve Baker2020-11-271-11/+12
* JSON conversion followup changeSteve Baker2020-11-261-8/+0
* Expunge the internal version of WSMESteve Baker2020-11-191-3/+2
* Convert ports endpoint to plain JSONSteve Baker2020-11-161-0/+102
* Convert nodes endpoint to plain JSONSteve Baker2020-11-161-52/+0
* Utility functions for REST API JSON handlingSteve Baker2020-11-161-0/+366
* Duplicate trait validation with jsonschemaSteve Baker2020-11-161-0/+25
* Enforce autospec in some api controllers modulesRiccardo Pittau2020-11-031-43/+45
* Rename Response to PassthruResponseSteve Baker2020-07-201-11/+6
* Do not verify error messages from jsonpatch in unit testsDmitry Tantsur2020-07-071-7/+4
* Use unittest.mock instead of mockHervé Beraud2020-06-111-1/+1
* Do all serialization in the expose decoratorSteve Baker2020-05-061-3/+2
* Centralise imports of wsme typesSteve Baker2020-04-201-1/+2
* Add node lessee fieldTzu-Mainn Chen2020-04-071-8/+17
* Add separate policies for updating node instance_info and extraTzu-Mainn Chen2020-03-091-0/+62
* Merge "Expose allocation owner to additional policy checks"Zuul2020-03-091-20/+103
|\
| * Expose allocation owner to additional policy checksTzu-Mainn Chen2020-02-201-20/+103
* | Pre-shared agent tokenJulia Kreger2020-02-201-0/+6
|/
* Merge "Allow node owners to administer associated ports"Zuul2020-02-071-0/+156
|\
| * Allow node owners to administer associated portsTzu-Mainn Chen2020-01-021-0/+156
* | Fix jsonpatch related testsRiccardo Pittau2020-02-031-0/+1
* | Subclass wsme.exc.ClientSideErrorSteve Baker2020-01-221-20/+20
|/
* Merge "Restrict ability to change owner on provisioned or allocated node"Zuul2019-12-271-0/+38
|\
| * Restrict ability to change owner on provisioned or allocated nodeTzu-Mainn Chen2019-12-131-0/+38
* | Stop using six libraryRiccardo Pittau2019-12-231-1/+2
|/
* Merge "Allow node owners to administer nodes"Zuul2019-11-181-0/+204
|\
| * Allow node owners to administer nodesTzu-Mainn Chen2019-11-141-0/+204
* | Allow vendor_data to be included in a configdrive dictSteve Baker2019-10-311-3/+20
|/
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-77/+14
* Deploy templates: conductor and API nitsMark Goddard2019-03-121-0/+30
* Allow building configdrive from JSON in the APIDmitry Tantsur2019-03-051-5/+35
* Deploy templates: API & notificationsMark Goddard2019-03-041-0/+26
* Expose is_smartnic in port APIHamdy Khader2019-02-101-0/+7
* Refactor API code for checking microversionsDmitry Tantsur2018-10-181-21/+0
* Be more precise with conductor group API testsJim Rollenhagen2018-07-251-1/+1
* Expose node.conductor_group in the REST APIJim Rollenhagen2018-07-231-1/+21
* Use conductor group for hash ring calculationsJim Rollenhagen2018-07-231-0/+3
* Implements baremetal inspect abortKaifeng Wang2018-05-301-0/+7
* Do not use async parameterOleksiy Petrenko2018-03-281-5/+9
* Add API methods for [un]rescueJay Faulkner2018-01-261-0/+15
* API: Node Traits APIJohn Garbutt2018-01-251-0/+30
* Add ability to provide configdrive when rebuildingMathieu Gagné2017-10-191-0/+25
* Put tests in correct location for ironic/api/controllers/v1/John L. Villalovos2017-08-041-0/+659