Commit graph

216 commits

Author SHA1 Message Date
Marc Fournier
e3eeb855a0 push/update each received event on a priority queue 2013-12-08 21:19:54 +01:00
Marc Fournier
e60ec9a751 add update() function to PriorityQueue 2013-12-08 13:37:23 +01:00
Marc Fournier
8217b0697a un-nodejs-ify PriorityQueue 2013-12-08 13:25:04 +01:00
Marc Fournier
d2271e03ee vendor PriorityQueue.js
fetched from https://github.com/augustohp/Priority-Queue-NodeJS @ afae37d40
2013-12-03 22:51:53 +01:00
Kyle Kingsbury
c0fea9bab0 Merge pull request #46 from mfournier/fix-delete-error
avoid error when trying to delete non-existing array element
2013-11-28 21:17:52 -08:00
Marc Fournier
f9eaa29bce avoid error when trying to delete non-existing array element 2013-11-28 22:33:21 +01:00
Kyle Kingsbury
e3b5a353b0 Merge pull request #45 from ccin2p3/f/format-null
fix: expired values appear as 0
2013-11-26 09:21:10 -08:00
Fabien Wernli
ee76ea370d fix: expired values appear as 0. Now they appear as "null". Maybe this
should be "expired" instead?
2013-11-26 13:02:32 +01:00
Kyle Kingsbury
67335d6871 Revert "Allow expired events in the grid and style with phonecian purple"
This reverts commit a103a62faf. Users
complained that persistent expired events was not the right choice for
them.

Conflicts:
	lib/riemann/dash/public/views/grid.js
