summaryrefslogtreecommitdiff
path: root/buildout.cfg
Commit message (Collapse)AuthorAge
* etcd.auth.AuthClientPeter Wagner2015-11-16
| | | | | | | | | | This extension affords create/read/update without cluttering the basic etcd.Client implementation. The model is reworked for a cleaner API: user's roles can be assigned via list/tuple, permissions are moddeled like a dictionary. Adding coverage goal to buildout to verify testing progress.
* Add srv record-based DNS discovery.Giuseppe Lavagetto2015-11-01
| | | | | | We use the same keys used by confd (https://github.com/kelseyhightower/confd) to allow service discovery via DNS.
* Introduce EtcdWatchTimedOut exception.Shaun Crampton2015-10-14
| | | | | | | | | | | Suppress spammy error log when a watch times out and raise a dedicated exception instead. EtcdWatchTimedOut subclasses EtcdConnectionFailed for back-compatibility. Revs urllib3 dependency to 1.7.1, which split TimeoutError into ReadTimeoutError and ConnectionTimeoutError.
* Added test to the client ssl auth (+1 squashed commit)Jose Plana2013-10-07
| | | | | Squashed commits: [f3831c9] Added test to the client ssl auth
* First public releaseJose Plana2013-09-18