etcd/store
Brandon Philips 68383b1293 fix(server/v1): don't fail put on new v1 key
We weren't checking for PrevNode being nil in the v1 code path. Do this
and add a test.

Fixes #557
2014-02-10 18:59:56 -08:00
..
v2 chore(gofmt): gofmt compare_and_delete_command.go 2014-02-08 07:28:16 -08:00
command_factory.go chore(*): make everything use goven 2014-02-01 23:44:18 -08:00
event.go fix(server/v1): don't fail put on new v1 key 2014-02-10 18:59:56 -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 Revert "Better error message when setting values on directories" 2014-01-23 11:22:11 -08:00
node_extern.go feat(prevNode): add "prevNode" to "Set" response 2014-01-29 17:30:33 -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 bump(github.com/stretchr/testify): 9cc77fa25329013ce07362c7742952ff887361f2 2014-02-02 16:57:36 -08:00
store.go Merge pull request #514 from cenkalti/prevNode 2014-02-07 12:04:18 -08: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 #514 from cenkalti/prevNode 2014-02-07 12:04:18 -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 feat(stream watchers) end streaming if too many notifications 2014-01-09 14:15:36 +02:00
watcher_hub.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_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