2013-11-25 16:35:19 -08:00
Kyle Kingsbury
a8971944ac Merge pull request #44 from bmhatfield/additional-state-strings
Add .state.err and .state.warn strings
2013-10-26 11:02:00 -07:00
Brian Hatfield
2d67a6150d Add .state.err and .state.warn strings 2013-10-26 12:46:15 -04:00
Kyle Kingsbury
819d4571f5 Version 0.2.6 2013-10-21 11:21:40 -07:00
Kyle Kingsbury
7dc795e467 Merge pull request #43 from pyr/feature-sse
Optional server-sent-event connection type.
2013-10-18 16:26:10 -07:00
Pierre-Yves Ritschard
0655c675aa Optional server-sent-event connection type. 2013-10-18 23:39:04 +02:00
Kyle Kingsbury
bcc5a2ab84 Merge pull request #42 from michaelfairley/patch-1
s/:host/:bind/
2013-10-09 14:41:30 -07:00
Michael Fairley
cec51f234e s/:host/:bind/
Sinatra uses `:bind` to specify the interface to bind to: http://www.sinatrarb.com/configuration.html#bind---server-hostname-or-ip-address
2013-09-27 10:58:31 -05:00
Kyle Kingsbury
1986a96c20 Merge pull request #41 from Shopify/stacked_graphs
Add options to the flot graph to allow building stacked graphs and bar graphs
2013-09-23 09:15:54 -07:00
Harry Brundage
f76d9e4d56 Add options to the flot graph to allow building stacked graphs and bar graphs 2013-09-20 11:00:08 -04:00
Kyle Kingsbury
8e039c6fca Merge branch 'master' of github.com:aphyr/riemann-dash 2013-09-06 10:45:56 -07:00
Kyle Kingsbury
3217094e1b Document the :host option 2013-09-06 10:45:42 -07:00
Kyle Kingsbury
ca6b8afb06 Merge pull request #39 from mfournier/display-human-readable-date-in-grid
grid view: display events timestamp in human-readable format
2013-08-31 10:46:38 -07:00
Marc Fournier
f9a3947dab grid view: display events timestamp in human-readable format
... as opposed to milliseconds since the epoch.
2013-08-31 15:57:40 +02:00
Kyle Kingsbury
838ea98e4a Merge pull request #38 from chillitom/patch-1
fix typo
2013-08-19 09:19:34 -07:00
chillitom
6f4a3454ef fix typo 2013-08-19 17:12:00 +01:00
Kyle Kingsbury
3bba31ae06 Merge pull request #37 from chillitom/patch-1
Add optional thousands separators to Gauge control
2013-08-19 09:00:55 -07:00
chillitom
8e0776bf9a update Gauge control to optionally format metrics using thousands separators 2013-08-19 11:05:23 +01:00
chillitom
7ff9183fa5 add optional comma separators to formatFloat 2013-08-19 11:03:12 +01:00
Kyle Kingsbury
9c608f18de Merge pull request #35 from justwrote/master
Use relative paths
2013-07-27 19:43:26 -07:00
Kyle Kingsbury
3184a022b2 Merge pull request #34 from Tinche/master
Reworked row/column label trimming in grid.js.
2013-07-23 16:20:04 -07:00
Tin Tvrtkovic
cbc2dea0e6 Reworked row/column label trimming in grid.js. 2013-07-24 01:12:57 +02:00
Kyle Kingsbury
3cad90aab3 Version 0.2.5 2013-06-27 16:08:04 -07:00
justwrote
71265de9d6 use relative paths 2013-06-13 18:31:54 +02:00
Kyle Kingsbury
882d7b6e38 Flot: can graph 0 metrics. 2013-06-07 19:09:49 -07:00
Kyle Kingsbury
4d6fcc2403 Flot: without a title, use full space. 2013-06-07 14:17:51 -07:00
Kyle Kingsbury
0f0c90d970 Float: alternate approach to nil hosts/services 2013-06-07 14:16:37 -07:00
Kyle Kingsbury
5bdeed02bb Flot: improved handling of null hosts/services 2013-06-07 12:56:55 -07:00
Kyle Kingsbury
6c6f198b24 Merge branch 'master' of github.com:aphyr/riemann-dash 2013-06-07 12:14:27 -07:00
Kyle Kingsbury
15e1e10719 Flot timeseries chart. 2013-06-07 12:13:59 -07:00
Kyle Kingsbury
4aeb5884fa strings.commonPrefixes: works when all strings are the same 2013-06-07 11:13:03 -07:00
Kyle Kingsbury
c9273b163e strings.commonPrefix: dots are also valid separators 2013-06-06 15:39:11 -07:00
Kyle Kingsbury
7b54647603 Merge pull request #30 from odiszapc/master
Numpad "+" and "-" keys
2013-05-31 09:11:21 -07:00
odiszapc
553ec439a3 Added support for NumPad versions of +,- keys, it's handy 2013-05-31 14:38:17 +11:00
Kyle Kingsbury
f6584931a8 Merge pull request #29 from jsonified/feature/grids-display-expired-events
Allow expired events in the grid and style with phonecian purple
2013-05-07 09:47:37 -07:00
Dave Cottlehuber
a103a62faf Allow expired events in the grid and style with phonecian purple 2013-05-06 13:37:14 +02:00
Kyle Kingsbury
872e06a5c6 Merge pull request #28 from michaelhood/fix/query-encoding
Use encodeURIComponent instead, for other chars
2013-05-01 11:28:38 -07:00
Michael Hood
4c8338bd68 Use encodeURIComponent instead, for other chars
Specifically '#'
2013-05-01 11:25:00 -07:00
Kyle Kingsbury
0f25c04790 Version 0.2.4 2013-04-29 15:11:17 -07:00
Kyle Kingsbury
9c048841f6 Independent slurring for grid renders.
Fixes a bug where multiple grids trying to render at the same time would
allow only one of them to win.
2013-04-29 15:06:26 -07:00
Kyle Kingsbury
6cf5d4b17d Bump jquery-ui to 1.10.2
1.9.x broke the draggable workspaces; fixed now.
2013-04-29 14:55:42 -07:00
Kyle Kingsbury
449afa9b56 Grid: extensive caching of elements to avoid jquery traversal. 2013-04-26 16:23:46 -07:00