summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Disable XML now that we have WSME/Pecan supportMichael Davies2015-04-061-6/+6
* Change methods from classmethod to staticmethodYuriy Zveryanskyy2014-11-261-4/+4
* Make vendor methods discoverable via the Ironic APILucas Alvares Gomes2014-11-181-0/+32
* Vendor endpoints to support different HTTP methodsLucas Alvares Gomes2014-11-171-2/+6
* Add sync and async support for passthru methodsLucas Alvares Gomes2014-11-121-4/+6
* Use docstrings for attributes in api/controllersRuby Loo2014-10-271-4/+4
* Enable H307 PEP8 checkDavid Shrewsbury2014-10-131-1/+0
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-101-4/+2
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Implement API to get driver propertiesRuby Loo2014-07-231-0/+33
* Drivers may expose a top-level passthru APIRussell Haering2014-04-251-0/+29
* Merge "Remove logging of exceptions from controller's methods"Jenkins2014-03-251-3/+0
|\
| * Remove logging of exceptions from controller's methodsYuriy Zveryanskyy2014-03-251-3/+0
* | Avoid API root controller dependency on v1 dirRamakrishnan G2014-03-251-2/+2
|/
* Expose API for fetching a single driverRussell Haering2014-03-191-5/+37
* API: Add sample() method to remaining modelsMatt Wagner2014-03-051-0/+12
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Remove shebang lines from codeMikhail Durnosvistov2014-02-211-1/+0
* GET /drivers to show a list of active conductorsLucas Alvares Gomes2013-12-171-4/+10
* Improve method to get list of active conductorsDevananda van der Veen2013-12-171-8/+2
* Fix auto-generated REST API formattingDevananda van der Veen2013-12-131-1/+6
* Import heartbeat_interval opt in APIDevananda van der Veen2013-12-051-0/+2
* Add heartbeat_interval to new 'conductor' cfg groupDevananda van der Veen2013-12-031-1/+1
* Expose /drivers on the APILucas Alvares Gomes2013-10-291-0/+67