- 17 Jul, 2020 2 commits
-
-
kay delaney committed
-
* Return valid metadata even if data is empty * Make sure fields is not accessed when there is no data * Meta Info should depend only on meta data * Refactor condition for better reading * Change data to empty array for better condition handling * Remove unecessary checks * Add test for showing metaData even when data is empty
Besart Berisha committed
-
- 16 Jul, 2020 16 commits
-
-
fixed some markdown code format in the debian install docs.
Anton Dollmaier committed -
Kyle Brandt committed
-
Dan Cech committed
-
Dominik Prokop committed
-
Dominik Prokop committed
-
Dominik Prokop committed
-
Dominik Prokop committed
-
Dominik Prokop committed
-
Dominik Prokop committed
-
* Datasource/CloudWatch: Interal vars no longer sent with query requests Closes #26202
kay delaney committed -
* Chore: Enable gocritic linter Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* emails: use an https image for the logo Some mail clients do not like http images. * emails: use an https:// link for "getting started" * email: doc.grafana.com for Getting Started link review suggestions from https://github.com/grafana/grafana/pull/25957 Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Jérome Perrin committed -
Store pagerduty integration key in secure setting. Ref #25967
Mitsuhiro Tanda committed -
In OSS provisioning service init after plugin registration, but in Enterprise it's the opposite order and installed app plugin check fails. This adjusts service registry init priority to make sure plugins are registered before provisioning inits. Which issue(s) this PR fixes: Fixes #26336
Marcus Efraimsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Loki: Fix error handling * Keep custom error processing for escaping * Fix failing test Co-authored-by: Ivana <ivana.huckova@gmail.com>
Torkel Ödegaard committed
-
- 15 Jul, 2020 14 commits
-
-
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Kyle Brandt committed -
missing return statements can result in panic
Kyle Brandt committed -
Ivana Huckova committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Panel: render documentation as markdown in TypeaheadInfo * Modify TypeaheadInfo to sanitize markdown output
Zoltán Bedi committed -
Sofia Papagiannaki committed
-
Diana Payton committed
-
Before this, if the user were to divide by 0.0, "Infinity" would be returned in the result and the user would get an error: "unexpected type, expected json.Number but got string". Now these values are properly set as Inf values (and also made sure to handle NaN as well).
Kyle Brandt committed -
Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) * test * WIP: Create v2 version * Update tests, remove conosole logs, refactor * Remove incorrect types * Update type * Rename legacy and new metrics * Update * Run request when Raw Data tto Raw Document switch * Fix size updating * Remove _source field from table results as we are showing each source field as column * Remove _source just for metrics, not logs * Revert "Remove _source just for metrics, not logs" This reverts commit 611b6922f762afa0e76fd8679a9b8160bca74e6a. * Revert "Remove _source field from table results as we are showing each source field as column" This reverts commit 31a9d5f81b79b91a12a7e0b74f172ff8afc4bdd3. * Add vis preference for logs * Update visualisation to logs * Revert "Revert "Remove _source just for metrics"" This reverts commit a102ab2894e7a9ca6eee307aa9b60dfea169c718. Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Ivana Huckova committed -
* Add datasourceUid info * Revert "Add datasourceUid info" This reverts commit 84dce1dcfd9b867500762fc13c0cf08c6c97d6c1. * Add datasourceUid info * Update docs/sources/features/datasources/loki.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update derived fields info Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ivana Huckova committed -
Dominik Prokop committed
-
* Docs: Add info about logs/metrics unification to What's New docs * Apply suggestions from code review Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
kay delaney committed -
Alex Khomenko committed
-
* DashboardLinks: WIP fix for dashboard links issue * Make the dashboard links update on change(hacky) * Replace dashboard links with new array when updating/adding dash links * Update snaps * Deep clone dashboard links on save Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed
-
- 14 Jul, 2020 8 commits
-
-
stephffuller committed
-
Ryan McKinley committed
-
Andreas Opferkuch committed
-
Emil Tullstedt committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* SignIn button - use correct url * Fix SignIn test (#26266) * Don't use absolute URL * post review * Fix snap Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Dominik Prokop committed -
* CloudWatch Logs: Fixes grouping of results by numeric field Closes #25721
kay delaney committed -
Fixes #24622
Zoltán Bedi committed
-