summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/node.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Changes power_state and adds last_error field"Jenkins2013-11-191-5/+10
|\
| * Changes power_state and adds last_error fieldRuby Loo2013-11-161-5/+10
* | Supporting both Python 2 and Python 3 with sixHaomeng, Wang2013-11-141-14/+17
* | Supports get node by instance uuid in APIlinggao2013-11-131-17/+58
|/
* Merge "Implement /nodes/UUID/vendor_passthru in the API"Jenkins2013-10-291-7/+5
|\
| * Implement /nodes/UUID/vendor_passthru in the APIDevananda van der Veen2013-10-251-7/+5
* | Merge "Fix exceptions handling in controllers"Jenkins2013-10-251-2/+2
|\ \
| * | Fix exceptions handling in controllersYuriy Zveryanskyy2013-10-241-2/+2
| |/
* | Fix status codes in node controllerYuriy Zveryanskyy2013-10-241-9/+8
|/
* Don't allow deletion of associated nodeYuriy Zveryanskyy2013-10-211-4/+1
* Code clean in node controllerYuriy Zveryanskyy2013-10-041-16/+6
* Merge "Rename start_power_state_change to change_node_power_state"Jenkins2013-10-031-1/+1
|\
| * Rename start_power_state_change to change_node_power_stateDevananda van der Veen2013-10-021-1/+1
* | Fix parameter name in wsexposeYuriy Zveryanskyy2013-10-021-3/+3
|/
* Add API uuid <-> id mappingLucas Alvares Gomes2013-09-301-2/+21
* Integer types support in apiYuriy Zveryanskyy2013-09-261-7/+6
* API GET to return only minimal dataLucas Alvares Gomes2013-09-251-44/+77
* Collection named based on resource typeLucas Alvares Gomes2013-09-231-9/+10
* Merge "Update only the changed fields"Jenkins2013-09-201-9/+14
|\
| * Update only the changed fieldsLucas Alvares Gomes2013-09-161-9/+14
* | Prevent updates while state change is in progressLucas Alvares Gomes2013-09-171-0/+9
* | Expose the vendor_passthru resourceLucas Alvares Gomes2013-09-121-0/+27
|/
* Updating resources with PATCHLucas Alvares Gomes2013-09-061-19/+33
* Fix docstring typoRoman Bogorodskiy2013-09-051-1/+1
* API Nodes statesLucas Alvares Gomes2013-08-221-12/+153
* Expose subresources for Chassis and NodeLucas Alvares Gomes2013-08-061-0/+41
* Add Pagination of collections across the APILucas Alvares Gomes2013-08-021-8/+33
* Remove wsme validate decorator from APIjiangwt1002013-08-011-2/+0
* Build unittests for nodes apijiangwt1002013-07-281-1/+1
* Add links to API ObjectsLucas Alvares Gomes2013-07-261-10/+34
* Add RPC methods for updating nodes.Devananda van der Veen2013-07-221-15/+47
* Created a package for API controllers V1.Roman Prykhodchenko2013-07-031-0/+118