0399593589
Merge pull request #393 from xiangli-cmu/fix_index
...
fix(dispatch) should call e.Index()
2013-12-12 09:57:16 -08:00
36dda352d9
fix(dispatch) should call e.Index()
2013-12-12 09:56:28 -08:00
44f050f59a
Merge pull request #384 from benbjohnson/refactor-mod-lock
...
Refactor mod/lock.
2013-12-11 19:34:26 -08:00
3caf7745b6
2013-12-11 20:24:43 -07:00
c1508becd6
Merge pull request #390 from xiangli-cmu/fix_v1_index_inconsistence
...
fix index inconsistence in v1 api
2013-12-11 11:24:53 -08:00
a5bca025b1
fix index inconsistence in v1 api
2013-12-11 11:12:39 -08:00
bb64e7b6e5
feat(README): add directory TTL documentation
2013-12-11 10:47:00 -08:00
f66bd1689d
Merge pull request #387 from xiangli-cmu/fix_expire_notify
...
Fix expire notify
2013-12-11 10:23:53 -08:00
3e4f8a382e
fix TestV2WatchKeyInDir test
2013-12-11 10:19:16 -08:00
44b08fea62
Merge branch 'add-expire-dir-test' of https://github.com/philips/etcd into fix_expire_notify
2013-12-11 09:57:34 -08:00
74bd0d95b8
fix(server): try and add a expire dir test
...
This doesn't actually work yet.
2013-12-10 16:32:37 -08:00
f83e76eb60
Merge https://github.com/coreos/etcd into fix_expire_notify
2013-12-10 15:18:00 -08:00
06473ba6fe
fix(store.go) expire should also notify all the watchers under the path
2013-12-10 15:17:13 -08:00
cb9f677cf6
chore(server): cleanup some whitespace
2013-12-10 11:13:37 -08:00
9ea1ef8916
hack(travis): temporarily fix travis
...
try a quick workaround for https://github.com/travis-ci/travis-ci/issues/1727
2013-12-09 21:46:55 -08:00
dd354c9e22
Merge pull request #376 from xiangli-cmu/dir_flag
...
feat add dir_flag
2013-12-09 08:34:57 -08:00
59e98fcc62
doc fix grammar issue
2013-12-09 11:33:55 -05:00
4bec461db1
Refactor mod/lock.
2013-12-08 15:26:58 -07:00
8442e7a0dc
Timeout refactor.
2013-12-07 14:35:31 -07:00
aabd0faebe
Merge branch 'feature-parametric-timeout' of https://github.com/neildunbar/etcd into neildunbar-feature-parametric-timeout
2013-12-07 14:07:53 -07:00
31bc0bb670
Merge pull request #380 from bcwaldon/drop-prevValue
...
fix(v2): Drop prevValue from exported fields
2013-12-06 14:11:01 -08:00
0fb8fc0b8d
fix(v2): Drop prevValue from exported fields
2013-12-06 11:46:23 -08:00
a06f5e74af
Merge remote-tracking branch 'upstream/master' into feature-parametric-timeout
...
Conflicts:
Dockerfile
server/usage.go
tests/server_utils.go
2013-12-06 10:13:33 +00:00
5edaee79e6
Merge pull request #363 from xiangli-cmu/fix_consistent_redirection
...
fix redirect url should include rawquery
v0.2.0-rc2
2013-12-05 20:33:56 -08:00
0762c79e2e
refactor remove unused const
2013-12-05 21:04:00 -05:00
d646d7c16a
tests add tests for dir flag
2013-12-05 20:46:52 -05:00
1a7eb36b6f
Merge pull request #372 from philips/bind-addr-ports
...
fix(server): override port of bind
2013-12-05 15:29:37 -08:00
9db521ca04
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.
2013-12-05 15:29:25 -08:00
e00296960c
test fix tests
2013-12-05 18:16:01 -05:00
c305eda344
docs(delete_command.go) document about recursive implies dir
2013-12-05 17:52:32 -05:00
636dad190e
refactor(error.go) error messages
2013-12-05 17:50:20 -05:00
b556252358
tests fix all tests
2013-12-05 17:48:32 -05:00
4ba7d85d56
refactor(update) more clear dir checking
2013-12-05 17:16:44 -05:00
40d297be66
feat add dir_flag
2013-12-05 17:10:37 -05:00
d971d22849
Merge pull request #375 from philips/fix-reset
...
fix(etcd): Fix forced config reset
2013-12-05 13:26:57 -08:00
e7839e8c57
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.
2013-12-05 13:26:31 -08:00
af20be8123
Merge pull request #347 from benbjohnson/mod-lock
...
WIP: mod/lock
2013-12-05 10:59:32 -08:00
70e31c71f3
Merge pull request #371 from polvi/dockerfile
...
fix(Dockerfile): remove bogus -bind-addr, and use default -addr
2013-12-05 10:50:34 -08:00
b22c6fed4d
fix(Dockerfile): remove bogus -bind-addr, and use default -addr
2013-12-05 18:07:51 +00:00
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
2013-12-05 09:23:23 +00:00
b784ced517
Update mod/lock versioning.
2013-12-04 22:39:59 -07:00
5d865e321c
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
2013-12-04 22:36:53 -07:00
e76b7d1e8b
Add mod/lock version.
2013-12-04 22:24:04 -07:00
f3d438a93f
Add mod/lock connection monitoring.
2013-12-04 16:23:27 -07:00
618def7ab0
Merge pull request #369 from philips/format-json
...
fix(README): prettify json
2013-12-04 13:50:05 -08:00
7ec3f861e4
fix(README): prettify json
...
fixed using vim and python -m json.tool
2013-12-04 13:48:38 -08:00
67f3fc349c
Merge pull request #368 from philips/cleanup-responses
...
fix(README): use the new response format
2013-12-04 12:22:19 -08:00
0dc428b5d6
fix(README): use the new response format
...
update all of the examples to use the new response format.
2013-12-04 12:06:41 -08:00
faab194247
Fixed test case
2013-12-04 17:39:03 +00:00
46f8a354d1
Added the ability to specify heartbeat and election timeouts as
...
config parameters.
2013-12-04 16:58:44 +00:00