Ben Johnson
|
bb9401544a
Intermediate commit.
|
12 年 前 |
Ben Johnson
|
eb78d96a20
Intermediate commit.
|
12 年 前 |
Ben Johnson
|
89334df5ae
Refactor commands.
|
12 年 前 |
Ben Johnson
|
594c2cab47
Refactor v2 API into server/v2.
|
12 年 前 |
Ben Johnson
|
a113a51d73
Refactor v1 API into server/v1.
|
12 年 前 |
Ben Johnson
|
a8b677f6e7
Merge pull request #214 from xiangli-cmu/newStore
|
12 年 前 |
Xiang Li
|
40c520ca1b
refactor remove raft singleton
|
12 年 前 |
Ben Johnson
|
a3b07f71d2
Merge pull request #212 from xiangli-cmu/newStore
|
12 年 前 |
Xiang Li
|
255e14a5c4
refactor command.go,server.go: add raftWrapper as context, totally get rid of reference in command.go
|
12 年 前 |
Xiang Li
|
61899d62c5
refactor command.go: commands do not rely on the etcdStore singleton. So we can seprate command into a package in the furture.
|
12 年 前 |
Brandon Philips
|
b8e5794765
Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2
|
12 年 前 |
Xiang Li
|
4bf57537b5
refactor store.go remove extra assignment
|
12 年 前 |
Xiang Li
|
e597947bd8
refactor store.go update
|
12 年 前 |
Xiang Li
|
a030a41153
refactor store.go remove unwanted print
|
12 年 前 |
Xiang Li
|
75959f9948
refactor add node.ExpirationAndTTL
|
12 年 前 |
Xiang Li
|
c3e2332479
refactor separate kvpair to kvpair.go; simplify sorting interface
|
12 年 前 |
Xiang Li
|
3c7f9215d1
comments node.go
|
12 年 前 |
Xiang Li
|
48e6137f46
fix node.go race between expire and update
|
12 年 前 |
Xiang Li
|
a07802a347
refactor node.go; use once
|
12 年 前 |
Xiang Li
|
a71838a59b
refactor watcher.go
|
12 年 前 |
Brandon Philips
|
0facc24016
Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2
|
12 年 前 |
Xiang Li
|
baaaf24f70
(feat) v1 apt backward support
|
12 年 前 |
Xiang Li
|
5cc585af96
Merge pull request #201 from rca/master
|
12 年 前 |
Roberto Aguilar
|
d64cf5f64c
Update README.md
|
12 年 前 |
Xiang Li
|
b8b81d5b03
feat(store) create node with incremental suffix. accept #190 in new API
|
12 年 前 |
Xiang Li
|
512dede9ce
finish todo
|
12 年 前 |
Xiang Li
|
c988b1e5b0
Merge pull request #199 from zined/update_documentation
|
12 年 前 |
Deniz Adrian
|
5a7ba24790
adopt documentation to implementation
|
12 年 前 |
Xiang Li
|
9412c86b97
fix wrong logic in event.go
|
13 年 前 |
Xiang Li
|
558d30f33f
simplify lock
|
13 年 前 |