Commit Graph

1399 Commits

Author SHA1 Message Date
Torkel Ödegaard
1fada5dd0b build/grunt script fixes 2014-02-10 18:05:52 +01:00
Torkel Ödegaard
a55b9bb8e1 version bump 2014-02-10 17:54:31 +01:00
Torkel Ödegaard
6c0f3d701f Fixes #80, stacked percentage and min/max bug, Fixes #81 (grid y min/max not working) 2014-02-10 17:53:39 +01:00
Torkel Odegaard
e86f4f94ef removed annotation test 2014-02-09 22:00:07 +01:00
Torkel Odegaard
ca258deb7a Merge branch 'master' of github.com:torkelo/grafana 2014-02-09 21:57:37 +01:00
Torkel Odegaard
79ca016409 More work on annotations 2014-02-09 21:57:07 +01:00
Torkel Odegaard
869bebed6e more work on annotations 2014-02-09 19:31:06 +01:00
Torkel Odegaard
0e3c0fcc2e Started work on annotations submenu control 2014-02-09 15:43:43 +01:00
Torkel Ödegaard
bf9c0bb914 Merge pull request #76 from axe-felix/patch-1
added support for 'less is worse' thresholds
2014-02-09 13:41:12 +01:00
axe-felix
8669599089 added support for 'less is worse' thresholds
Sometimes you want to express 'less is worse' thresholds. That means setting the error threshold below the warning threshold. The problem was, that the error marking always went up to +Infinity. Concerns 16599a07a9.
2014-02-09 10:13:32 +01:00
Torkel Odegaard
775c0ff2f1 updated readme 2014-02-08 20:47:04 +01:00
Torkel Odegaard
98ab75029e added link to wiki article on scripted dashboards 2014-02-08 20:45:01 +01:00
Torkel Odegaard
682740a020 fix for requirejs optimizer and config.js fallback 2014-02-08 20:30:19 +01:00
Torkel Odegaard
278decfb87 fixed jshint error 2014-02-08 20:13:43 +01:00
Torkel Odegaard
b8a0ca082a updated readme and bumped version to v1.1.1 2014-02-08 20:10:59 +01:00
Torkel Odegaard
f03e4be683 Closes #72, added scripted dashboard example (feature inherited from kibana) 2014-02-08 20:10:59 +01:00
Torkel Ödegaard
ba6a6292f9 trying to get angular mocks / testing to work 2014-02-08 16:38:17 +01:00
Torkel Odegaard
16599a07a9 Closes #70, Fixes #50, Grid thresholds feature 2014-02-08 14:21:41 +01:00
Torkel Ödegaard
a9ac11216d Moved parser/target editor warning icon to the right, now the hide/show eye is still usefull even when only working with the text editor 2014-02-07 15:38:59 +01:00
Torkel Ödegaard
8e2008f821 Fixes #69, lexer correctly tokenizes number-number segments, numericLiterals are only considered literal token if it is folled by a punctuator. 2014-02-07 15:37:03 +01:00
Torkel Ödegaard
0a8b9bad4f Fixes #67, decimal inputs for function parameters (like scale) 2014-02-07 14:07:24 +01:00
Torkel Ödegaard
bd4b75f5d8 added single decimal to short y formater 2014-02-07 13:27:53 +01:00
Torkel Ödegaard
084e7e7d73 Fixes #68, bug when trying open dashboard while in edit/fullscreen mode 2014-02-07 13:27:17 +01:00
Torkel Ödegaard
76f4e3c5b4 Fixed issue where series color or axis change would note take immediate effect (needed a full refresh). 2014-02-07 13:10:35 +01:00
Torkel Ödegaard
adb97a0f3e Fixes #42 : Auto Y scale is working as it should (even when using line fill) 2014-02-07 09:28:54 +01:00
Torkel Ödegaard
f2f435b4cb Changed name off config.js to config.sample.js to make it easier to upgrade with having to worry about config being overwwritten, if there is no config.js file config.sample.js will be read instead (requirejs fallback). Closes #65 2014-02-06 17:10:25 +01:00
Torkel Ödegaard
0015f81645 Implementation of legend values (min, max, current, total, avg), Closes #60, Fixes #14 2014-02-06 13:29:55 +01:00
Torkel Ödegaard
ed76335c96 small change to time axis formats, more graphite like now 2014-02-06 10:39:24 +01:00
Torkel Ödegaard
e0a35a3958 work in progress for legend values 2014-02-06 10:19:26 +01:00
Torkel Ödegaard
d9ec9ed1ef removed metrics tab in dash editor modal (only created confusion, the feature is not ready) 2014-02-06 07:55:19 +01:00
Torkel Ödegaard
0032f934c9 Closes #62, there is now a New button in the open / search dashboard view. 2014-02-05 20:56:48 +01:00
Torkel Ödegaard
8816e18027 Merge pull request #63 from jippi/feature/unique-local-storage-name
Make sure kibana and grafana on same hostname do not interfere with each other
2014-02-05 19:16:02 +01:00
Christian Winther
e8be950752 Make sure kibana and grafana on same hostname do not interfere with each other
This happens if you have kibana on /kibana and grafana on /grafana, resulting in some bad redirects
2014-02-05 18:02:15 +00:00
Torkel Ödegaard
aea4b37760 added highestCurrent function (Fixes #57) 2014-02-05 16:10:09 +01:00
Torkel Ödegaard
1aff1a0000 mini improvement to xasis format (now shows just hours for larger time spans) 2014-02-05 15:39:50 +01:00
Torkel Ödegaard
df54c17dca small refactoring of check if other panel is in fullscreen edit/view mode 2014-02-05 15:26:34 +01:00
Torkel Ödegaard
73c5883f0d small fix for png width error when resize in edit mode / fullscreen mode 2014-02-05 15:13:24 +01:00
Torkel Ödegaard
e3561ce555 fixed jshint errors, dam fever is coming back, time to sleep... 2014-02-05 13:35:32 +01:00
Torkel Ödegaard
a5feb639d9 Merge pull request #58 from andreparodi/master
added nonNegativeDerivative function
2014-02-05 13:28:38 +01:00
Torkel Ödegaard
ac33286c8c added sortByName function (thx @jippi) 2014-02-05 13:23:14 +01:00
Torkel Ödegaard
19d5d32229 simplified a lot of the time series data manipulation prior to handing it to flot, kibana used a lot of code to sort and make sure all time points needed had values, this is not needed for graphite time series data. Fixes som strange issues with "null point mode" and inconsistent rendering between graphite and grafana flot, 2014-02-05 13:14:00 +01:00
Torkel Ödegaard
d90f2537a4 added unit (y axis format) mapping support for png renderer (#22) 2014-02-05 11:30:54 +01:00
Torkel Ödegaard
487aa1f2c3 Added hideAxes and hideYAxis mapping support for png renderer. #22 2014-02-05 11:21:37 +01:00
Torkel Ödegaard
be9ab15c4e added grid min max support for png renderer (url property mappings that is), #22 2014-02-05 11:14:13 +01:00
Torkel Ödegaard
7d4f0d24d5 restructured style settings between axes & grid, and Display Styles 2014-02-05 11:12:47 +01:00
Torkel Ödegaard
bafa334b94 moved timezone correction setting from graph style to dashboard 2014-02-05 09:42:49 +01:00
Torkel Ödegaard
80c5f99f3b Removed pointless setting "selectable" (interactive) 2014-02-05 08:56:10 +01:00
Torkel Ödegaard
212bf5df98 small fix to png rendering 2014-02-05 08:41:46 +01:00
Andre Parodi
32189afc67 added nonNegativeDerivative function 2014-02-02 23:16:53 +01:00
Torkel Ödegaard
0fa6b34f1a working on native png renderer support 2014-02-01 22:06:10 +01:00