Commit graph

243 commits

Author SHA1 Message Date
Diego Zamboni
8c58bfa3ca Show status in Gauge if value is undefined
If the value in a Gauge is undefined, show the status, like Grid does.
2015-03-03 17:25:06 -06:00
Kyle Kingsbury
70ce9ee1bf Merge pull request #89 from AeroNotix/alf-add-binding-to-show-config
Add binding to show config
2015-02-21 20:26:22 -08:00
Chris Blom
420a25f643 Let the y axis extend to negative numbers.
Make the minimum configurable in the editor
2015-02-06 12:48:35 +01:00
Aaron France
396ef337b2 Add binding to show config 2015-01-28 01:13:57 +01:00
Kyle Kingsbury
97966d8cd9 0.2.10 2015-01-05 19:07:29 -08:00
Andy Marks
ceec3063f0 Removed logging from browser config 2014-12-04 21:19:36 +11:00
Andy Marks
58df11e022 Happy case tests for index_by 2014-12-04 20:53:55 +11:00
Andy Marks
f1a40e2e35 Adding tests around merge_configs 2014-12-03 11:53:58 +11:00
Andy Marks
b953d36537 Delineating private methods prior to adding more tests 2014-12-02 22:21:01 +11:00
Andy Marks
dcd5add809 Separated broken tests into new test file with trivial fix - WIP 2014-12-02 22:16:36 +11:00
Katelyn Perry
57bfd7c766 inflect number of socket errors 2014-10-31 09:59:49 -05:00
Aphyr
34f3148617 Add /vendor/jquery/jquery.min.map
Closes #64, I think. Hard to tell, can't repro the issue.
2014-09-24 21:57:12 -07:00
Kyle Kingsbury
6c03d5db0e Merge pull request #80 from mfournier/relative-png
relative path to x.png
2014-09-23 11:13:48 -07:00
Marc Fournier
f27489c4b5 relative path to x.png
Avoid 404s when the dashboard isn't served on /
2014-09-19 17:49:17 +02:00
Marc Fournier
0533ab6baf Merge tag '0.2.9' into fish-up-0.2.9 2014-09-19 14:04:24 +02:00
Kyle Kingsbury
fe7adb3231 Merge pull request #75 from mfournier/dial
New "dial" view, similar to "gauge"
2014-09-11 14:40:52 -07:00
Marc Fournier
25cfac8237 gauge: microfix to html 2014-09-11 23:29:34 +02:00
Marc Fournier
46a7f1f308 dial: new view, similar to gauge
Displays a vector-based gauge on an HTML <canvas> element.

Canvas elements don't accept relative widths and heights, so each time
the view is resized, we have to recalculate the absolute size in pixels
and update the canvas' properties.

When the gauge's upper limit isn't defined by the user, it is updated to
the biggest value encountered. To make this behaviour understandable, I
made the decision to always display this maximum value alongside the
current one.

gauges.js has bunch of options (colors, animation speed, etc) which I
left to the default values. This can be easily polished up later on if
we feel the need to.
2014-09-11 22:26:44 +02:00
Marc Fournier
7e9b14fd46 dial: copy gauge.js into dial.js
No changes except for renaming Gauge to Dial, works as the original
gauge view.
2014-09-11 22:12:30 +02:00
Marc Fournier
700779a39c dial: vendor gauge.js and related jquery plugin.
Grabbed from http://bernii.github.io/gauge.js/
MIT licence.
2014-09-09 22:35:42 +02:00
Michael-Keith Bernard
050ded31f6 Add default values for LogView event objects
If any of the required keys are not present in the event object,
underscore's template rendering function will throw an exception.

