980942fa44
Documentation/dev-guide: replace v3alpha with v3beta in grpc-gateway doc
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-11-15 01:55:44 -08:00
ab526e8814
*: regenerate proto, swagger specs
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-11-15 01:22:09 -08:00
b8bcc891a6
*: regenerate gRPC assets
2017-08-22 09:59:59 -07:00
61fd39e5d7
dev-guide: note v2 keys to v3 API incompatibility
...
Update interacting_v3.md
Making it clear to the user that keys created via the v2 API are not readable by the etcdctl with the v3 API. A etcdctl v3 get of a v2 key key exits with 0 and no data, which is quite confusing, hopefully this just makes that it a bit clearer if the user upgraded etcd 3 in the past (and forget some of the 2.3 to 3.0 to 3.1 to 3.2 upgrade details) but never updated the API they used as v2 was the default and happen to trying to figure out wtf, this is a further reminder of that backward incompatibility.
2017-08-16 15:43:58 -07:00
8005f00bcf
*: regenerate proto
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-08-14 14:18:56 -07:00
71e56a44b7
*: regenerate protobuf assets
2017-07-31 13:00:04 -07:00
5088ae3e67
docs: add ordering wrapper as experimental feature
2017-07-26 20:58:41 -07:00
3dcd2cdcb4
doc: update rpc swagger for HashKV rpc and its req/resp
2017-07-14 16:42:04 -07:00
da2f4bb25d
dev-guide: document using range_end for prefixes with json
...
Lack of a range_end example has caused some confusion.
2017-07-11 11:23:07 -07:00
64840adf70
Merge pull request #8135 from radhikapc/local-cluster
...
dev-guide: clarify concepts in local_cluster doc
2017-07-07 09:56:31 -07:00
68eb96e985
dev-guide: clarify concepts in local_cluster doc
2017-07-07 09:28:08 -07:00
b8bc005e60
dev-guide: update experimental APIs
...
No experimental APIs at the moment.
Fixes #8212
2017-07-06 15:45:40 -07:00
a57405a958
Merge pull request #8153 from gyuho/leadership-transfer
...
*: expose Leadership Transfer API to clients
2017-07-06 13:00:08 -07:00
663f8835cf
Documentation: cleanup and fix some typo
...
Signed-off-by: Hui Kang <kangh@us.ibm.com >
2017-06-30 20:41:25 -04:00
265303c19a
*: regenerate proto with 'MoveLeader' RPC
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-06-23 12:45:53 -07:00
822473bc31
etcdserverpb: add txns to requestop/responseop
2017-06-21 14:33:15 -07:00
8837719a8d
dev-guide: add authentication example for grpc/json
2017-06-20 10:12:17 -07:00
8d7c29c732
etcdserver, etcdserverpb: Txn.Compare range_end support
2017-06-16 12:13:27 -07:00
e5aa938fec
scripts: generate swagger with authorization support
2017-06-15 13:41:43 -04:00
1be245269e
scripts, Documentation: fix swagger generation
...
Changes to the genproto to support splitting out the grpc-gateway broke
swagger generation.
2017-06-02 10:54:05 -07:00
156612bb25
Documentation, scripts: regen RPC docs
...
Was missing the new cancel_reason field. Also includes updated protodoc
sha to fix generating documentation for upcoming txn compare range patchset.
2017-06-02 10:15:12 -07:00
1467b456ae
dev-guide: add txn json example
2017-05-31 12:08:13 -07:00
10b1ba7886
Documentation, scripts: regenerate protobuf docs with updated protodoc
2017-05-19 14:57:16 -07:00
d9ec6b4d22
*: return updated member list in v3 rpcs
...
Now it's possible to atomically know the new member configuration from
issuing a membership change RPC.
2017-04-12 16:24:51 -07:00
78a5eb79b5
*: add swagger and grpc-gateway assets for v3lock and v3election
2017-04-10 15:21:07 -07:00
1ff0b71b30
*: use protoc 3.2.0
...
Fixes #7631
2017-03-30 13:43:10 -07:00
dae2755253
Documentation: fix typos
2017-03-30 11:41:50 +03:00
fb7dd0f688
etcdserverpb, clientv3: clarify WithLimit documentation
...
Fixes #7316
2017-02-13 12:37:44 -08:00
508c9dfe5c
*: regenrate proto files with 'ignore_lease'
2017-01-25 03:01:47 +05:30
7e31ddd32a
etcdserverpb: rework documentation for range request
2017-01-20 16:12:09 -08:00
81c1288d60
Documentation: update experimental_apis for v3.1 release
2017-01-19 11:32:06 -08:00
7f8b5774a4
*: regenerate proto files with 'ignore_value'
2017-01-13 15:13:18 -08:00
a1e572b460
dev-guide: add limit.md
2016-12-15 15:44:21 -08:00
cb9277f339
Documentation: use port 2379 in local cluster guide
...
The port in endpoints should be 2379, instead of 12379.
2016-12-14 15:09:21 +08:00
d2a6bbd9c6
Documentation: update get examples to be clearer about ranges
...
Fixes #6966
2016-12-09 10:54:38 -08:00
ccf154e706
Documentation: add grpc gateway watch example
...
Shows how to use watch via grpc gateway.
2016-11-18 11:37:35 -08:00
ab6b175a2a
Merge pull request #6828 from fanminshi/add_not_equal_to_compare
...
etcdserver, clientv3: add "!=" to txn
2016-11-09 15:27:08 -08:00
c2fd42b556
etcdserver, clientv3: add "!=" to txn
...
adding != to compare is a requested functionality from a etcd user
FIX #6719
2016-11-09 14:28:36 -08:00
97ac128fef
Documentation: fixed typo
2016-11-07 19:14:34 -04:00
3dbd30fcaa
Documentation: add grpc naming resolver doc
2016-10-12 11:56:14 -07:00
ab20187f93
etcdctlv3: interactive_v3 compaction and timetolive command update
2016-09-27 16:19:55 +05:30
cd1306f866
etcdctlv3: interactive_v3 watch command update
2016-09-27 00:00:05 +05:30
83f2fa7adc
etcdctlv3: interactive_v3 del command update
2016-09-26 19:56:20 +05:30
595743651b
etcdctlv3: interactive_v3 get command update
2016-09-26 16:28:29 +05:30
7a95831018
etcdctlv3: interactive_v3 version and put command update
2016-09-26 12:32:08 +05:30
69f5b4ba79
Documentation:made watch request doc more clear
2016-09-23 23:13:55 +08:00
328c42f1b7
doc: use 2379 as port of the first member in local cluster
2016-09-19 21:28:33 +08:00
c0981a90f7
etcdserver, etcdserverpb: range min_create_revision and max_create_revision
2016-09-14 15:31:45 -07:00
af0264d2e6
etcdserver, etcdserverpb: add MinModRevision and MaxModRevision options to Range
2016-09-12 15:17:57 -07:00
617d2d5b98
lease/*: add lease handler for 'LeaseTimeToLive'
2016-09-09 08:11:46 +09:00