summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: DRY in the root API controllerDmitry Tantsur2023-03-141-117/+29
* API support for CRUD node.shardJay Faulkner2023-02-131-1/+13
* Convert v1 controller to plain, return JSONSteve Baker2020-07-301-200/+164
* Convert root path / to use plain JSONSteve Baker2020-07-201-1/+1
* Remove Link typeSteve Baker2020-07-201-95/+95
* Clean up api controller base classesSteve Baker2020-01-231-2/+2
* Use str type instead of wsme.types.textSteve Baker2020-01-221-4/+3
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-31/+32
* Deploy templates: API & notificationsMark Goddard2019-03-041-0/+15
* API - Implement /events endpointHarald Jensås2019-02-151-0/+13
* Allocation API: REST API implementationDmitry Tantsur2019-02-081-0/+14
* Expose conductors: apiKaifeng Wang2018-12-041-0/+14
* Add version discovery information to the /v1 endpointDmitry Tantsur2018-08-271-0/+5
* Pin API version during rolling upgradeRuby Loo2017-12-041-15/+20
* Move doc/source/dev to doc/source/contributorSam Betts2017-07-061-1/+1
* Add REST API for volume connector and volume target operationSatoru Moriya2017-07-031-0/+15
* Merge "Fix usage of various deprecated methods"Jenkins2017-03-201-2/+2
|\
| * Fix usage of various deprecated methodsVladyslav Drok2017-03-171-2/+2
* | Fix API doc URL in GET / responseJim Rollenhagen2017-03-151-2/+2
|/
* Add PortGroups APIVladyslav Drok2016-11-031-0/+12
* Promote agent vendor passthru to core APIDmitry Tantsur2016-08-051-0/+26
* Fix __all__ module attributesVladyslav Drok2016-08-041-1/+1
* [docstring] Update ironic/api/controllers/v1/__init__.py commentAtsushi SAKAI2016-04-131-5/+1
* Add config option to override url for linksLucas Alvares Gomes2015-09-151-9/+9
* Create a versions.py fileJohn L. Villalovos2015-08-241-39/+18
* Document API versioningDmitry Tantsur2015-08-041-19/+17
* Start using new ENROLL stateDmitry Tantsur2015-07-141-2/+3
* Replace is_hostname_safe with a better checkChris St. Pierre2015-07-061-1/+2
* Add ability to filter nodes by provision_state via APIZhenguo Niu2015-06-301-1/+2
* API: Get a subset of fields from NodesLucas Alvares Gomes2015-06-221-1/+2
* Expose current clean step in the APIJosh Gachnang2015-06-191-1/+2
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-7/+9
* Disable XML now that we have WSME/Pecan supportMichael Davies2015-04-061-2/+2
* Tiny improvement of efficientLin Tan2015-03-091-1/+1
* Merge "Add server-supported min and max API version to HTTPNotAcceptable(406)"Jenkins2015-03-061-9/+11
|\
| * Add server-supported min and max API version to HTTPNotAcceptable(406)Lin Tan2015-03-051-9/+11
* | Generic changes for Node InspectionNisha Agarwal2015-02-271-1/+2
|/
* Add support for 'latest' in microversion headerMichael Davies2015-02-251-7/+14
* Fix PEP8 E124 & E125 errorsJohn L. Villalovos2015-02-201-5/+5
* Add logical name support to IronicMichael Davies2015-02-111-1/+2
* Merge "Remove min and max from base.Version"Jenkins2015-02-051-2/+0
|\
| * Remove min and max from base.VersionLucas Alvares Gomes2015-02-051-2/+0
* | Add MANAGEABLE state and associated transitionsDevananda van der Veen2015-02-041-1/+2
|/
* Raise minimum API version to 1.1Devananda van der Veen2015-02-041-4/+24
* Add Node.driver_internal_infoLin Tan2015-02-031-1/+1
* Rename NOSTATE to AVAILABLEDevananda van der Veen2015-01-301-1/+1
* Add support for API microversionsDevananda van der Veen2015-01-301-0/+39
* Change methods from classmethod to staticmethodYuriy Zveryanskyy2014-11-261-2/+2
* Use docstrings for attributes in api/controllersRuby Loo2014-10-271-7/+7
* Enable H307 PEP8 checkDavid Shrewsbury2014-10-131-1/+0