Commit Graph

1309 Commits

Author SHA1 Message Date
Torkel Ödegaard
993a2daccc fixed failing unit test, added 2 more for setTime & auto refresh behavior 2014-04-10 12:44:19 +02:00
Torkel Ödegaard
541baac49e Closes #282, Disable auto refresh zooming in (every time you change to an absolute time range), refresh will be restored when you change time range back to relative 2014-04-10 12:28:06 +02:00
Torkel Ödegaard
d69b04e9ed Closes #294, Browser page title is now Grafana - {{dashboard title}} 2014-04-10 12:12:15 +02:00
Torkel Ödegaard
78fab41310 Merge pull request #303 from jaimegago/master
Update README.md
2014-04-10 08:58:36 +02:00
Jaime Gago
4502ed068d Update README.md
Caveat about using "*" in CORS
2014-04-09 12:56:31 -07:00
Torkel Ödegaard
5495e0f96a Fixes #302, year dates in changelog was 2013, now corrected to 2014, thx LordFPL for spotting this 2014-04-09 12:36:35 +02:00
Torkel Ödegaard
60a8fe31f1 Fixes #297, filter remove fix 2014-04-08 20:51:26 +02:00
Torkel Ödegaard
93ab2a93d4 updated changelog 2014-04-08 20:51:26 +02:00
Torkel Ödegaard
39e19fdfba Merge pull request #295 from jaimegago/master
Update dashLoader.js
2014-04-07 14:21:40 -04:00
Jaime Gago
5525ccc409 Update dashLoader.js
Remove "Kibana" left overs in dashboard alerts
2014-04-07 11:13:18 -07:00
Torkel Ödegaard
db9949d403 Fixes #291, row height correction bug fixed 2014-04-07 08:33:52 +02:00
Torkel Ödegaard
f36d91336a Fixes #289, PanelBaseCtrl needs to specify inject dependency annotations as it doesnt follow regular angular controller syntax, ngmin grunt task misses it 2014-04-06 12:44:00 +02:00
Torkel Ödegaard
da13de6af5 fixed failing unit test 2014-04-06 11:07:22 +02:00
Torkel Ödegaard
4029dc3165 Added jshint file for unit tests, and grunt task to verify test syntax. 2014-04-06 10:47:14 +02:00
Torkel Ödegaard
6795383461 Fixes #106. Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode 2014-04-06 09:53:07 +02:00
Torkel Ödegaard
305d5c5aa9 Fixes #189, correction to ms axis formater, now formats days correctly 2014-04-06 09:17:43 +02:00
Torkel Ödegaard
49492e7bca Removed panel title hide feature I added yesterday, could not get it right right now. 2014-04-06 09:17:43 +02:00
Torkel Odegaard
bd0e96f166 small fix: (lowercase) file name tp panelBaseCtrl 2014-04-05 21:37:03 +02:00
Torkel Ödegaard
2e7b145a81 css fix for legend color selector popover 2014-04-05 19:29:14 +02:00
Torkel Ödegaard
6f114b17d6 Closes ##278, improvements in row height matching, refactorings of base kibana panel features into PanelBaseCtrl 2014-04-05 19:22:24 +02:00
Torkel Ödegaard
5cd73cea4b small code cleanup in grafanaGraph 2014-04-05 19:22:23 +02:00
Torkel Ödegaard
347f6aed3f small code cleanup in grafanaGraph 2014-04-05 19:22:23 +02:00
Torkel Ödegaard
24ea23ce83 Merge pull request #283 from ragzilla/master
use influxdb aliases to distinguish between multiple columns
2014-04-05 10:15:25 -04:00
Torkel Ödegaard
5cb4cfcdd2 Closes #265, Graphite errors are now easier to troubleshoot with the new inspector! 2014-04-05 16:04:49 +02:00
Torkel Ödegaard
58ef61a0bb working on inspector 2014-04-05 13:26:48 +02:00
Matt Addison
58a494f33f fix for jslint maxlen 2014-04-04 13:58:23 -04:00
Matt Addison
c97213f177 use influxdb aliases to distinguish between multiple columns in a single series 2014-04-03 22:49:10 -04:00
Torkel Ödegaard
a9abd2ff5c began work in inspector feature for easy troubleshooting, Issue #265 2014-04-03 22:22:38 +02:00
Torkel Ödegaard
8cba594070 Merge branch 'master' of github.com:nikicat/grafana into nikicat-master 2014-04-03 12:45:08 +02:00
Torkel Ödegaard
f2c9cc17df #Closes #269, changed byte and bit formats to conform with IEC standard symbols, like Kib, Mib for bits, and KiB, MiB, GiB for bytes 2014-04-03 12:42:50 +02:00
Torkel Ödegaard
1a34c2eee3 Merge pull request #280 from syepes/add_functions_v2
Add rangeOfSeries,sortByTotal,removeAbove*,removeBelow*
2014-04-03 02:48:11 -04:00
Nikolay Bryskin
a1632e4874 identation fixed 2014-04-03 02:38:01 +04:00
Sebastian YEPES
9534fccebf Add rangeOfSeries,sortByTotal,removeAbove*,removeBelow* 2014-04-03 00:37:02 +02:00
Nikolay Bryskin
ae9d9ea284 import from graphite: set correct datasource for panel 2014-04-03 02:11:58 +04:00
Nikolay Bryskin
8ea4351797 import from non-default dashboard support 2014-04-03 01:35:49 +04:00
Torkel Odegaard
34a18514b6 Fixes #271, renamed Export schema to Export dashboard 2014-04-01 21:42:05 +02:00
Torkel Ödegaard
7248358ac1 Merge pull request #268 from ImmobilienScout24/feature/linebreak_in_annotations_tooltip
replace linebreaks with <br/> in data section of tooltip.
2014-04-01 09:18:28 -04:00
Jan Gaedicke
9e1e7be574 replace linebreaks with <br/> in data section of tooltip. 2014-04-01 15:14:15 +02:00
Torkel Ödegaard
18e0a60b9e Fixes 267, Functions without params (like integral) now causes graph to update correctly 2014-04-01 12:39:05 +02:00
Torkel Ödegaard
c727863616 Merge pull request #255 from bobrik/patch-1
Fixed installation instructions for config.js
2014-03-31 12:40:46 -04:00
Torkel Ödegaard
75fc0c7017 Merge pull request #256 from bobrik/undefined-length-fix
Fixed annoying undefined length error
2014-03-31 12:35:38 -04:00
Ian Babrou
e3b046aecf fixed annoying undefined length error 2014-03-31 18:53:43 +04:00
Ian Babrou
046f80b9f2 Fixed installation instructions for config.js
Because you cannot edit the file which does not even exist.
2014-03-31 18:22:55 +04:00
Torkel Ödegaard
b1b54740f4 Merge branch 'html_unsafe' of github.com:bruce-lyft/grafana into bruce-lyft-html_unsafe 2014-03-30 16:41:50 +02:00
Torkel Ödegaard
0c1bc378ba updated changelog 2014-03-30 16:40:54 +02:00
Torkel Ödegaard
d067b69d20 Fixes #251, text panel change is now updating panel correctly. Changed button text from Cancel to Close 2014-03-30 15:00:09 +02:00
Torkel Ödegaard
ba928e18bf Merge pull request #245 from magicrobotmonkey/add_functions
Add transformNull, minSeries and maxSeries
2014-03-29 05:00:41 -04:00
Torkel Ödegaard
2d89cb0978 Merge pull request #248 from syepes/add_functions
Add functions: sortByMaxima,sortByMinima,limit,mostDeviant,movingMedian,stdev
2014-03-29 04:59:50 -04:00
Sebastian YEPES
c7c88902bd Add sortByMaxima,sortByMinima,limit,mostDeviant,movingMedian,stdev 2014-03-28 22:23:33 +01:00
Aaron Bassett
8d7669bc08 added min and max 2014-03-28 09:12:25 -04:00