summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/collection.py
Commit message (Expand)AuthorAgeFilesLines
* Fix resource_url in the remaining resourcesDmitry Tantsur2022-01-241-2/+6
* Fix typos in API sanitization change notesJulia Kreger2021-07-071-1/+1
* Allow node_sanitize function to be provided overridesJulia Kreger2021-07-061-3/+10
* JSON conversion followup changeSteve Baker2020-11-261-1/+2
* Expunge the internal version of WSMESteve Baker2020-11-191-29/+0
* Utility functions for REST API JSON handlingSteve Baker2020-11-161-0/+38
* Break out collection functions for json usageSteve Baker2020-07-301-16/+38
* Remove Link typeSteve Baker2020-07-201-2/+2
* Centralise imports of wsme typesSteve Baker2020-04-201-3/+2
* Clean up api controller base classesSteve Baker2020-01-231-1/+1
* Use str type instead of wsme.types.textSteve Baker2020-01-221-1/+1
* Do not ignore 'fields' query parameter when building next urlArun S A G2019-10-181-0/+5
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-2/+2
* Expose conductors: apiKaifeng Wang2018-12-041-1/+5
* Add config option to override url for linksLucas Alvares Gomes2015-09-151-1/+1
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-2/+2
* Use docstrings for attributes in api/controllersRuby Loo2014-10-271-1/+1
* Avoid API root controller dependency on v1 dirRamakrishnan G2014-03-251-2/+2
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Remove shebang lines from codeMikhail Durnosvistov2014-02-211-1/+0
* Collection named based on resource typeLucas Alvares Gomes2013-09-231-23/+21
* Add Pagination of collections across the APILucas Alvares Gomes2013-08-021-0/+53