Gyu-Ho Lee
29fccb3221
clientv3: configurable grpc logger
2016-03-26 22:38:53 -07:00
Xiang Li
b8fc61bcec
Merge pull request #4869 from ajityagaty/insecure_skip_tls_verify
...
etcdctlv3: Add insecure-skip-tls-verify flag.
2016-03-26 12:12:55 -07:00
Xiang Li
9c3242c6df
Merge pull request #4862 from mitake/procfiles
...
Procfile, V3DemoProcfile: add default endpoint of v3 to Procfile remo…
2016-03-26 08:21:01 -07:00
Hitoshi Mitake
7418c1af24
V3DemoProcfile: remove the obsolete flag
...
The flag --experimental-v3demo is already removed so V3DemoProcfile
cannot be used. This commit removes it.
2016-03-26 08:15:58 -07:00
Ajit Yagaty
4e39db4158
etcdctlv3: Add insecure-skip-tls-verify flag.
...
The user can specify insecure-skip-tls-verify flag to skip the
server certificate verification step.
2016-03-25 19:28:41 -07:00
Xiang Li
36db6cd982
Merge pull request #4867 from xiang90/ctl_env
...
etcdctlv3: accept evn for global configuration flags
2016-03-25 15:32:06 -07:00
Xiang Li
a120ca16c0
etcdctlv3: accept evn for global configuration flags
2016-03-25 14:23:32 -07:00
Xiang Li
92a73e727b
Merge pull request #4857 from xiang90/warn_tls
...
etcdmain: warn on contradictory TLS settings
2016-03-25 09:38:11 -07:00
Xiang Li
5449edc025
Merge pull request #4817 from mqliang/time-out
...
etcdctlv3: add timeout support
2016-03-25 07:30:48 -07:00
mqliang
f165f8b44e
etcdctlv3: add timeout support
...
add timeout setting support for etcdctlv3
2016-03-25 16:24:49 +08:00
Anthony Romano
20a267dc6a
Merge pull request #4860 from heyitsanthony/tester-sched
...
tools/functional-tester: --schedule-cases flag
2016-03-24 22:05:05 -07:00
Anthony Romano
4a17097d00
tools/functional-tester: --schedule-cases flag
...
Command line argument for specifying a schedule of test cases per round.
Default is run each test case once each round.
2016-03-24 19:43:23 -07:00
Xiang Li
05dc2dac70
Merge pull request #4859 from xiang90/ctl_secure
...
etcdctlv3: support secure connection without key/cert
2016-03-24 16:47:23 -07:00
Xiang Li
0865688c27
etcdctlv3: support secure connection without key/cert
2016-03-24 16:29:33 -07:00
Xiang Li
6285455f85
etcdmain: warn on contradictory TLS settings
2016-03-24 10:21:47 -07:00
Xiang Li
7d2545c72e
Merge pull request #4856 from xiang90/fail_key_cert
...
etcdmain: etcd should fail to start when https is enabled but tls con…
2016-03-24 10:10:43 -07:00
Xiang Li
5ee3729738
etcdmain: etcd should fail to start when https is enabled but tls config is not given
2016-03-24 09:57:25 -07:00
Anthony Romano
d16bfa5e54
Merge pull request #4854 from mitake/genproto
...
scripts: update genproto.sh for vendor
2016-03-24 08:53:55 -07:00
Xiang Li
d0d3b32210
Merge pull request #4850 from xiang90/rm_demo
...
*: enable v3 by default
2016-03-23 23:48:29 -07:00
Hitoshi Mitake
0436223793
scripts: update genproto.sh for vendor
...
Current genproto.sh assumes Godep so its output files have obsolete
parts.
2016-03-24 14:30:46 +09:00
Xiang Li
70a9391378
*: enable v3 by default
2016-03-23 17:01:36 -07:00
Gyu-Ho Lee
2fec88ebfc
Merge pull request #4851 from gyuho/fix_functional_tester
...
functional-tester: add GRPCURLs for cluster config
2016-03-23 16:47:33 -07:00
Gyu-Ho Lee
9fb60deb7c
functional-tester: add GRPCURLs for cluster config
...
GRPC and v2 client address share the same host(port)
but GRPC does not work with schema specified. This fixes
it by adding another member for GRPC without schema, as
we had before.
2016-03-23 16:28:05 -07:00
Xiang Li
333ac5789a
Merge pull request #4831 from xiang90/tlx
...
*: http and https on the same port
2016-03-23 15:59:58 -07:00
Gyu-Ho Lee
e4ac8edb2f
Merge pull request #4849 from gyuho/functional_test
...
functional-tester: set gRPC endpoint for stresser
2016-03-23 15:32:14 -07:00
Xiang Li
4d2227e5ab
e2e: combine cfg.isClientTLS and cfg.isClientBoth
2016-03-23 15:30:58 -07:00
Gyu-Ho Lee
012143e703
functional-tester: set gRPC endpoint for stresser
2016-03-23 15:23:19 -07:00
Xiang Li
9d55420a00
e2e: add an e2e test for TLS/non-TLS on the same port
2016-03-23 13:43:47 -07:00
Anthony Romano
ca5dff6682
Merge pull request #4848 from heyitsanthony/rename-compare-created
...
clientv3: rename comparison from CreatedRevision to CreateRevision
2016-03-23 10:32:49 -07:00
Xiang Li
900a61b023
*: http and https on the same port
2016-03-23 10:28:38 -07:00
Anthony Romano
489779d905
clientv3: rename comparison from CreatedRevision to CreateRevision
...
To match protobuf naming
2016-03-23 09:50:46 -07:00
Xiang Li
88e738fcb6
Merge pull request #4844 from ajityagaty/polish_naming_conventions
...
clientv3: Renaming SortByCreatedRev to maintain consistency.
2016-03-23 09:27:34 -07:00
Xiang Li
0181725e55
Merge pull request #4846 from jonboulle/master
...
docs: "master election" -> "leader election"
2016-03-23 09:27:08 -07:00
Anthony Romano
6081a29c13
Merge pull request #4843 from heyitsanthony/go-vendor
...
*: migrate Godeps to vendor/
2016-03-23 06:01:26 -07:00
Jonathan Boulle
5f72a28157
docs: "master election" -> "leader election"
2016-03-23 12:23:01 +01:00
Anthony Romano
86a477c2f6
doc: update client README to use vendor/
2016-03-22 18:02:10 -07:00
Anthony Romano
2f22ac662c
travis: use GO15VENDOREXPERIMENT
2016-03-22 18:02:10 -07:00
Ajit Yagaty
2bb417bfff
clientv3: Renaming SortByCreatedRev to maintain consistency.
...
Renamed SortByCreatedRev to SortByCreateRevision to be consistent
with the naming used for SortByModRevision.
2016-03-22 17:56:24 -07:00
Anthony Romano
45cf31650c
test: ignore vendor/ directory on license check
2016-03-22 17:33:46 -07:00
Anthony Romano
fb3510b276
build: enable vendor experiment for go1.5
2016-03-22 17:33:46 -07:00
Anthony Romano
bd832e5b0a
*: migrate Godeps to vendor/
2016-03-22 17:10:28 -07:00
Gyu-Ho Lee
e9b9b228e7
Merge pull request #4842 from gyuho/serial
...
etcdctlv3: get command with consistency flag
2016-03-22 17:07:29 -07:00
Gyu-Ho Lee
a10662210a
e2e: etcdctlv3 with serializable read
2016-03-22 16:52:33 -07:00
Gyu-Ho Lee
5686340d26
etcdctlv3: get command with consistency flag
...
As we do in benchmark tool.
2016-03-22 16:52:28 -07:00
Xiang Li
096a89117a
Merge pull request #4840 from ajityagaty/polish_naming_conventions
...
clientv3: Fix inconsistent naming convention in v3 client.
2016-03-22 15:27:12 -07:00
Xiang Li
70e709c5f4
Merge pull request #4812 from xiang90/ping
...
etcdctlv3: implement endpoint-health command
2016-03-22 15:22:53 -07:00
Xiang Li
43221f0b7a
etcdctlv3: implement endpoint-health command
...
endpoint-health checks endpoint.
It can generate 3 outputs:
1. cannot connect to the member through endpoint
2. connected to the member, but member failed to commit any proposals
3. connected to the member, and member committed a proposal
2016-03-22 15:09:50 -07:00
Ajit Yagaty
606889a002
clientv3: Fix inconsistent naming convention in v3 client.
...
In order to have a consistent naming for variable/function names
pertaining to ModifiedRevision, all occurrences have been renamed
to ModRevision.
2016-03-22 14:58:11 -07:00
Gyu-Ho Lee
499b893704
Merge pull request #4838 from gyuho/dial
...
etcdctlv3: add dial timeout flag
2016-03-22 13:26:19 -07:00
Gyu-Ho Lee
8396da3e83
etcdctlv3: add dial timeout flag
...
Fix https://github.com/coreos/etcd/issues/4836 .
2016-03-22 13:15:26 -07:00