summaryrefslogtreecommitdiff
path: root/src/etcd
Commit message (Expand)AuthorAge
* Check cluster ID on each request.Shaun Crampton2015-05-17
* fix python3 testsGiuseppe Lavagetto2015-05-10
* Merge pull request #90 from jplana/fix-failing-connectionGiuseppe Lavagetto2015-05-10
|\
| * Add support for using proxiesGiuseppe Lavagetto2015-05-10
| * Fix etcd.Client.machinesGiuseppe Lavagetto2015-04-23
* | Fixed typo: `test_default_prefix` => `test_set_prefix`.Samuel Marks2015-04-27
* | Merge pull request #79 from DevTable/masterGiuseppe Lavagetto2015-04-23
|\ \
| * | check if ttl is not None in writeJimmy Zelinskie2015-02-23
| |/
* | Correct addition of recursive=trueGiuseppe Lavagetto2015-04-23
* | Add recursive to eternal watchersTom Denham2015-04-23
* | 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