summaryrefslogtreecommitdiff
path: root/ironicclient/common/base.py
Commit message (Expand)AuthorAgeFilesLines
* Add global_request_id into the base client methodsVladyslav Drok2020-05-151-24/+69
* Stop using six libraryRiccardo Pittau2019-12-181-10/+9
* Strip prefix when paginatingJim Rollenhagen2019-08-011-0/+17
* Add support for reset_interfaces in node's PATCHDmitry Tantsur2018-07-171-1/+4
* Add microversion override for get and listJulia Kreger2018-06-121-11/+34
* Support per-call version: set_provision_stateEric Fried2018-06-061-1/+7
* Traits supportJim Rollenhagen2018-01-251-4/+13
* Raise on NodeManager get when invalid identifier providedMaxime Belanger2017-01-091-0/+6
* If no resource, don't call Resource.to_dict()Ruby Loo2016-10-041-0/+14
* Add invalid attribute names to exceptionRuby Loo2016-06-281-1/+8
* Refactoring and removing duplicate code of "base.Manager" heirsSinval Vieira2015-12-091-9/+87
* Revert "Refactoring and removing duplicate code of "base.Manager" heirs"John L. Villalovos2015-11-301-113/+9
* Refactoring and removing duplicate code of "base.Manager" heirsSinval Vieira2015-11-301-9/+113
* Sync with oslo-incubatorLin Tan2015-11-171-1/+1
* Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
* Bump hacking versionGhe Rivero2014-10-021-6/+7
* Add pagination support to {node, port, chassis}-listLucas Alvares Gomes2014-07-151-6/+66
* Add UTF-8 coding lines to all Python filesMartin Geisler2014-05-311-0/+2
* Reuse Resource from osloAndrey Kurilin2014-01-171-55/+2
* Remove Python 2.4 all() implementationLucas Alvares Gomes2013-11-121-8/+0
* Reorder importsGhe Rivero2013-11-111-0/+1
* Add node-set-power-state to cliLucas Alvares Gomes2013-11-011-3/+3
* Use six.iteritems() for dictKui Shi2013-10-171-1/+2
* Implement *-update commands to resroucesLucas Alvares Gomes2013-09-301-2/+2
* Manager._list should always return a listDevananda van der Veen2013-09-191-3/+3
* Basic project structureLucas Alvares Gomes2013-09-191-0/+142