Commit Graph

  • 808ee4e57c Merge pull request #7313 from gyuho/simplify-auth Hitoshi Mitake 2017-02-14 14:18:06 +09:00
  • 3d994f8653 Merge pull request #7317 from petermattis/pmattis/ready-must-sync Xiang Li 2017-02-13 17:53:08 -08:00
  • c200be6432 Merge pull request #7319 from heyitsanthony/fix-compact-watch Anthony Romano 2017-02-13 16:46:34 -08:00
  • e0ddded077 auth: simplify merging range perm Gyu-Ho Lee 2017-02-13 09:00:55 -08:00
  • 853f68071b grpcproxy: respect CompactRevision in watcher Anthony Romano 2017-02-13 13:27:56 -08:00
  • 43740a8d3c Merge pull request #7318 from heyitsanthony/limit-doc Anthony Romano 2017-02-13 15:35:37 -08:00
  • e52a985a3a Merge pull request #7307 from heyitsanthony/proxy-countonly Anthony Romano 2017-02-13 13:30:31 -08:00
  • fb7dd0f688 etcdserverpb, clientv3: clarify WithLimit documentation Anthony Romano 2017-02-13 12:37:44 -08:00
  • ab03a42f06 raft: add Ready.MustSync Peter Mattis 2017-02-13 15:09:54 -05:00
  • 2925f02aac Merge pull request #7305 from fanminshi/return_header_for_timetolive fanmin shi 2017-02-13 11:24:36 -08:00
  • 152513fc10 raftexample: fix raft blocking on restart Gyu-Ho Lee 2017-02-10 17:42:22 -08:00
  • 0d08ffa282 integration: don't expect lease not found error for TestV3GetNonExistLease fanmin shi 2017-02-10 17:35:43 -08:00
  • bcfbb096e2 clientv3/integration: test lease not found on TimeToLive() fanmin shi 2017-02-10 16:25:46 -08:00
  • 2ca1823a96 v3rpc: LeaseTimeToLive returns TTL=-1 resp on lease not found fanmin shi 2017-02-10 16:22:30 -08:00
  • c22ba766d5 grpcproxy: support CountOnly Anthony Romano 2017-02-10 16:06:04 -08:00
  • 9f8e82e1c0 Merge pull request #7304 from heyitsanthony/remove-ccache Anthony Romano 2017-02-10 16:02:31 -08:00
  • 52bbdbf29f
    raftexample: fix blocking restart on snapshot Gyu-Ho Lee 2017-02-10 15:23:35 -08:00
  • 1fe2a9b124 Revert "Merge pull request #7139 from heyitsanthony/proxy-rlock" Anthony Romano 2017-02-10 14:27:48 -08:00
  • babe90e26a clientv3: send expired responses before close channels in recvKeepAlive fanmin shi 2017-02-10 13:57:39 -08:00
  • 5768479fb9 integration: stop cluster after Campaign exits in TestElectionOnSessionRestart Anthony Romano 2017-02-10 11:25:26 -08:00
  • 47cb8a012a Merge pull request #7301 from ghostplant/master Xiang Li 2017-02-10 09:31:22 -08:00
  • cc14f14216 Documentation: replace px typo with ps cuiwei13 2017-02-10 11:31:07 +08:00
  • d91b5ee064 Merge c26e737bc5ad32f5ca1ad841532e38774c6adc15 into 1a4a4fa7ac9a3822634eedae6151398102379d6c Jason E. Aten, Ph.D 2017-02-10 14:09:56 +00:00
  • 1a4a4fa7ac Merge pull request #7295 from mkumatag/fix_gosimple Gyu-Ho Lee 2017-02-09 07:39:55 -08:00
  • 696f3a5fcb Merge e84ab64c17f22fc8986cd919223a27f036023a39 into 98249bc95028c5e140468c16bc10e059b6a33bc6 fanmin shi 2017-02-09 15:26:14 +00:00
  • 98249bc950 Merge pull request #7297 from mkumatag/update_travis Gyu-Ho Lee 2017-02-09 07:26:00 -08:00
  • 5afa4e4fdf travis: Update fmt check gotools Manjunath A Kumatagi 2017-02-09 10:17:36 -05:00
  • 0914b8b707 test: Fix gosimple errors Manjunath A Kumatagi 2017-02-09 08:01:28 -05:00
  • aaf0ac9ff4 Merge pull request #7282 from heyitsanthony/fix-write-snap-2.3 Xiang Li 2017-02-08 20:16:25 -08:00
  • c4fc8c0989 Merge pull request #7260 from mitake/auth-state Xiang Li 2017-02-08 18:11:13 -08:00
  • 9b72c8ba1b Merge pull request #7285 from fanminshi/uses_direct_client_call_for_tests fanmin shi 2017-02-07 12:09:37 -08:00
  • 366e689eae clientv3: uses direct client calls in integration tests fanmin shi 2017-02-06 15:22:48 -08:00
  • 0944a50d3f Merge pull request #7288 from fanminshi/fix_TestLeaseKeepAliveInitTimeout_test fanmin shi 2017-02-07 10:48:54 -08:00
  • c182428e52 clientv3/integration: stop member before keepalive in TestLeaseKeepAliveInitTimeout fanmin shi 2017-02-07 10:01:32 -08:00
  • bf5ecf6555 Merge pull request #7262 from mkumatag/ppc64le_binary Gyu-Ho Lee 2017-02-07 09:52:12 -08:00
  • cf5cc18f02 Merge pull request #7286 from heyitsanthony/lease-snip-cancel-stop Anthony Romano 2017-02-07 09:12:34 -08:00
  • a213b3abf5 clientv3: remove cancelWhenStop from lease implementation Anthony Romano 2017-02-06 17:21:46 -08:00
  • 739accc242 Merge pull request #7281 from heyitsanthony/no-default-ka Anthony Romano 2017-02-06 13:51:43 -08:00
  • a9f10bdeee clientv3: only start lease stream after first keepalive call Anthony Romano 2017-02-06 09:28:02 -08:00
  • d1ba8ee6d3 snap: fix write snap Xiang Li 2016-06-02 07:35:24 -07:00
  • 9976d869c1 auth: correct initialization in NewAuthStore() Hitoshi Mitake 2017-02-01 17:47:09 +09:00
  • 280b65fe4d auth: add a test case for recoverying from snapshot Hitoshi Mitake 2017-02-02 13:34:59 +09:00
  • dd0fb8b5da Documentation: Add the missing etcd command leonliao 2017-02-06 14:18:00 +08:00
  • 6fb99a8585 Merge pull request #7276 from fanminshi/fix_lease_keep_alive_loop Xiang Li 2017-02-04 21:28:56 -08:00
  • 4d055ca73b Merge pull request #7277 from gyuho/second-point Gyu-Ho Lee 2017-02-04 12:47:12 -08:00
  • 950a9da9d9 pkg/report: add min/max latency per second Gyu-Ho Lee 2017-02-04 06:27:09 -08:00
  • 720234d32b clientv3: sends keepalive reqs immediately after lease keep alive stream reset fanmin shi 2017-02-03 16:25:45 -08:00
  • 23b5a29101 Merge pull request #7273 from heyitsanthony/snip-prom Anthony Romano 2017-02-03 15:54:20 -08:00
  • 8c43bd06a0 clientv3: add DialOptions to config Anthony Romano 2017-02-03 11:05:59 -08:00
  • 4203c766fb Merge pull request #7270 from gyuho/pkg Xiang Li 2017-02-03 08:06:15 -08:00
  • 01a1dae7ae
    pkg/netutil: name GetDefaultInterfaces consistent Gyu-Ho Lee 2017-02-03 00:37:31 -08:00
  • d159353d51 Merge pull request #7268 from heyitsanthony/proxy-test-clientv3 Anthony Romano 2017-02-02 20:31:05 -08:00
  • ae5c89ff12 Merge pull request #7266 from heyitsanthony/snip-yaml Anthony Romano 2017-02-02 16:07:12 -08:00
  • 56c706ff91 Merge pull request #7269 from sinsharat/use_requestWithContext_for_cancel Xiang Li 2017-02-02 09:53:09 -08:00
  • e42fa18ccf grpcproxy: don't use WithRequireLeader for watch event stream Anthony Romano 2017-02-01 17:25:12 -08:00
  • 9def4cb9fe *: Use http.Request.WithContext instead of Cancel sharat 2017-02-02 18:49:02 +05:30
  • e3f4b43614 test: clientv3 integration tests with proxy Anthony Romano 2017-02-01 17:22:58 -08:00
  • b465b48476 clientv3: remove strict yaml dependency Anthony Romano 2017-02-01 13:14:29 -08:00
  • 42e7d4d09d Merge pull request #7255 from sinsharat/use_requestWithContext_for_cancel Xiang Li 2017-02-01 15:49:43 -08:00
  • f74142187d Merge pull request #7263 from Rushit/test_isadminpermited Xiang Li 2017-02-01 13:46:31 -08:00
  • 2656b594bb rafthttp: use http.Request.WithContext instead of Cancel sharat 2017-02-01 17:08:40 +05:30
  • 5d41e7f09b scripts: Add support to build ppc64le binary for release Manjunath A Kumatagi 2017-02-01 20:56:33 +05:30
  • 333cd3fb7a
    pkg/report: do not fill-in empty rows for missing timestamps Gyu-Ho Lee 2017-02-01 11:03:43 -08:00
  • beef5eea37 auth: test for AuthStore.IsAdminPermitted Rushit 2017-02-01 08:39:09 -08:00
  • b9e3ff213c doc: add listen-addr section to gateway op-guide Louis Taylor 2017-02-01 13:46:20 +00:00
  • 0df1822212 Merge pull request #7257 from Rushit/auth_test Xiang Li 2017-01-31 20:45:39 -08:00
  • 46cac6f292 auth: unit-test for authStore.AuthDisable() rpatel 2017-01-31 18:02:03 -08:00
  • 89bb9048dd Merge pull request #6881 from mitake/auth-v3-cn Xiang Li 2017-01-31 17:21:53 -08:00
  • c6e9892af4 Merge pull request #7256 from Felixoid/issue_7219 Xiang Li 2017-01-31 16:49:40 -08:00
  • 0f53ad0b84 netutil: add dualstack to linux_route felixoid 2017-01-31 21:48:36 +03:00
  • cd9f0a1721 e2e: add a case for CommonName auth of v3 API Hitoshi Mitake 2016-11-21 16:42:46 +09:00
  • 0191509637 auth, etcdserver: authenticate clients based on certificate CommonName Hitoshi Mitake 2016-11-21 13:47:29 +09:00
  • 03f3d2f625 Merge 69b7117de9ffa3f6e4c652dc80123f58563d4fb8 into 7d6280fa8253c327ed6acdeb8942fff2e3031f62 fanmin shi 2017-01-31 04:19:49 +00:00
  • 7d6280fa82 Merge pull request #7248 from ravigadde/session-w-lease Xiang Li 2017-01-30 20:12:23 -08:00
  • c586218ec6 clientv3: start a session with existing lease Ravi Gadde 2017-01-28 11:34:26 -08:00
  • ffe692dea6 raftexample: fix blocking restart with snapshot Gyu-Ho Lee 2017-01-27 19:59:17 -08:00
  • d2716fc5ae Merge pull request #7238 from mkumatag/support_ppc64le Xiang Li 2017-01-26 21:16:33 -08:00
  • 9767098331 etcdmain: ppc64le platform support Manjunath A Kumatagi 2017-01-25 21:38:29 -08:00
  • f127f462c6 Merge pull request #7229 from Rushit/auth-tests Hitoshi Mitake 2017-01-27 11:52:03 +09:00
  • 75ae50a90f Merge pull request #7243 from gyuho/doc Gyu-Ho Lee 2017-01-26 17:04:21 -08:00
  • 5dace5f6dc Merge pull request #7242 from xiang90/fix_test Xiang Li 2017-01-26 16:59:03 -08:00
  • 19d30fd4a7 contrib: add etcd cluster deploy on systemd docs Gyu-Ho Lee 2017-01-26 16:46:41 -08:00
  • 78540c5e7b e2e: do not remove the member we connect to Xiang Li 2017-01-26 15:43:27 -08:00
  • 3351a71e84 Merge pull request #7240 from fanminshi/balancer_fix fanmin shi 2017-01-26 15:08:50 -08:00
  • ae2e8fa462 Merge pull request #7241 from nmiyake/fixTestMessage Xiang Li 2017-01-26 14:42:02 -08:00
  • 18af48a9dc integration: add test case in dial_test to ensure balancer.updateAddrs works properly fanmin shi 2017-01-26 12:17:34 -08:00
  • e3b325c196 test: fix failure message in TestEmbedEtcd Nick Miyake 2017-01-26 13:57:58 -08:00
  • 9dbde1cc52 Merge pull request #7236 from heyitsanthony/no-dns-bind Anthony Romano 2017-01-26 13:52:30 -08:00
  • 0c4e67c1f4 clientv3: fix balancer update address bug fanmin shi 2017-01-26 12:12:08 -08:00
  • 5a67b0aba6 embed: reject binding listeners to domain names Anthony Romano 2017-01-25 19:23:10 -08:00
  • 63572567b4 integration: test domain name URLs are rejected before binding Anthony Romano 2017-01-25 19:22:12 -08:00
  • 54cf0317c3 Merge pull request #7237 from heyitsanthony/bump-e2e Anthony Romano 2017-01-26 12:32:40 -08:00
  • b1b78c537c auth: Adding unit tests rpatel 2017-01-25 22:22:36 -08:00
  • 6838ac3ba5 Merge pull request #7234 from Rushit/store_test_refactoring Hitoshi Mitake 2017-01-26 14:52:17 +09:00
  • 072eda508b test: bump e2e timeout to 15 minutes Anthony Romano 2017-01-25 20:55:37 -08:00
  • fa1cbd5890 auth: refactor test to use common setup rpatel 2017-01-25 11:08:50 -08:00
  • 094be295a1 Merge pull request #7227 from heyitsanthony/clientv3-dial-ctx Anthony Romano 2017-01-25 13:28:29 -08:00
  • 56286ccd29 clientv3: use DialContext Anthony Romano 2017-01-24 12:25:55 -08:00
  • a2c44a8b65 clientv3: test closing client cancels blocking dials Anthony Romano 2017-01-25 09:32:39 -08:00
  • 11619f8db2 Merge pull request #7233 from rlenferink/documentation Gyu-Ho Lee 2017-01-25 09:06:48 -08:00