Commit Graph

16 Commits

Author SHA1 Message Date
82778ed478 Add refresh parameter to allow TTL refreshes without firing watch/wait responses 2016-02-08 10:37:37 -07:00
45390b9fb8 *: regenerate proto to use local import path
Using Go-style import paths in protos is not idiomatic. Normally, this
detail would be internal to etcd, but the path from which gogoproto
is imported affects downstream consumers (e.g. cockroachdb).

In cockroach, we want to avoid including `$GOPATH/src` in our protoc
include path for various reasons. This patch puts etcd on the same
convention, which allows this for cockroach.

More information: https://github.com/cockroachdb/cockroach/pull/2339#discussion_r38663417

This commit also regenerates all the protos, which seem to have
drifted a tiny bit.
2015-09-03 13:38:28 -04:00
82afadbcc6 etcdserverpb: update proto 2015-08-08 05:31:35 -07:00
58503817ec etcdserver: internal request union 2015-08-05 07:47:10 -07:00
581ef05bab *: resolve proto warnings 2015-06-29 18:39:46 -07:00
13f44e4b79 *: update generated proto code 2015-06-29 16:45:25 -07:00
05e240b892 *: update protobuf 2015-03-25 10:14:35 -07:00
ea6bcacfe4 *: generate clusterid 2014-10-20 15:00:54 -07:00
f98fbbfc14 *: proto refactoring 2014-10-14 21:07:23 +08:00
3516cc3ee5 *: change all ID to uint64 2014-10-12 08:38:48 +08:00
447caf1afc etcdserver/wal: record info at the head of WAL file 2014-10-10 11:57:09 -07:00
1d5d2e3726 *: Id -> ID for protobuf types
We use ID instead of Id in this project based on golang conventions.
2014-09-26 11:49:30 -07:00
172a32e5e3 etcdserver: correct timeout and streaming handling
This reintroduces the 'stream' parameter to support long-lived watch
sessions. These sessions respect a server timeout (set to 5 minutes by
default).
2014-09-24 11:27:36 -07:00
91003cb994 *: s/prevExists/prevExist/ 2014-09-18 21:25:08 -07:00
023dc7cba2 etcdserver: add SYNC request 2014-09-16 13:42:03 -07:00
2ba57ee75d *: remove unused pkgs 2014-09-03 09:20:20 -07:00