Rob Szumski
3fa0d21049
feat(dashboard): Sort machine list to prevent jumping
2013-10-16 14:47:10 -07:00
Brandon Philips
5305b802b2
Merge pull request #241 from robszumski/fix-highlight
...
Fix highlight
2013-10-15 23:34:49 -07:00
Rob Szumski
4c3509ac09
bug(back button): back button now is disabled when invalid
2013-10-15 23:11:34 -07:00
Rob Szumski
45b0b35a0f
feature(selection): prevent selection of non-text elements with CSS
2013-10-15 22:01:45 -07:00
Brandon Philips
36ae9e9437
Merge pull request #240 from robszumski/color-ranges
...
chore(dashboard) update color ranges
2013-10-15 16:13:06 -07:00
Rob Szumski
53e9e1966f
chore(dashboard) update color ranges
2013-10-15 15:58:56 -07:00
Rob Szumski
9838cae49d
chore(dashboard): Remove restangular
2013-10-15 10:58:31 -07:00
Rob Szumski
aa49d5c1bd
fix(dashboard): fix bug in toggling views
2013-10-15 10:58:18 -07:00
Rob Szumski
1c401a05b1
feat(dashboard): Notate leader in machine list
2013-10-15 10:57:58 -07:00
Brandon Philips
ad5cfab5ba
Merge pull request #232 from adrianlzt/patch-1
...
A little lit bit easy to read
2013-10-14 10:59:39 -07:00
Adrián
12636ce89c
A little lit bit easy to read
...
I have only reordered to parameters to be according to the first instance executed.
2013-10-14 19:14:14 +02:00
Xiang Li
c434f2cae7
Merge pull request #229 from amirhhz/patch-1
...
Correct index number to match description in 'watch' example
2013-10-14 09:10:29 -07:00
Amir H. Hajizamani
a0007dbeab
Correct index number to match description in 'watch' example
2013-10-14 13:48:20 +01:00
Brandon Philips
c7d3d3371b
feat(README): add go-discover
2013-10-12 21:27:20 -07: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
Rob Szumski
e1186bbead
docs(dashboard): improve instructions
2013-10-11 15:37:30 -07: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
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
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
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
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
Brandon Philips
431eebf754
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-10-08 11:15:03 -07:00
Brandon Philips
637650e2a9
feat(dashboard): inital commit of resources package
2013-10-08 11:15:03 -07:00
Brandon Philips
65948d531c
bump(github.com/jteeuwen/go-bindata): 79847ab3e91ae5d2e1b18796c1795c78f29565d7
2013-10-08 11:15:03 -07:00
Rob Szumski
52da2acffd
feat(dashboard): Initial commit of frontend code
2013-10-08 11:15:03 -07:00
Brandon Philips
84ea824b96
feat(dashboard/README): initial commit
2013-10-07 16:50:29 -07:00
Brandon Philips
5a4f096647
feat(etcd_handlers): add the dashboard URL
...
/dashboard serves a dashboard now
2013-10-07 16:50:29 -07:00
Brandon Philips
44c16dd30d
Merge pull request #206 from philips/fixup-copyright
...
chore(*.go): add copyright notice
2013-10-07 09:49:23 -07:00
Brandon Philips
41b9051686
chore(*.go): add copyright notice
2013-10-07 09:48:28 -07:00
Xiang Li
5cc585af96
Merge pull request #201 from rca/master
...
Update README.md
2013-10-03 11:31:27 -07:00
Roberto Aguilar
d64cf5f64c
Update README.md
...
Minor typo fix (dead -> died).
2013-10-03 12:45:26 -04:00
Xiang Li
c988b1e5b0
Merge pull request #199 from zined/update_documentation
...
adopt documentation to implementation
2013-10-02 07:28:38 -07:00