Commit Graph

861 Commits (478118497cfcb9ca4cde2e837a0194d085d01002)

Author SHA1 Message Date
Adrián 478118497c A little lit bit easy to read
I have only reordered to parameters to be according to the first instance executed.
2013-11-08 14:09:35 -08:00
Brandon Philips cc9b5fca90 feat(README): add go-discover 2013-11-08 14:08:39 -08:00
Rob Szumski b7084fda45 docs(dashboard): improve instructions 2013-11-08 14:08:39 -08:00
Xiang Li 8540249c4e Update README.md 2013-11-08 14:08:39 -08:00
Xiang Li b54a6a2ac8 Update README.md 2013-11-08 14:08:39 -08:00
Xiang Li f62095428f Update README.md 2013-11-08 14:08:39 -08:00
Brandon Philips 3f5c39afd9 fix(mod/dashboard): bump the resources
bump all of the resources to get the new delete_key fix.
2013-11-08 14:08:39 -08:00
Brandon Philips 4005312ee5 feat(scripts): add build-release script 2013-11-08 14:08:39 -08:00
Rob Szumski 677590feb7 docs(dashboard): add instructions to get started 2013-11-08 14:08:39 -08:00
Brandon Philips fa1b00cf91 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-11-08 14:08:39 -08:00
Brandon Philips b819bb1c8c chore(mod/dashboard): remove debug line
Oops, this debug line made it into the tree. Remove it.
2013-11-08 14:08:39 -08:00
Brandon Philips 26806a10fc 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-11-08 14:08:39 -08:00
Brandon Philips 55356465c6 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-11-08 14:08:38 -08:00
Antonio Terreno bb275e3f45 Including clojure library 2013-11-08 14:08:38 -08:00
Brandon Philips 0c676ac93a feat(mod): introduce the /etcd/mod namespace
introduce the `/etcd/mod` namespace and add the dashboard into it.
2013-11-08 14:05:38 -08:00
kelseyhightower 26c24dd889 Add confd to list of projects using etcd 2013-11-08 14:05:30 -08:00
Brandon Philips ae05a9f003 feat(mods): add README file 2013-11-08 14:05:30 -08:00
Brandon Philips 5e604b7a18 chore(dashboard): move to the mod directory 2013-11-08 14:05:29 -08:00
Brandon Philips 13f7257dd7 fix(dashboard): add moment to bower dependencies 2013-11-08 14:05:29 -08:00
Brandon Philips 6e278294af fix(dashboard): add d3 to bower 2013-11-08 14:05:29 -08:00
Brandon Philips 8acaf71a59 feat(dashboard): introduce the in memory handler
the in memory handler gives etcd the ability to serve a dashboard
without on disk resources. This is the first time we are using the
/mod/ path too.

TODO: cleanup the mod stuff so it isn't hacked into etcd_handlers.
2013-11-08 14:05:29 -08:00
Brandon Philips af3804d728 feat(dashboard): inital commit of resources package 2013-11-08 14:05:16 -08:00
Brandon Philips b2d72b3e55 bump(github.com/jteeuwen/go-bindata): 79847ab3e91ae5d2e1b18796c1795c78f29565d7 2013-11-08 14:05:16 -08:00
Rob Szumski 53678ad134 feat(dashboard): Initial commit of frontend code 2013-11-08 14:04:51 -08:00
Brandon Philips bf5f0ab3f2 feat(dashboard/README): initial commit 2013-11-08 14:04:51 -08:00
Brandon Philips 6a074d4f6f chore(*.go): add copyright notice 2013-11-08 14:04:15 -08:00
Xiang Li 51f57629f9 Merge pull request #281 from xiangli-cmu/fix-snapshot
fix snapshot
2013-11-03 21:10:53 -08:00
Xiang Li 235ffc234d refactor change cmd argument snapCount to snapshotCount 2013-11-03 21:06:51 -08:00
Xiang Li 52d5e05201 refactor use defer 2013-11-03 20:59:08 -08:00
Ben Johnson 71a73d3904 Merge pull request #290 from xiangli-cmu/feat-use-raft-protobuf
feat use-raft-protobuf
2013-11-03 10:52:37 -08:00
Xiang Li f3ce75f2b4 feat add a simple speed test 2013-11-02 22:05:44 -07:00
Xiang Li eb2fbcb575 feat use-raft-protobuf 2013-11-02 21:50:35 -07:00
Brandon Philips 3062aab44f Merge pull request #268 from xiangli-cmu/0.2-readme
update readme
2013-11-01 16:04:36 -07:00
Xiang Li ae615eda62 fix typo 2013-11-01 15:56:38 -07:00
Brandon Philips 0c4b45d4fb Merge pull request #283 from philips/use-hostname-as-machine-name
feat(etcd): use hostname as machine name
2013-11-01 06:45:01 -07:00
Brandon Philips c10653ae0c feat(etcd): use hostname as machine name
by default I don't want etcd to require parameters so people can rapidly
try it out. Try to use the hostname as the name instead.
2013-10-31 15:16:28 -07:00
Xiang Li c88a556917 test add snapshot tests 2013-10-30 19:41:21 -07:00
Xiang Li f29ab366c3 merge with 0.2 2013-10-30 17:44:20 -07:00
Xiang Li 9d0de611a7 feat add snapCount parameter 2013-10-30 17:36:15 -07:00
Xiang Li 0e15962cef Merge pull request #276 from xiangli-cmu/feat-kvpair-ttl
feat kvpair include ttl
2013-10-30 15:56:28 -07:00
Xiang Li 0cd78e210a tests more delay for passing tests on travis 2013-10-30 15:51:46 -07:00
Xiang Li f723651a6d fix test: should wait for watch response 2013-10-30 15:46:01 -07:00
Xiang Li bd651edf80 test add integration test 2013-10-30 15:27:16 -07:00
Xiang Li 107762e82a fix snapshot 2013-10-30 15:14:34 -07:00
Ben Johnson 0435284a37 Merge pull request #278 from benbjohnson/upgrade-version
Add version upgrade endpoint.
2013-10-30 06:37:07 -07:00
Ben Johnson ddf527e092 Add version upgrade endpoint. 2013-10-29 15:49:10 -06:00
Ben Johnson 576badd334 Merge pull request #277 from benbjohnson/versioning
Internal Versioning
2013-10-29 09:39:05 -07:00
Xiang Li ec175d4c47 test add test for ttl in kv pair 2013-10-28 09:42:54 -07:00
Ben Johnson 23dc0b9317 Merge branch '0.2' of https://github.com/coreos/etcd into versioning
Conflicts:
	server/v2/put_handler.go
2013-10-28 06:39:56 -06:00
Ben Johnson aa9ae32998 Internal versioning. 2013-10-27 14:09:40 -06:00