summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/base.py
Commit message (Expand)AuthorAgeFilesLines
* Do not serialize command_paramsDmitry Tantsur2021-05-181-1/+1
* Do not silently swallow errors in the write_image deploy stepDmitry Tantsur2020-10-091-0/+11
* When reporting that agent is busy, report the executed commandDmitry Tantsur2020-09-181-1/+1
* Fix confusing logging when running asynchronous commandsDmitry Tantsur2020-06-261-8/+11
* Add a deploy step for writing an imageDmitry Tantsur2020-06-021-0/+23
* Add an ability to run in-band deploy stepsMark Goddard2020-04-061-3/+5
* Omit configdrive and system_logs from loggingDmitry Tantsur2020-01-131-5/+10
* Stop using six libraryRiccardo Pittau2019-11-291-6/+4
* Replace use of functools.wraps() with six.wraps()John L. Villalovos2018-02-011-2/+2
* Replaces uuid.uuid4 with uuidutils.generate_uuid()Luong Anh Tuan2016-11-081-2/+3
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-061-3/+3
* Improve __str__ method of BaseCommandResultJay Faulkner2016-03-301-4/+5
* Add __str__ method to BaseCommandResultJulian Sy2016-03-291-0/+7
* Replace all the 'self.log' calls with global LOGZhenguo Niu2016-02-241-1/+0
* Create a SerializableComparable classJohn L. Villalovos2015-09-111-1/+1
* Remove ordereddict as 2.6 is no longer supportedJay Faulkner2015-09-031-2/+2
* Fix logging levelsJosh Gachnang2015-08-041-7/+7
* Improve IPA logging and exception handlingJosh Gachnang2015-07-281-3/+19
* Add Python3 supportLucas Alvares Gomes2015-07-151-2/+2
* Update hacking and fix hacking violationsJim Rollenhagen2015-06-031-2/+4
* Use oslo_log libGhe Rivero2015-03-241-1/+1
* Add cleaning/zapping support to IPAJosh Gachnang2015-03-171-0/+6
* SyncCommandResult should store actual exceptionRamakrishnan G2015-03-111-4/+1
* Add additional logging and return results for IPA extensionsKyle Stevenson2015-02-181-0/+11
* Correct inline comment in sync_command decoratorKyle Stevenson2015-02-041-1/+1
* Improve/add docstrings for CommandResult classesJay Faulkner2014-11-251-3/+47
* Force heartbeat immediately after async command completesJim Rollenhagen2014-10-131-4/+10
* Enhance decorators in agent and automate creation of command_mapSzymon Wroblewski2014-09-111-8/+17
* Flow extension uses extension manager from agentVladimir Kozhukalov2014-06-021-5/+8
* Make encoding.serialize() more programmaticalAlexander Gordeev2014-05-061-10/+3
* Merge "Deprecated extension name attribute"Jenkins2014-04-171-2/+1
|\
| * Deprecated extension name attributeVladimir Kozhukalov2014-04-151-2/+1
* | Decorated commands no longer take command_nameRussell Haering2014-04-151-3/+2
|/
* Add a @sync_command() decoratorRussell Haering2014-04-141-9/+25
* Organize agent extensionsRussell Haering2014-04-141-0/+219