| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(core): allow requests to be queued in CONNECTING state (#374) (#588) | Damien Diederen | 2020-03-09 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | With this patch, requests issued while the client is in the 'CONNECTING' state get queued instead of raising a misleading 'SessionExpiredError'. This fixes https://github.com/python-zk/kazoo/issues/374, and brings Kazoo more in line with the Java and C clients. See the 'kazoo.client.KazooClient.state' documentation as well as these discussions for more details: https://github.com/python-zk/kazoo/pull/570#issuecomment-554798550 https://github.com/python-zk/kazoo/pull/583#issuecomment-586422386 | ||||
| * | feat(recipe): Add TreeCache recipe | Jiangge Zhang | 2017-06-13 | 1 | -0/+26 |
| | | | | | | Kazoo implementation of Apache Curator's TreeCache recipe. See also: http://curator.apache.org/curator-recipes/tree-cache.html | ||||
| * | Revert "New recipe proposal: TreeCache" | Ben Bangert | 2017-05-31 | 1 | -26/+0 |
| | | |||||
| * | Merge pull request #398 from tonyseek/feature/treecache-recipe | Ben Bangert | 2017-05-31 | 1 | -0/+26 |
| |\ | | | | | New recipe proposal: TreeCache | ||||
| | * | Implement and test the TreeCache recipe. | Jiangge Zhang | 2016-06-23 | 1 | -0/+26 |
| | | | |||||
| * | | Convert read/write locks into classes | James E. Blair | 2017-03-10 | 1 | -0/+12 |
| |/ | | | | | | | Replace the RLock and WLock functions with subclasses of Lock: ReadLock and WriteLock. Add those to the client class for convenience. Restore the function signature of the Lock class initializer. Add tests for shared locks. Add to API docs. | ||||
| * | Add lease recipe. | Lars Albertsson | 2015-03-21 | 1 | -0/+19 |
| | | |||||
| * | Add new eventlet docs + a few other tweaks to the index.rst | Joshua Harlow | 2015-02-13 | 1 | -0/+18 |
| | | | | | | | Explain what the new eventlet handler is and how it can be used (with api docs as well) and links some of the items in index.rst to targets (and makes the irc link clickable). | ||||
| * | Removed all references to pipes and turned into sockets to enable Windows ↵ | Ewan Kirk | 2014-09-02 | 1 | -1/+1 |
| | | | | | support | ||||
| * | Remove zope.interface dependency, closes #131. | Hanno Schlichting | 2014-03-14 | 1 | -2/+2 |
| | | |||||
| * | doc tweaks | Hanno Schlichting | 2013-07-23 | 2 | -0/+8 |
| | | |||||
| * | - Issue #62, #92, #89, #101, #102: Allow KazooRetry to have a | Ben Bangert | 2013-07-16 | 1 | -6/+0 |
| | | | | | | | max deadline, transition properly when connection fails to LOST, and setup separate connection retry behavior from client command retry behavior. Patches by Mike Lundy. | ||||
| * | brush up lock docs a bit | Hanno Schlichting | 2013-06-08 | 1 | -0/+2 |
| | | |||||
| * | correct name of new utils docs file | Hanno Schlichting | 2013-04-29 | 1 | -4/+4 |
| | | |||||
| * | Add docs for util handlers. | Ben Bangert | 2013-04-28 | 1 | -0/+18 |
| | | |||||
| * | more doc tweaks | Hanno Schlichting | 2013-03-26 | 1 | -1/+1 |
| | | |||||
| * | LockingQueue: fixed tests and documentation | Žygimantas Bruzgys | 2013-03-12 | 1 | -0/+10 |
| | | |||||
| * | More documentation about the retry class. | Ben Bangert | 2013-01-09 | 1 | -0/+4 |
| | | |||||
| * | Include the rest of the needed methods. | Ben Bangert | 2013-01-09 | 1 | -0/+10 |
| | | |||||
| * | Add documentation on retries, KazooRetry, RetrySleeper, and how to use the ↵ | Ben Bangert | 2013-01-09 | 1 | -0/+13 |
| | | | | | | | KazooRetry. Fixes Issue #48. | ||||
| * | fix versionadded | Hanno Schlichting | 2012-10-02 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | fix rst | Hanno Schlichting | 2012-10-02 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | simple implementation of a counter type | Hanno Schlichting | 2012-10-02 | 1 | -0/+19 |
| | | | | | can deal both with int and float values | ||||
| * | merge the priority queue support into the base queue | Hanno Schlichting | 2012-10-01 | 1 | -8/+1 |
| | | |||||
| * | hook up base PriorityQueue | Hanno Schlichting | 2012-10-01 | 1 | -1/+8 |
| | | |||||
| * | add boilerplate for new queue recipe | Hanno Schlichting | 2012-10-01 | 1 | -0/+19 |
| | | |||||
| * | Add semaphore class for docking. | Ben Bangert | 2012-09-26 | 1 | -0/+5 |
| | | |||||
| * | Add transactions and some tests for them. | Ben Bangert | 2012-09-07 | 1 | -0/+4 |
| | | |||||
| * | Add security classes to rst. | Ben Bangert | 2012-09-05 | 1 | -0/+4 |
| | | |||||
| * | Indent docs for methods. | Ben Bangert | 2012-09-05 | 1 | -7/+7 |
| | | |||||
| * | move code out of `testing.__init__` | Hanno Schlichting | 2012-09-04 | 1 | -3/+3 |
| | | |||||
| * | Remove zookeeper C leftovers. | Ben Bangert | 2012-08-31 | 1 | -2/+0 |
| | | |||||
| * | document client.state and avoid describing internals of client.retry | Hanno Schlichting | 2012-08-30 | 1 | -3/+9 |
| | | |||||
| * | document client.handler API | Hanno Schlichting | 2012-08-30 | 1 | -0/+5 |
| | | |||||
| * | officially document client.retry and the availibility of the recipes | Hanno Schlichting | 2012-08-30 | 1 | -0/+5 |
| | | |||||
| * | order client docs by source instead of alphabetically | Hanno Schlichting | 2012-08-30 | 1 | -0/+1 |
| | | |||||
| * | no longer document handlers.util.thread as a public API | Hanno Schlichting | 2012-08-30 | 1 | -11/+0 |
| | | |||||
| * | docs: correctly link to `ZnodeStat` class | Hanno Schlichting | 2012-08-30 | 1 | -0/+2 |
| | | |||||
| * | list all exceptions - mark the uncommon ones as private for now | Hanno Schlichting | 2012-08-30 | 1 | -0/+52 |
| | | |||||
| * | Add api/exceptions doc and test proper linkage from client docs | Hanno Schlichting | 2012-08-30 | 1 | -0/+14 |
| | | |||||
| * | Add new api/protocol/states doc and move docs from api/client | Hanno Schlichting | 2012-08-30 | 2 | -16/+22 |
| | | |||||
| * | Add barrier and double barrier recipe along with docs and tests. | Ben Bangert | 2012-08-06 | 1 | -0/+5 |
| | | |||||
| * | Add basic zookeeper barrier recipe. | Ben Bangert | 2012-08-03 | 1 | -0/+14 |
| | | |||||
| * | Use a consistent name for PatientChildrenWatch. | Ben Bangert | 2012-08-03 | 1 | -1/+2 |
| | | |||||
| * | Refactor ChildrenWatcher to PatientChildrenWatcher, expose publicly under ↵ | Ben Bangert | 2012-08-03 | 2 | -8/+4 |
| | | | | | watchers recipes. | ||||
| * | document `KazooTestCase` as a public API | Hanno Schlichting | 2012-08-03 | 1 | -5/+1 |
| | | | | | It's described in the testing overview. | ||||
| * | document `threading.TimeoutError` | Hanno Schlichting | 2012-08-03 | 1 | -0/+2 |
| | | |||||
| * | docs: stop duplicate long listing of all `__init__` arguments for client | Hanno Schlichting | 2012-07-30 | 1 | -1/+1 |
| | | |||||
| * | docs: fix too short underline | Hanno Schlichting | 2012-07-30 | 1 | -1/+1 |
| | | |||||
| * | move EventType below main KazooClient class | Hanno Schlichting | 2012-07-30 | 1 | -2/+1 |
| | | |||||
