https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
5271378 Merge pull request #416 from drnic/patch-1 [readme] references to BOSH releases using etcd 23 December 2013, 19:14:28 UTC
5ab2f54 [readme] references to BOSH releases using etcd 23 December 2013, 17:49:24 UTC
4748da1 Merge pull request #415 from philips/fix-lock-docs fix(README): fixup lock docs 23 December 2013, 13:53:23 UTC
c3b4d10 fix(README): fixup lock docs I thought that @benbjohnson had changed the lock "value" to "name" but that doesn't look to be the case. It is OK, just fix the docs. 23 December 2013, 06:03:07 UTC
f026d1c Merge pull request #414 from philips/getting-started fix(README): we are building containers too 23 December 2013, 04:43:19 UTC
e30bf19 fix(README): we are building containers too We are building a docker container now too so don't get specific about just the binary. I thought about adding instructions to the README but lets just keep following the pattern of putting version getting started guides on the release page. 23 December 2013, 04:13:02 UTC
d455371 Merge pull request #413 from philips/event_history fix(event_history): fix a bug in event queue 22 December 2013, 23:48:31 UTC
e1d909e test(store/event_test): add a test for a full queue 22 December 2013, 23:42:51 UTC
317b34f refactor(store/event_history): cleanup some comments 22 December 2013, 23:42:10 UTC
0937b4d refactor(event_history.go) remove the extra logic 22 December 2013, 23:42:10 UTC
ef98802 fix(event_history) fix a bug in event queue 22 December 2013, 23:42:10 UTC
70c8c09 Merge pull request #412 from mojotech/cas/403-proper-http-statuses Use more appropriate HTTP status codes for error cases. 22 December 2013, 04:29:40 UTC
d89fa13 feat(v2/errors): Use more appropriate HTTP status codes for error cases. This commits adds test coverage for all the error and non-error cases described below, but only the behavior of the 403, 404 and 412 cases are changing in this commit. When setting a key results in a new resource, we asset an HTTP status code of 201 (aka "Created"). When attempting to get a resource that doesn't exist, we assert an HTTP status code of 404 (aka "Not Found"). When attempting to delete a directory without dir=true, or a non-empty directory without recursive=true, but the request is otherwise valid, we assert an HTTP status code of 403 (aka "Forbidden"). When a precondition (e.g. specified by prevIndex, or prevValue) is not met, but the request is otherwise syntactically valid, we assert an HTTP status code of 412 (aka "Precondition Failed"). However, prevExist is handled slightly differently. If prevExist=false fails, then this is treated like a failed precondition, so it should use PreconditionFailed. But, if prevExist=true fails, then this is treated like other requests that require the existence of the resource, and uses NotFound if the resource doesn't exist. We continue to assert an HTTP status code of 400 when the request is syntactically invalid (e.g. when prevIndex=bad_index). 22 December 2013, 02:39:19 UTC
3f85829 fix(v2/tests): make comments and tests agree about what's being tested In cases where the comments were incorrect, this changes them to agree with the tests. In cases where the comments were correct, this extends the tests to cover the behavior described in the comment. 22 December 2013, 02:39:19 UTC
3cde996 refactor(v2/tests): don't repeat construction of full test URL 22 December 2013, 02:39:19 UTC
39fb266 fix(error.go): fix typo in comment 22 December 2013, 02:39:19 UTC
557ffbb Merge pull request #411 from xiangli-cmu/bench Bench 21 December 2013, 22:16:08 UTC
ddcf397 fix bench 21 December 2013, 08:44:28 UTC
cc88215 fix(bench): initial commit 20 December 2013, 23:19:02 UTC
75c02ed Merge pull request #405 from benbjohnson/tuning Add Tuning section to README. 18 December 2013, 23:42:16 UTC
c7536ff Add Tuning section to README. 18 December 2013, 23:40:29 UTC
fd8ce5d Merge pull request #398 from benbjohnson/mod-leader mod/leader 16 December 2013, 22:55:11 UTC
838645f Merge pull request #402 from philips/add-header-docs feat(README): document the etcd request headers 16 December 2013, 20:44:49 UTC
4fb8e79 Merge pull request #404 from philips/add-cetcd feat(README): add cetcd 16 December 2013, 18:38:01 UTC
c352db9 feat(README): add cetcd 16 December 2013, 18:37:26 UTC
6081310 Merge pull request #401 from philips/add-dir-docs feat(README): add notes about in-order key creation 16 December 2013, 18:30:32 UTC
d816db0 feat(README): add directory tutorial 16 December 2013, 18:30:13 UTC
296eaf7 Add leader module to README. 16 December 2013, 15:00:16 UTC
2ce587e Merge branch 'master' of https://github.com/coreos/etcd into mod-leader 16 December 2013, 14:47:31 UTC
18bf886 feat(README): document the etcd request headers 16 December 2013, 05:45:10 UTC
1de78fe feat(README): add notes about in-order key creation 14 December 2013, 21:08:02 UTC
54794d5 Merge pull request #400 from philips/add-lock-docs2 fix(README): cleanup lock documentation 13 December 2013, 23:07:56 UTC
412f56f fix(README): cleanup lock documentation accidently merged this without any review. Here are some more cleanups. 13 December 2013, 23:07:39 UTC
e87ee6a Merge pull request #399 from philips/add-lock-docs feat(README): add a modules section to the README 13 December 2013, 23:02:37 UTC
418eccb feat(README): add a modules section to the README 13 December 2013, 23:02:25 UTC
61227d7 mod/leader 13 December 2013, 22:25:03 UTC
931ae5f Merge pull request #397 from philips/fixups-for-the-dashboard Two dashboard fixups 13 December 2013, 20:47:00 UTC
bcf692d chore(mod/dashboard): rebuild to the latest version 13 December 2013, 20:44:24 UTC
7e5aa31 fix(server/registry): use url.Value.Encode() Instead of open coding url encoding which lead to error, make it real and use the library. 13 December 2013, 20:43:01 UTC
e24d2fd fix(mod/dashboard): fix after api changes use node instead of kvs and value 13 December 2013, 20:36:29 UTC
fe80a86 Merge pull request #396 from ccding/master gofmt for ./server ./test 12 December 2013, 23:00:41 UTC
468bfed gofmt 12 December 2013, 22:53:22 UTC
5e1fdf5 Merge pull request #389 from philips/document-ttl-directories feat(README): add directory TTL documentation 12 December 2013, 19:38:49 UTC
d204fa8 Merge pull request #394 from xiangli-cmu/fix_error_msg fix(store.go) report node.path 12 December 2013, 18:13:01 UTC
dba5eb5 fix(store.go) report node.path 12 December 2013, 18:12:33 UTC
0399593 Merge pull request #393 from xiangli-cmu/fix_index fix(dispatch) should call e.Index() 12 December 2013, 17:57:16 UTC
36dda35 fix(dispatch) should call e.Index() 12 December 2013, 17:56:28 UTC
44f050f Merge pull request #384 from benbjohnson/refactor-mod-lock Refactor mod/lock. 12 December 2013, 03:34:26 UTC
3caf774 12 December 2013, 03:24:43 UTC
c1508be Merge pull request #390 from xiangli-cmu/fix_v1_index_inconsistence fix index inconsistence in v1 api 11 December 2013, 19:24:53 UTC
a5bca02 fix index inconsistence in v1 api 11 December 2013, 19:12:39 UTC
bb64e7b feat(README): add directory TTL documentation 11 December 2013, 18:47:00 UTC
f66bd16 Merge pull request #387 from xiangli-cmu/fix_expire_notify Fix expire notify 11 December 2013, 18:23:53 UTC
3e4f8a3 fix TestV2WatchKeyInDir test 11 December 2013, 18:19:16 UTC
44b08fe Merge branch 'add-expire-dir-test' of https://github.com/philips/etcd into fix_expire_notify 11 December 2013, 17:57:34 UTC
74bd0d9 fix(server): try and add a expire dir test This doesn't actually work yet. 11 December 2013, 00:32:37 UTC
f83e76e Merge https://github.com/coreos/etcd into fix_expire_notify 10 December 2013, 23:18:00 UTC
06473ba fix(store.go) expire should also notify all the watchers under the path 10 December 2013, 23:17:13 UTC
cb9f677 chore(server): cleanup some whitespace 10 December 2013, 19:13:37 UTC
9ea1ef8 hack(travis): temporarily fix travis try a quick workaround for https://github.com/travis-ci/travis-ci/issues/1727 10 December 2013, 05:46:55 UTC
dd354c9 Merge pull request #376 from xiangli-cmu/dir_flag feat add dir_flag 09 December 2013, 16:34:57 UTC
59e98fc doc fix grammar issue 09 December 2013, 16:33:55 UTC
4bec461 Refactor mod/lock. 08 December 2013, 22:26:58 UTC
8442e7a Timeout refactor. 07 December 2013, 21:35:31 UTC
aabd0fa Merge branch 'feature-parametric-timeout' of https://github.com/neildunbar/etcd into neildunbar-feature-parametric-timeout 07 December 2013, 21:07:53 UTC
31bc0bb Merge pull request #380 from bcwaldon/drop-prevValue fix(v2): Drop prevValue from exported fields 06 December 2013, 22:11:01 UTC
0fb8fc0 fix(v2): Drop prevValue from exported fields 06 December 2013, 19:46:23 UTC
a06f5e7 Merge remote-tracking branch 'upstream/master' into feature-parametric-timeout Conflicts: Dockerfile server/usage.go tests/server_utils.go 06 December 2013, 10:13:33 UTC
5edaee7 Merge pull request #363 from xiangli-cmu/fix_consistent_redirection fix redirect url should include rawquery 06 December 2013, 04:33:56 UTC
0762c79 refactor remove unused const 06 December 2013, 02:04:00 UTC
d646d7c tests add tests for dir flag 06 December 2013, 01:46:52 UTC
1a7eb36 Merge pull request #372 from philips/bind-addr-ports fix(server): override port of bind 05 December 2013, 23:29:37 UTC
9db521c fix(server): override port of bind Allow people to specify ports on the `-bind-addr` arguments so that they can use randomly assigned port numbers in containers. 05 December 2013, 23:29:25 UTC
e002969 test fix tests 05 December 2013, 23:16:01 UTC
c305eda docs(delete_command.go) document about recursive implies dir 05 December 2013, 22:52:32 UTC
636dad1 refactor(error.go) error messages 05 December 2013, 22:50:20 UTC
b556252 tests fix all tests 05 December 2013, 22:48:32 UTC
4ba7d85 refactor(update) more clear dir checking 05 December 2013, 22:16:44 UTC
40d297b feat add dir_flag 05 December 2013, 22:10:37 UTC
d971d22 Merge pull request #375 from philips/fix-reset fix(etcd): Fix forced config reset 05 December 2013, 21:26:57 UTC
e7839e8 fix(etcd): Fix forced config reset When a server name or a data directory were not provided, the reset functionality would fail to clear out config files from the appropriate place. This calcualtes the default server name and data directory before reset is called. 05 December 2013, 21:26:31 UTC
af20be8 Merge pull request #347 from benbjohnson/mod-lock WIP: mod/lock 05 December 2013, 18:59:32 UTC
70e31c7 Merge pull request #371 from polvi/dockerfile fix(Dockerfile): remove bogus -bind-addr, and use default -addr 05 December 2013, 18:50:34 UTC
b22c6fe fix(Dockerfile): remove bogus -bind-addr, and use default -addr 05 December 2013, 18:07:51 UTC
0867b33 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 05 December 2013, 09:23:23 UTC
b784ced Update mod/lock versioning. 05 December 2013, 05:39:59 UTC
5d865e3 Merge branch 'master' of https://github.com/coreos/etcd into mod-lock Conflicts: server/v2/tests/delete_handler_test.go server/v2/tests/get_handler_test.go server/v2/tests/post_handler_test.go server/v2/tests/put_handler_test.go third_party/github.com/coreos/go-etcd/etcd/requests.go 05 December 2013, 05:36:53 UTC
e76b7d1 Add mod/lock version. 05 December 2013, 05:24:04 UTC
f3d438a Add mod/lock connection monitoring. 04 December 2013, 23:23:27 UTC
618def7 Merge pull request #369 from philips/format-json fix(README): prettify json 04 December 2013, 21:50:05 UTC
7ec3f86 fix(README): prettify json fixed using vim and python -m json.tool 04 December 2013, 21:48:38 UTC
67f3fc3 Merge pull request #368 from philips/cleanup-responses fix(README): use the new response format 04 December 2013, 20:22:19 UTC
0dc428b fix(README): use the new response format update all of the examples to use the new response format. 04 December 2013, 20:06:41 UTC
faab194 Fixed test case 04 December 2013, 17:39:03 UTC
46f8a35 Added the ability to specify heartbeat and election timeouts as config parameters. 04 December 2013, 16:58:44 UTC
e4f1e22 Merge pull request #357 from philips/add-osx-curl-note chore(README): add note about curl on OSX 04 December 2013, 06:35:55 UTC
aa4660d chore(README): add note about curl on OSX Discussion about this issue here: https://groups.google.com/forum/#!topic/munki-dev/oX2xUnoQEi4 04 December 2013, 06:35:13 UTC
ded3cc2 fix redirect url should include rawquery 03 December 2013, 03:53:36 UTC
73f04d5 Merge pull request #343 from xiangli-cmu/refactoring_event Refactoring event 03 December 2013, 03:48:23 UTC
c6e1af8 merge master 03 December 2013, 03:36:38 UTC
back to top