Roy Lenferink
10a401c7c6
Documentation: C library added
2017-01-25 15:10:48 +01:00
Xiang Li
fb7365ef3c
Merge pull request #7230 from Rushit/gitignore
...
.gitignore: Adding .idea to .gitignore
2017-01-24 22:25:52 -08:00
rpatel
af20ba21cb
.gitignore: Adding .idea to .gitignore
...
This will keep all intellij IDEA IDE related files out of git.
This helps contributors using IDEA IDE for development.
2017-01-24 22:14:20 -08:00
Xiang Li
6bef2bddca
Merge pull request #7215 from disksing/grpc-service
...
embed: support user defined grpc services.
2017-01-24 15:02:43 -08:00
Xiang Li
d7cc9be3fd
Merge pull request #7214 from sinsharat/support_put_ignore_lease
...
*: 'ignore_lease' to detach value with PutRequest
2017-01-24 14:53:51 -08:00
sharat
2fce80e4c0
grpcproxy: handle 'IgnoreLease' field in PutRequest
2017-01-25 03:14:31 +05:30
sharat
37fb2c454f
e2e: test put command with '--ignore-lease' flag
2017-01-25 03:12:48 +05:30
sharat
84a81d8caf
ctlv3: add '--ignore-lease' flag to put command
2017-01-25 03:11:19 +05:30
sharat
d3191d1afb
clientv3: add WithIgnoreLease option
2017-01-25 03:09:30 +05:30
sharat
95edd1bc58
integration: put,txn with 'ignore_lease' flag
2017-01-25 03:07:23 +05:30
sharat
8a87769a09
etcdserver: use prev-lease for 'ignore_lease' writes
2017-01-25 03:05:55 +05:30
sharat
5ac4e4255a
v3rpc: error for non empty lease with 'ignore_lease'
2017-01-25 03:04:07 +05:30
sharat
508c9dfe5c
*: regenrate proto files with 'ignore_lease'
2017-01-25 03:01:47 +05:30
sharat
a9bf593bdc
*: 'ignore_lease' to detach value with PutRequest
2017-01-25 02:59:30 +05:30
Gyu-Ho Lee
90f6a4a28d
Merge pull request #7226 from gyuho/vendor
...
ctlv3: right-align table output, fix typo in vendor
2017-01-24 12:03:58 -08:00
Gyu-Ho Lee
ce9f73a34c
ctlv3: right-align the table output
2017-01-24 11:41:47 -08:00
Gyu-Ho Lee
a674116f07
vendor: update tablewritier
2017-01-24 11:41:47 -08:00
Xiang Li
b9bbfda874
Merge pull request #7210 from jimmycuadra/rust-etcd
...
Add rust-etcd to the list of libraries.
2017-01-24 07:53:15 -08:00
Jimmy Cuadra
13b70ed545
tools: add rust-etcd to the list of libraries.
2017-01-24 01:41:37 -08:00
Gyu-Ho Lee
0fea49f8fa
Merge pull request #7222 from gyuho/manual
...
client: add GetVersion method
2017-01-23 19:14:49 -08:00
shaun.thium
02f4a9a034
client: add GetVersion method
...
For retrieving etcdserver and etcdcluster version
2017-01-23 18:52:39 -08:00
Anthony Romano
ab532524b0
Merge pull request #7206 from heyitsanthony/redoc-rangerequest
...
etcdserverpb: rework documentation for range request
2017-01-23 13:08:04 -08:00
Anthony Romano
aace95a5bd
Merge pull request #7209 from heyitsanthony/etcdmain-help
...
etcdmain: add gateway and grpc-proxy commands to etcd help
2017-01-23 13:07:30 -08:00
Xiang Li
e75f52b97a
Merge pull request #7220 from vimalk78/fix-recipes-newSequentialKV-comment
...
contrib/recipes/key.go : fixed comment in method newSequentialKV
2017-01-23 12:47:48 -08:00
Vimal Kumar
6443c25422
contrib/recipes/key.go : fixed method comment
2017-01-23 23:42:50 +05:30
Anthony Romano
e0f4dd4cca
Merge pull request #7079 from heyitsanthony/stm-prefetch
...
STM: prefetch and more
2017-01-23 09:45:36 -08:00
Xiang Li
8b952fb8dc
Merge pull request #7217 from xiang90/doc
...
doc: mention HTTP JSON in doc link
2017-01-23 09:41:57 -08:00
Anthony Romano
5aab92414f
Merge pull request #7199 from heyitsanthony/netutil-test-arch
...
pkg/netutil: use native byte ordering
2017-01-23 09:41:20 -08:00
disksing
861cb5cfa2
embed: add example for ServiceRegister.
2017-01-23 10:47:01 +08:00
Xiang Li
165c77f14e
doc: mention HTTP JSON in doc link
...
It is not clear to users immediately what is the gRPC
gateway. Adding a more explaination to make it clear that
etcd3 supports HTTP API through the gateway.
2017-01-22 10:55:21 -08:00
disksing
4374d944d4
embed: support user defined grpc services.
...
Fixes #7200
2017-01-22 18:21:19 +08:00
Xiang Li
89f7cc51fa
Merge pull request #7155 from andrewstuart/upgrade-etcd3-docs
...
Documentation: add upgrade gotchas/further info for better visibility on google, etc
2017-01-21 12:56:07 -08:00
Andrew Stuart
deb11b3594
Documentation: Add upgrade gotchas/further info for better search visibility
2017-01-21 13:46:27 -07:00
Anthony Romano
555b8047e6
integration: fix STM tests to compile against new interface
2017-01-20 16:30:58 -08:00
Anthony Romano
13420b33a0
benchmark: update for new stm interface
2017-01-20 16:22:43 -08:00
Anthony Romano
8695511153
concurrency: STM snapshot isolation level
2017-01-20 16:22:43 -08:00
Anthony Romano
8604d1863b
concurrency: STM WithPrefetch option
...
Fixes #6923
2017-01-20 16:22:42 -08:00
Anthony Romano
a81234a25b
concurrency: extend STM interface to Get from any of a list of keys
...
Now possible to fetch multiple keys in a single txn.
2017-01-20 16:22:42 -08:00
Anthony Romano
59880a0ab8
concurrency: variadic stm options
...
Makes txn isolation and the context variadic options.
2017-01-20 16:22:42 -08:00
Anthony Romano
7e31ddd32a
etcdserverpb: rework documentation for range request
2017-01-20 16:12:09 -08:00
Anthony Romano
dfb2ed07db
etcdmain: add gateway and grpc-proxy commands to etcd help
2017-01-20 15:54:13 -08:00
Gyu-Ho Lee
92cec10103
Merge pull request #7208 from gyuho/REAMDE
...
README: remove ACI, update Go version
2017-01-20 14:19:58 -08:00
Xiang Li
074af101f1
Merge pull request #7207 from xiang90/roadmap
...
roadmap: update roadmap
2017-01-20 13:58:20 -08:00
Xiang Li
aa79523d33
roadmap: update roadmap
2017-01-20 13:50:36 -08:00
Gyu-Ho Lee
367b064bcd
README: remove ACI, update Go version
2017-01-20 13:42:11 -08:00
Gyu-Ho Lee
3196d08c7a
Merge pull request #7205 from gyuho/doc
...
op-guide: change grpc-proxy from 'pre' to alpha'
2017-01-20 13:23:01 -08:00
Gyu-Ho Lee
b788790e56
op-guide: change grpc-proxy from 'pre' to alpha'
2017-01-20 13:20:32 -08:00
Anthony Romano
71c45906ad
Merge pull request #7196 from heyitsanthony/build-goget
...
documentation: update build documentation
2017-01-20 11:19:50 -08:00
Xiang Li
a630735c29
Merge pull request #7170 from vimalk78/make-v2-endpoint-optional-#7100
...
embed/etcd.go: make v2 endpoint optional. fixes #7100
2017-01-20 11:14:20 -08:00
Xiang Li
5d8cceb164
Merge pull request #7183 from vimalk78/fix-test-script-function-arguments
...
test: passed the test script arguments to the function parameters
2017-01-20 11:09:09 -08:00