Ben Johnson
|
63e128670e
|
Fix etcd.NewClient().
|
2013-10-14 09:55:57 -06:00 |
|
Ben Johnson
|
259e1ce256
|
Merge pull request #228 from xiangli-cmu/0.2
refactor move raft http handlers to peer_server_handlers.go
|
2013-10-13 23:20:21 -07:00 |
|
Xiang Li
|
ef74464aea
|
refactor remove extra function
|
2013-10-13 23:09:52 -07:00 |
|
Xiang Li
|
090d049b81
|
refactor move raft http handlers to peer_server_handlers.go
|
2013-10-13 22:50:51 -07:00 |
|
Xiang Li
|
755c18d491
|
Merge pull request #227 from xiangli-cmu/0.2
refactor remove the extra function
|
2013-10-13 22:20:52 -07:00 |
|
Xiang Li
|
7565313290
|
refactor add wrapper function
|
2013-10-13 22:20:23 -07:00 |
|
Xiang Li
|
a635f6b17c
|
refactor remove the extra function
|
2013-10-13 22:13:20 -07:00 |
|
Xiang Li
|
2b291aabea
|
Merge pull request #218 from benbjohnson/refactoring
[wip] Refactoring
|
2013-10-13 21:15:29 -07:00 |
|
Ben Johnson
|
dc59bd8d77
|
gofmt
|
2013-10-13 21:37:45 -06:00 |
|
Ben Johnson
|
0e49c49dce
|
Remove verbosity from test.
|
2013-10-13 21:36:42 -06:00 |
|
Ben Johnson
|
1a27c9de67
|
Add github.com/gorilla/context.
|
2013-10-13 21:15:13 -06:00 |
|
Ben Johnson
|
8475d9878e
|
bump(github.com/gorilla/context): 708054d61e5a2918b9f4e9700000ee611dcf03f5
|
2013-10-13 21:14:45 -06:00 |
|
Ben Johnson
|
d44fd6661a
|
Fix registry cache issues.
|
2013-10-13 21:09:56 -06:00 |
|
Ben Johnson
|
013d07bc2a
|
Fix server dispatch redirection.
|
2013-10-13 16:58:36 -06:00 |
|
Ben Johnson
|
77572b01f8
|
Merge pull request #2 from xiangli-cmu/refactoring
fix registry.go: use the correct node name; self is already in the list
|
2013-10-13 15:27:40 -07:00 |
|
Xiang Li
|
e954d3d41f
|
fix registry.go: use the correct node name; self is already in the list
|
2013-10-13 15:25:07 -07:00 |
|
Ben Johnson
|
55c1f45805
|
Merge branch 'refactoring' of https://github.com/benbjohnson/etcd into refactoring
Conflicts:
server/registry.go
|
2013-10-13 15:04:21 -06:00 |
|
Ben Johnson
|
ec24e76959
|
Fix duplicates in registry.
|
2013-10-13 14:56:17 -06:00 |
|
Ben Johnson
|
2b9c4bc90d
|
Merge pull request #1 from xiangli-cmu/refactoring
fix server/server.go accept name when creating a when server; gofmt
|
2013-10-13 13:53:34 -07:00 |
|
Xiang Li
|
0c5808eeec
|
fix server/server.go accept name when creating a when server; gofmt
|
2013-10-13 10:44:40 -07:00 |
|
Xiang Li
|
d58c4a9145
|
Merge pull request #224 from philips/bump-protobuf
bump(code.google.com/p/goprotobuf): 61664b8425f3
|
2013-10-13 10:19:13 -07:00 |
|
Brandon Philips
|
bd893986b2
|
bump(code.google.com/p/goprotobuf): 61664b8425f3
|
2013-10-13 10:08:40 -07:00 |
|
Ben Johnson
|
d3b064c2e9
|
Refactor v2 routes.
|
2013-10-13 00:29:58 -06:00 |
|
Ben Johnson
|
7416d2fdcc
|
Mostly working.
|
2013-10-12 23:39:34 -06:00 |
|
Xiang Li
|
d8d712e8f0
|
Merge pull request #223 from xiangli-cmu/refactoring_store
refactor create do not need to check existence first
|
2013-10-12 21:49:23 -07:00 |
|
Xiang Li
|
b0793e2dd9
|
refactor create do not need to check existence first
|
2013-10-12 21:48:29 -07:00 |
|
Ben Johnson
|
52b67ca307
|
Add gorilla/mux to third_party.
|
2013-10-12 20:35:10 -06:00 |
|
Ben Johnson
|
34b99ee343
|
bump(github.com/gorilla/mux): b08c5fcf14d01cb0c20ddf70157f54d4a2c3a38a
|
2013-10-12 20:34:31 -06:00 |
|
Ben Johnson
|
8670e1b7aa
|
Refactored.
|
2013-10-12 15:56:43 -06:00 |
|
Ben Johnson
|
bb9401544a
|
Intermediate commit.
|
2013-10-12 13:35:23 -06:00 |
|
Ben Johnson
|
eb78d96a20
|
Intermediate commit.
|
2013-10-12 00:28:46 -06:00 |
|
Ben Johnson
|
89334df5ae
|
Refactor commands.
|
2013-10-11 01:02:38 -06:00 |
|
Ben Johnson
|
594c2cab47
|
Refactor v2 API into server/v2.
|
2013-10-11 00:07:22 -06:00 |
|
Ben Johnson
|
a113a51d73
|
Refactor v1 API into server/v1.
|
2013-10-10 22:42:45 -06:00 |
|
Ben Johnson
|
a8b677f6e7
|
Merge pull request #214 from xiangli-cmu/newStore
WIP refactor remove raft singleton
|
2013-10-10 19:49:52 -07:00 |
|
Xiang Li
|
40c520ca1b
|
refactor remove raft singleton
|
2013-10-10 15:40:05 -07:00 |
|
Ben Johnson
|
a3b07f71d2
|
Merge pull request #212 from xiangli-cmu/newStore
refactor command.go: commands do not rely on the etcdStore singleton.
|
2013-10-10 10:15:12 -07:00 |
|
Xiang Li
|
255e14a5c4
|
refactor command.go,server.go: add raftWrapper as context, totally get rid of reference in command.go
|
2013-10-09 20:51:21 -07:00 |
|
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.
|
2013-10-09 20:34:00 -07:00 |
|
Brandon Philips
|
b8e5794765
|
Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2
|
2013-10-09 12:28:55 -07:00 |
|
Xiang Li
|
4bf57537b5
|
refactor store.go remove extra assignment
|
2013-10-08 22:12:00 -07:00 |
|
Xiang Li
|
e597947bd8
|
refactor store.go update
|
2013-10-08 22:10:18 -07:00 |
|
Xiang Li
|
a030a41153
|
refactor store.go remove unwanted print
|
2013-10-08 22:01:22 -07:00 |
|
Xiang Li
|
75959f9948
|
refactor add node.ExpirationAndTTL
|
2013-10-08 21:49:10 -07:00 |
|
Xiang Li
|
c3e2332479
|
refactor separate kvpair to kvpair.go; simplify sorting interface
|
2013-10-08 21:25:56 -07:00 |
|
Xiang Li
|
3c7f9215d1
|
comments node.go
|
2013-10-07 23:30:51 -07:00 |
|
Xiang Li
|
48e6137f46
|
fix node.go race between expire and update
|
2013-10-07 23:21:39 -07:00 |
|
Xiang Li
|
a07802a347
|
refactor node.go; use once
|
2013-10-07 23:12:13 -07:00 |
|
Xiang Li
|
a71838a59b
|
refactor watcher.go
|
2013-10-07 22:17:58 -07:00 |
|
Brandon Philips
|
0facc24016
|
Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2
|
2013-10-06 11:39:49 -07:00 |
|