summaryrefslogtreecommitdiff
path: root/taskflow/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Split revert/execute missing args messagesGreg Hill2016-05-261-1/+5
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-0/+8
* Use encodeutils for exception -> string functionJoshua Harlow2015-06-301-17/+16
* Use the `excutils.raise_with_cause` after doing our type checkJoshua Harlow2015-06-161-7/+2
* Validate correct exception subclass in 'raise_with_cause'Joshua Harlow2015-04-181-0/+2
* Ensure we don't get stuck in formatting loopsJoshua Harlow2015-04-081-1/+3
* Avoid going into causes of non-taskflow exceptionsJoshua Harlow2015-04-031-4/+6
* Make an attempt at having taskflow exceptions print causes betterJoshua Harlow2015-03-311-27/+44
* Chain exceptions correctly on py3.xJoshua Harlow2015-02-201-2/+35
* Fix log statementManish Godara2015-02-131-1/+1
* Use platform neutral line separator(s)Joshua Harlow2015-01-121-2/+8
* Properly handle and skip empty intermediary flowsJoshua Harlow2014-12-101-0/+4
* Move the _pformat() method to be a classmethodJoshua Harlow2014-12-021-15/+20
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-2/+2
* Merge "Document more function/class/method params"Jenkins2014-10-181-7/+32
|\
| * Document more function/class/method paramsJoshua Harlow2014-09-261-7/+32
* | Merge "Relax the graph flow symbol constraints"Jenkins2014-10-181-0/+4
|\ \
| * | Relax the graph flow symbol constraintsJoshua Harlow2014-09-081-0/+4
* | | Switch to a custom NotImplementedError derivativeJoshua Harlow2014-10-081-0/+9
| |/ |/|
* | Merge "Expand documention on failures and wrapped failures types"Jenkins2014-09-201-5/+10
|\ \ | |/ |/|
| * Expand documention on failures and wrapped failures typesJoshua Harlow2014-08-191-5/+10
* | Allow handlers to provide validation callablesJoshua Harlow2014-07-251-0/+4
|/
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-3/+1
* Allow for two ways to find a flow detail in a job for a conductorJoshua Harlow2014-05-301-0/+4
* Merge "Allow indent text to be passed in"Jenkins2014-05-301-2/+2
|\
| * Allow indent text to be passed inJoshua Harlow2014-05-291-2/+2
* | Adds a single threaded flow conductorDan Krause2014-05-281-0/+6
|/
* Stings -> StringsJoshua Harlow2014-04-191-1/+1
* Use correct exception in the timing listenerStanislav Kudriashev2014-04-011-1/+1
* Should be greater or equal to zero and not greater thanJoshua Harlow2014-03-261-1/+1
* Adjust the exception hierachyJoshua Harlow2014-03-241-62/+72
* Merge "Add zookeeper job/jobboard impl"Jenkins2014-02-261-2/+12
|\
| * Add zookeeper job/jobboard implJoshua Harlow2014-02-241-2/+12
* | Unify usage of storage error exception typeJoshua Harlow2014-02-241-0/+2
|/
* Merge "Move some common/to be shared kazoo utils to kazoo_utils"Jenkins2014-02-211-0/+5
|\
| * Move some common/to be shared kazoo utils to kazoo_utilsJoshua Harlow2014-02-201-0/+5
* | Merge "Message-oriented worker-based flow with kombu"Jenkins2014-02-201-0/+4
|\ \
| * | Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+4
| |/
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Be really careful with non-ascii data in exceptions/failuresIvan A. Melnikov2014-02-041-1/+15
* Implement ZooKeeper as persistence storage backendChangbin Liu2014-01-281-0/+5
* Doc strings and comments clean-upskudriashev2014-01-261-4/+4
* Exceptions cleanupIvan A. Melnikov2014-01-141-9/+4
* Fix misspellingsStanislav Kudriashev2013-12-101-1/+1
* Raise exception when trying to run empty flowAnastasia Karpinska2013-12-101-0/+5
* Validate each flow state changeIvan A. Melnikov2013-10-071-1/+1
* Some small exception cleanupsJoshua Harlow2013-10-051-3/+5
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-31/+44
* Graph flow, sequential graph actionAnastasia Karpinska2013-09-181-0/+5
* Verify provides and requiresIvan A. Melnikov2013-09-181-0/+6