summaryrefslogtreecommitdiff
path: root/ironicclient/tests/unit/common/test_http.py
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+1
* Check import orderRiccardo Pittau2020-04-211-2/+1
* Stop using six libraryRiccardo Pittau2019-12-181-1/+1
* Fix TypeError when using endpoint_override with SessionClientDmitry Tantsur2019-09-231-0/+7
* Remove deprecated endpoint argumentRiccardo Pittau2019-08-211-61/+9
* 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
* 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
* 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
* Print pecan exceptions properlyVladyslav Drok2017-02-101-5/+34
* Fix python3 compatibility when HTTP Error are returned1.8.0Marc Aubry2016-11-081-61/+73
* Trivial: Remove useless spacesTang Chen2016-08-021-3/+3
* Fix py35 unit testsAnton Arefiev2016-07-081-61/+12
* Catch RetriableConnectionFailures from KAuth and retrySam Betts2016-06-021-0/+15
* Set endpoint_override while doing session.requestVladyslav Drok2016-03-211-2/+43
* Use requests lib in HTTPClientAnton Arefiev2016-03-031-230/+227
* Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2016-02-041-42/+44
* Move ironicclient/common tests to their respective directoryLucas Alvares Gomes2016-01-061-0/+741