summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-1/+1
|
* fix(core): allow requests to be queued in CONNECTING state (#374) (#588)Damien Diederen2020-03-091-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
* style(Makefile): add self-documenting make targets (#531)Derek2018-10-261-21/+22
|
* docs(core): fix broken zookeeper programmers guide linkNakul Pathak2018-10-081-1/+1
|
* docs: Correctly document supported versionscorrect-supported-versions-in-readmeJeff Widman2017-11-021-2/+2
| | | | | Gevent support < 1.2 was dropped in https://github.com/python-zk/kazoo/commit/2e8dcd3836d01640f07e8de911cdfb3639f97d20 (and further tweaked in https://github.com/python-zk/kazoo/pull/483). Travis already tests the Zookeeper 3.5 series.
* chore: remove `easy_install` instructionsjeffwidman-remove-easy-installJeff Widman2017-07-231-1/+1
| | | | Everyone uses `pip` these days
* feat(recipe): Add TreeCache recipeJiangge Zhang2017-06-132-0/+27
| | | | | 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 Bangert2017-05-312-27/+0
|
* Merge pull request #398 from tonyseek/feature/treecache-recipeBen Bangert2017-05-312-0/+27
|\ | | | | New recipe proposal: TreeCache
| * Implement and test the TreeCache recipe.Jiangge Zhang2016-06-232-0/+27
| |
* | Convert read/write locks into classesJames E. Blair2017-03-101-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.
* Simplify version number import in docsŁukasz Jernaś2015-08-061-6/+2
|
* Automatically generate the version number for docsŁukasz Jernaś2015-08-051-3/+9
| | | | | Reuse the code from setup.py to generate the proper version number for the Sphinx documentation.
* Add lease recipe.Lars Albertsson2015-03-212-0/+20
|
* Add new eventlet docs + a few other tweaks to the index.rstJoshua Harlow2015-02-133-8/+31
| | | | | | 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).
* Update docs to reflect where support questions should be asked.Ben Bangert2014-09-231-2/+2
|
* Removed all references to pipes and turned into sockets to enable Windows ↵Ewan Kirk2014-09-021-1/+1
| | | | support
* vbHanno Schlichting2014-06-191-1/+1
|
* prepare release2.0Hanno Schlichting2014-06-191-3/+3
|
* Tweak Zake description and add changelog entry, closes #198.Hanno Schlichting2014-06-061-12/+9
|
* Merge pull request #200 from harlowja/masterHanno Schlichting2014-06-061-0/+16
|\ | | | | Add docs for kazoo + zake usage for those that are interested
| * Add docs for kazoo + zake usage for those that are interestedJoshua Harlow2014-05-071-0/+16
| | | | | | | | | | | | | | | | Add a description and link to the zake library (and its repo) for those that want to test kazoo client-level functionality without having to setup a full zookeeper runtime to accomplish this. Part of #198
* | Add changelog entry for #181/#202.Hanno Schlichting2014-06-061-4/+5
| | | | | | | | Also change the link to have a descriptive name instead of `here`.
* | Merge pull request #202 from abhirajbutala/patch-1Hanno Schlichting2014-06-061-0/+21
|\ \ | | | | | | Update basic_usage.rst and mention logging setup.
| * | Update basic_usage.rstAbhiraj Butala2014-05-081-0/+21
| |/ | | | | Added documentation for the optional logging setup needed for the clients.
* | Add lost colonMaxim Mitroshin2014-05-131-1/+1
|/
* It's awfully hard to render documents I forgot to check in.Ben Bangert2014-04-221-0/+1
|
* Add contributing to the sphinx doc build.Ben Bangert2014-04-211-0/+1
|
* Merge pull request #180 from python-zk/133-testing-cluster-portsBen Bangert2014-03-141-0/+4
|\ | | | | Allow easier customization of the testing cluster port range, closes #133
| * Allow easier customization of the testing cluster port range, closes #133.133-testing-cluster-portsHanno Schlichting2014-03-141-0/+4
| |
* | Remove zope.interface dependency, closes #131.Hanno Schlichting2014-03-142-3/+2
|/
* vbHanno Schlichting2013-09-251-2/+2
|
* prepare1.3.1Hanno Schlichting2013-09-251-2/+2
|
* stop calling out companies and mention large number of contributors insteadHanno Schlichting2013-09-251-5/+2
|
* Merge pull request #114 from spladug/autodoc-sys.pathHanno Schlichting2013-09-111-1/+2
|\ | | | | sphinx: Configure sys.path to allow autodoc to find Kazoo.
| * sphinx: Configure sys.path to allow autodoc to find Kazoo.Neil Williams2013-08-251-1/+2
| | | | | | | | | | | | | | | | | | | | Previously, if Kazoo wasn't already in sys.path otherwise (e.g. if not installed) sphinx autodoc wouldn't be able to find the module for documenting purposes because sphinx-build happens in an adjacent subdirectory. This adds the docs folder's parent to the path so that autodoc can find the Kazoo module properly and do its stuff.
* | vbHanno Schlichting2013-09-051-2/+2
|/
* vbHanno Schlichting2013-08-011-2/+2
|
* prepare1.2.1Hanno Schlichting2013-08-011-2/+2
|
* vbHanno Schlichting2013-07-241-2/+2
|
* document new `unittest.TestCase` base class for KazooTestHarnessHanno Schlichting2013-07-231-3/+1
|
* doc tweaksHanno Schlichting2013-07-233-1/+9
|
* - Issue #62, #92, #89, #101, #102: Allow KazooRetry to have aBen Bangert2013-07-161-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.
* vbHanno Schlichting2013-06-081-2/+2
|
* brush up lock docs a bitHanno Schlichting2013-06-081-0/+2
|
* add changelog entry for #76Hanno Schlichting2013-05-141-2/+2
|
* Allow a forced override of ManagedZooKeeper's classpathMike Lundy2013-04-301-0/+4
|
* correct name of new utils docs fileHanno Schlichting2013-04-292-5/+5
|
* Add docs for util handlers.Ben Bangert2013-04-282-0/+19
|
* vbHanno Schlichting2013-03-261-2/+2
|