Commit Graph

  • 91039bef7c Merge pull request #7799 from heyitsanthony/ctxize-resolve Anthony Romano 2017-04-21 16:30:32 -0700
  • a73950545a Merge pull request #7801 from heyitsanthony/s1027 Anthony Romano 2017-04-21 15:18:40 -0700
  • 14d6ed9e5f *: clear redundant return statement warnings (S1027) Anthony Romano 2017-04-21 14:01:00 -0700
  • a9087ee659 Merge pull request #7714 from glevand/for-merge-cross Xiang Li 2017-04-21 10:56:01 -0700
  • bf987185a9 release.md: Update for multi arch release Geoff Levand 2017-04-21 10:04:41 -0700
  • 07c07cea25 release: Add multi arch support Geoff Levand 2017-04-21 10:04:41 -0700
  • 0c8988aa07 build-docker: Updates for multi-arch release Geoff Levand 2017-04-21 10:04:41 -0700
  • 8309ca92d7 build-aci: Add multi arch support Geoff Levand 2017-04-21 10:04:41 -0700
  • fb6287240f build-binary: Add arm64 Geoff Levand 2017-04-21 10:04:41 -0700
  • 85e87e8f6b netutil: use "context" and ctx-ize TCP addr resolution Anthony Romano 2017-04-21 09:59:34 -0700
  • 8bad78cb98 Merge pull request #7788 from gyuho/trace Gyu-Ho Lee 2017-04-20 18:18:33 -0700
  • bfd5f38af3 vendor: use 'x/net/trace' with std 'context' Gyu-Ho Lee 2017-04-20 17:28:59 -0700
  • 3a93928b07 Merge pull request #7779 from heyitsanthony/pkgize-gw Anthony Romano 2017-04-20 14:53:56 -0700
  • 82b7e4fd3b Merge pull request #7786 from gyuho/rate Gyu-Ho Lee 2017-04-20 13:51:43 -0700
  • da1bba8f39 vendor: update 'golang.org/x/time/rate' with context Gyu-Ho Lee 2017-04-20 11:18:34 -0700
  • 557abbe437 ctlv3: use printer for lease command results Anthony Romano 2017-04-20 09:39:49 -0700
  • 4b448c209b version: bump up to 3.1.6+git Gyu-Ho Lee 2017-04-20 10:39:18 -0700
  • 633a4e6b52 Merge pull request #7785 from heyitsanthony/printerize-lease Anthony Romano 2017-04-20 10:36:58 -0700
  • cf8c66c9f0 ctlv3: use printer for lease command results Anthony Romano 2017-04-20 09:39:49 -0700
  • 85c9ea92bb Merge pull request #7745 from heyitsanthony/bom Anthony Romano 2017-04-19 15:29:20 -0700
  • a2b5444a26 test: ensure clientv3 has no grpc-gateway dependency Anthony Romano 2017-04-19 12:54:10 -0700
  • 393e4335b7 *: put gateway stubs into their own packages Anthony Romano 2017-04-19 12:48:02 -0700
  • fd11523af9 scripts: move gateway stubs into gw/ packages Anthony Romano 2017-04-18 22:25:57 -0700
  • 04fc57ac1d Merge pull request #7775 from heyitsanthony/fix-lease-print Anthony Romano 2017-04-19 09:08:17 -0700
  • e5b7ee2d03 version: bump up to 3.1.6 v3.1.6 Gyu-Ho Lee 2017-04-19 08:28:06 -0700
  • a4c5731c38 ctlv3: keep lease as integer in fields printer Anthony Romano 2017-04-19 00:48:13 -0700
  • 385e18bc6c Merge pull request #7768 from gyuho/close-serverc Gyu-Ho Lee 2017-04-19 08:24:22 -0700
  • 35dff4cbc3 Merge pull request #7769 from heyitsanthony/more-time-lease-test Anthony Romano 2017-04-19 00:57:49 -0700
  • d24a763a12 Merge pull request #7771 from heyitsanthony/remove-2.0-version Anthony Romano 2017-04-19 00:57:19 -0700
  • fcd4871e2a ctlv3: keep lease as integer in fields printer Anthony Romano 2017-04-19 00:48:13 -0700
  • d3456b5ecd Merge pull request #7759 from mitake/fix-7724 Hitoshi Mitake 2017-04-19 16:07:18 +0900
  • 3d8e2e1171 etcdserver: remove 2.0 StatusNotFound version check Anthony Romano 2017-04-18 20:22:08 -0700
  • c654370d6d clientv3/integration: sleep less in TestLeaseRenewLostQuorum Anthony Romano 2017-04-18 19:11:01 -0700
  • e1306bff8f *: simply ignore ErrAuthNotEnabled in clientv3 if auth is not enabled Hitoshi Mitake 2017-04-18 00:00:53 -0700
  • ba299bcaaf embed: signal 'grpcServerC' before cmux serve Gyu-Ho Lee 2017-04-18 17:46:51 -0700
  • 8fa4b8da6e Merge pull request #7767 from heyitsanthony/transport-resolve-dnsnames Anthony Romano 2017-04-18 17:28:01 -0700
  • cb408ace21 Merge pull request #7757 from heyitsanthony/fix-speedy-close Anthony Romano 2017-04-18 15:06:45 -0700
  • 05582ad5b2 transport: resolve DNSNames when SAN checking Anthony Romano 2017-04-18 12:56:15 -0700
  • 30552e28ed Merge pull request #7766 from gyuho/url Gyu-Ho Lee 2017-04-18 13:16:13 -0700
  • f10a70401b embed: use '*url.URL.Hostname(),Port()' for Go 1.8 Gyu-Ho Lee 2017-04-18 12:08:59 -0700
  • 94044cee4f Merge pull request #7765 from gyuho/mutex-profile Gyu-Ho Lee 2017-04-18 11:34:23 -0700
  • 5161b74799 pkg/debugutil: add 'mutex' profiler (Go 1.8+) Gyu-Ho Lee 2017-04-18 10:00:09 -0700
  • dd0d590217 Merge pull request #7764 from gyuho/NEWS Gyu-Ho Lee 2017-04-18 10:31:13 -0700
  • 2511535ea0 NEWS: update v3.1.6 Gyu-Ho Lee 2017-04-18 09:41:39 -0700
  • 714b48a4b4 etcdserver: initialize raftNode with constructor Anthony Romano 2017-04-17 16:32:36 -0700
  • 8fdf8f752b Merge pull request #7752 from heyitsanthony/clientv3-fetch-keyspace-pfx Anthony Romano 2017-04-18 09:24:53 -0700
  • 6dd807481c Merge pull request #7758 from a-robinson/leak Xiang Li 2017-04-18 08:27:40 -0700
  • 45406d8486 raft: Avoid holding unneeded memory in unstable log's entries array Alex Robinson 2017-04-17 23:20:39 -0400
  • 4fcea334ad Merge pull request #7737 from gyuho/aaa Xiang Li 2017-04-18 03:37:43 -0700
  • 8aaa1ed911 *: use '*tls.Config.Clone' in Go 1.8 Gyu-Ho Lee 2017-04-13 14:17:13 -0700
  • 99a2d6c4b1 integration: use 'time.Until' in Go 1.8 Gyu-Ho Lee 2017-04-13 14:16:10 -0700
  • cbe37e5213 travis: bump up to Go 1.8.1 Gyu-Ho Lee 2017-04-13 14:15:02 -0700
  • 1f558ae678 integration: test auth API response header revision Gyu-Ho Lee 2017-04-17 11:26:39 -0700
  • df93627bbb etcdserver: fill-in Auth API Header in apply layer Hitoshi Mitake 2017-04-12 13:36:06 +0900
  • e7e7451213 Merge pull request #7689 from mitake/bench-leader Hitoshi Mitake 2017-04-18 10:24:24 +0900
  • e771c6042b Merge pull request #7743 from gyuho/shutdown-grpc-server Gyu-Ho Lee 2017-04-17 17:12:52 -0700
  • c011e2ddd5 Merge pull request #7755 from gyuho/auth-test Gyu-Ho Lee 2017-04-17 17:12:24 -0700
  • 81291b23b1 clientv3/integration: add 'TestUserErrorAuth' Gyu-Ho Lee 2017-04-17 12:46:03 -0700
  • c798f81398 Merge pull request #7753 from gyuho/helper Gyu-Ho Lee 2017-04-17 15:18:46 -0700
  • 8a5f085a65 *: add bill of materials Anthony Romano 2017-04-14 12:20:11 -0700
  • cb979bc2cc vendor: update gopkg.in/yaml.v2 to reflect current license Anthony Romano 2017-04-17 14:19:35 -0700
  • 253e5a90bb integration: test auth API response header revision Gyu-Ho Lee 2017-04-17 11:26:39 -0700
  • ac69e63fa8 etcdserver: fill-in Auth API Header in apply layer Hitoshi Mitake 2017-04-12 13:36:06 +0900
  • 5000d29b4a mvcc: remove stopc select case in Hash Gyu-Ho Lee 2017-04-17 14:19:48 -0700
  • 8ffd58fb3b mvcc/backend: remove t.tx.DB()==nil checks with GracefulStop Gyu-Ho Lee 2017-04-14 18:21:35 -0700
  • cd470f9ccd Revert "mvcc: test inflight Hash to trigger Size on nil db" Gyu-Ho Lee 2017-04-14 18:12:11 -0700
  • 472a536052 integration: test 'inflight' range requests Gyu-Ho Lee 2017-04-14 11:11:06 -0700
  • c407e097e2 embed: gracefully shut down gRPC server Gyu-Ho Lee 2017-04-14 09:24:52 -0700
  • ea5f6dab6b etcdmain: trigger embed.Etcd.Close for OS interrupt Gyu-Ho Lee 2017-04-14 19:49:31 -0700
  • 0d52598fc1 Merge pull request #7754 from heyitsanthony/doc-check-v3-data Anthony Romano 2017-04-17 14:05:57 -0700
  • cf8ab8c7a6 op-guide: add command for checking if there's any v3 data Anthony Romano 2017-04-17 12:31:21 -0700
  • 6b030ed7db benchmark: a new flag --target-leader for targetting a leader endpoint Hitoshi Mitake 2017-04-07 17:20:03 +0900
  • 6ad9d1609a Merge pull request #7717 from mitake/auth-output-fields Hitoshi Mitake 2017-04-17 14:12:59 +0900
  • f92c11e1f2 clientv3: translate WithPrefix() into WithFromKey() for empty key Anthony Romano 2017-04-16 20:46:33 -0700
  • f0143916de clientv3/integration: test fetching entire keyspace Anthony Romano 2017-04-16 20:30:49 -0700
  • 7e3dd74314 Merge pull request #7748 from darasion/master Xiang Li 2017-04-15 15:17:35 -0700
  • 0e7fd4a37c clientv3/namespace: fix incorrect watching prefix-end darasion 2017-04-15 22:31:50 +0800
  • a20295c65b auth: fix race on stopping simple token keeper Anthony Romano 2017-04-14 09:50:33 -0700
  • e2d0db95eb Merge pull request #7744 from heyitsanthony/fix-auth-stop-race Anthony Romano 2017-04-14 12:38:47 -0700
  • 2951e7f6e4 Merge pull request #7733 from heyitsanthony/fix-client-foreign-dial Anthony Romano 2017-04-14 10:45:17 -0700
  • fdf7798137 auth: fix race on stopping simple token keeper Anthony Romano 2017-04-14 09:50:33 -0700
  • 8efc42e25f etcdctl: show responses of auth RPCs if --write-output=fields is passed Hitoshi Mitake 2017-04-12 13:50:12 +0900
  • cfbc5e5c3b Merge pull request #7706 from gyuho/wait-apply-conf-change Gyu-Ho Lee 2017-04-13 16:54:07 -0700
  • 04354f32ab etcdserver: wait apply on conf change Raft entry Gyu-Ho Lee 2017-04-11 08:03:59 -0700
  • 9f7bb0df3a etcdserver: let Status() not require authentication Hitoshi Mitake 2017-04-13 17:39:09 +0900
  • 957c9cd1df Merge pull request #7734 from mitake/status-auth Xiang Li 2017-04-13 15:53:33 -0700
  • 8fdfac2843 Merge pull request #7730 from heyitsanthony/return-member-list Anthony Romano 2017-04-13 15:39:38 -0700
  • 1153e1e7d9 Merge pull request #7687 from heyitsanthony/deny-tls-ipsan Anthony Romano 2017-04-13 15:03:25 -0700
  • 6a805e5222 test: do not run extra static checks on release branch Gyu-Ho Lee 2017-04-13 14:00:59 -0700
  • 38f79fa565 clientv3: fix gofmt warnings Gyu-Ho Lee 2017-04-13 12:19:47 -0700
  • 37a502cc88 integration: test requests with valid auth token but disabled auth Anthony Romano 2017-04-12 13:17:33 -0700
  • 9be7fc5320 auth: protect simpleToken with single mutex and check if enabled Anthony Romano 2017-04-12 13:35:00 -0700
  • 7607ace95a Merge pull request #7735 from gyuho/grpc-shutdown Gyu-Ho Lee 2017-04-13 13:16:57 -0700
  • 6c2fb5105d clientv3/integration: use 'transport.IsClosedConnError' Gyu-Ho Lee 2017-04-13 10:48:53 -0700
  • 56b111df0c rafthttp: use 'transport.IsClosedConnError' Gyu-Ho Lee 2017-04-13 10:48:24 -0700
  • 8ce579aac9 pkg/transport: add 'IsClosedConnError' Gyu-Ho Lee 2017-04-13 10:48:06 -0700
  • 9eb3e2c6b4 Merge pull request #7736 from gyuho/todo Gyu-Ho Lee 2017-04-13 11:40:53 -0700
  • 0b19921ec0 Merge pull request #7729 from heyitsanthony/fix-auth-token-crash Anthony Romano 2017-04-13 11:23:15 -0700
  • 537c7100b0 embed: remove ReadTimeout TODO Gyu-Ho Lee 2017-04-13 10:55:45 -0700
  • 2dd361aba5 Merge pull request #7694 from heyitsanthony/report-test Anthony Romano 2017-04-13 10:39:55 -0700