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 |
|
Brandon Philips
|
c7d3d3371b
|
feat(README): add go-discover
|
2013-10-12 21:27:20 -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 |
|
Brandon Philips
|
ba0c104cc8
|
Merge pull request #215 from robszumski/update-dashboard-readme
docs(dashboard): add instructions to get started
|
2013-10-12 12:01:02 -07:00 |
|
Ben Johnson
|
eb78d96a20
|
Intermediate commit.
|
2013-10-12 00:28:46 -06:00 |
|
Rob Szumski
|
e1186bbead
|
docs(dashboard): improve instructions
|
2013-10-11 15:37:30 -07:00 |
|
Ben Johnson
|
89334df5ae
|
Refactor commands.
|
2013-10-11 01:02:38 -06:00 |
|
Xiang Li
|
0dfbb3f921
|
Merge pull request #217 from xiangli-cmu/master
Add F&Q about creating a valid client auth cert
|
2013-10-10 23:45:12 -07:00 |
|
Xiang Li
|
beac6d8589
|
Update README.md
|
2013-10-10 23:44:59 -07:00 |
|
Xiang Li
|
188a903e97
|
Update README.md
|
2013-10-10 23:43:47 -07:00 |
|
Xiang Li
|
d65c2451c4
|
Update README.md
|
2013-10-10 23:15:48 -07: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 |
|
Brandon Philips
|
e77b9aa020
|
fix(mod/dashboard): bump the resources
bump all of the resources to get the new delete_key fix.
v0.1.2
|
2013-10-10 15:28:19 -07:00 |
|
Brandon Philips
|
45f0ff5679
|
feat(scripts): add build-release script
|
2013-10-10 14:39:12 -07:00 |
|
Rob Szumski
|
52c34a2323
|
docs(dashboard): add instructions to get started
|
2013-10-10 13:32:37 -07:00 |
|
Brandon Philips
|
8ebbb96611
|
chore(mod/dashboard): remove fmt package
Always build before pushing to origin master! Sorry for this noise. I
deleted the debug message but not fmt.
|
2013-10-10 12:41:20 -07:00 |
|
Brandon Philips
|
3d5087d488
|
chore(mod/dashboard): remove debug line
Oops, this debug line made it into the tree. Remove it.
|
2013-10-10 12:34:08 -07:00 |
|
Brandon Philips
|
777e03491f
|
fix(mod/dashboard): use deleteKey() not delete_key()
small bug I overlooked while refactoring all of the dashboard function
names to be more "javascripty"
|
2013-10-10 12:19:01 -07:00 |
|
Brandon Philips
|
bc077b66b0
|
Merge pull request #207 from philips/integrate-dashboard
New dashboard as module
|
2013-10-10 11:42:49 -07:00 |
|
Brandon Philips
|
05202c9ce9
|
feat(mod/dashboard): add cleaner urls for stats and browser
you can hit them at:
- http://localhost:4001/etcd/mod/dashboard/stats
- http://localhost:4001/etcd/mod/dashboard/browser
|
2013-10-10 11:32:39 -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
|
4246d3a400
|
Merge pull request #213 from aterreno/master
Including clojure library
|
2013-10-10 08:48:10 -07:00 |
|
Antonio Terreno
|
cb323e95ff
|
Including clojure library
|
2013-10-10 13:43:51 +01: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
|
302347426e
|
Merge pull request #210 from philips/add-version-flag
feat(etcd): add version flag
|
2013-10-09 14:48:49 -07:00 |
|
Brandon Philips
|
af30cb8725
|
feat(etcd): add version flag
print the version and exit, very simple :)
|
2013-10-09 14:26:49 -07:00 |
|
Brandon Philips
|
1d6a6d20d1
|
feat(mod): introduce the /etcd/mod namespace
introduce the `/etcd/mod` namespace and add the dashboard into it.
|
2013-10-09 13:54:44 -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
|
f8b0c876f7
|
Merge pull request #208 from kelseyhightower/master
Add confd to list of projects using etcd
|
2013-10-08 15:31:39 -07:00 |
|
kelseyhightower
|
52d5773cc6
|
Add confd to list of projects using etcd
|
2013-10-08 14:41:39 -07:00 |
|
Brandon Philips
|
32f562a013
|
feat(mods): add README file
|
2013-10-08 11:22:48 -07:00 |
|
Brandon Philips
|
8ee0845631
|
chore(dashboard): move to the mod directory
|
2013-10-08 11:17:12 -07:00 |
|
Brandon Philips
|
bed3980e9c
|
fix(dashboard): add moment to bower dependencies
|
2013-10-08 11:15:03 -07:00 |
|
Brandon Philips
|
d2904ae36e
|
fix(dashboard): add d3 to bower
|
2013-10-08 11:15:03 -07:00 |
|