summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/node.py
Commit message (Expand)AuthorAgeFilesLines
* Set resource_url when getting all nodesArne Wiebalck2022-01-171-0/+2
* API endpoints to get node historyJulia Kreger2021-09-151-1/+105
* Minor formatting and doc changes to change boot mode feature commit.Cenne2021-08-241-8/+7
* Add api endpoints for changing boot_mode and secure_boot stateCenne2021-08-231-0/+107
* Add `boot_mode` and `secure_boot` to node object and expose in apiCenne2021-07-081-0/+6
* Fix typos in API sanitization change notesJulia Kreger2021-07-071-5/+4
* Allow node_sanitize function to be provided overridesJulia Kreger2021-07-061-37/+85
* API to pass fields to node object listJulia Kreger2021-06-251-55/+110
* Fix node detail instance_uuid request handlingJulia Kreger2021-06-171-57/+42
* Merge "Secure RBAC - Efficent node santiziation"Zuul2021-06-011-16/+28
|\
| * Secure RBAC - Efficent node santiziationJulia Kreger2021-05-241-16/+28
* | Delay rendering configdriveDmitry Tantsur2021-05-191-0/+3
|/
* Aliases for a few unfortunately named state transitionskafilat-adeleke2021-04-151-2/+2
* Allow using per-site network_data schemaDmitry Tantsur2021-03-261-67/+94
* API to force manual cleaning without booting IPADmitry Tantsur2021-03-161-6/+11
* Port/Portgroup project scoped accessJulia Kreger2021-03-021-2/+0
* Project Scoping Node endpointJulia Kreger2021-03-021-11/+93
* Add 'deploy steps' parameter for provisioning APIAija Jauntēva2021-02-031-14/+73
* Consistently use utils functions for policy authSteve Baker2020-12-171-8/+4
* Improve object_to_dict argumentsSteve Baker2020-11-271-4/+7
* JSON conversion followup changeSteve Baker2020-11-261-7/+0
* Merge "Allow disabling automated_clean per node"Zuul2020-11-251-0/+4
|\
| * Allow disabling automated_clean per nodeFeruzjon Muyassarov2020-11-241-0/+4
* | Convert nodes endpoint to plain JSONSteve Baker2020-11-161-833/+589
|/
* Handle patching node /protected value with NoneSteve Baker2020-09-291-0/+3
* Remove Link typeSteve Baker2020-07-201-33/+33
* Merge "Allow node vif attach to specify port_uuid or portgroup_uuid"Zuul2020-06-231-0/+4
|\
| * Allow node vif attach to specify port_uuid or portgroup_uuidTzu-Mainn Chen2020-06-151-0/+4
* | Add validate decorator to exposeSteve Baker2020-06-021-2/+1
|/
* Add `network_data` field to ironic node objectIlya Etingof2020-05-051-2/+45
* Centralise imports of wsme typesSteve Baker2020-04-201-83/+83
* Add my new address to .mailmapAeva Black2020-04-131-12/+12
* Add node lessee fieldTzu-Mainn Chen2020-04-071-11/+31
* Fix the remaining hacking issuesDmitry Tantsur2020-03-311-30/+32
* Add indicators REST API endpointsIlya Etingof2020-03-211-0/+181
* Clean up nits from adding additional node update policiesTzu-Mainn Chen2020-03-171-1/+1
* Add separate policies for updating node instance_info and extraTzu-Mainn Chen2020-03-091-2/+18
* Merge "Expose allocation owner to additional policy checks"Zuul2020-03-091-3/+4
|\
| * Expose allocation owner to additional policy checksTzu-Mainn Chen2020-02-201-3/+4
* | Pre-shared agent tokenJulia Kreger2020-02-201-0/+3
|/
* Support node retirementArne Wiebalck2020-01-281-14/+29
* Clean up api controller base classesSteve Baker2020-01-231-2/+2
* Subclass wsme.exc.ClientSideErrorSteve Baker2020-01-221-15/+15
* Use str type instead of wsme.types.textSteve Baker2020-01-221-64/+64
* Merge "Restrict ability to change owner on provisioned or allocated node"Zuul2019-12-271-0/+30
|\
| * Restrict ability to change owner on provisioned or allocated nodeTzu-Mainn Chen2019-12-131-0/+30
* | Stop using six libraryRiccardo Pittau2019-12-231-1/+1
|/
* Allow node owners to administer nodesTzu-Mainn Chen2019-11-141-93/+64
* Do not ignore 'fields' query parameter when building next urlArun S A G2019-10-181-1/+2
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-126/+127