summaryrefslogtreecommitdiff
path: root/src/etcd
Commit message (Expand)AuthorAge
* do not send parameters with `None` value to etcdSkyLothar2015-04-23
* Clear some leftover debug printsshakim2015-02-22
* sort lists in recursive testshakim2015-02-22
* python 3.3 compatibilityshakim2015-02-22
* Test the new exceptionsshakim2015-02-22
* message is optional in EtcdException.__init__()shakim2015-02-22
* fix __contains__shakim2015-02-22
* Add payload to EtcdException and more elabrated Etcd exceptionsshakim2015-02-22
* Merge remote-tracking branch 'upstream/master'Sergio Castaño Arteaga2014-12-18
|\
| * Merge pull request #70 from wooparadog/recursive-watchGiuseppe Lavagetto2014-11-04
| |\
| | * Recursive watchWooParadog2014-10-30
| * | adding configurable version_prefixHogenmiller2014-10-17
| |/
* / 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
* Replacing iterative str lookup with set lookupAleksandar Veselinovic2014-04-21
* Removing "None" where 0 is to be used in Lock()Aleksandar Veselinovic2014-04-21
* Avoiding not required temporary variable creationAleksandar Veselinovic2014-04-21
* Fix eternal nameJose Plana2014-03-21
* Make travis work with v0.3.0.Giuseppe Lavagetto2014-03-21
* Add EtcdResult.etcd_index; minor fixes.Giuseppe Lavagetto2014-03-20
* Merge pull request #37 from jplana/rename-and-extend-childrenGiuseppe Lavagetto2014-03-20
|\
| * Change children to leaves in tests; clarify docsGiuseppe Lavagetto2014-03-20
| * Added the EtcdResult.leaves property (returning a generator), and theGiuseppe Lavagetto2014-03-18
* | More stringent check on write()Giuseppe Lavagetto2014-03-20
* | add unit and integration testsJoshua Conner2014-03-19
* | client.write(): only send `value` param if `value` is actually set.Joshua Conner2014-03-19
|/
* Merge pull request #33 from jplana/write-accepts-EtcdResultJose Plana2014-03-18
|\
| * Documentation update; small pep8 changes to client.pyGiuseppe Lavagetto2014-03-17
| * Adding the update() method that allows atomic updates on resultsGiuseppe Lavagetto2014-03-16
* | Correct delete behaviourGiuseppe Lavagetto2014-03-16
|/
* Adding the atomic delete parameters supportGiuseppe Lavagetto2014-03-15
* Add missing documentation for the timeout argsJohn Kristensen2014-03-14
* Fix timeout param being incorrectly handled in read()John Kristensen2014-03-14
* Remove duplicate test 'test_default_protocol'John Kristensen2014-03-13
* Added consistent read optionRoberto Aguilar2014-02-03
* be more liberal in the input accepted by EtcdResult (not at the cost of preci...Giuseppe Lavagetto2014-01-13
* adding timeouts in the relevant places.Giuseppe Lavagetto2014-01-13
* adding timeouts to read() and api_execute()Giuseppe Lavagetto2014-01-13
* Adding timeouts to relevant placesGiuseppe Lavagetto2014-01-13
* skip failing test caseGiuseppe 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 the "sorted" parameter to read()Giuseppe Lavagetto2014-01-03
* Style corrections: removing the redundant proxy method for api_execute.Giuseppe Lavagetto2013-12-31
* A few corrections to the lock interface.Giuseppe Lavagetto2013-12-31
* Merge branch 'lock-support' of https://github.com/jimrollenhagen/python-etcd ...Giuseppe Lavagetto2013-12-31
|\
| * Fix to work on python 3.3Jim Rollenhagen2013-12-30
| * remove unused testsJim Rollenhagen2013-12-30
| * add documentation for lock moduleJim Rollenhagen2013-12-30
| * add support for lock primitivesJim Rollenhagen2013-12-30