summaryrefslogtreecommitdiff
path: root/taskflow/storage.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Map optional arguments as well as required arguments"Jenkins2015-02-111-1/+8
|\
| * Map optional arguments as well as required argumentsMin Pae2015-02-101-1/+8
* | Default to using a thread-safe storage unitJoshua Harlow2015-02-051-24/+8
|/
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-2/+2
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-2/+2
* Merge "Add a history retry object, makes retry histories easier to use"Jenkins2014-12-181-10/+25
|\
| * Add a history retry object, makes retry histories easier to useJoshua Harlow2014-11-191-10/+25
* | Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-12/+9
|/
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-1/+2
* Merge "Expose only `ensure_atom` from storage"Jenkins2014-10-181-5/+23
|\
| * Expose only `ensure_atom` from storageJoshua Harlow2014-09-271-5/+23
* | Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-58/+216
|/
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-6/+12
* Rename inject_task_args to inject_atom_argsJoshua Harlow2014-06-021-6/+19
* add the ability to inject arguments into tasks at task creationGreg Hill2014-05-281-3/+16
* Allow transient values to be stored in storageJoshua Harlow2014-04-111-8/+33
* Allow atoms to save their own state/result0.2Joshua Harlow2014-04-011-16/+4
* Merge "Decrease extraneous logging"Jenkins2014-04-011-2/+0
|\
| * Decrease extraneous loggingJoshua Harlow2014-03-311-2/+0
| * Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-3/+2
| * Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-2/+3
* | Handle retry last_results/last_failure betterJoshua Harlow2014-03-311-18/+21
|/
* Set logbook/flowdetail/atomdetail meta to empty dictJoshua Harlow2014-03-271-8/+5
* Persistence cleanup part oneJoshua Harlow2014-03-261-157/+193
* Merge "Use same code to reset flow and parts of it"Jenkins2014-03-261-18/+0
|\
| * Use same code to reset flow and parts of itIvan A. Melnikov2014-03-261-18/+0
* | Adjust the exception hierachyJoshua Harlow2014-03-241-2/+2
|/
* Flow smart revert with retry controllerAnastasia Karpinska2014-03-181-4/+23
* Add atom intentions for tasks and retriesAnastasia Karpinska2014-03-181-0/+10
* Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-26/+83
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Use reader/writer locks in storageJoshua Harlow2014-02-051-138/+160
* Doc strings and comments clean-upskudriashev2014-01-261-23/+23
* Merge "Move the container fetcher function to utils"Jenkins2014-01-201-19/+2
|\
| * Move the container fetcher function to utilsJoshua Harlow2013-12-301-19/+2
* | Move six to the right locationJoshua Harlow2014-01-091-0/+1
|/
* Graph action refactoringAnastasia Karpinska2013-12-261-0/+4
* Storage: use names instead of uuids in interfaceAnastasia Karpinska2013-12-181-59/+87
* Merge "Use update_task_metadata in set_task_progress"Jenkins2013-12-101-10/+11
|\
| * Use update_task_metadata in set_task_progressJoshua Harlow2013-12-091-10/+11
* | Merge "Capture task duration"Jenkins2013-12-101-0/+12
|\ \ | |/
| * Capture task durationJoshua Harlow2013-12-091-0/+12
* | Fix misspellingsStanislav Kudriashev2013-12-101-1/+1
|/
* All classes should explicitly inherit object classanastasia-karpinska2013-11-281-1/+2
* Storage: add methods to get all flow failuresIvan A. Melnikov2013-11-151-2/+38
* Don't reset tasks to PENDING state while revertingIvan A. Melnikov2013-10-311-5/+30
* Do not erase task progress detailsIvan A. Melnikov2013-10-181-7/+11
* Storage: restore injected data on resumptionIvan A. Melnikov2013-10-181-8/+32
* Merge "Beef up storage comments"Jenkins2013-10-151-2/+8
|\