summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_zookeeper.py
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of zookeeper jobboard backend optionsGregory Thiemonge2023-01-121-1/+3
* Update 'make_client' kazoo docs and link to themJoshua Harlow2015-07-171-0/+10
* Use a class constant for the default path based backend pathJoshua Harlow2015-06-101-2/+4
* Avoid duplicating exception messageJoshua Harlow2015-05-061-4/+4
* Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-13/+19
* Add newline to avoid sphinx warningJoshua Harlow2015-03-121-0/+1
* Persistence backend refactorDan Krause2015-03-091-323/+45
* Allow turning off the version checkJoshua Harlow2015-02-161-3/+5
* 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
* | Merge "Move the persistence base to the parent directory"Jenkins2015-01-211-1/+1
|\ \
| * | Move the persistence base to the parent directoryJoshua Harlow2014-12-191-1/+1
| |/
* | Move implementation(s) to there own sectionsJoshua Harlow2015-01-161-5/+5
|/
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Ensure that the zookeeper backend creates missing atomsJoshua Harlow2014-11-241-1/+5
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* Use checked commit when committing kazoo transactionsJoshua Harlow2014-07-251-45/+52
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-4/+14
* Persistence cleanup part oneJoshua Harlow2014-03-261-79/+84
* Adjust the exception hierachyJoshua Harlow2014-03-241-7/+11
* Fix few minor spelling errorsIvan A. Melnikov2014-03-181-1/+1
* Unify usage of storage error exception typeJoshua Harlow2014-02-241-1/+1
* Merge "Move some common/to be shared kazoo utils to kazoo_utils"Jenkins2014-02-211-16/+3
|\
| * Move some common/to be shared kazoo utils to kazoo_utilsJoshua Harlow2014-02-201-16/+3
* | Fix few spelling and grammar errorsIvan A. Melnikov2014-02-201-1/+1
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Rename self._zk to self._clientChangbin Liu2014-02-051-22/+28
* Some zookeeper persistence improvements/adjustmentsJoshua Harlow2014-02-021-192/+211
* Implement ZooKeeper as persistence storage backendChangbin Liu2014-01-281-0/+385