Commit Graph

  • 9f7bb0df3a etcdserver: let Status() not require authentication Hitoshi Mitake 2017-04-13 17:39:09 +09:00
  • 957c9cd1df Merge pull request #7734 from mitake/status-auth Xiang Li 2017-04-13 15:53:33 -07:00
  • 8fdfac2843 Merge pull request #7730 from heyitsanthony/return-member-list Anthony Romano 2017-04-13 15:39:38 -07:00
  • 1153e1e7d9 Merge pull request #7687 from heyitsanthony/deny-tls-ipsan Anthony Romano 2017-04-13 15:03:25 -07:00
  • 6a805e5222 test: do not run extra static checks on release branch Gyu-Ho Lee 2017-04-13 14:00:59 -07:00
  • 38f79fa565 clientv3: fix gofmt warnings Gyu-Ho Lee 2017-04-13 12:19:47 -07:00
  • 37a502cc88 integration: test requests with valid auth token but disabled auth Anthony Romano 2017-04-12 13:17:33 -07:00
  • 9be7fc5320 auth: protect simpleToken with single mutex and check if enabled Anthony Romano 2017-04-12 13:35:00 -07:00
  • 7607ace95a Merge pull request #7735 from gyuho/grpc-shutdown Gyu-Ho Lee 2017-04-13 13:16:57 -07:00
  • 6c2fb5105d clientv3/integration: use 'transport.IsClosedConnError' Gyu-Ho Lee 2017-04-13 10:48:53 -07:00
  • 56b111df0c rafthttp: use 'transport.IsClosedConnError' Gyu-Ho Lee 2017-04-13 10:48:24 -07:00
  • 8ce579aac9 pkg/transport: add 'IsClosedConnError' Gyu-Ho Lee 2017-04-13 10:48:06 -07:00
  • 0c634d6725 Merge 724bd8e4c5304470b6edeebb3b3f67713dad6d27 into 9eb3e2c6b4b4a9a1368f20340b91e9527085f743 Jonathan Sokolowski 2017-04-13 18:41:30 +00:00
  • 9eb3e2c6b4 Merge pull request #7736 from gyuho/todo Gyu-Ho Lee 2017-04-13 11:40:53 -07:00
  • 0b19921ec0 Merge pull request #7729 from heyitsanthony/fix-auth-token-crash Anthony Romano 2017-04-13 11:23:15 -07:00
  • 537c7100b0 embed: remove ReadTimeout TODO Gyu-Ho Lee 2017-04-13 10:55:45 -07:00
  • 2dd361aba5 Merge pull request #7694 from heyitsanthony/report-test Anthony Romano 2017-04-13 10:39:55 -07:00
  • 8077be93b8 Merge pull request #7728 from nokia/clients Anthony Romano 2017-04-13 10:05:18 -07:00
  • b9f9d2e786 Documentation: Adding a separate v2 and a v3 API binding for C++ csatari 2017-04-12 20:03:29 +02:00
  • 67f2e41f20 etcdserver: let Status() not require authentication Hitoshi Mitake 2017-04-13 17:39:09 +09:00
  • 4582a7e900 Merge pull request #7731 from heyitsanthony/remove-dead-srv-arg Anthony Romano 2017-04-12 20:09:11 -07:00
  • 46971fa1db integration: test client can dial endpoints not in balancer Anthony Romano 2017-04-12 17:55:02 -07:00
  • 9b8e39e7ca clientv3: let client.Dial() dial endpoints not in the balancer Anthony Romano 2017-04-12 17:53:18 -07:00
  • e58d39611a Merge pull request #7725 from heyitsanthony/platform-subsection Anthony Romano 2017-04-12 17:05:14 -07:00
  • 780a7d359c discovery: remove dead token argument from SRVGetCluster Anthony Romano 2017-04-12 16:49:44 -07:00
  • 33a0496b5e report: add test for Report interface Anthony Romano 2017-04-07 15:37:04 -07:00
  • d9ec6b4d22 *: return updated member list in v3 rpcs Anthony Romano 2017-04-12 15:27:28 -07:00
  • 68837b9693 Documentation: reshuffle op-guide to include platforms and upgrading Anthony Romano 2017-04-12 10:34:47 -07:00
  • 2046d66927 Merge pull request #7715 from gyuho/fmt Gyu-Ho Lee 2017-04-12 14:27:37 -07:00
  • 2d97500e64 test: do not ignore 'tools/benchmark/cmd' Gyu-Ho Lee 2017-04-12 14:13:30 -07:00
  • 373a04a181 tools/benchmark: fix misc gofmt warnings Gyu-Ho Lee 2017-04-11 18:34:48 -07:00
  • 70a9929b5d transport: use actual certs for listener tests Anthony Romano 2017-04-07 13:29:54 -07:00
  • cad1215b18 *: deny incoming peer certs with wrong IP SAN Anthony Romano 2017-04-06 21:01:33 -07:00
  • 18bccb4285 auth: protect simpleToken with single mutex and check if enabled Anthony Romano 2017-04-12 13:35:00 -07:00
  • 712f6cb0e1 integration: test requests with valid auth token but disabled auth Anthony Romano 2017-04-12 13:17:33 -07:00
  • 817825d549 Merge pull request #7726 from smeruelo/fix-doc Gyu-Ho Lee 2017-04-12 10:57:02 -07:00
  • 79d27328e3 Documentation: add missing link Sonia Meruelo 2017-04-12 19:48:26 +02:00
  • e8984e2194 Documentation/upgrades: add instruction to stop an etcd process Radhika Puthiyetath 2017-04-11 17:01:15 -07:00
  • 95c6c4b713 Merge pull request #7712 from heyitsanthony/stm-sersnap Anthony Romano 2017-04-12 09:03:13 -07:00
  • 5e0f9ebf29 etcdserver: fill a response header in auth RPCs Hitoshi Mitake 2017-04-12 13:36:06 +09:00
  • 4f9aa276bd *: rename Snapshot STM isolation to SerializableSnapshot Anthony Romano 2017-04-11 14:08:01 -07:00
  • 6ebadda395 Merge pull request #7711 from FranGM/master Gyu-Ho Lee 2017-04-11 13:53:13 -07:00
  • e521a9116f Merge pull request #7693 from heyitsanthony/why-etcd-doc Anthony Romano 2017-04-11 13:33:17 -07:00
  • 7684bfdf65 Merge pull request #7704 from heyitsanthony/txn-bench Anthony Romano 2017-04-11 12:44:20 -07:00
  • ce2f65508d Documentation: Add Hosted Graphite to prod users Fran Garcia 2017-04-11 20:13:57 +01:00
  • b4869cb03e Documentation/learning: finish why.md Anthony Romano 2017-04-07 14:43:58 -07:00
  • 216a6347b2 Merge pull request #7707 from gyuho/net Gyu-Ho Lee 2017-04-11 09:53:03 -07:00
  • fd5766bdf6 Merge pull request #7708 from gyuho/rkt Gyu-Ho Lee 2017-04-11 09:06:00 -07:00
  • 7fb1f68ff8 *: coreos/rkt -> rkt/rkt Gyu-Ho Lee 2017-04-11 08:48:48 -07:00
  • a0dc471520 vendor: update 'golang.org/x/net' Gyu-Ho Lee 2017-04-11 08:43:01 -07:00
  • 4d1b8b1e47 benchmark: add txn-put benchmark Anthony Romano 2017-04-10 16:44:11 -07:00
  • 7da79de74b Merge pull request #7703 from gyuho/rafthttp Gyu-Ho Lee 2017-04-10 16:59:47 -07:00
  • b694cfc69f Merge pull request #7702 from heyitsanthony/rpc-swagger Anthony Romano 2017-04-10 16:48:11 -07:00
  • d26bdbaf81 Merge pull request #7701 from heyitsanthony/cov-strip-generated Anthony Romano 2017-04-10 16:22:15 -07:00
  • 8db8d01712 rafthttp: move test-only functions to '_test.go' Gyu-Ho Lee 2017-04-10 16:07:31 -07:00
  • 2030c85071 test: ignore v3electionpb and v3lockpb for static checks Anthony Romano 2017-04-10 14:17:56 -07:00
  • 93594006df embed: register grpc-gateway endpoints for v3lock and v3election Anthony Romano 2017-04-10 13:57:12 -07:00
  • 78a5eb79b5 *: add swagger and grpc-gateway assets for v3lock and v3election Anthony Romano 2017-04-10 13:45:56 -07:00
  • b5dd41e625 test: remove generated files from coverage statistics Anthony Romano 2017-04-10 12:32:13 -07:00
  • a1a72202ff Merge pull request #7666 from calebamiles/aws-platform-guide Xiang Li 2017-04-10 14:14:52 -07:00
  • 2a074523a4
    Documentation: Adds AWS platform guide caleb miles 2017-04-03 21:21:44 -07:00
  • 25acdbf41b Merge pull request #7634 from heyitsanthony/election-rpc Anthony Romano 2017-04-07 20:03:09 -07:00
  • 55e2355326 Merge pull request #7695 from heyitsanthony/upgrade-grpc-gateway Anthony Romano 2017-04-07 19:04:00 -07:00
  • 5f366db7d1 etcd-runner: update election command to use new Leader() interface Anthony Romano 2017-04-03 13:47:07 -07:00
  • 78422eaa17 embed: add Election service Anthony Romano 2017-03-30 15:43:07 -07:00
  • bf047ed9d5 integration: v3 election rpc tests Anthony Romano 2017-03-30 13:34:31 -07:00
  • dc8115a534 v3election: Election RPC service Anthony Romano 2017-03-30 13:16:39 -07:00
  • 9ba69ff317 scripts: update genproto.sh to include v3election Anthony Romano 2017-03-30 13:15:11 -07:00
  • 135a40751e v3rpc: force RangeEnd=nil if length is 0 Anthony Romano 2017-03-30 18:13:24 -07:00
  • 4b4f5be74a concurrency: don't skip leader updates in Observe() Anthony Romano 2017-03-30 18:20:22 -07:00
  • 80c1b9c13a concurrency: support resuming elections if leadership already held Anthony Romano 2017-03-30 11:41:36 -07:00
  • d1ae4cd5bd concurrency: only delete on election resignation if create revision matches Anthony Romano 2017-03-30 11:14:56 -07:00
  • 4b5bb7f212 concurrency: return v3.GetResponse for Election.Leader() Anthony Romano 2017-03-30 10:49:57 -07:00
  • a6cab69c88 concurrency: expose leader revision and proclaim headers for election Anthony Romano 2017-03-30 10:40:02 -07:00
  • 2769cae6bd vendor: upgrade grpc-gateway to v1.2.0 Anthony Romano 2017-04-07 16:36:14 -07:00
  • c0560be98a Merge pull request #7692 from heyitsanthony/upgrade-grpc Anthony Romano 2017-04-07 16:04:50 -07:00
  • 9ba435d902 vendor: upgrade grpc to 1.2.1 Anthony Romano 2017-04-07 14:32:00 -07:00
  • 63bb560820 Merge pull request #7688 from heyitsanthony/short-mask Anthony Romano 2017-04-07 12:33:57 -07:00
  • 88d4e7ebeb netutil: fix unused err staticcheck failure Anthony Romano 2017-04-07 10:43:05 -07:00
  • 7e05b33aa0 *: remove os.Kill from signal.Notify Anthony Romano 2017-04-06 21:32:12 -07:00
  • d31701bab5 test: fix fmt pass and shorten suppression warnings Anthony Romano 2017-04-06 21:24:39 -07:00
  • 25ed908c18 Merge pull request #7684 from gyuho/a Gyu-Ho Lee 2017-04-06 19:15:51 -07:00
  • 369d561350 clientv3/integration: fix minor typo in Fatalf Gyu-Ho Lee 2017-04-06 18:26:42 -07:00
  • 739a807970 Wal metric gauge for instantaneous resolution. jayunit100 2017-04-06 14:38:14 -04:00
  • 7c5991c2e6 Merge pull request #7676 from fanminshi/add_dns_srv fanmin shi 2017-04-06 12:32:40 -07:00
  • bea4c62965 Merge pull request #7677 from heyitsanthony/fix-waitsubstream Anthony Romano 2017-04-06 11:10:06 -07:00
  • 2bc1dfd921 etcdmain: support SRV discovery for gRPC proxy fanmin shi 2017-04-05 15:25:22 -07:00
  • 724bd8e4c5 etcdserver: Return HTTP 429 while waiting out health interval Jonathan Sokolowski 2017-04-06 16:05:52 +10:00
  • e1cf766695 Merge pull request #7674 from gyuho/debug Gyu-Ho Lee 2017-04-05 17:39:37 -07:00
  • 7388911e0c ctlv3: add '--debug' flag (to enable grpclog) Gyu-Ho Lee 2017-04-05 10:45:52 -07:00
  • aab2eda7df clientv3: register waitCancelSubstreams closingc goroutine with waitgroup Anthony Romano 2017-04-05 16:03:03 -07:00
  • 408de4124b Merge pull request #7675 from gyuho/tls-min-version Gyu-Ho Lee 2017-04-05 12:58:16 -07:00
  • dee467dc24 clientv3/yaml: use TLS 1.2 in min version Gyu-Ho Lee 2017-04-05 11:50:35 -07:00
  • a53b2c803a pkg: allow setting rand's seed in stringutil fanmin shi 2017-04-05 09:48:40 -07:00
  • 83577a5d08 Merge pull request #7670 from heyitsanthony/fix-lease-be-race Anthony Romano 2017-04-05 11:08:15 -07:00
  • d42c1f5131 Merge pull request #7646 from andelf/fix-unix-socket-url Anthony Romano 2017-04-05 09:24:38 -07:00
  • 288bccd288 pkg/transport: remove port in Certificate.IPAddresses Gyu-Ho Lee 2017-04-04 09:38:30 -07:00
  • 43f795a485 Merge pull request #7659 from gyuho/aaa Gyu-Ho Lee 2017-04-05 04:29:44 -07:00
  • 4f27981c46 *: fix a bug in handling unix socket urls andelf 2017-04-01 22:30:41 +08:00
  • c7bdd7e2c5 Merge pull request #7669 from mitake/byte-affine Hitoshi Mitake 2017-04-05 15:19:08 +09:00