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
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
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
Alan Bernstein
55f4ae79c0
Make nav buttons work
2017-04-25 14:55:22 -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
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
Alan Bernstein
cd30b412f8
Add real query time to output
2017-04-25 11:59:49 -05:00
Alan Bernstein
7ee65e6022
Populate dropdown from /schema, use selected index for queries
2017-04-25 11:46:17 -05:00
Cody Soyland
a0e496f6a0
Update JS to hit Pilosa
2017-04-25 09:40:17 -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
Travis
cd6b3f9605
During import, write to standard view as well as time views
2017-04-24 18:43:33 -05:00
Travis
7dc06f918b
Determine if a Call is inverse or not so that the map to slices is correct.
2017-04-24 16:19:17 -05:00
Travis
dfd17b38a4
Pass all Index/Frame meta data to other nodes via messages
2017-04-24 15:56:07 -05:00
Travis Turner
03aa9447a8
Merge pull request #470 from travisturner/nodestate
...
Implement NodeState as an attribute of *Node
2017-04-24 14:30:20 -05:00
Cody Soyland
92ec0a0cb0
Update glide.lock
2017-04-24 14:25:33 -05:00
Michael Baird
445023a04f
fixed some comments
2017-04-24 14:21:50 -05:00
Michael Baird
1dc5d6f348
handle Join error
2017-04-24 14:14:16 -05:00
Michael Baird
acc4b022d7
added Join method to Static Nodeset so that Status is calculated with the local node
2017-04-24 13:57:35 -05:00
Michael Baird
5857438d8b
fixed state to status
2017-04-24 13:56:26 -05:00
Cody Soyland
15378c02da
Update statik version and add subdependency
2017-04-24 12:36:13 -05:00
Travis
74bf4731f5
WIP: Implement NodeState as an attribute of *Node
...
NodeState is shared among nodes in the cluster (via gossip
in a gossip implementation) and cached locally in Cluster.Nodes
in order to be available to the /status endpoint.
2017-04-24 12:33:43 -05:00
Cody Soyland
18f6d3cd15
Separate go generate make targets, remove generate from test requirements
2017-04-24 12:16:44 -05:00
Cody Soyland
3db8b02865
Track statik directory in git so it will build without first running go generate
2017-04-24 11:57:26 -05:00
Travis Turner
6fe8e2b8ab
Merge pull request #471 from travisturner/database-to-index
...
Rename Database to Index
2017-04-24 11:34:26 -05:00
Cody Soyland
1cdbca1a1e
Install statik in build process, fix glide.yaml
2017-04-24 11:22:28 -05:00