summaryrefslogtreecommitdiff
path: root/src/etcd/__init__.py
Commit message (Expand)AuthorAge
* Add error handling for ACLs (use and management)Giuseppe Lavagetto2015-11-28
* Introduce EtcdWatchTimedOut exception.Shaun Crampton2015-10-14
* Add cause to EtcdConnectionFailed.Shaun Crampton2015-09-26
* Fix EtcdResult.get_subtree(leaves_only=False)Spike Curtis2015-09-22
* Add a client-side locking implementationGiuseppe Lavagetto2015-07-01
* Merge pull request #97 from offscale/masterGiuseppe Lavagetto2015-06-10
|\
| * Implemented `pop`Samuel Marks2015-04-27
* | Merge pull request #92 from Metaswitch/upstream-cluster-id-checkGiuseppe Lavagetto2015-05-19
|\ \
| * | Check cluster ID on each request.Shaun Crampton2015-05-17
| |/
* | Merge branch 'smc-improve-exc-handling' of https://github.com/Metaswitch/pyth...Giuseppe Lavagetto2015-05-19
|\ \
| * | Clean up exception handling:Shaun Crampton2015-05-17
| |/
* | Merge branch 'smc-add-logging' of https://github.com/Metaswitch/python-etcd i...Giuseppe Lavagetto2015-05-19
|\ \
| * | Add logging, clean up some exception handling.Shaun Crampton2015-05-17
| |/
* / Remove lock and election modules inclusion.Giuseppe Lavagetto2015-05-12
|/
* do not send parameters with `None` value to etcdSkyLothar2015-04-23
* Clear some leftover debug printsshakim2015-02-22
* python 3.3 compatibilityshakim2015-02-22
* message is optional in EtcdException.__init__()shakim2015-02-22
* Add payload to EtcdException and more elabrated Etcd exceptionsshakim2015-02-22
* Forward leaves_only value in get_subtree() recursive callsSergio Castaño Arteaga2014-09-01
* Parse the x-etcd-index and x-raft-index headers to ints before storing themSigmund Augdal2014-04-28
* Add EtcdResult.etcd_index; minor fixes.Giuseppe Lavagetto2014-03-20
* Added the EtcdResult.leaves property (returning a generator), and theGiuseppe Lavagetto2014-03-18
* be more liberal in the input accepted by EtcdResult (not at the cost of preci...Giuseppe Lavagetto2014-01-13
* Leader Election support.Giuseppe Lavagetto2014-01-06
* Remove prevValue as it's not in the api anymore.Giuseppe Lavagetto2014-01-03
* add support for lock primitivesJim Rollenhagen2013-12-30
* pep8Giuseppe Lavagetto2013-12-30
* Adding better error handling, readable class representation for results.Giuseppe Lavagetto2013-12-30
* Support for etcd v0.2.0 finalGiuseppe Lavagetto2013-12-27
* Support for etcd >= v0.2.0-rc2; still need to adapt unit testsGiuseppe Lavagetto2013-12-19
* fix pep8 + some more changes in tests due to rebasement.Giuseppe Lavagetto2013-12-02
* Python3 compatibility initial commit (after 2to3 run)Giuseppe Lavagetto2013-12-02
* Re-introducing paramenter newKey in order to keep the functionalityGiuseppe Lavagetto2013-12-02
* Completed the first phase of v2 integration, now needed:Giuseppe Lavagetto2013-12-02
* Initial work on the v2 clientGiuseppe Lavagetto2013-12-02
* Fix pep8Jose Plana2013-10-16
* Adding support for subdirectories in results.Giuseppe Lavagetto2013-10-16
* Add optional support for SSL SNIJoe2013-10-07
* First public releaseJose Plana2013-09-18