- 18 Jul, 2018 10 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- In 0425b477 the labels suggestions were refactored and a typo broke the look up for available lables of a metric
David Kaltschmidt committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Daniel Lee committed
-
- 17 Jul, 2018 11 commits
-
-
Daniel Lee committed
-
Jakob van Santen committed
-
Use url params for explore state
David committed -
Dont parse empty explore state from url
David committed -
* get id from path param when updating a playlist * add playlist http api documentation * remove required condition for the id in update cmd
Augustin committed -
Explore: calculate query interval based on available width
David committed -
- classic dashboard panels inject a dynamic query interval as part of the query options. Explore did not have that. - this PR adds the interval calculation to Explore - interval based on Explore container's width - ensure min interval if set in datasource
David Kaltschmidt committed -
- putting state in the path components led to 400 on reload - use `/explore?state=JSON` instead
David Kaltschmidt committed -
- only parse url state if there is any - prevents parse exception in the console on empty explore state
David Kaltschmidt committed -
Torkel Ödegaard committed
-
Adding eval_data to alerts query results
Daniel Lee committed
-
- 16 Jul, 2018 9 commits
-
-
Caleb Tote committed
-
Torkel Ödegaard committed
-
Adds commented out settings in nginx conf for testing basic auth and auth proxy
Daniel Lee committed -
Torkel Ödegaard committed
-
Daniel Lee committed
-
Torkel Ödegaard committed
-
* devenv: working on dev env setup & dashboards * devenv: refactored testdata app to a built in datasource instead, and moved dashboards to a devenv provisioned dashboards
Torkel Ödegaard committed -
Explore Datasource selector
David committed -
Torkel Ödegaard committed
-
- 13 Jul, 2018 7 commits
-
-
David Kaltschmidt committed
-
Author: Mark Meyer <mark@ofosos.org>
Mark Meyer committed -
* Comment out unused vars * Remove unused sass vars
Tobias Skarhed committed -
Torkel Ödegaard committed
-
David Kaltschmidt committed
-
Adds a datasource selector to the Explore UI. Only datasource plugins that have `explore: true` in their `plugin.json` can be selected. - adds datasource selector (based on react-select) to explore UI - adds getExploreSources to datasource service - new `explore` flag in datasource plugins model - Prometheus plugin enabled explore
David Kaltschmidt committed -
Shane committed
-
- 12 Jul, 2018 3 commits
-
-
Prevent scroll on focus for iframe
David committed -
Tobias Skarhed committed
-
Fix freezing browser when loading plugin
David committed
-