Commit graph

3762 commits

Author SHA1 Message Date
Alan Bernstein
4322554c66 Remove const and => to support pre-ES6 browsers 2017-04-28 15:28:07 -05:00
Alan Bernstein
5dd09f585d update makefile to better install/generate statik 2017-04-28 15:28:07 -05:00
Alan Bernstein
e491dbe60d Set anchor in url on nav click 2017-04-28 15:28:07 -05:00
Alan Bernstein
d1758bec4e Fix autocomplete bug 2017-04-28 15:28:07 -05:00
Alan Bernstein
3fb3ceac3e Allow anchor links 2017-04-28 15:28:07 -05:00
Alan Bernstein
05782f0b73 Don't crash on an empty frame list 2017-04-28 15:28:07 -05:00
Alan Bernstein
deceac5f05 Add tbody's to make styles work 2017-04-28 15:28:07 -05:00
Alan Bernstein
0eceea249c Modify table styles for spec 2017-04-28 15:28:06 -05:00
Alan Bernstein
971cb6fc9e Render status response as tables instead of JSON 2017-04-28 15:28:00 -05:00
Alan Bernstein
1315d560a0 Fix formatting 2017-04-28 15:26:46 -05:00
Alan Bernstein
2956640a5c Link to external docs 2017-04-28 15:26:46 -05:00
Alan Bernstein
f9e21359f7 Remove debug print 2017-04-28 15:26:46 -05:00
Alan Bernstein
183d78b027 Show version string in header 2017-04-28 15:26:42 -05:00
Travis
0b5e058579
change DefaultRowLabel from id to rowID 2017-04-28 15:26:30 -05:00
Alan Bernstein
69b17dfca8 Add basic autocompletion for keywords 2017-04-28 15:26:10 -05:00
Alan Bernstein
a8453d7656 Replace ugly nav javascript with css 2017-04-28 15:26:09 -05:00
Alan Bernstein
f59758f80f Focus query textarea on load 2017-04-28 15:26:09 -05:00
Alan Bernstein
a9e9905b30 Redo html indentation 2017-04-28 15:26:09 -05:00
Cody Soyland
3996b56b88 Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
Ben Johnson
0276c13cea
Prevent row labels that match the column label. 2017-04-28 12:59:39 -06:00
Michael Baird
c064919b33 Merge pull request #7 from linhvo/index-frame-statsD
Index frame stats d
2017-04-28 09:24:03 -05:00
Travis Turner
38fbeb0b9f Merge pull request #499 from travisturner/default-local-node-to-up
set local node state to UP by default
2017-04-28 08:01:16 -05:00
Travis
28cbc621c2
set local node state to UP by default 2017-04-27 12:29:27 -05:00
Travis Turner
42405cecbf Merge pull request #475 from travisturner/new-slice-message
Broadcast `CreateSliceMessage` when a new max slice is created
2017-04-27 11:54:17 -05:00
Travis
ba455064d9
Add a test to ensure that BroadcastMessage is handling new indexes, frames, and slices 2017-04-27 11:44:14 -05:00
Travis
7246e1e00d
Broadcast CreateSliceMessage when a new max slice is created 2017-04-27 11:44:13 -05:00
Linh Vo
e67c9c051c move statsd count to handler 2017-04-27 11:29:33 -05:00
Michael Baird
bb2f9c4c31 Merge pull request #496 from raskle/495-owns-slice
OwnsSlice
2017-04-26 17:10:53 -05:00
Michael Baird
6fa4c61061 pluralized owns slices function 2017-04-26 16:46:18 -05:00
Michael Baird
6a8e205769 Use OwnsSlice to determine the slice list per node and index for the Cluster Node Status. 2017-04-26 16:19:59 -05:00
Michael Baird
08590be4c3 Merge pull request #490 from raskle/485-godocs
godoc cleanup
2017-04-26 15:37:12 -05:00
Travis Turner
7fde443642 Merge pull request #482 from travisturner/readme
Change the README to be an index of links to the Docs
2017-04-26 13:07:45 -05:00
Michael Baird
ce399d722d clarify HTTPBroadcastReceiver comment 2017-04-26 09:08:39 -05:00
Michael Baird
2f876c46a6 Broadcaster comment corrections 2017-04-25 22:25:10 -05:00
Yuce Tekol
25739ee1f1 Merge pull request #492 from yuce/rename-nodes-enpoint
Renamed /nodes to /hosts
2017-04-26 03:15:11 +03:00
Yuce Tekol
d2b2e258df
Renamed /nodes to /hosts 2017-04-26 02:19:17 +03:00
Ben Johnson
743351cdeb Merge pull request #489 from benbjohnson/time-quantum-options
Allow explicit time quantum during frame creation.
2017-04-25 16:55:48 -06:00
Michael Baird
6ea72a1657 added comments to http broadcaster 2017-04-25 17:20:26 -05:00
Michael Baird
e2cab9b5a9 adding gossip comments 2017-04-25 17:00:02 -05:00
Michael Baird
d2a7869142 comment cleanup 2017-04-25 16:40:39 -05:00
Alan Bernstein
5cbc95e229 Show last update time for status 2017-04-25 16:20:51 -05:00
Alan Bernstein
688f82cbdf Display cluster status from endpoint 2017-04-25 16:20:14 -05:00
Alan Bernstein
233504b5c3 Rename db->index 2017-04-25 15:35:20 -05:00
Alan Bernstein
f795fbb116 Merge master 2017-04-25 15:32:01 -05:00
Michael Baird
fe0e8a3c5b fixed enum comments 2017-04-25 15:27:10 -05:00
Michael Baird
35c1648c75 missing comments 2017-04-25 15:12:44 -05:00
Ben Johnson
a7fdf95d04
Allow explicit time quantum during frame creation.
Changes the `Index.CreateFrame()` function to use the `TimeQuantum`
field in the options. If it is blank then it is defaulted to the
time quantum of the index.
2017-04-25 14:01:33 -06:00
Alan Bernstein
55f4ae79c0 Make nav buttons work 2017-04-25 14:55:22 -05:00
Linh Vo
d18ee46d76 index, frame statsD and tests 2017-04-25 14:32:11 -05:00
Michael Baird
3512dd4549 missing comments 2017-04-25 14:15:02 -05:00