summaryrefslogtreecommitdiff
path: root/taskflow/types/failure.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-7/+11
* Fix unit testsGregory Thiemonge2022-01-251-1/+1
* Trivial: update pypi url to new urlXiaojueGuan2018-05-131-1/+1
* set default python to python3Doug Hellmann2018-04-171-1/+4
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-4/+4
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-281-3/+7
* Trap and expose exception any 'args'Joshua Harlow2015-12-211-2/+27
* Revert "Remove failure version number"Joshua Harlow2015-12-211-0/+10
* Remove failure version numberJoshua Harlow2015-12-141-10/+0
* Merge "Add validation of base exception type(s) in failure type"Jenkins2015-12-151-0/+27
|\
| * Add validation of base exception type(s) in failure typeJoshua Harlow2015-10-191-0/+27
* | Move 'fill_iter' to 'iter_utils.fill'Joshua Harlow2015-10-261-18/+2
|/
* Fix 'dependened upon' spelling errorJoshua Harlow2015-09-291-1/+1
* Merge "Use encodeutils for exception -> string function"Jenkins2015-07-211-4/+8
|\
| * Use encodeutils for exception -> string functionJoshua Harlow2015-06-301-4/+8
* | Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-5/+7
|/
* Attempt to extract traceback from exceptionJoshua Harlow2015-03-151-1/+6
* Merge "Add + use failure json schema validation"Jenkins2015-03-131-0/+50
|\
| * Add + use failure json schema validationJoshua Harlow2015-03-111-0/+50
* | Merge "Retain nested causes where/when we can"Jenkins2015-03-131-3/+75
|\ \ | |/
| * Retain nested causes where/when we canJoshua Harlow2015-03-101-3/+75
* | Denote issue 17911 has been merged/acceptedJoshua Harlow2015-03-091-3/+3
|/
* Docstrings should document parameters return valuesVilobh Meshram2015-02-111-1/+5
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-1/+2
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Use platform neutral line separator(s)Joshua Harlow2015-01-121-2/+6
* Merge "Rework the in-memory backend"Jenkins2015-01-071-1/+1
|\
| * Rework the in-memory backendJoshua Harlow2014-12-181-1/+1
* | Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
|/
* Ensure that failures can be pickledJoshua Harlow2014-12-061-0/+41
* Merge "Avoid deepcopying exception values"Jenkins2014-12-021-4/+4
|\
| * Avoid deepcopying exception valuesJoshua Harlow2014-11-281-4/+4
* | Add link to issue 17911Joshua Harlow2014-11-281-0/+4
|/
* Ensure failure types contain only immutable itemsJoshua Harlow2014-11-191-2/+9
* Merge "Remove direct usage of the deprecated failure location"Jenkins2014-11-191-1/+1
|\
| * Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-1/+1
* | Handle the case where '_exc_type_names' is emptyJoshua Harlow2014-10-251-2/+5
|/
* Move failure to its own type specific moduleJoshua Harlow2014-10-181-0/+287