- 19 May, 2014 2 commits
-
-
Harald Kraemer committed
-
This rework isn't entirely complete here, I haven't checked the tests yet and I didn't really test anything furthermore yet, so bear with this commit breaking things. Besides that, the goal of this commit was to rework the filterSrv singleton into a factory, so we move the filterSrv instance around via the scope. This should be a better solution than the current situation, because services shouldn't contain model data - the scope should. This will eventually straighten out control flow between dashboard, filters and so on, and allow us to leverage angularJS mechanics more. The latter has already started, since I could rework a bit of the existing event infrastructure to watches on times.
Harald Kraemer committed
-
- 15 May, 2014 3 commits
-
-
Harald Kraemer committed
-
The goal is to split up the situation between the dashboard controller and the current dashboard service. I want to be able to use the routing in order to select various dashboard controllers, so I can extend the current scripting mechanism by implementing new dashboard controllers. However, to do this in a non-insane way, I need to move as much functionality as possible into services, so the individual controllers just need to throw the right set of services together and add a bit of loading logic.
Harald Kraemer committed -
Harald Kraemer committed
-
- 13 May, 2014 2 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 09 May, 2014 4 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 06 May, 2014 2 commits
-
-
Added nanosecond y-scale formatting
Torkel Ödegaard committed -
Martin Englund committed
-
- 05 May, 2014 1 commit
-
-
fixes #226
Gregoire Seux committed
-
- 03 May, 2014 2 commits
-
-
Torkel Ödegaard committed
-
Konrad 'ktoso' Malawski committed
-
- 01 May, 2014 2 commits
-
-
Torkel Ödegaard committed
-
Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Closes #350)
Torkel Ödegaard committed
-
- 30 Apr, 2014 5 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 -
Torkel Ödegaard committed
-
Change InfluxDB SQL generation template to wrap column names in quoutes
Torkel Ödegaard committed -
Since column names can contain dots or dashes, which will give syntax errors from InfluxDB API, unless wrapped in quoutes
Joakim Bodin 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
-
- 28 Apr, 2014 3 commits
-
-
Torkel Ödegaard committed
-
Fixes to filters and the 'All' option. It now never uses '*' as value, but all options in a {node1, node2, node3} expression (Closes #228, Closes #359)
Torkel Ödegaard committed -
Fixed an exception when adding a graphite function.
Torkel Ödegaard committed
-
- 27 Apr, 2014 3 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 25 Apr, 2014 3 commits
-
-
Torkel Ödegaard committed
-
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 -
Torkel Ödegaard 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 2 commits
-
-
Torkel Ödegaard committed
-
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 2 commits
-
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-