summaryrefslogtreecommitdiff
path: root/src/etcd
Commit message (Expand)AuthorAge
* 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
* | Sanitize keys without slashGiuseppe Lavagetto2013-12-31
|/
* pep8Giuseppe Lavagetto2013-12-30
* Adding better error handling, readable class representation for results.Giuseppe Lavagetto2013-12-30
* Adding unit testsGiuseppe Lavagetto2013-12-27
* 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
* Etcd parameter is called prevExist, not prevExists.Giuseppe Lavagetto2013-12-02
* Cleaning up: removed useless imports, reverted "set" method to use the read m...Giuseppe Lavagetto2013-12-02
* fix pep8 + some more changes in tests due to rebasement.Giuseppe Lavagetto2013-12-02
* last round of compatibility issues on the tests after rebasingGiuseppe Lavagetto2013-12-02
* adding back old unit testsGiuseppe Lavagetto2013-12-02
* Python 3 (>= 3.3) compatibility reached.Giuseppe Lavagetto2013-12-02
* Python3 compatibility initial commit (after 2to3 run)Giuseppe Lavagetto2013-12-02
* Finalizing v2 api unit testingGiuseppe Lavagetto2013-12-02
* Delete can be recursive tooGiuseppe Lavagetto2013-12-02
* First batch of unit tests are completedGiuseppe Lavagetto2013-12-02
* Fixed the integration tests to reflect the changed value of the exception.Giuseppe Lavagetto2013-12-02
* Complete rewrite of unit tests for requests using mox.Giuseppe Lavagetto2013-12-02