summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/allocation.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Create API documentation from docstrings"Zuul2022-03-171-21/+32
|\
| * Create API documentation from docstringsMahnoor Asghar2022-03-171-21/+32
* | Fix resource_url in the remaining resourcesDmitry Tantsur2022-01-241-2/+2
|/
* Fix restricted allocation creation for old policy defaultsTzu-Mainn Chen2021-10-251-2/+4
* Follow-up to RBAC allocation changesJulia Kreger2021-03-181-9/+3
* Allocation support for project scoped RBACJulia Kreger2021-03-121-16/+131
* Consistently use utils functions for policy authSteve Baker2020-12-171-9/+5
* Improve object_to_dict argumentsSteve Baker2020-11-271-3/+10
* JSON conversion followup changeSteve Baker2020-11-261-3/+5
* Convert allocations endpoint to plain JSONSteve Baker2020-11-161-243/+128
* Remove Link typeSteve Baker2020-07-201-4/+4
* Add validate decorator to exposeSteve Baker2020-06-021-2/+1
* Centralise imports of wsme typesSteve Baker2020-04-201-16/+16
* Fix the remaining hacking issuesDmitry Tantsur2020-03-311-10/+15
* Expose allocation owner to additional policy checksTzu-Mainn Chen2020-02-201-16/+8
* Use str type instead of wsme.types.textSteve Baker2020-01-221-11/+11
* Stop using six libraryRiccardo Pittau2019-12-231-1/+1
* Add owner to allocations and create relevant policiesTzu-Mainn Chen2019-12-101-8/+58
* 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-26/+27
* Merge "Allocation API: backfilling allocations"Zuul2019-06-041-8/+38
|\
| * Allocation API: backfilling allocationsDmitry Tantsur2019-05-211-8/+38
* | Allocation API: correct setting name to NoneDmitry Tantsur2019-05-221-1/+1
|/
* Add API to allow update allocation name and extra fieldMadhuri Kumari2019-05-091-0/+60
* Return 405 for old versions in allocation and deploy template APIsMark Goddard2019-03-131-2/+5
* Merge "Check microversions before validations for allocations and deploy temp...Zuul2019-03-121-18/+15
|\
| * Check microversions before validations for allocations and deploy templatesDmitry Tantsur2019-03-111-18/+15
* | Allocation API: optimize check on candidate nodesDmitry Tantsur2019-03-041-10/+10
|/
* Allocation API: fix a small inconsistencyDmitry Tantsur2019-02-111-0/+6
* Allocation API: REST API implementationDmitry Tantsur2019-02-081-0/+465