summaryrefslogtreecommitdiff
path: root/ironicclient/tests/unit/common
Commit message (Expand)AuthorAgeFilesLines
* Accept configdrive as a JSON fileDmitry Tantsur2023-03-021-0/+13
* Avoid using 'foo' as invalid JSON test dataSteve Baker2022-03-011-1/+1
* Fix distribution compatability for configdrive buildJulia Kreger2021-09-151-3/+40
* Merge "Support YAML files wherever JSON files are accepted"4.6.0Zuul2021-02-171-6/+13
|\
| * Support YAML files wherever JSON files are acceptedDmitry Tantsur2021-02-161-6/+13
* | Clearer error message when unable to parse JSONDmitry Tantsur2021-02-161-1/+1
|/
* Add global_request_id into the base client methodsVladyslav Drok2020-05-151-17/+52
* Allow to pass additional arguments into adapterVladyslav Drok2020-05-151-0/+26
* Get rid of the oslo.serialization dependencyDmitry Tantsur2020-05-041-3/+3
* Use unittest.mock instead of third party mockSean McGinnis2020-04-305-5/+6
* Check import orderRiccardo Pittau2020-04-211-2/+1
* Stop using six libraryRiccardo Pittau2019-12-183-9/+9
* Fix TypeError when using endpoint_override with SessionClientDmitry Tantsur2019-09-231-0/+7
* Remove deprecated endpoint argumentRiccardo Pittau2019-08-211-61/+9
* Remove the ironic commandJulia Kreger2019-08-201-740/+0
* Remove deprecated common.http.HTTPClient classRiccardo Pittau2019-08-201-421/+0
* Strip prefix when paginatingJim Rollenhagen2019-08-011-9/+10
* Use endpoint_override in version negotiationJason2019-03-151-0/+1
* Replace assertRaisesRegexp with assertRaisesRegexChuck Short2018-08-271-4/+4
* Add microversion override for get and listJulia Kreger2018-06-121-10/+49
* Merge "Wire in header microversion into negotiation"Zuul2018-06-041-0/+41
|\
| * Wire in header microversion into negotiationJulia Kreger2018-05-311-0/+41
* | Switch to none auth for standalone modeVladyslav Drok2018-05-071-0/+12
|/
* Minor changes to version negotiation logicJulia Kreger2018-03-121-1/+1
* Allow API user to define list of versionsJulia Kreger2018-01-181-0/+95
* Facilitate latest Rest API useJulia Kreger2018-01-181-0/+23
* Use StrictVersion to compare versionsHironori Shiina2018-01-111-0/+17
* Merge "Mock filecache.CACHE in unit tests"Zuul2017-11-141-6/+9
|\
| * Mock filecache.CACHE in unit testsRuby Loo2017-11-061-6/+9
* | Pass missing arguments to session in SessionClient._make_session_requestDmitry Tantsur2017-11-031-0/+17
|/
* Do not use urljoin in base http clientPavlo Shchelokovskyy2017-10-061-2/+3
* Fixed wrap from taking negative valuesM V P Nitesh2017-07-101-0/+4
* Extends driver-list, driver-show supporting new hardware typesDao Cong Tien2017-04-281-0/+22
* Merge "Add missing 'autospec' statements to unit test mocks"1.12.0Jenkins2017-03-231-4/+4
|\
| * Add missing 'autospec' statements to unit test mocksJohn L. Villalovos2017-03-191-4/+4
* | Print pecan exceptions properlyVladyslav Drok2017-02-101-5/+34
* | Merge "Raise on NodeManager get when invalid identifier provided"Jenkins2017-01-091-0/+6
|\ \ | |/ |/|
| * Raise on NodeManager get when invalid identifier providedMaxime Belanger2017-01-091-0/+6
* | Fix API object representation in unittestsVasyl Saienko2016-12-151-2/+0
* | Replace six.iteritems() with .items()Luong Anh Tuan2016-11-221-1/+1
|/
* Fix python3 compatibility when HTTP Error are returned1.8.0Marc Aubry2016-11-081-61/+73
* If no resource, don't call Resource.to_dict()Ruby Loo2016-10-041-0/+30
* Add key_value_pairs_to_dict() methodRuby Loo2016-08-181-0/+14
* Trivial: Remove useless spacesTang Chen2016-08-021-3/+3
* Fix py35 unit testsAnton Arefiev2016-07-081-61/+12
* Merge "Add env var for version cache timeout"Jenkins2016-07-051-1/+60
|\
| * Add env var for version cache timeoutMichael Davies2016-06-291-1/+60
* | Add invalid attribute names to exceptionRuby Loo2016-06-281-2/+3
* | Merge "Fix error returned by ironic --json node-validate"Jenkins2016-06-271-2/+3
|\ \ | |/ |/|
| * Fix error returned by ironic --json node-validateAline Bousquet2016-06-271-2/+3