Commit Graph

918 Commits (ccc27a61f50cf8e096a3e6174ef18ffba3725382)

Author SHA1 Message Date
Ben Johnson ccc27a61f5 Merge branch '0.2' of https://github.com/coreos/etcd into migration-test 2013-11-12 17:29:58 -05:00
Xiang Li 5abbaf59e3 Merge pull request #292 from xiangli-cmu/fix-ttl
WIP: fix ttl
2013-11-11 21:30:32 -08:00
Xiang Li 811c577fe8 test stop mockSync goroutines 2013-11-11 21:31:12 -08:00
Xiang Li fe5fb6cfba style naming the initialization fields for sync command 2013-11-11 21:21:50 -08:00
Xiang Li 8b2e1025ef style remove the extra space 2013-11-11 21:19:30 -08:00
Ben Johnson d8157472fe Merge branch '0.2' of https://github.com/coreos/etcd into migration-test 2013-11-11 18:12:24 -05:00
Xiang Li e427c85f03 refactor add debug info to remove_node test 2013-11-09 21:31:17 -08:00
Xiang Li 27157e5e78 fix tests 2013-11-09 21:17:32 -08:00
Xiang Li cb4b6f1fe4 feat add modifiedIndex in kvpair 2013-11-09 20:52:06 -08:00
Xiang Li 06f1b7f2e8 refactor change Index to modifiedIndex 2013-11-09 20:49:19 -08:00
Xiang Li d8e5994c35 feat attach etcd-index,raft-index,raft-term to header 2013-11-09 20:20:47 -08:00
Xiang Li d87e0e93d3 fix get return the last modified index of the node 2013-11-09 19:05:38 -08:00
Xiang Li eca433cee5 fix add sync_command.go 2013-11-09 18:59:43 -08:00
Xiang Li 6156d5c790 refactor separate etcd index from raft index 2013-11-09 17:55:54 -08:00
Brandon Philips fc25ef8383 Merge pull request #246 from philips/add-dashboard-0.2
0.2: add the dashboard
2013-11-09 13:06:04 -08:00
Brandon Philips 84be60c920 feat(dashboard): use all of the latest js/css
rebuild all of the js and css as go binaries
2013-11-08 17:48:02 -08:00
Brandon Philips bfe33bd3c4 feat(dashboard): have stats use the v2 API 2013-11-08 17:45:55 -08:00
Brandon Philips c91cb72ee2 feat(dashboard): have browser use the v2 api 2013-11-08 17:41:04 -08:00
Rob Szumski d045f43cda bug(css): Reset line-height to prevent jumping 2013-11-08 16:59:58 -08:00
Rob Szumski 7ca09579c2 feat(dashboard): Sort machine list to prevent jumping 2013-11-08 16:59:52 -08:00
Brandon Philips 4fab919fcb fix(dashboard): use a more memory friendly bindata 2013-11-08 16:59:37 -08:00
Brandon Philips 5620f88635 feat(server): insert the mod path 2013-11-08 16:59:30 -08:00
Xiang Li 0372cdea23 refactor move sync command into etcd 2013-11-08 16:00:58 -08:00
Rob Szumski 56bbab74ca bug(back button): back button now is disabled when invalid 2013-11-08 14:09:36 -08:00
Rob Szumski 59b2eb4618 feature(selection): prevent selection of non-text elements with CSS 2013-11-08 14:09:36 -08:00
Rob Szumski 98d1209ca2 chore(dashboard) update color ranges 2013-11-08 14:09:35 -08:00
Rob Szumski d12f97c8cf chore(dashboard): Remove restangular 2013-11-08 14:09:35 -08:00
Rob Szumski 713d50951b fix(dashboard): fix bug in toggling views 2013-11-08 14:09:35 -08:00
Rob Szumski 40142cbacc feat(dashboard): Notate leader in machine list 2013-11-08 14:09:35 -08:00
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