- 14 May, 2019 13 commits
-
-
Carl Bergquist committed
-
Torkel Ödegaard committed
-
* Dashboard: Fixes lazy loading & expanding collapsing rows on mobile Fixes #16978 * Updated dashboard tags
Torkel Ödegaard committed -
Daniel Lee committed
-
* Use executable dir for the dev check * Handle executable in bin and platform dirs * Remove commented code * Rename variable
Andrej Ocenas committed -
Fixes #16981
Johannes Schill committed -
closes #17000
Carl Bergquist committed -
Interestingly enough, golint or revive doesn't not prohibit the use that construction :) Ref #17035
Oleg Gaidarenko committed -
Dominik Prokop committed
-
ref #14679
Carl Bergquist committed -
* use ConfigEditor * add tabs * add tabs * set the nav in state * remove actions * reorder imports * catch plugin loading errors * better text * keep props * fix typo * update snapshot * rename tab to page * add missing pages
Ryan McKinley committed -
* Fix: Only set scrollTop on CustomScroll element when it's needed and move arrow functions out of the props * Fix: Update snapshots * Minor refactoring to reuse same functions when rendering custom scrollbar Fixes #16796
Johannes Schill committed -
Ryan McKinley committed
-
- 13 May, 2019 11 commits
-
-
Marcus Efraimsson committed
-
Fixes #16945
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
It seems gosec memory issue was recently fixed. We should be good to go again Ref securego/gosec#307
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
* Feature: provide multildap server configuration * Add multildap server configuration for devenv * Change some of the notes for openldap devenv configuration * Change the maintainer label for *main* dockerfile and of the devenv one Re-checked the multildap logic - everything seems to be working fine
Oleg Gaidarenko committed -
* (feat/explore): Support for new LogQL filtering syntax Loki is adding syntax to support chained filtering. This PR adapts Grafana to support this. - Send only `query` parameter in loki request - Automatically wrap search text in simple syntax, e.g., `{} foo` is sent as `{} |~ "foo"`. * Adapted to regexp parameter staying on in Loki * Dont wrap single regexp in new filter syntax * Fix datasource test * Fallback regexp parameter for legacy queries * Fix search highlighting * Make highlighting work for filter chains * Fix datasource test
David committed -
* fix(explore): Prevent double querying for Prometheus and Loki - queries were triggered twice because two Enter handlers existed - removed runner plugin from Loki and Prom query fields (runner plugin is still being used in azure) Part of #16995 * Set loki's mtrics capability to false Loki is not a metrics store. Explore was using the `metrics` field in the plugin definition to issue a second query run. But Loki shows only one result viewer. Fixes #16995
David committed -
Torkel Ödegaard committed
-
ref #14679 Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>
zhulongcheng committed -
Progress: #14714
Hugo Häggmark committed
-
- 12 May, 2019 3 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* Chore: Typescript no-implicit any fixes progress * Fixed tests * Updated snapshot
Torkel Ödegaard committed
-
- 11 May, 2019 1 commit
-
-
* Graph panel should support SeriesData * Graph panel should support SeriesData * same path for all series * merge master * support docs * add test for processor * Graph: removed old unused data processing logic * Graph: minor refactoring data processing * fix histogram * set Count as title
Ryan McKinley committed
-
- 10 May, 2019 12 commits
-
-
* Wrap variable value in array if multi * Fix typo * Fix case with multiple custom values
Andrej Ocenas committed -
Ryan McKinley committed
-
Now when loading a query editor which changes the default query in the constructor this will result in the actual updated query is used in explore when running the query. Without this, the query used is sort of out of sync between query editor and executed query.
Marcus Efraimsson committed -
* Wip: Removes queryTransactions from state * Refactor: Adds back query failures * Refactor: Moves error parsing to datasources * Refactor: Adds back hinting for Prometheus * Refactor: removed commented out code * Refactor: Adds back QueryStatus * Refactor: Adds scanning back to Explore * Fix: Fixes prettier error * Fix: Makes sure there is an error * Merge: Merges with master * Fix: Adds safeStringifyValue to error parsing * Fix: Fixes table result calculations * Refactor: Adds ErrorContainer and generic error handling in Explore * Fix: Fixes so refIds remain consistent * Refactor: Makes it possible to return result even when there are errors * Fix: Fixes digest issue with Angular editors * Refactor: Adds tests for explore utils * Refactor: Breakes current behaviour of always returning a result even if Query fails * Fix: Fixes Prettier error * Fix: Adds back console.log for erroneous querys * Refactor: Changes console.log to console.error
Hugo Häggmark committed -
Make sure to return an empty logs model instead of undefined so that the logs container renders an empty graph and log result in Explore. Fixes #16997
Marcus Efraimsson committed -
Fixes: #16986
Hugo Häggmark committed -
Torkel Ödegaard committed
-
* DataSourceApi as class * add diff signature * Prometheus: moved directUrl to jsonData
Ryan McKinley committed -
Fixes #16989
Torkel Ödegaard committed -
Docker: Prevent a permission denied error when writing files to the default provisioning directory (#16831) * build: Grant ownership of provisioning directory to runtime user
Will Medlar committed -
Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>
zhulongcheng committed -
* getting started * getting started
Ryan McKinley committed
-