Commit graph

183 commits

Author SHA1 Message Date
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
Kyle Kingsbury
eae397811d util.slur: actually rate-limit functions.
Slur was delaying calling its function when invoked, but queuing
additional invocations instead of dropping them.
2013-04-26 16:12:50 -07:00
Kyle Kingsbury
785572fbba Slur factors in to load avg. 2013-04-25 17:53:54 -07:00
Kyle Kingsbury
8ad09f5d23 Merge pull request #27 from yanchenko-igor/master
we should use wss:// if we use https://
2013-04-24 13:21:51 -07:00
Kyle Kingsbury
aece6098c1 Grid view: defaults for null col/row/max. 2013-04-24 13:06:03 -07:00
Kyle Kingsbury
f91bd679b1 Grid: hover includes host and service. 2013-04-24 12:17:41 -07:00
Kyle Kingsbury
8673ce4c1f Fix underscore escape template regex. 2013-04-24 12:16:05 -07:00
Kyle Kingsbury
134776a5da Common substring shortening breaks at whitespace only. 2013-04-24 12:08:41 -07:00
Kyle Kingsbury
116474a74a Terrible terrible hack for arbitrary grid projections 2013-04-24 11:44:19 -07:00
Kyle Kingsbury
c3a84bfe9b Grid: use shortened names for headers. 2013-04-24 10:41:45 -07:00
Yanchenko Igor
29da25e61b we should use wss:// for websockets if we use https:// 2013-04-24 17:36:16 +03:00
Kyle Kingsbury
cb058c40b7 Add strings module with longestCommonPrefix fn. 2013-04-23 18:11:04 -07:00
Kyle Kingsbury
965234a794 Grid view: arbitrary row/column values. 2013-04-23 17:28:14 -07:00
Kyle Kingsbury
889e0d40c1 TimeSeries: configurable speed. 2013-04-19 17:51:56 -07:00
Kyle Kingsbury
4ead7d3c82 Bigger textfields for queries on grids and timeseries. 2013-04-19 17:36:53 -07:00
Kyle Kingsbury
ee24ec4f48 Fix gemspec package name. "Reslike"? 2013-04-16 17:11:29 -07:00
Kyle Kingsbury
d9be9d06ff Version 0.2.3 2013-04-16 17:07:31 -07:00
Kyle Kingsbury
e3ec6b67da Grid: fix a rendering bug causing 0 metrics to have weird bars. 2013-04-16 17:06:26 -07:00
Kyle Kingsbury
48bd6012f0 Lost connections message tells you to check the server field. 2013-04-15 10:35:57 -07:00
Kyle Kingsbury
cad99012ab Move toasts down slightly so they don't cover the toolbar. 2013-04-15 10:32:28 -07:00
egghead
ae31eac44c Making templates safe with quotes, should eventually clean up and move templates to dom/standalone files 2013-03-25 19:34:49 +00:00
egghead
36ee40cde1 Introducing css3 flexboxes for legend 2013-03-23 07:55:46 +00:00
egghead
31b97cc040 Migrating websocket subs to backbone models 2013-03-23 05:13:18 +00:00
egghead
cdcc728531 bumping jquery and simplemodal versions 2013-03-20 17:30:28 +00:00
egghead
8dcf522bbd switching out mustache templates with _.template 2013-03-20 17:22:29 +00:00
egghead
0d46434192 swapping out underscore for lodash 2013-03-20 16:40:33 +00:00
egghead
0a4d9a6a41 Removing unused deps and isolating third party deps 2013-03-20 16:35:59 +00:00
egghead
e7c8e3fbee moving config back to previous location for backward compatibility 2013-03-15 03:24:18 +00:00
egghead
d88e474038 clientside config requests relative in order to support arbitrary mounts 2013-03-15 02:17:18 +00:00
Kyle Kingsbury
7bbbdbb0d4 Merge pull request #18 from eggsby/timeseries
initial version of mult-event timeseries
2013-03-13 09:25:31 -07:00
Kyle Kingsbury
660dae97a1 Merge pull request #19 from eggsby/grid-by-service
Alternate implementation of pivotable grid
2013-03-13 09:24:32 -07:00
Kyle Kingsbury
7eba77ff30 Merge pull request #17 from mindreframer/master
Gemfile + Tests(!!!)  + Config-class to allow better testing + many smaller cleanups
2013-03-13 09:22:44 -07:00
egghead
c903b6de4e switching to color pallette instead of trying to hash a string into a color 2013-03-13 05:06:20 +00:00
egghead
e7a01cfa91 Adding initial version of timeseries legend, needs love 2013-03-13 05:06:20 +00:00