Xiang Li
|
a9dff278b5
fix(store.go) send event to watcher after we finish modifying it
|
11 years ago |
Mikhail Goncharov
|
074c78d725
fix(store): corrected CAS and CAD fail cause in response
|
11 years ago |
evan-gu
|
9cfd8c5f0b
fix(store): make NodeExtern.Value a *string
|
12 years ago |
Brandon Philips
|
2a2714a4bf
Merge pull request #514 from cenkalti/prevNode
|
12 years ago |
evan-gu
|
8d2a8e1c7a
fix some typos in comments in store.go
|
12 years ago |
Cenk Alti
|
3ec7004421
feat(prevNode): add "prevNode" to "Set" response
|
12 years ago |
Brandon Philips
|
1b00c449a5
Revert "Better error message when setting values on directories"
|
12 years ago |
Kelsey Hightower
|
d13dd50d51
Better error message when setting values on directories
|
12 years ago |
tobz
|
7a948746a8
fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub
|
12 years ago |
tobz
|
139f59f7d1
fix(store): properly hide hidden keys from watchers, not just gets
|
12 years ago |
Xiang Li
|
22a25a18b3
feat(stream watchers) add stream watcher support
|
12 years ago |
Xiang Li
|
2bfb8f5e4f
Merge pull request #418 from xiangli-cmu/cancel_watcher
|
12 years ago |
Xiang Li
|
fa3b4a7941
refactor(watcher) change newWatcher to Watch
|
12 years ago |
Xiang Li
|
189b98c03f
refactor(node_extern.go) remove unused prevValue field
|
12 years ago |
Xiang Li
|
f46fdbf078
feat(node_extern.go) add prevNode field
|
12 years ago |
Xiang Li
|
59ccefee0f
fix(watchhub.go) add a lock to protect the hashmap
|
12 years ago |
Xiang Li
|
5e499456f0
init cancel watcher
|
12 years ago |
Xiang Li
|
bfa7d54b02
refactor(store.go) handle short condition first
|
12 years ago |
Xiang Li
|
9cf1fcc987
refactor(compareAndDelete)
|
12 years ago |
Xiang Li
|
e2fa89d554
merge compareAndDelete
|
12 years ago |
Xiang Li
|
dba5eb57cf
fix(store.go) report node.path
|
12 years ago |
Xiang Li
|
06473ba6fe
fix(store.go) expire should also notify all the watchers under the path
|
12 years ago |
Xiang Li
|
d646d7c16a
tests add tests for dir flag
|
12 years ago |
Xiang Li
|
b556252358
tests fix all tests
|
12 years ago |
Xiang Li
|
4ba7d85d56
refactor(update) more clear dir checking
|
12 years ago |
Xiang Li
|
40d297be66
feat add dir_flag
|
12 years ago |
Xiang Li
|
c6e1af8321
merge master
|
12 years ago |
Xiang Li
|
6252037376
fix root should be rdonly
|
12 years ago |
rick
|
d2d7e37990
implement recursive for CompareAndDelete in the store
|
12 years ago |
Xiang Li
|
5097a2adee
fix(event_history.go) should not scan prefix
|
12 years ago |