summaryrefslogtreecommitdiff
path: root/taskflow/utils/misc.py
Commit message (Expand)AuthorAgeFilesLines
...
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+47
* Use a tiny clamp helper to clamp the 'on_progress' valueJoshua Harlow2014-12-131-0/+16
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-2/+0
* Include documentation of the utility modulesJoshua Harlow2014-11-281-5/+21
* Merge "Remove attrdict and just use existing types"Jenkins2014-11-191-106/+30
|\
| * Remove attrdict and just use existing typesJoshua Harlow2014-10-181-106/+30
* | Merge "Remove direct usage of the deprecated notifier location"Jenkins2014-11-191-1/+1
|\ \
| * | Remove direct usage of the deprecated notifier locationJoshua Harlow2014-10-191-1/+1
| |/
* | Bump the deprecation version numberJoshua Harlow2014-10-191-2/+2
|/
* Hoist the notifier to its own moduleJoshua Harlow2014-10-181-97/+3
* Move failure to its own type specific moduleJoshua Harlow2014-10-181-265/+6
* Merge "Use timeutils functions instead of misc.wallclock"Jenkins2014-10-181-8/+0
|\
| * Use timeutils functions instead of misc.wallclockJoshua Harlow2014-09-271-8/+0
* | Merge "Revamp the symbol lookup mechanism"Jenkins2014-10-181-20/+2
|\ \
| * | Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-20/+2
* | | 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
|\ \