Closes #70
2014-08-13 13:00:44 -07:00
Kyle Kingsbury
a9a51e84bf 0.2.9 2014-08-02 09:16:40 -07:00
Eric Lindvall
691b45a607 Add pageup to popup help 2014-06-17 13:49:19 -07:00
Kyle Kingsbury
75201c2782 Event pane: scroll when too full 2014-06-06 11:48:16 -07:00
Kyle Kingsbury
4c43a7290c Merge branch 'master' of github.com:aphyr/riemann-dash 2014-06-05 17:29:25 -07:00
Kyle Kingsbury
c99c204cb1 Event pane: fill in nils 2014-06-05 17:29:13 -07:00
Marc Fournier
6ae76f6705 document 'r' and 'p' keybindings 2014-06-05 00:34:39 +02:00
Marc Fournier
0cfab7b638 fix unclosed html tag 2014-06-05 00:16:41 +02:00
Marc Fournier
68d9e73762 remove hard dependency on fog
Load fog only if needed, and emit a helpful message if it's missing.

This removes a ton of dependencies, which makes the default installation
easier for newcomers.
2014-06-05 00:03:26 +02:00
Kyle Kingsbury
e2563b7ab9 Event pane: displays event details when grid or gauge events are
clicked.
2014-05-29 12:53:03 -06:00
Kyle Kingsbury
2497b2b119 Grid: fix N bugs, metric sorting, slower.
Had to kill the caching code; it's been the source of no end of bugs in
the grid for the last six months and I'm just not smart enough to fix
it. Every call goes through (slurred) render now. :(
2014-05-22 13:47:28 -07:00
Kyle Kingsbury
68c7c4e3be Grid: recompute all maxima on re-render 2014-05-20 17:43:46 -07:00
Kyle Kingsbury
aa687f5333 Grid: move row/column refreshes to full re-render. 2014-05-20 17:35:06 -07:00
Kyle Kingsbury
6e0712c6bb Grid: refactor row ordering into functions. 2014-05-20 17:22:22 -07:00
Kyle Kingsbury
470ba6c47d grid.js: remove unused maxKey variable 2014-05-20 17:14:12 -07:00
Kyle Kingsbury
09d051d3c1 grid.js: remove unused allEvents() 2014-05-20 17:12:53 -07:00
Kyle Kingsbury
719d9a5d08 Grid: clean up useless reflow() 2014-05-20 17:04:05 -07:00
Kyle Kingsbury
9e1df84e88 Refactor grid string shortening into strings/shorten 2014-05-20 16:59:01 -07:00
Kyle Kingsbury
08e55b93f2 Move some functions from grid -> util 2014-05-20 16:50:07 -07:00
Kyle Kingsbury
f4d3ec2525 Don't throttle event expiry to 1/s. 2014-05-20 15:43:49 -07:00
Kyle Kingsbury
00b3041d87 grid: remove logging 2014-05-20 15:33:23 -07:00
Kyle Kingsbury
9b5b1a2f22 Merge pull request #57 from campanja/ws_config_backends
Add support for backend stores for config
2014-04-08 11:21:38 -07:00
Jorge Espada
a965ae94c5 add fix for firefox 2014-03-28 16:58:05 +01:00
Jorge Espada
86574e9a80 only focus if CTRL+click is pressed 2014-03-26 18:02:31 +01:00
Torbjörn Norinder
39c8af7c28 Use description as title for list elements 2014-03-18 12:01:59 +01:00
Torbjörn Norinder
59dcdf7c33 Add WIP list-view 2014-03-17 20:23:40 +01:00
Torbjörn Norinder
d52567cb7b s/setup_ws_backend/setup_storage_backend/g 2014-03-17 17:49:23 +01:00
Torbjörn Norinder
f8132559a5 Pass config.store[:s3_config] directly to fog to allow for greater flexibility in configuring S3 backend 2014-03-17 17:49:05 +01:00
Torbjörn Norinder
546726ce7d Add support for multiple backends to store config (S3 and File for now) 2014-03-14 15:31:29 +01:00
Ben Agricola
2f0e4435db Add 'max' configuration option for flot
Signed-off-by: Ben Agricola <bagricola@squiz.co.uk>
2014-03-10 19:20:43 +00:00