summaryrefslogtreecommitdiff
path: root/ironic/api/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge "API to list nodes using the same driver"Jenkins2016-03-023-11/+36
|\
| * API to list nodes using the same driverKan2016-03-013-11/+36
* | Enable removing name when updating nodeKan2016-02-262-13/+15
|/
* API to manually clean nodesRuby Loo2016-02-092-3/+97
* Get mandatory patch attrs from WSME propertiesMiles Gould2015-11-174-39/+58
* Remove __name__ attribute from WSME user typesVladyslav Drok2015-11-131-35/+0
* Merge "Expose versioning information on GET / endpoint"Jenkins2015-11-061-13/+37
|\
| * Expose versioning information on GET / endpointDmitry Tantsur2015-10-131-13/+37
* | Convert set() to list in ListTypeZhenguo Niu2015-10-151-2/+2
|/
* Merge "Make end-points discoverable via Ironic API"Jenkins2015-09-234-3/+43
|\
| * Make end-points discoverable via Ironic APIAnusha Ramineni2015-09-224-3/+43
* | Allow unsetting node.target_raid_configRamakrishnan G2015-09-221-1/+1
|/
* Allow abort for CLEANWAIT statesLucas Alvares Gomes2015-09-212-4/+11
* Help patch authors to remember to update version docsJohn L. Villalovos2015-09-171-3/+4
* Add config option to override url for linksLucas Alvares Gomes2015-09-158-17/+17
* Cache the description of RAID propertiesRuby Loo2015-09-101-9/+24
* Add APIs for RAID configurationRamakrishnan G2015-09-044-5/+107
* Remove 'is_valid_event' methodJoshua Harlow2015-09-021-1/+1
* Merge "Fix minor spelling/grammar errors"Jenkins2015-08-301-1/+1
|\
| * Fix minor spelling/grammar errorsgaoxiaoyong2015-08-271-1/+1
* | Merge "Improve comparison operators for api/controllers/base.py"Jenkins2015-08-291-3/+2
|\ \ | |/ |/|
| * Improve comparison operators for api/controllers/base.pyJohn L. Villalovos2015-08-241-3/+2
* | Merge "Create a versions.py file"Jenkins2015-08-264-51/+97
|\ \
| * | Create a versions.py fileJohn L. Villalovos2015-08-244-51/+97
| |/
* | Fix nits from 'HTTP constants' patchJohn L. Villalovos2015-08-211-1/+1
* | Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2015-08-184-23/+31
|/
* Prevent power actions when the node is in CLENWAIT stateLucas Alvares Gomes2015-08-111-2/+3
* Refactor some minor issues to improve code readabilitySinval Vieira2015-08-103-62/+70
* Merge "Document API versioning"Jenkins2015-08-051-19/+17
|\
| * Document API versioningDmitry Tantsur2015-08-041-19/+17
* | Clean up instance_uuid as part of the node's tear downLucas Alvares Gomes2015-07-311-11/+14
|/
* Don't prevent updates if power transition is in progressDmitry Tantsur2015-07-281-3/+2
* Don't do a premature reservation check in the provision APIDmitry Tantsur2015-07-211-10/+11
* Start using new ENROLL stateDmitry Tantsur2015-07-143-2/+15
* Merge "Allow vendor methods to serve static files"Jenkins2015-07-081-1/+18
|\
| * Allow vendor methods to serve static filesLucas Alvares Gomes2015-07-011-1/+18
* | Replace is_hostname_safe with a better checkChris St. Pierre2015-07-063-5/+15
* | Merge "Add ability to filter nodes by provision_state via API"Jenkins2015-07-023-12/+40
|\ \ | |/ |/|
| * Add ability to filter nodes by provision_state via APIZhenguo Niu2015-06-303-12/+40
* | Refactor check_allow_management_verbsJohn L. Villalovos2015-06-291-8/+13
|/
* API: Get a subset of fields from Ports and ChassisLucas Alvares Gomes2015-06-242-45/+90
* Always allow removing instance_uuid from node in maintenance modeDmitry Tantsur2015-06-231-2/+4
* API: Get a subset of fields from NodesLucas Alvares Gomes2015-06-224-30/+113
* Merge "Refactor node's and driver's vendor passthru to a common place"Jenkins2015-06-193-27/+41
|\
| * Refactor node's and driver's vendor passthru to a common placeLucas Alvares Gomes2015-06-183-27/+41
* | Merge "Change return value of [driver_]vendor_passthru to dict"Jenkins2015-06-192-6/+6
|\ \ | |/
| * Change return value of [driver_]vendor_passthru to dictLucas Alvares Gomes2015-06-182-6/+6
* | Expose current clean step in the APIJosh Gachnang2015-06-192-4/+12
|/
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-047-68/+70
* Disable meaningless sort keys in list commandKan2015-05-223-0/+25