summaryrefslogtreecommitdiff
path: root/taskflow/utils/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid usage of six.moves in local functionsJoshua Harlow2014-10-041-2/+4
* Merge "Ensure the cachedproperty creation/setting is thread-safe"Jenkins2014-09-271-6/+15
|\
| * Ensure the cachedproperty creation/setting is thread-safeJoshua Harlow2014-09-051-6/+15
* | Merge "Switch to using oslo.utils and oslo.serialization"Jenkins2014-09-261-3/+3
|\ \
| * | Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-3/+3
* | | Documentation cleanups and tweaksJoshua Harlow2014-09-231-10/+21
|/ /
* | Merge "Expand documention on failures and wrapped failures types"Jenkins2014-09-201-3/+48
|\ \ | |/ |/|
| * Expand documention on failures and wrapped failures typesJoshua Harlow2014-08-191-3/+48
* | Merge "Add a pformat() failure method and use it in the conductor"Jenkins2014-08-211-2/+17
|\ \
| * | Add a pformat() failure method and use it in the conductorJoshua Harlow2014-08-111-2/+17
| |/
* | Merge "Remove need to do special exception catching in parse_uri"Jenkins2014-08-121-20/+9
|\ \ | |/ |/|
| * Remove need to do special exception catching in parse_uriJoshua Harlow2014-07-021-20/+9
* | Create a top level time typeJoshua Harlow2014-06-201-107/+0
|/
* Remove functions created for pre-six 1.7.0Joshua Harlow2014-06-181-16/+0
* Merge "Remove misc.as_bool as oslo provides an equivalent"Jenkins2014-06-181-12/+0
|\
| * Remove misc.as_bool as oslo provides an equivalentJoshua Harlow2014-06-111-12/+0
* | Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-29/+48
|/
* Ensure cachedproperty descriptor picks up docstringsJoshua Harlow2014-06-021-0/+5
* Complete the cachedproperty descriptor protocolJoshua Harlow2014-05-201-11/+18
* Merge "Add a cachedproperty descriptor"Jenkins2014-05-191-0/+32
|\
| * Add a cachedproperty descriptorJoshua Harlow2014-05-051-0/+32
* | Merge "Add a new wait() method that waits for jobs to arrive"Jenkins2014-05-071-0/+10
|\ \ | |/ |/|
| * Add a new wait() method that waits for jobs to arriveJoshua Harlow2014-05-061-0/+10
* | Merge "Integrate urlparse for configuration augmentation"Jenkins2014-05-011-0/+87
|\ \ | |/ |/|
| * Integrate urlparse for configuration augmentationJoshua Harlow2014-04-281-0/+87
* | Fix "occured" -> "occurred"Joshua Harlow2014-04-261-1/+1
|/
* Add last_modified & created_on attributes to jobsJoshua Harlow2014-04-211-0/+8
* Allow jobboard event notificationJoshua Harlow2014-04-211-28/+27
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-1/+195
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-195/+1
* Rework documentation of notificationsIvan A. Melnikov2014-03-281-0/+19
* Persistence cleanup part oneJoshua Harlow2014-03-261-0/+18
* Merge "Rewrite assertion for same elements in sequences"Jenkins2014-03-241-0/+16
|\
| * Rewrite assertion for same elements in sequencesIvan A. Melnikov2014-03-221-0/+16
* | Merge "tests: Fix WaitForOneFromTask constructor parameter introspection"Jenkins2014-03-241-1/+2
|\ \
| * | tests: Fix WaitForOneFromTask constructor parameter introspectionIvan A. Melnikov2014-03-221-1/+2
* | | Merge "Add a timeout object that can be interrupted"Jenkins2014-03-241-0/+26
|\ \ \ | |/ / |/| |
| * | Add a timeout object that can be interruptedJoshua Harlow2014-03-201-0/+26
| |/
* | Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-141-2/+2
|/
* A few worker-engine cleanupsJoshua Harlow2014-03-061-0/+30
* Fixed spelling errorStanislav Kudriashev2014-02-201-1/+1
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Be really careful with non-ascii data in exceptions/failuresIvan A. Melnikov2014-02-041-7/+7
* Remove use of str() in utils.misc.FailureJay S. Bryant2014-02-031-2/+2
* Doc strings and comments clean-upskudriashev2014-01-261-11/+13
* Add utilities for working with binary dataIvan A. Melnikov2014-01-241-0/+47
* Merge "Move the container fetcher function to utils"Jenkins2014-01-201-0/+18
|\
| * Move the container fetcher function to utilsJoshua Harlow2013-12-301-0/+18
* | Add possibility to create Failure from exceptionStanislav Kudriashev2014-01-161-0/+4
* | Merge "Use the six callback checker"Jenkins2014-01-101-1/+1
|\ \