summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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