Commit Graph

  • aca0c466ed etcdserver: asynchronously notify applier when raft writes finish Anthony Romano 2015-12-22 03:40:39 -08:00
  • 9d05a0d959 etcdserver: apply v3 database updates outside server event loop Anthony Romano 2015-12-22 03:42:56 -08:00
  • 05a90bc1e5 etcdmain: fix incomplete proxy config file Xiang Li 2015-12-21 16:14:58 -08:00
  • 6751727809 etcdctl: support basic operations with etcd 0.4. Xiang Li 2015-12-17 18:56:30 -08:00
  • 23d645babd Merge pull request #4046 from heyitsanthony/etcdserver-server-select-refactor Anthony Romano 2015-12-22 12:29:10 -08:00
  • 916106c3a2 client: support reset Endpoints. Xiang Li 2015-12-17 18:54:48 -08:00
  • 7e00325fe9 etcdserver: refactor server.go select loop Anthony Romano 2015-12-22 03:41:22 -08:00
  • 79fa03081c Merge pull request #4045 from philips/add-raftexample-to-raft-docs Xiang Li 2015-12-22 12:06:23 -08:00
  • c72e4ae112 raft: add raftexample to the docs Brandon Philips 2015-12-22 12:04:39 -08:00
  • b79dae287d Merge pull request #4042 from jonboulle/master Jonathan Boulle 2015-12-22 17:00:17 +01:00
  • 50efd01e34 pkg: fix tiny docstring typo in ioutil Jonathan Boulle 2015-12-22 16:37:22 +01:00
  • eaaf98348c Merge pull request #4040 from gyuho/godep_20151221 Gyu-Ho Lee 2015-12-21 22:30:04 -08:00
  • 293103cc24 Godeps: add missing dependencies Gyu-Ho Lee 2015-12-21 22:20:07 -08:00
  • a042f22052 Merge 71e33fb899bebfab52a568033948277551b90055 into b1138a42a28e3458ffc738e51f916c2e0c10966c Gyu-Ho Lee 2015-12-22 06:04:20 +00:00
  • b1138a42a2 Merge pull request #4036 from gyuho/storage_test_unsynced Gyu-Ho Lee 2015-12-21 20:30:43 -08:00
  • 28d0e473a7 storage: add more tests for synced, unsynced for watchable store Gyu-Ho Lee 2015-12-21 16:02:42 -08:00
  • f3f5726b8a Merge pull request #4037 from xiang90/proxy Xiang Li 2015-12-21 16:37:55 -08:00
  • 4bcd7587e2 etcdmain: fix incomplete proxy config file Xiang Li 2015-12-21 16:14:58 -08:00
  • d639e4f7f6 Merge pull request #4033 from heyitsanthony/raftexample-tests Anthony Romano 2015-12-21 13:14:28 -08:00
  • 63bc804253 contrib/raftexample: shutdown rafthttp on closed proposal channel chz 2015-12-20 18:48:45 -08:00
  • b73a11ff45 contrib/raftexample: follow pipeline guidelines closer chz 2015-12-20 11:01:41 -08:00
  • b7cf2385e6 contrib/raftexample: add test, fix dead lock on proposal channel chz 2015-12-19 20:42:44 -08:00
  • 2681137fe0 Merge pull request #4020 from xiang90/ctl_04 Xiang Li 2015-12-21 12:55:03 -08:00
  • 541f2e5200 etcdctl: support basic operations with etcd 0.4. Xiang Li 2015-12-17 18:56:30 -08:00
  • 5587c4aa9a client: support reset Endpoints. Xiang Li 2015-12-17 18:54:48 -08:00
  • 7e26fe9c16 Merge pull request #4032 from gyuho/one_mutex_for_storage Gyu-Ho Lee 2015-12-21 11:58:44 -08:00
  • 84d777305d storage: use only one mutex for store struct Gyu-Ho Lee 2015-12-21 05:37:40 -08:00
  • 2a351e62f1 Merge pull request #4024 from heyitsanthony/add-command-argusage Xiang Li 2015-12-21 10:59:07 -08:00
  • c597d591b5 scripts: rewrote build-aci to use acbuild Derek Gonyeo 2015-11-30 23:30:14 +00:00
  • 2974c4ec27 etcdctl: fill out ArgsUsage fields for help Anthony Romano 2015-12-18 17:22:17 -08:00
  • 458a6be3c2 Merge 70f766ea1f24f3827d65c849419046b47718722c into c4732eb6e11c75ef41e61c13b3b8446365e8fb33 Richeng HUANG 2015-12-21 12:45:43 +00:00
  • af57f6679b WIP: v3 gRPC based integration tests Pawel Palucki 2015-12-15 18:08:23 +01:00
  • fb180c503c Merge 16825018787fd931100b27f58305629db535953d into c4732eb6e11c75ef41e61c13b3b8446365e8fb33 Hitoshi Mitake 2015-12-21 11:43:14 +00:00
  • ea61ddb4bd Merge 42bdb0e48c998b76747c7e7b4bf7de891a98430c into c4732eb6e11c75ef41e61c13b3b8446365e8fb33 Gyu-Ho Lee 2015-12-21 00:06:51 +00:00
  • 42bdb0e48c storage: add a test case for TxnPut race conditions Gyu-Ho Lee 2015-12-20 16:04:27 -08:00
  • afccb10790 Merge bc0644d4d4a94266b5f1a5ec87bdcc09f879aace into c4732eb6e11c75ef41e61c13b3b8446365e8fb33 Hitoshi Mitake 2015-12-20 23:33:57 +00:00
  • c4732eb6e1 Merge pull request #4028 from gyuho/storage_test_variable Xiang Li 2015-12-20 15:33:52 -08:00
  • 2377ef870a storage: remove unnecessary test variable assignment Gyu-Ho Lee 2015-12-20 14:23:27 -08:00
  • 98c1745278 Merge pull request #4026 from jonboulle/master Jonathan Boulle 2015-12-20 20:31:15 +01:00
  • b126ff77fb tests: only check for go1.5+ once Jonathan Boulle 2015-12-19 23:08:16 +01:00
  • d50fbe384a tests: ignore leaked readLoop on go <1.5 Jonathan Boulle 2015-12-19 23:05:46 +01:00
  • e1fe7350a2 tests: update + enable check for leaked goroutines Jonathan Boulle 2015-12-19 18:25:26 +01:00
  • dd76ee5801 Merge pull request #4027 from jcderr/patch-1 Xiang Li 2015-12-20 10:48:04 -08:00
  • a5f9403f8f Update production-users.md Jeremy Derr 2015-12-20 10:12:48 -08:00
  • 2e736b51cc Merge pull request #4025 from jonboulle/sjpotter-api-nits Jonathan Boulle 2015-12-19 17:42:32 +01:00
  • c18549261f docs: split out members API into own document Jonathan Boulle 2015-12-19 15:56:18 +01:00
  • 899dc4a6a6 docs: move /version to other_apis and add /health Shaya Potter 2015-12-15 18:05:05 -08:00
  • 1444ba01f4 Merge 80c1203ad7da7a7d5fa5b90fead6dabc9465b179 into cfd030fabff92721fbb37d31bd3f6655093c5929 Shaya Potter 2015-12-19 14:38:21 +00:00
  • cfd030fabf Merge pull request #4014 from ppalucki/functional Jonathan Boulle 2015-12-19 15:17:13 +01:00
  • 9ee9e552e6 Godep: update codegangsta/cli dependency Anthony Romano 2015-12-18 17:46:40 -08:00
  • 4f5f999847 tools/functional-test: add docker support Pawel Palucki 2015-12-15 15:49:09 +01:00
  • 273d8dd4db Merge 798ff6c07bd33072e02ef49c75d652ec1c10d477 into bff857dc280b47d4c810c81e932f2a89aa5c2054 Brandon Philips 2015-12-17 23:34:15 +00:00
  • bff857dc28 Merge pull request #4011 from heyitsanthony/raftexample Xiang Li 2015-12-17 15:05:59 -08:00
  • 1f858e10c8 contrib: example key-value store using raft Anthony Romano 2015-12-16 11:48:53 -08:00
  • c555e19525 contrib: Give ownership on ETCD_DATA_DIR Guilhem Lettron 2015-12-17 19:29:02 +01:00
  • afee51eeda Merge pull request #4013 from mickep76/update-libraries-and-tools Jonathan Boulle 2015-12-17 14:34:36 +01:00
  • e4e2a7933f libraries-and-tools: name change for etcd-export to etcdtool Michael Persson 2015-12-17 13:52:14 +01:00
  • bc0644d4d4 client: an option for prioritizing a leader node as a request destination Hitoshi Mitake 2015-12-03 16:33:41 +09:00
  • 9b0b15c9be Merge pull request #4006 from mitake/kvtest-deadlock Xiang Li 2015-12-16 18:06:14 -08:00
  • af2569c2d8 storage, test: unlock transaction in the retry loop Hitoshi Mitake 2015-12-16 17:01:04 +09:00
  • ac69cacb4f Merge 1ba363bcb52133cc666a13305e2a11fd5fdbdcfd into ea50389060eeeaba528d1501dfd235d11f53e9e0 Sean Russell 2015-12-16 19:12:45 +00:00
  • ea50389060 Merge pull request #4010 from gyuho/window_compile Xiang Li 2015-12-16 11:12:39 -08:00
  • 928c0d3601 storage/backend: fixes Windows compile error Sean Russell 2015-12-06 17:15:19 -05:00
  • 679e45c5f2 Merge 32117c2fb41547fcc1cb993fdc5ed1439e584898 into e0c7768f94cdc268b2fce31ada1dea823f11f505 Jonathan Boulle 2015-12-16 05:09:37 +00:00
  • a907ca5e62 Merge pull request #4004 from mitake/go-vet-fix Xiang Li 2015-12-15 20:37:08 -08:00
  • 9b2da76796 raft: remove go vet compliants Hitoshi Mitake 2015-12-16 13:18:21 +09:00
  • 80c1203ad7 [Documentation] move /version to other_apis and add /health Shaya Potter 2015-12-15 18:05:05 -08:00
  • ee02b50c05 Merge pull request #4000 from xiang90/production_users Xiang Li 2015-12-15 15:56:44 -08:00
  • 7b90099526 README: link to production users Xiang Li 2015-12-15 15:54:59 -08:00
  • 923d5cec5e production-users.md: add cycoresys.com =?UTF-8?q?Se=C3=A1n=20C=2E=20McCord?= 2015-12-15 15:50:45 -08:00
  • 0c6d5c7c03 Merge pull request #3997 from stevenschlansker/opentable-prod Brandon Philips 2015-12-15 15:47:40 -08:00
  • a693692f7f client-examples: Added examples folder in /client with two examples of the client Mario Castro Contreras 2015-12-15 15:53:00 -05:00
  • abe833cea9 Merge e05dc8fb5081026a5cb475ed0ba00179a21e9687 into 6f59a15e5515e18291493cbe63cf4e64f575f3e2 Seán C. McCord 2015-12-15 20:49:02 +00:00
  • e05dc8fb50 Update production-users.md Seán C. McCord 2015-12-15 15:48:49 -05:00
  • 73c8e3f0ab Add OpenTable to production-users.md Steven Schlansker 2015-12-15 12:36:19 -08:00
  • 1c559bdb33 store: refactor mqliang 2015-12-13 20:53:11 +08:00
  • 6f59a15e55 Merge pull request #3992 from xiang90/fix_rafthttp_test Xiang Li 2015-12-14 21:00:33 -08:00
  • 798ff6c07b client: add support for etcd v0.4 peers API Brandon Philips 2015-12-14 18:32:22 -08:00
  • 80541d74d0 rafhttp: make TestStreamWriterAttachOutgoingConn more robust Xiang Li 2015-12-14 16:57:51 -08:00
  • e0c7768f94 store: fix data race when modify event in watchHub. Xiang Li 2015-12-09 10:11:51 -08:00
  • 0fb2d5d4d3 client: fix goroutine leak in unreleased context Andrei Korzhevskii 2015-11-27 13:52:24 +03:00
  • fc61fc7c7a etcdctl: cluster health exit with non-zero when cluster is unhealthy Xiang Li 2015-11-20 13:49:40 -08:00
  • 96731f4525 Merge pull request #3991 from xiang90/fix_lock Xiang Li 2015-12-14 11:58:14 -08:00
  • be3e87b238 pkg/fileutil: make TestLockAndUnlock less flaky on CI Xiang Li 2015-12-14 11:38:07 -08:00
  • 151bb2fee1 Merge 9a54d795a3954c8234d3585eec1362a13c384137 into 607ec83f8111db1fb931e92d683d2be4dae11354 Robert Reiz 2015-12-14 17:37:14 +00:00
  • 607ec83f81 Merge pull request #3988 from philips/add-production-users-doc Xiang Li 2015-12-14 07:41:29 -08:00
  • 9a54d795a3 Update section about DNS bootstrapping Robert Reiz 2015-12-14 11:09:04 +01:00
  • c58d8fb605 etcdserver, auth: turn Quorum on in requests of auth checking Hitoshi Mitake 2015-12-07 15:57:31 +09:00
  • e39ad84440 Documentation: add production users doc Brandon Philips 2015-12-13 23:59:57 -08:00
  • 1682501878 client: new envvar ETCDCLIENT_PEERS for supplying peer URLs Hitoshi Mitake 2015-12-02 16:56:36 +09:00
  • 0eb46eb145 Merge pull request #3987 from gyuho/storage_test Xiang Li 2015-12-13 17:58:24 -08:00
  • 891cdd56b4 storage: newFakeStore to return only 1 Gyu-Ho Lee 2015-12-13 17:29:59 -08:00
  • a976aa3039 documentation: Added directory set/get example in client/README.md Mario Castro 2015-12-13 13:39:31 +01:00
  • 4e58e9f9ed balis out if length of values great than us.d mqliang 2015-12-13 17:36:38 +08:00
  • 0225644d04 Merge pull request #3981 from gyuho/govet Xiang Li 2015-12-13 00:00:12 -08:00
  • d55ab7798b storage: change var names from 'index' Gyu-Ho Lee 2015-12-12 10:10:49 -08:00
  • d28638d135 Merge aa51ff54385f0a495f18461fc0ae41290715aecb into 68a3962f6459c7a2f813ce9cbdb64447821381aa Arek 2015-12-12 22:58:35 +00:00
  • 8696a1509c raft/rafttest: fix shadowed variable Gyu-Ho Lee 2015-12-12 05:54:02 -08:00
  • 4e06510280 pkg/fileutil: fix shadowed variables Gyu-Ho Lee 2015-12-12 05:22:41 -08:00
  • c48b0a5e18 etcdmain: fix shadowed variables Gyu-Ho Lee 2015-12-12 05:12:05 -08:00