Commit Graph

196 Commits (e30bf19684271b0c205aefb1c59ccb47c0859b5c)

Author SHA1 Message Date
Brandon Philips e1d909eb0e test(store/event_test): add a test for a full queue 2013-12-22 15:42:51 -08:00
Brandon Philips 317b34f4a0 refactor(store/event_history): cleanup some comments 2013-12-22 15:42:10 -08:00
Xiang Li 0937b4d266 refactor(event_history.go) remove the extra logic 2013-12-22 15:42:10 -08:00
Xiang Li ef988020b7 fix(event_history) fix a bug in event queue 2013-12-22 15:42:10 -08:00
Xiang Li dba5eb57cf fix(store.go) report node.path 2013-12-12 10:12:33 -08:00
Xiang Li a5bca025b1 fix index inconsistence in v1 api 2013-12-11 11:12:39 -08:00
Xiang Li f83e76eb60 Merge https://github.com/coreos/etcd into fix_expire_notify 2013-12-10 15:18:00 -08:00
Xiang Li 06473ba6fe fix(store.go) expire should also notify all the watchers under the path 2013-12-10 15:17:13 -08:00
Xiang Li dd354c9e22 Merge pull request #376 from xiangli-cmu/dir_flag
feat add dir_flag
2013-12-09 08:34:57 -08:00
Xiang Li 59e98fcc62 doc fix grammar issue 2013-12-09 11:33:55 -05:00
Brian Waldon 0fb8fc0b8d fix(v2): Drop prevValue from exported fields 2013-12-06 11:46:23 -08:00
Xiang Li 0762c79e2e refactor remove unused const 2013-12-05 21:04:00 -05:00
Xiang Li d646d7c16a tests add tests for dir flag 2013-12-05 20:46:52 -05:00
Xiang Li e00296960c test fix tests 2013-12-05 18:16:01 -05:00
Xiang Li c305eda344 docs(delete_command.go) document about recursive implies dir 2013-12-05 17:52:32 -05:00
Xiang Li b556252358 tests fix all tests 2013-12-05 17:48:32 -05:00
Xiang Li 4ba7d85d56 refactor(update) more clear dir checking 2013-12-05 17:16:44 -05:00
Xiang Li 40d297be66 feat add dir_flag 2013-12-05 17:10:37 -05:00
Xiang Li c6e1af8321 merge master 2013-12-02 22:36:38 -05:00
Xiang Li b929e71948 tests add root readonly test 2013-12-01 18:16:32 -05:00
Xiang Li 6252037376 fix root should be rdonly 2013-12-01 18:01:24 -05:00
Xiang Li 78e382cb6b test add watcher prefix test 2013-12-01 17:35:22 -05:00
Xiang Li 5097a2adee fix(event_history.go) should not scan prefix 2013-12-01 00:47:23 -05:00
Xiang Li 67b4c27d5d refactor change node_repr to node_extern 2013-11-28 21:34:38 -05:00
Xiang Li b7d07ea5c8 refactor event 2013-11-28 11:33:40 -05:00
Xiang Li 08c59895b5 refactor(Node) do not expose node struct 2013-11-28 11:33:23 -05:00
Xiang Li 8a0496cfae bump deps 2013-11-22 08:59:24 -08:00
Ben Johnson ccc27a61f5 Merge branch '0.2' of https://github.com/coreos/etcd into migration-test 2013-11-12 17:29:58 -05:00
Xiang Li 5abbaf59e3 Merge pull request #292 from xiangli-cmu/fix-ttl
WIP: fix ttl
2013-11-11 21:30:32 -08:00
Xiang Li 811c577fe8 test stop mockSync goroutines 2013-11-11 21:31:12 -08:00
Xiang Li fe5fb6cfba style naming the initialization fields for sync command 2013-11-11 21:21:50 -08:00
Xiang Li 8b2e1025ef style remove the extra space 2013-11-11 21:19:30 -08:00
Ben Johnson d8157472fe Merge branch '0.2' of https://github.com/coreos/etcd into migration-test 2013-11-11 18:12:24 -05:00
Xiang Li cb4b6f1fe4 feat add modifiedIndex in kvpair 2013-11-09 20:52:06 -08:00
Xiang Li 06f1b7f2e8 refactor change Index to modifiedIndex 2013-11-09 20:49:19 -08:00
Xiang Li d8e5994c35 feat attach etcd-index,raft-index,raft-term to header 2013-11-09 20:20:47 -08:00
Xiang Li d87e0e93d3 fix get return the last modified index of the node 2013-11-09 19:05:38 -08:00
Xiang Li eca433cee5 fix add sync_command.go 2013-11-09 18:59:43 -08:00
Xiang Li 6156d5c790 refactor separate etcd index from raft index 2013-11-09 17:55:54 -08:00
Xiang Li 0372cdea23 refactor move sync command into etcd 2013-11-08 16:00:58 -08:00
Brandon Philips 6a074d4f6f chore(*.go): add copyright notice 2013-11-08 14:04:15 -08:00
Xiang Li acd940a450 refactor comments on IsPermanent 2013-11-08 13:37:30 -08:00
Xiang Li 4c1d864095 fix cleanup 2013-11-06 21:27:39 -08:00
Xiang Li c307b6abca fix watcher_hub 2013-11-06 21:19:37 -08:00
Xiang Li 55058c64f5 feat wathch for expiring need to be pending 2013-11-05 23:30:48 -08:00
Xiang Li 779195eb4f fix bug in update ttl 2013-11-05 22:18:54 -08:00
Xiang Li 49c55477e5 refactor clean up 2013-11-05 21:56:21 -08:00
Xiang Li 797d996535 init sync to delete expiring keys 2013-11-05 21:47:25 -08:00
Ben Johnson 8c6606ed12 Fix TTL migration issue. 2013-11-05 15:57:53 -07:00
Xiang Li 1d49098954 feat add heap top 2013-11-04 22:13:26 -08:00