- 18 Jul, 2018 2 commits
-
-
- In 0425b477 the labels suggestions were refactored and a typo broke the look up for available lables of a metric
David Kaltschmidt 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 6 commits
-
-
Caleb Tote committed
-
Adds commented out settings in nginx conf for testing basic auth and auth proxy
Daniel Lee 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
-
- 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 4 commits
-
-
Prevent scroll on focus for iframe
David committed -
Tobias Skarhed committed
-
Fix freezing browser when loading plugin
David committed -
- broken since 4d2dd220 - `*` was previously working as a path matcher, but freezes browser when used with new cache-busting plugin loader - changed matcher to be `/*`
David Kaltschmidt committed
-
- 11 Jul, 2018 9 commits
-
-
* check extended statistics pattern * check extended statistics pattern * Revert "check extended statistics pattern" This reverts commit 52c7b1a972636d5f5729e64ae5e00e6fae329257. * add test * fix test
Mitsuhiro Tanda committed -
* Rewriting team pages in react * teams to react progress * teams: getting team by id returns same DTO as search, needed for AvatarUrl * teams: progress on new team pages * fix: team test * listing team members and removing team members now works * teams: team member page now works * ux: fixed adding team member issue * refactoring TeamPicker to conform to react coding styles better * teams: very close to being done with team page rewrite * minor style tweak * ux: polish to team pages * feature: team pages in react & everything working * fix: removed flickering when changing tabs by always rendering PageHeader
Torkel Ödegaard committed -
* prevent error to use $__interval_ms in query * add test * prevent error to use $__interval_ms in query
Mitsuhiro Tanda committed -
fix: folder picker did not notify parent that the initial folder had been changed, fixes #12543 (#12554)
Torkel Ödegaard committed -
* New rebase Signed-off-by: Lukasz Gryglicki <lukaszgryglicki@o2.pl> * Lint Signed-off-by: Lukasz Gryglicki <lukaszgryglicki@o2.pl>
Łukasz Gryglicki committed -
Torkel Ödegaard committed
-
Rollulus Rouloul committed
-
* Add folder name to dashboard title. No display on medium displays and below * Compare folderId instead * folderId bigger than 0
Tobias Skarhed committed -
- allow css loader to be imported again (wasnt prefixed by plugin)
David committed
-
- 10 Jul, 2018 1 commit
-
-
Tobias Skarhed committed
-