Commit graph

5531 commits

Author SHA1 Message Date
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
Michael Baird
66496a73d7 additional comments for config 2017-04-25 13:57:20 -05:00
Travis
0e2b793de0
add Query Language section to the README 2017-04-25 13:41:44 -05:00
Alan Bernstein
f72a0a1b09 Update error message and use it for 'frame not found' as well 2017-04-25 13:40:14 -05:00
Alan Bernstein
1326fe120c Make error message more readable 2017-04-25 13:31:43 -05:00
Michael Baird
3972d0cfaa added missing comments for godocs 2017-04-25 13:31:12 -05:00
Alan Bernstein
e68e006dca Replace "database not found" error response with helpful message
This is kludgy, we may change the way the message is displayed,
or replace other raw error responses, we can revisit later.
2017-04-25 13:23:19 -05:00
Alan Bernstein
67d0180b8b Set default index selection to a valid one 2017-04-25 13:18:34 -05:00
Alan Bernstein
79031316f7 Remove dropdown label and add header 2017-04-25 13:17:39 -05:00
Alan Bernstein
2912736204 Change red error color to match style 2017-04-25 13:17:11 -05:00
Travis Turner
0fac826c69 Merge pull request #472 from travisturner/option-messages
Pass all Index/Frame meta data to other nodes via messages
2017-04-25 12:29:08 -05:00
Travis Turner
ca6a0b239b Merge pull request #473 from travisturner/inverse-calls
Determine if a Call is inverse or not to correctly map to slices.
2017-04-25 12:15:12 -05:00
Alan Bernstein
a899dbb2d5 Add favicon from cloudfront 2017-04-25 12:11:04 -05:00
Alan Bernstein
56797833ef Add TODO comment 2017-04-25 12:10:41 -05:00
Alan Bernstein
fe6d2189a7 Change output background to red on error 2017-04-25 12:10:27 -05:00
Travis
13b07b99b5
Change the README to be an index of links to the Docs 2017-04-25 12:05:28 -05:00
Alan Bernstein
cd30b412f8 Add real query time to output 2017-04-25 11:59:49 -05:00
Michael Baird
684a8afa23 missed these db to index changes in the merge conflicts 2017-04-25 11:48:20 -05:00
Michael Baird
e699c55700 fixed conflicts from the db index change
Conflicts:
	cluster.go
	executor_test.go
	handler_test.go
	server.go
2017-04-25 11:47:29 -05:00
Alan Bernstein
7ee65e6022 Populate dropdown from /schema, use selected index for queries 2017-04-25 11:46:17 -05:00
Linh Vo
beb280624d create/delete index/frame tag 2017-04-25 11:08:28 -05:00
Michael Baird
6cacf5d0dc Merge pull request #6 from linhvo/entropy
add entropy statsD
2017-04-25 10:43:49 -05:00
Michael Baird
7ea82a363c Merge pull request #4 from alanbernstein/stats-view-tag
Fix typo to add view tag
2017-04-25 10:11:20 -05:00
Michael Baird
866c5e8773 Merge remote-tracking branch 'origin/metrics' into stats-view-tag
Conflicts:
	frame.go
2017-04-25 09:45:52 -05:00
Cody Soyland
a0e496f6a0 Update JS to hit Pilosa 2017-04-25 09:40:17 -05:00
Linh Vo
b450a62816 add entropy statsD 2017-04-25 09:22:30 -05:00
Cody Soyland
60c8ba238c Add new webui design from Joe 2017-04-25 08:57:15 -05:00
Travis Turner
610c7f2d54 Merge pull request #474 from travisturner/standard-time-import
During import, write to standard view as well as time views
2017-04-24 22:47:37 -05:00
Michael Baird
12f1e64709 example metric config is singular 2017-04-24 22:39:49 -05:00
Michael Baird
0c9f652ffb missing comments from merge 2017-04-24 22:38:12 -05:00
Michael Baird
a543ba21bb fixed DB to index conflicts after merge 2017-04-24 21:59:39 -05:00
Travis
cd6b3f9605
During import, write to standard view as well as time views 2017-04-24 18:43:33 -05:00