Yicheng Qin
|
3ac0298bd0
store: set readonly to pre-defined namespaces
|
9 gadi atpakaļ |
Yicheng Qin
|
f13c7872d5
etcdserver: register pre-defined namespaces in store
|
9 gadi atpakaļ |
Jonathan Boulle
|
f1ed69e883
*: switch to line comments for copyright
|
9 gadi atpakaļ |
Jonathan Boulle
|
7a4d42166b
*: add license header to all source files
|
10 gadi atpakaļ |
Jonathan Boulle
|
1456ae4453
store: restore minExpireTime check and advance FakeClock appropriately
|
10 gadi atpakaļ |
Jonathan Boulle
|
3134658ded
store: switch to fake clock
|
10 gadi atpakaļ |
Jonathan Boulle
|
1fa763b47b
store: remove unused function
|
10 gadi atpakaļ |
Jonathan Boulle
|
b15fefa8ea
store: use nextIndex where necessary
|
10 gadi atpakaļ |
Jonathan Boulle
|
5441c6aa54
etcdserver: correct X-Etcd-Index header
|
10 gadi atpakaļ |
Jonathan Boulle
|
e08df4c8d2
store: fix recursive/dir arguments
|
10 gadi atpakaļ |
Jonathan Boulle
|
f7444ff300
store: convert Watch to interface
|
10 gadi atpakaļ |
Blake Mizerany
|
f4613dd466
store: remove Root
|
10 gadi atpakaļ |
Blake Mizerany
|
f8be54b416
...deadlocked...
|
10 gadi atpakaļ |
Blake Mizerany
|
a2b9f9310c
remove pkg/strings
|
10 gadi atpakaļ |
Blake Mizerany
|
e9a45ae35d
remove goraft
|
10 gadi atpakaļ |
Xiang Li
|
8ea840c19a
store: fix index data race
|
10 gadi atpakaļ |
Xiang Li
|
516ebdb49e
fix(store): synchronize access to CurrentIndex
|
10 gadi atpakaļ |
Yicheng Qin
|
fa54866e99
Revert "Merge pull request #631 from metaflow/fix-delete-key-as-directory"
|
10 gadi atpakaļ |
Mikhail Goncharov
|
7cebc3999a
api(delete) now you get an error trying to delete files a directory (http.StatusForbidden)
|
10 gadi atpakaļ |
Sam Ghods
|
3ae0a1e1a6
fix(store.go) include node.dir = true when updating a directory's ttl, fixes coreos/etcd#736
|
10 gadi atpakaļ |
Xiang Li
|
a9dff278b5
fix(store.go) send event to watcher after we finish modifying it
|
10 gadi atpakaļ |
Mikhail Goncharov
|
074c78d725
fix(store): corrected CAS and CAD fail cause in response
|
10 gadi atpakaļ |
evan-gu
|
9cfd8c5f0b
fix(store): make NodeExtern.Value a *string
|
10 gadi atpakaļ |
Brandon Philips
|
2a2714a4bf
Merge pull request #514 from cenkalti/prevNode
|
10 gadi atpakaļ |
evan-gu
|
8d2a8e1c7a
fix some typos in comments in store.go
|
10 gadi atpakaļ |
Cenk Alti
|
3ec7004421
feat(prevNode): add "prevNode" to "Set" response
|
10 gadi atpakaļ |
Brandon Philips
|
1b00c449a5
Revert "Better error message when setting values on directories"
|
10 gadi atpakaļ |
Kelsey Hightower
|
d13dd50d51
Better error message when setting values on directories
|
10 gadi atpakaļ |
tobz
|
7a948746a8
fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub
|
10 gadi atpakaļ |
tobz
|
139f59f7d1
fix(store): properly hide hidden keys from watchers, not just gets
|
10 gadi atpakaļ |