- 30 Apr, 2014 2 commits
-
-
The new function in metricKeys generalizes what my loadAll from the previous commit did, it takes a request and a callback. The request is executed on each graphite installation and the callback is executed for each result. This makes implementing loadAll and loadRecursive almost as simple as it was.
Harald Kraemer committed -
This wasn't all too hard to change, I mostly changed the single http get to multiple http gets, one for each data source of type graphite. It's still not a good idea to call this on the web frontend, since the whole thing was working for about 20 - 30 minutes when I clicked it, so I'm not committing my changes to settings.js or the view itself.
Harald Kraemer committed
-
- 25 Apr, 2014 1 commit
-
-
The error was that funcDef is just a string parsed from an event like onMouseDown or something like that. This event is turned into a function instance, and the function instance has expected parameters and so forth. However, the number of parameters was actually checked on the funcDef.
Harald Kraemer committed
-
- 24 Apr, 2014 1 commit
-
-
New config setting for graphite datasource to control if json render request is POST or GET (Closes #345)
Torkel Ödegaard committed
-
- 23 Apr, 2014 1 commit
-
-
Closes #333, New version availability check will now checks http://grafanarel.s3.amazonaws.com/latest.json if there is a new version. And the link now points to http://grafana.org/download
Torkel Ödegaard committed
-
- 22 Apr, 2014 3 commits
-
-
Torkel Ödegaard committed
-
Merge branch 'feature/influxdb-add-where-conditions' of github.com:mavimo/grafana into mavimo-feature/influxdb-add-where-conditions
Torkel Ödegaard committed -
Increased resolution for graphite datapoints (maxDataPoints), now equal to panel pixel width. (Closes #5)
Torkel Ödegaard committed
-
- 21 Apr, 2014 7 commits
-
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Conflicts: src/app/partials/influxdb/editor.html src/app/services/influxdb/influxdbDatasource.js
Marco Vito Moscaritolo committed -
Marco Vito Moscaritolo committed
-
- 20 Apr, 2014 2 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 18 Apr, 2014 1 commit
-
-
for very short absolute ranges (Fixes #320)
Torkel Ödegaard committed
-
- 17 Apr, 2014 4 commits
-
-
Torkel Ödegaard committed
-
Torkel Odegaard committed
-
Torkel Ödegaard committed
-
unbind resize event during slideshow
Torkel Ödegaard committed
-
- 16 Apr, 2014 3 commits
-
-
Todd Persen committed
-
Aaron Bassett committed
-
Torkel Ödegaard committed
-
- 15 Apr, 2014 2 commits
-
-
This reverts commit 9fc93e28, reversing changes made to 30bf8380.
Torkel Odegaard committed -
Reload filters when loading page
Torkel Ödegaard committed
-
- 14 Apr, 2014 2 commits
-
-
This commit refreshes the dynamic filters when loading page.
Julien Pivotto committed -
Torkel Ödegaard committed
-
- 13 Apr, 2014 2 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 11 Apr, 2014 3 commits
-
-
Fixes documentation typo
Torkel Ödegaard committed -
Adam Williams committed
-
Grafana needs hideLegend=false in graphite urls when show legend is selected for Graphite PNG
Torkel Ödegaard committed
-
- 10 Apr, 2014 5 commits
-
-
Changing behavior to always obey the show legend option in grafana. without hideLegend=false, grafana defaults to the graphite behavior of hiding the legend at (default 10) X number of series. Also should be checking scope.panel.legend.show.
Cameron Ruatta committed -
Torkel Ödegaard committed
-
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
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Update README.md
Torkel Ödegaard committed
-
- 09 Apr, 2014 1 commit
-
-
Caveat about using "*" in CORS
Jaime Gago committed
-