Commit Graph

  • c3b4d10b74 fix(README): fixup lock docs Brandon Philips 2013-12-22 22:03:07 -0800
  • f026d1c14e Merge pull request #414 from philips/getting-started v0.2.0-rc4 Xiang Li 2013-12-22 20:43:19 -0800
  • e30bf19684 fix(README): we are building containers too Brandon Philips 2013-12-22 20:13:02 -0800
  • d4553714d9 Merge pull request #413 from philips/event_history Xiang Li 2013-12-22 15:48:31 -0800
  • e1d909eb0e test(store/event_test): add a test for a full queue Brandon Philips 2013-12-22 15:38:59 -0800
  • 317b34f4a0 refactor(store/event_history): cleanup some comments Brandon Philips 2013-12-22 15:41:44 -0800
  • 0937b4d266 refactor(event_history.go) remove the extra logic Xiang Li 2013-12-21 19:29:05 +0800
  • ef988020b7 fix(event_history) fix a bug in event queue Xiang Li 2013-12-21 15:56:16 +0800
  • 70c8c09360 Merge pull request #412 from mojotech/cas/403-proper-http-statuses Xiang Li 2013-12-21 20:29:40 -0800
  • d89fa131ab feat(v2/errors): Use more appropriate HTTP status codes for error cases. Chris Shoemaker 2013-12-21 13:14:30 -0500
  • 3f85829e87 fix(v2/tests): make comments and tests agree about what's being tested Chris Shoemaker 2013-12-21 14:21:44 -0500
  • 3cde996d21 refactor(v2/tests): don't repeat construction of full test URL Chris Shoemaker 2013-12-21 12:53:39 -0500
  • 39fb266776 fix(error.go): fix typo in comment Chris Shoemaker 2013-12-21 12:50:46 -0500
  • 557ffbb861 Merge pull request #411 from xiangli-cmu/bench Xiang Li 2013-12-21 14:16:08 -0800
  • ddcf3975ed fix bench Xiang Li 2013-12-21 16:44:28 +0800
  • cc88215b46 fix(bench): initial commit Brandon Philips 2013-12-19 22:43:50 -0800
  • 3bd2d0da88 bump(code.google.com/p/goprotobuf): 8ba95f2a7335 Ben Johnson 2013-12-20 15:39:30 -0700
  • b7854354ff bump(code.google.com/p/go.net): a1b606ad6242 Ben Johnson 2013-12-20 15:39:29 -0700
  • 80bc68eb49 bump(github.com/stretchr/testify/mock): Ben Johnson 2013-12-20 15:39:26 -0700
  • 8c8ab6a4cb bump(github.com/gorilla/mux): 9ede152210fa25c1377d33e867cb828c19316445 Ben Johnson 2013-12-20 15:39:24 -0700
  • 985db7838c bump(github.com/gorilla/context): a08edd30ad9e104612741163dc087a613829a23c Ben Johnson 2013-12-20 15:39:23 -0700
  • 04c98d0a75 bump(github.com/coreos/go-systemd): 700560af03f8e1df35839041745c9f1fccba7c72 Ben Johnson 2013-12-20 15:39:22 -0700
  • 53436af899 bump(github.com/coreos/go-etcd): 925b981b19b370a2fe073c2395e8f76cfc241124 Ben Johnson 2013-12-20 15:39:19 -0700
  • 81a73dbc80 bump(github.com/coreos/raft): ac7be58b1bec49dfcfc7216df4ae27173da1fa57 Ben Johnson 2013-12-20 15:39:17 -0700
  • c4179829d6 tests(get_handler) loosen the time assumption for the un Xiang Li 2013-12-20 08:23:50 +0800
  • 9cf1fcc987 refactor(compareAndDelete) Xiang Li 2013-12-20 05:10:22 +0800
  • e2fa89d554 merge compareAndDelete Xiang Li 2013-12-19 22:19:49 +0800
  • 75c02ed0da Merge pull request #405 from benbjohnson/tuning Ben Johnson 2013-12-18 15:42:16 -0800
  • c7536ff5e1 Add Tuning section to README. Ben Johnson 2013-12-16 16:50:15 -0700
  • fd8ce5d11a Merge pull request #398 from benbjohnson/mod-leader v0.2.0-rc3 Ben Johnson 2013-12-16 14:55:11 -0800
  • 838645f1b7 Merge pull request #402 from philips/add-header-docs Brandon Philips 2013-12-16 12:44:49 -0800
  • 4fb8e79237 Merge pull request #404 from philips/add-cetcd Brandon Philips 2013-12-16 10:38:01 -0800
  • c352db9acd feat(README): add cetcd Brandon Philips 2013-12-16 10:37:26 -0800
  • 60813103e3 Merge pull request #401 from philips/add-dir-docs Brandon Philips 2013-12-16 10:30:32 -0800
  • d816db07e3 feat(README): add directory tutorial Brandon Philips 2013-12-14 13:16:46 -0800
  • 296eaf7b34 Add leader module to README. Ben Johnson 2013-12-16 08:00:16 -0700
  • 2ce587ebc7 Merge branch 'master' of https://github.com/coreos/etcd into mod-leader Ben Johnson 2013-12-16 07:47:31 -0700
  • 18bf886368 feat(README): document the etcd request headers Brandon Philips 2013-12-14 13:44:23 -0800
  • 1de78fef4d feat(README): add notes about in-order key creation Brandon Philips 2013-12-14 13:08:02 -0800
  • 54794d57fe Merge pull request #400 from philips/add-lock-docs2 Brandon Philips 2013-12-13 15:07:56 -0800
  • 412f56f971 fix(README): cleanup lock documentation Brandon Philips 2013-12-13 15:05:17 -0800
  • e87ee6a86b Merge pull request #399 from philips/add-lock-docs Brandon Philips 2013-12-13 15:02:37 -0800
  • 418eccb3d7 feat(README): add a modules section to the README Brandon Philips 2013-12-13 15:01:27 -0800
  • 61227d7477 mod/leader Ben Johnson 2013-12-11 21:40:55 -0700
  • 931ae5fec3 Merge pull request #397 from philips/fixups-for-the-dashboard Brandon Philips 2013-12-13 12:47:00 -0800
  • bcf692d775 chore(mod/dashboard): rebuild to the latest version Brandon Philips 2013-12-13 12:44:24 -0800
  • 7e5aa3137d fix(server/registry): use url.Value.Encode() Brandon Philips 2013-12-13 12:37:12 -0800
  • e24d2fdb6c fix(mod/dashboard): fix after api changes Brandon Philips 2013-12-13 12:36:29 -0800
  • fe80a868a0 Merge pull request #396 from ccding/master Xiang Li 2013-12-12 15:00:41 -0800
  • 468bfedf34 gofmt Cong Ding 2013-12-12 14:53:22 -0800
  • 5e1fdf554d Merge pull request #389 from philips/document-ttl-directories Brandon Philips 2013-12-12 11:38:49 -0800
  • d204fa8438 Merge pull request #394 from xiangli-cmu/fix_error_msg Xiang Li 2013-12-12 10:13:01 -0800
  • dba5eb57cf fix(store.go) report node.path Xiang Li 2013-12-12 10:12:33 -0800
  • 0399593589 Merge pull request #393 from xiangli-cmu/fix_index Xiang Li 2013-12-12 09:57:16 -0800
  • 36dda352d9 fix(dispatch) should call e.Index() Xiang Li 2013-12-12 09:56:28 -0800
  • 44f050f59a Merge pull request #384 from benbjohnson/refactor-mod-lock Ben Johnson 2013-12-11 19:34:26 -0800
  • 3caf7745b6 Ben Johnson 2013-12-11 20:24:43 -0700
  • c1508becd6 Merge pull request #390 from xiangli-cmu/fix_v1_index_inconsistence Xiang Li 2013-12-11 11:24:53 -0800
  • a5bca025b1 fix index inconsistence in v1 api Xiang Li 2013-12-11 11:12:39 -0800
  • bb64e7b6e5 feat(README): add directory TTL documentation Brandon Philips 2013-12-11 10:40:10 -0800
  • f66bd1689d Merge pull request #387 from xiangli-cmu/fix_expire_notify Xiang Li 2013-12-11 10:23:53 -0800
  • 3e4f8a382e fix TestV2WatchKeyInDir test Xiang Li 2013-12-11 10:19:16 -0800
  • 44b08fea62 Merge branch 'add-expire-dir-test' of https://github.com/philips/etcd into fix_expire_notify Xiang Li 2013-12-11 09:57:34 -0800
  • 74bd0d95b8 fix(server): try and add a expire dir test Brandon Philips 2013-12-10 16:32:37 -0800
  • f83e76eb60 Merge https://github.com/coreos/etcd into fix_expire_notify Xiang Li 2013-12-10 15:18:00 -0800
  • 06473ba6fe fix(store.go) expire should also notify all the watchers under the path Xiang Li 2013-12-10 15:17:13 -0800
  • cb9f677cf6 chore(server): cleanup some whitespace Brandon Philips 2013-12-10 11:13:37 -0800
  • 9ea1ef8916 hack(travis): temporarily fix travis Brandon Philips 2013-12-09 21:46:55 -0800
  • dd354c9e22 Merge pull request #376 from xiangli-cmu/dir_flag Xiang Li 2013-12-09 08:34:57 -0800
  • 59e98fcc62 doc fix grammar issue Xiang Li 2013-12-09 11:33:55 -0500
  • 4bec461db1 Refactor mod/lock. Ben Johnson 2013-12-07 18:04:16 -0700
  • 8442e7a0dc Timeout refactor. Ben Johnson 2013-12-07 14:35:31 -0700
  • aabd0faebe Merge branch 'feature-parametric-timeout' of https://github.com/neildunbar/etcd into neildunbar-feature-parametric-timeout Ben Johnson 2013-12-07 14:07:53 -0700
  • 31bc0bb670 Merge pull request #380 from bcwaldon/drop-prevValue Brandon Philips 2013-12-06 14:11:01 -0800
  • 0fb8fc0b8d fix(v2): Drop prevValue from exported fields Brian Waldon 2013-12-06 11:46:23 -0800
  • a06f5e74af Merge remote-tracking branch 'upstream/master' into feature-parametric-timeout Neil Dunbar 2013-12-06 10:13:33 +0000
  • 5edaee79e6 Merge pull request #363 from xiangli-cmu/fix_consistent_redirection v0.2.0-rc2 Xiang Li 2013-12-05 20:33:56 -0800
  • 0762c79e2e refactor remove unused const Xiang Li 2013-12-05 21:04:00 -0500
  • d646d7c16a tests add tests for dir flag Xiang Li 2013-12-05 20:46:52 -0500
  • 1a7eb36b6f Merge pull request #372 from philips/bind-addr-ports Brandon Philips 2013-12-05 15:29:37 -0800
  • 9db521ca04 fix(server): override port of bind Brandon Philips 2013-12-05 11:45:16 -0800
  • e00296960c test fix tests Xiang Li 2013-12-05 18:16:01 -0500
  • c305eda344 docs(delete_command.go) document about recursive implies dir Xiang Li 2013-12-05 17:52:32 -0500
  • 636dad190e refactor(error.go) error messages Xiang Li 2013-12-05 17:50:20 -0500
  • b556252358 tests fix all tests Xiang Li 2013-12-05 17:48:32 -0500
  • 4ba7d85d56 refactor(update) more clear dir checking Xiang Li 2013-12-05 17:16:44 -0500
  • 40d297be66 feat add dir_flag Xiang Li 2013-12-05 17:10:37 -0500
  • d971d22849 Merge pull request #375 from philips/fix-reset Brandon Philips 2013-12-05 13:26:57 -0800
  • e7839e8c57 fix(etcd): Fix forced config reset Brian Waldon 2013-12-03 08:40:18 -0800
  • af20be8123 Merge pull request #347 from benbjohnson/mod-lock Brandon Philips 2013-12-05 10:59:32 -0800
  • 70e31c71f3 Merge pull request #371 from polvi/dockerfile Xiang Li 2013-12-05 10:50:34 -0800
  • b22c6fed4d fix(Dockerfile): remove bogus -bind-addr, and use default -addr Alex Polvi 2013-12-05 18:07:51 +0000
  • 0867b33de5 fix(Dockerfile): reverted unneeded changes fix(server/config.go): ensured params are changeable from config file and env fix(server/server.go): removed unnecessary debug line fix(server/timeout.go): removed a commented block style(server/transporter.go): put explicit vars to replace timeout expressions style(tests/server_utils.go): ran gofmt to clean up indenting Neil Dunbar 2013-12-05 09:23:23 +0000
  • b784ced517 Update mod/lock versioning. Ben Johnson 2013-12-04 22:39:59 -0700
  • 5d865e321c Merge branch 'master' of https://github.com/coreos/etcd into mod-lock Ben Johnson 2013-12-04 22:36:53 -0700
  • e76b7d1e8b Add mod/lock version. Ben Johnson 2013-12-04 22:24:04 -0700
  • f3d438a93f Add mod/lock connection monitoring. Ben Johnson 2013-12-04 16:23:27 -0700
  • 618def7ab0 Merge pull request #369 from philips/format-json Brandon Philips 2013-12-04 13:50:05 -0800
  • 7ec3f861e4 fix(README): prettify json Brandon Philips 2013-12-04 13:48:38 -0800
  • 67f3fc349c Merge pull request #368 from philips/cleanup-responses Brandon Philips 2013-12-04 12:22:19 -0800