summaryrefslogtreecommitdiff
path: root/ironic/tests/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Prepare for functional testingJohn L. Villalovos2015-09-289-4568/+0
* Make end-points discoverable via Ironic APIAnusha Ramineni2015-09-223-2/+30
* Allow abort for CLEANWAIT statesLucas Alvares Gomes2015-09-211-0/+31
* Add config option to override url for linksLucas Alvares Gomes2015-09-154-3/+74
* Cache the description of RAID propertiesRuby Loo2015-09-101-0/+20
* Add APIs for RAID configurationRamakrishnan G2015-09-042-2/+115
* Merge "Create a versions.py file"Jenkins2015-08-261-0/+69
|\
| * Create a versions.py fileJohn L. Villalovos2015-08-241-0/+69
* | Update tests to reflect WSME 0.8 fixesLucas Alvares Gomes2015-08-251-1/+0
* | Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2015-08-186-197/+203
|/
* Prevent power actions when the node is in CLENWAIT stateLucas Alvares Gomes2015-08-111-6/+8
* Clean up instance_uuid as part of the node's tear downLucas Alvares Gomes2015-07-311-14/+17
* Don't prevent updates if power transition is in progressDmitry Tantsur2015-07-281-6/+6
* Don't do a premature reservation check in the provision APIDmitry Tantsur2015-07-211-0/+15
* Address minor comments on the ENROLL patchDmitry Tantsur2015-07-161-0/+1
* Start using new ENROLL stateDmitry Tantsur2015-07-141-0/+24
* Merge "Allow vendor methods to serve static files"Jenkins2015-07-083-11/+54
|\
| * Allow vendor methods to serve static filesLucas Alvares Gomes2015-07-013-11/+54
* | Replace is_hostname_safe with a better checkChris St. Pierre2015-07-063-32/+22
* | Merge "Add ability to filter nodes by provision_state via API"Jenkins2015-07-021-0/+35
|\ \
| * | Add ability to filter nodes by provision_state via APIZhenguo Niu2015-06-301-0/+35
| |/
* | Allow updates when node is on ERROR provision stateLucas Alvares Gomes2015-07-011-0/+15
|/
* Replace self.assertEqual(None,*) to self.assertIsNone()Naohiro Tamura2015-06-262-4/+4
* API: Get a subset of fields from Ports and ChassisLucas Alvares Gomes2015-06-242-14/+107
* Always allow removing instance_uuid from node in maintenance modeDmitry Tantsur2015-06-231-0/+11
* API: Get a subset of fields from NodesLucas Alvares Gomes2015-06-223-0/+97
* Merge "Refactor node's and driver's vendor passthru to a common place"Jenkins2015-06-191-0/+48
|\
| * Refactor node's and driver's vendor passthru to a common placeLucas Alvares Gomes2015-06-181-0/+48
* | Merge "Change return value of [driver_]vendor_passthru to dict"Jenkins2015-06-192-20/+21
|\ \ | |/
| * Change return value of [driver_]vendor_passthru to dictLucas Alvares Gomes2015-06-182-20/+21
* | Expose current clean step in the APIJosh Gachnang2015-06-191-1/+16
|/
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-046-187/+201
* Remove bogus conditional from node_updateLucas Alvares Gomes2015-06-021-16/+0
* Disable meaningless sort keys in list commandKan2015-05-223-18/+22
* Run tests in py34 environmentVictor Sergeyev2015-05-063-26/+31
* Return HTTP 400 for invalid sort_keyRuby Loo2015-04-303-0/+56
* Merge "Add maintenance check before call do_node_deploy"Jenkins2015-04-081-10/+7
|\
| * Add maintenance check before call do_node_deployZhenguo Niu2015-04-081-10/+7
* | Refactor test code to reduce duplicationMichael Davies2015-04-012-32/+11
* | New field 'name' not supported in port REST APIMichael Davies2015-04-013-80/+196
|/
* Merge "Improve backwards compat on API behaviour"Jenkins2015-04-011-5/+16
|\
| * Improve backwards compat on API behaviourMichael Davies2015-03-301-5/+16
* | Merge "Prevent power actions on node in cleaning"Jenkins2015-03-311-0/+7
|\ \
| * | Prevent power actions on node in cleaningJosh Gachnang2015-03-311-0/+7
* | | Merge "Prevent updating the node's driver if console is enabled"Jenkins2015-03-311-0/+15
|\ \ \ | |/ / |/| |
| * | Prevent updating the node's driver if console is enabledLucas Alvares Gomes2015-03-271-0/+15
| |/
* | Merge "Removed hardcoded IDs from "chassis" test resources"Jenkins2015-03-312-20/+21
|\ \ | |/ |/|
| * Removed hardcoded IDs from "chassis" test resourcesVladyslav Drok2015-03-312-20/+21
* | Merge "Allow node.instance_uuid to be removed during cleaning"Jenkins2015-03-261-0/+29
|\ \
| * | Allow node.instance_uuid to be removed during cleaningJosh Gachnang2015-03-251-0/+29