etcd/store
Tomás Senart b6053d6a86 Making code formatting consistent.
$ gofmt -s -w  && goimports -w
2014-03-27 14:19:08 +01:00
..
v2 Making code formatting consistent. 2014-03-27 14:19:08 +01:00
command_factory.go bump(github.com/goraft/raft): 6bf34b9 2014-03-24 15:09:47 -07:00
event.go Merge pull request #524 from yifan-gu/remove_omitempty_on_value 2014-02-18 07:08:00 -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): corrected CAS and CAD fail cause in response 2014-03-08 14:50:34 +07:00
node_extern.go fix(store): make NodeExtern.Value a *string 2014-02-18 00:50:44 -05:00
response_v1.go fix(store): make NodeExtern.Value a *string 2014-02-18 00:50:44 -05:00
stats.go track CompareAndDelete stats 2013-11-30 10:05:48 -07:00
stats_test.go bump(github.com/stretchr/testify): 9cc77fa25329013ce07362c7742952ff887361f2 2014-02-02 16:57:36 -08:00
store.go fix(store): corrected CAS and CAD fail cause in response 2014-03-08 14:50:34 +07:00
store_bench_test.go fix(store/store_bench): don't use rand 2014-01-21 17:01:26 -08:00
store_test.go Merge pull request #524 from yifan-gu/remove_omitempty_on_value 2014-02-18 07:08:00 -08: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 fix(store/watch): fix the slow consumer bug 2014-02-14 16:52:40 -08:00
watcher_hub.go fix(store/watch): fix the slow consumer bug 2014-02-14 16:52:40 -08:00
watcher_hub_test.go fix(watcher_hub) isHidden checks the length of the watchPath before getting subString of keyPath 2014-02-06 11:09:47 -05:00
watcher_test.go feat(stream watchers) add stream watcher support 2014-01-09 15:28:33 +08:00