etcd/store
Brandon Philips 19ef1042d6 Merge pull request #497 from philips/store-bench-no-rand
fix(store/store_bench): don't use rand
2014-01-22 13:19:04 -08:00
..
v2 Merge branch 'master' of https://github.com/coreos/etcd into logging 2013-12-30 16:19:57 -07:00
command_factory.go refactor(compareAndDelete) 2013-12-20 05:10:22 +08:00
event.go refactor(node_extern.go) remove unused prevValue field 2014-01-01 20:01:29 +08:00
event_history.go refactor(store/event_history): cleanup some comments 2013-12-22 15:42:10 -08:00
event_queue.go fix(event_history) fix a bug in event queue 2013-12-22 15:42:10 -08:00
event_test.go test(store/event_test): add a test for a full queue 2013-12-22 15:42:51 -08:00
heap_test.go refactor(Node) do not expose node struct 2013-11-28 11:33:23 -05:00
node.go fix(store): TTL should range 1..n rather than 1..n+1 2014-01-19 21:45:53 -08:00
node_extern.go refactor(node_extern.go) remove unused prevValue field 2014-01-01 20:01:29 +08:00
response_v1.go (feat) v1 apt backward support 2013-10-06 11:23:52 -07:00
stats.go track CompareAndDelete stats 2013-11-30 10:05:48 -07:00
stats_test.go tests fix all tests 2013-12-05 17:48:32 -05:00
store.go fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub 2014-01-22 09:02:42 -05:00
store_bench_test.go fix(store/store_bench): don't use rand 2014-01-21 17:01:26 -08:00
store_test.go test(store): group together all store tests that deal with hidden keys 2014-01-22 09:29:53 -05:00
ttl.go fix server/server.go accept name when creating a when server; gofmt 2013-10-13 10:44:40 -07:00
ttl_key_heap.go refactor(Node) do not expose node struct 2013-11-28 11:33:23 -05:00
watcher.go feat(stream watchers) end streaming if too many notifications 2014-01-09 14:15:36 +02:00
watcher_hub.go fix(store): make isHidden see if any portion of the path is hidden, not just the last element 2014-01-22 09:29:33 -05:00
watcher_test.go feat(stream watchers) add stream watcher support 2014-01-09 15:28:33 +08:00