29 Commits

Author SHA1 Message Date
Brandon Philips
bcf692d775 chore(mod/dashboard): rebuild to the latest version 2013-12-13 12:44:24 -08:00
Brandon Philips
7e5aa3137d fix(server/registry): use url.Value.Encode()
Instead of open coding url encoding which lead to error, make it real
and use the library.
2013-12-13 12:43:01 -08:00
Brandon Philips
e24d2fdb6c fix(mod/dashboard): fix after api changes
use node instead of kvs and value
2013-12-13 12:36:29 -08:00
Brandon Philips
b190c4250a chore(mod/dashboard/resources): use the latest version of the code 2013-11-21 17:23:40 -08:00
Brandon Philips
4c06e19cf2 fix(mod/dashboard): grab the leader URL
query etcd to find the URL of the leader before making any http requests
that can't be redirected from a browser like PUT/POST and DELETE.
2013-11-21 17:12:58 -08:00
Ben Johnson
cba2611c68 Renamed configuration parameters. 2013-11-15 00:13:32 -05:00
Brandon Philips
ca7e61052d refactor(mod): remove the /etcd/ prefix
Originally we were going to move all of the API endpoints to /etcd/ so
that you could move etcd traffic over a multiplexed HTTP proxy with
other service but since we don't have a strong use case for this just
remove this for now.
2013-11-13 06:15:35 -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
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
Rob Szumski
b7084fda45 docs(dashboard): improve instructions 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
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
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
Brandon Philips
5e604b7a18 chore(dashboard): move to the mod directory 2013-11-08 14:05:29 -08:00