summaryrefslogtreecommitdiff
path: root/taskflow/jobs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Use checked_commit() around consume() and abandon()Joshua Harlow2014-07-281-5/+7
* | Merge "Use a check + create transaction when claiming a job"Jenkins2014-08-301-13/+36
|\ \ | |/
| * Use a check + create transaction when claiming a jobJoshua Harlow2014-07-281-13/+36
* | Merge "Allow a jobs posted book to be none by default"Jenkins2014-08-142-6/+6
|\ \
| * | Allow a jobs posted book to be none by defaultJoshua Harlow2014-07-142-6/+6
| |/
* | Avoid naming time type module the same as a builtinJoshua Harlow2014-08-121-2/+2
|/
* Create a top level time typeJoshua Harlow2014-06-201-3/+3
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-133-48/+89
* Adds a single threaded flow conductorDan Krause2014-05-282-0/+9
* Don't create fake LogBook when we can not fetch oneIvan A. Melnikov2014-05-152-21/+49
* Remove the _clear method and do not reset the job_watcherJoshua Harlow2014-05-091-6/+2
* Merge "Allow the watcher to re-register if the session is lost"Jenkins2014-05-081-5/+6
|\
| * Allow the watcher to re-register if the session is lostJoshua Harlow2014-05-071-5/+6
* | Merge "Add a jobboard fetching context manager"Jenkins2014-05-072-0/+24
|\ \
| * | Add a jobboard fetching context managerJoshua Harlow2014-04-302-0/+24
* | | Merge "Add a new wait() method that waits for jobs to arrive"Jenkins2014-05-072-39/+93
|\ \ \
| * | | Add a new wait() method that waits for jobs to arriveJoshua Harlow2014-05-062-39/+93
* | | | Merge "Move from generator to iterator for iterjobs"Jenkins2014-05-072-23/+79
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Move from generator to iterator for iterjobsJoshua Harlow2014-04-302-23/+79
| |/
* | Merge "Integrate urlparse for configuration augmentation"Jenkins2014-05-011-2/+8
|\ \
| * | Integrate urlparse for configuration augmentationJoshua Harlow2014-04-281-2/+8
| |/
* | Update jobboard docsJoshua Harlow2014-04-291-1/+16
* | Skip loading (and failing to load) lock filesJoshua Harlow2014-04-251-3/+10
|/
* Add last_modified & created_on attributes to jobsJoshua Harlow2014-04-212-3/+69
* Allow jobboard event notificationJoshua Harlow2014-04-212-3/+48