summaryrefslogtreecommitdiff
path: root/ironic/api
Commit message (Expand)AuthorAgeFilesLines
* Merge "Allow node lessee to see node's ports"Zuul2020-07-241-11/+36
|\
| * Allow node lessee to see node's portsTzu-Mainn Chen2020-07-231-11/+36
* | Convert root path / to use plain JSONSteve Baker2020-07-204-74/+131
* | Rename Response to PassthruResponseSteve Baker2020-07-203-28/+14
* | Remove Link typeSteve Baker2020-07-2018-265/+248
* | Remove File typeSteve Baker2020-07-203-55/+2
* | Add wsme core types, remove WSMESteve Baker2020-07-141-30/+741
* | Add json and param parsing to argsSteve Baker2020-07-143-3/+392
* | Use getfullargspec to inspect functionsRiccardo Pittau2020-07-012-2/+3
|/
* Merge "Add function definition handling"Zuul2020-06-242-5/+186
|\
| * Add function definition handlingSteve Baker2020-06-022-5/+186
* | Merge "Allow node vif attach to specify port_uuid or portgroup_uuid"Zuul2020-06-232-1/+7
|\ \
| * | Allow node vif attach to specify port_uuid or portgroup_uuidTzu-Mainn Chen2020-06-152-1/+7
* | | Merge "Add validate decorator to expose"Zuul2020-06-089-16/+30
|\ \ \ | | |/ | |/|
| * | Add validate decorator to exposeSteve Baker2020-06-029-16/+30
* | | Enable Basic HTTP authentication middlewareSteve Baker2020-06-052-3/+11
|/ /
* | Add agent_token param to docstringsRiccardo Pittau2020-05-261-0/+1
|/
* Merge "Add `network_data` field to ironic node object"Zuul2020-05-194-3/+629
|\
| * Add `network_data` field to ironic node objectIlya Etingof2020-05-054-3/+629
* | Merge "Do all serialization in the expose decorator"Zuul2020-05-183-7/+204
|\ \
| * | Do all serialization in the expose decoratorSteve Baker2020-05-063-7/+204
| |/
* | Encapsulate auth_token middlewareSteve Baker2020-05-153-14/+14
|/
* Centralise imports of wsme typesSteve Baker2020-04-2019-256/+281
* Add my new address to .mailmapAeva Black2020-04-132-13/+13
* Fix AttributeError in check allowed port fieldsHarald Jensås2020-04-081-3/+3
* Merge "Add node lessee field"Zuul2020-04-073-15/+58
|\
| * Add node lessee fieldTzu-Mainn Chen2020-04-073-15/+58
* | Merge "Make oslo.i18n an optional dependency"Zuul2020-04-061-1/+1
|\ \ | |/ |/|
| * Make oslo.i18n an optional dependencyDmitry Tantsur2020-04-021-1/+1
* | Add network_type to port local_link_connectionHarald Jensås2020-04-024-5/+40
|/
* Fix the remaining hacking issuesDmitry Tantsur2020-03-314-57/+61
* Merge "Signal agent token is required"Zuul2020-03-281-1/+4
|\
| * Signal agent token is requiredJulia Kreger2020-03-201-1/+4
* | Add indicators REST API endpointsIlya Etingof2020-03-212-3/+186
* | 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-092-2/+42
* Merge "Expose allocation owner to additional policy checks"Zuul2020-03-093-29/+48
|\
| * Expose allocation owner to additional policy checksTzu-Mainn Chen2020-02-203-29/+48
* | Pre-shared agent tokenJulia Kreger2020-02-204-8/+40
|/
* Update API version history for v1.61Mark Goddard2020-02-071-0/+1
* Merge "Allow node owners to administer associated ports"Zuul2020-02-072-32/+76
|\
| * Allow node owners to administer associated portsTzu-Mainn Chen2020-01-022-32/+76
* | Merge "Support node retirement"Zuul2020-02-053-15/+33
|\ \
| * | Support node retirementArne Wiebalck2020-01-283-15/+33
* | | Fix jsonpatch related testsRiccardo Pittau2020-02-031-1/+2
|/ /
* | Merge "Make ironic-api compatible with WSGI containers other than mod_wsgi"Zuul2020-01-241-2/+3
|\ \
| * | Make ironic-api compatible with WSGI containers other than mod_wsgiDmitry Tantsur2020-01-241-2/+3
| |/
* | Clean up api controller base classesSteve Baker2020-01-2310-20/+28
* | Subclass wsme.exc.ClientSideErrorSteve Baker2020-01-225-37/+37
* | Use str type instead of wsme.types.textSteve Baker2020-01-2219-190/+182
|/