summaryrefslogtreecommitdiff
path: root/taskflow/jobs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make currently implemented jobs use @functools.total_ordering"Jenkins2015-07-242-3/+28
|\
| * Make currently implemented jobs use @functools.total_orderingJoshua Harlow2015-07-082-3/+28
* | Merge "Unify the zookeeper/redis jobboard iterators"Jenkins2015-07-213-96/+105
|\ \
| * | Unify the zookeeper/redis jobboard iteratorsJoshua Harlow2015-07-123-96/+105
| |/
* | Merge "Update 'make_client' kazoo docs and link to them"Jenkins2015-07-171-0/+10
|\ \
| * | Update 'make_client' kazoo docs and link to themJoshua Harlow2015-07-171-0/+10
| |/
* | Merge "Provide a deprecated alias for the now removed stop watch class"Jenkins2015-07-132-4/+3
|\ \
| * | Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-122-4/+3
* | | Merge "Integrate futurist (and **remove** taskflow originating code)"Jenkins2015-07-111-2/+2
|\ \ \ | |/ /
| * | Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
| |/
* | Add more useful `__str__` to redis jobJoshua Harlow2015-07-081-0/+7
|/
* Build-out + test a redis backed jobboardJoshua Harlow2015-06-293-134/+1093
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-3/+3
* Remove 'pass' usage not neededJoshua Harlow2015-05-241-2/+0
* Remove validation of state on state read property access0.10.0Joshua Harlow2015-05-071-6/+1
* Make the default path a constant and tweak class docstringJoshua Harlow2015-05-061-16/+20
* Move implementations into there own sub-sectionsJoshua Harlow2015-05-011-6/+6
* Merge "Avoid attribute error by checking executor for being non-none"Jenkins2015-04-291-5/+9
|\
| * Avoid attribute error by checking executor for being non-noneJoshua Harlow2015-04-201-5/+9
* | Move zookeeper jobboard constants to class levelJoshua Harlow2015-04-271-23/+31
* | Replace more instance(s) of exception chaining with helperJoshua Harlow2015-04-201-5/+6
|/
* Merge "Add strict job state transition checking"Jenkins2015-04-181-0/+8
|\
| * Add strict job state transition checkingJoshua Harlow2015-04-161-0/+8
* | Merge "Use the ability to chain exceptions correctly"Jenkins2015-04-181-54/+77
|\ \ | |/ |/|
| * Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-54/+77
* | Turn 'check_who' into a decoratorJoshua Harlow2015-03-301-9/+16
|/
* Ensure we are really setup before being connectedJoshua Harlow2015-03-201-1/+4
* add jobboard trash methodGreg Hill2015-02-262-1/+52
* Allow turning off the version checkJoshua Harlow2015-02-161-1/+2
* Stopwatch usage cleanup/tweakJoshua Harlow2015-01-281-8/+4
* Merge "Switch to using 'oslo_serialization' vs 'oslo.serialization'"Jenkins2015-01-231-1/+1
|\
| * Switch to using 'oslo_serialization' vs 'oslo.serialization'Joshua Harlow2015-01-151-1/+1
* | Move the jobboard/job bases to a jobboard/base moduleJoshua Harlow2015-01-163-121/+127
|/
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-142-3/+3
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-182-3/+2
* Avoid holding the lock while scanning for existing jobsJoshua Harlow2014-12-111-14/+16
* Avoid popping while another entity is iteratingJoshua Harlow2014-12-101-3/+11
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-082-2/+2
* Use condition variables using 'with'Joshua Harlow2014-12-081-12/+3
* Merge "Refactor parts of the job lock/job condition zookeeper usage"Jenkins2014-12-061-18/+13
|\
| * Refactor parts of the job lock/job condition zookeeper usageJoshua Harlow2014-10-021-18/+13
* | Merge "Change messaging from handler connection timeouts -> operation timeouts"Jenkins2014-12-031-5/+5
|\ \
| * | Change messaging from handler connection timeouts -> operation timeoutsJoshua Harlow2014-10-091-5/+5
* | | Merge "Remove attrdict and just use existing types"Jenkins2014-11-191-3/+3
|\ \ \
| * | | Remove attrdict and just use existing typesJoshua Harlow2014-10-181-3/+3
| |/ /
* | | Remove direct usage of the deprecated notifier locationJoshua Harlow2014-10-191-2/+2
|/ /
* | Jobboard example that show jobs + workers + producersJoshua Harlow2014-09-271-3/+17
|/
* Adjust on_job_posting to not hold the lock while investigatingJoshua Harlow2014-09-271-21/+33
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-2/+2
* Merge "Use checked_commit() around consume() and abandon()"Jenkins2014-08-301-5/+7
|\