- 02 Apr, 2020 1 commit
-
-
Revert "grafana/data: PanelTypeChangedHandler API update to use PanelModel instead of panel options object [BREAKING] (#22754)" This reverts commit 16f3fe7e.
Torkel Ödegaard committed
-
- 01 Apr, 2020 11 commits
-
-
Torkel Ödegaard committed
-
(cherry picked from commit fb114a75)
Torkel Ödegaard committed -
(cherry picked from commit ccb8187c)
Torkel Ödegaard committed -
(cherry picked from commit 49d2910e)
Torkel Ödegaard committed -
(cherry picked from commit 046d9c1a)
Dominik Prokop committed -
* Removed namespace declaration to prevent issues with external plugins. * fixed imports and tests. (cherry picked from commit f75387bd)
Torkel Ödegaard committed -
* BackendSrv: Added config to response * QueryInspector: Removing config from showing up * Replace config with request and make it be the unmodified params sent in (cherry picked from commit 40d195e4)
Torkel Ödegaard committed -
* Fix to make sure we have the correct dataIndex when using data links. * fixed strict null errors. * decreased number of errors. (cherry picked from commit 41bc1aa3)
Marcus Andersson committed -
(cherry picked from commit d8b346f4)
Steven Vachon committed -
(cherry picked from commit 89203136)
Torkel Ödegaard committed -
grafana/data: PanelTypeChangedHandler API update to use PanelModel instead of panel options object [BREAKING] (#22754) This changes PanelModel's API to support PanelModel API updates when changing panel type. Primary useful when changing panel type between Angular and React panels, as other migrations can be handled via DashboardMigrator. API change: https://github.com/grafana/grafana/pull/22754/files#diff-d9e3f91dc7d5697f6d85ada008003b4b (cherry picked from commit 1256d9e7)
Dominik Prokop committed
-
- 20 Mar, 2020 6 commits
-
-
(cherry picked from commit a61af9ed)
Robby Milo committed -
Leonard Gram committed
-
(cherry picked from commit 8e131384)
Torkel Ödegaard committed -
(cherry picked from commit d16211b7)
Torkel Ödegaard committed -
* BackendSrv: only add content-type on POST, PUT requests Fixes #22869 * Tests: imports polyfill for Headers (cherry picked from commit 8d5c6053)
Hugo Häggmark committed -
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com> (cherry picked from commit ec9167e9)
Cyril Tovena committed
-
- 19 Mar, 2020 22 commits
-
-
Arve Knudsen committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
(cherry picked from commit 8ba75e77)
Ivana Huckova committed -
* Initial commit * Visualised renamed or deleted datasources as well, if they have queries * Pass ds image to card and information if the datasource was removed/renamed * Set up card with datasource info and change run query * Style comment, run button * Fix button naming * Remember last filters * Update public/app/core/store.ts * Update public/app/features/explore/RichHistory/RichHistory.tsx * Update comments * Rename datasource to data source * Add test coverage, fix naming * Remove unused styles, add feedback info Co-authored-by: Ivana <ivana.huckova@gmail.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> (cherry picked from commit db85c3e7)
Jess committed -
* azuremonitor: adds support for workspaces query macro... ...for Azure Logs template variable queries * docs: azure logs workspaces templating function * Update docs/sources/features/datasources/azuremonitor.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * docs: convert list into table * docs: fixes prettier formatting problem Prettier adds a slash before dollar signs in markdown. Disabling it for this table with a prettier comment. https://prettier.io/docs/en/ignore.html Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> (cherry picked from commit 3b9a4e64)
Daniel Lee committed -
(cherry picked from commit bb05989e)
Arve Knudsen committed -
Plugins: Return jsondetails as an json object instead of raw json on datasource healthchecks. (#22859) (cherry picked from commit 579abad9)
Carl Bergquist committed -
Excludes backend plugin metrics in Grafana's metrics endpoint Adds /api/:pluginId/metrics endpoint for retrieving metrics from backend plugin as Prometheus text-based exposition format. Fixes #22814 (cherry picked from commit 60e3437f)
Marcus Efraimsson committed -
Graphite: Fixed issue with query editor and next select metric now showing after selecting metric node (#22856) * Graphite: Fixed digest issue in graphite query editor * Fixed unit test * Updated (cherry picked from commit aa4ed76a)
Torkel Ödegaard committed -
* Fix test datasource for gce auth * Cache gce default project locally * Await gce default project call * Remove reload functionality * Fix build problem (cherry picked from commit 1cd7ce24)
Erik Sundell committed -
(cherry picked from commit eb96a8fc)
Marcus Efraimsson committed -
* Add unit test coverage * Add tests to util/richHistory * Remove unused import * Remove redundant tests * Fix tests for components * Test saving to local storage * Add boxshadow to container * Revert "Add boxshadow to container" This reverts commit 5ca2e850e48377374169956bc98eca05cc8a8102. * Fix failing tests after merging master * Fix imports, aria-labels * Remove console.log (cherry picked from commit 8edf8e39)
Ivana Huckova committed -
closes #22825 (cherry picked from commit 0a094a73)
Carl Bergquist committed -
ref grafana/grafana-plugin-sdk-go#94 ref grafana/grafana-plugin-sdk-go#70 (cherry picked from commit b0407b35)
Carl Bergquist committed -
* Initial commit * Fix spelling of data sources * Display sorting value for starred and query tab * Fix handle color for light theme * Add close button and fix animation * Remove toggling of tabs * Stop event propagation when clicking on comment buttons * Add title for card functionality * Remove interpolation for easier searchability of variables * Improve syncing of comments and starred * Add modal to check if user wants to permanently delete history * Fix the height of the query card buttons * Adjust slider's width based on drawer width * Add spacing between slider and legend * Semantic variable naming * Fix disabled button when live tailing * Add error handling * Remove unused imports * Fix starring, remove useEffect * Remove emiting of appEvents.alertError in store * Remove unused imports (cherry picked from commit 54469006)
Ivana Huckova committed -
(cherry picked from commit 58298919)
Dominik Prokop committed -
(cherry picked from commit 2fac8344)
Alex Khomenko committed -
(cherry picked from commit cd50da3d)
Alex Khomenko committed -
(cherry picked from commit 46165a7f)
Torkel Ödegaard committed -
* Forms: Fix input suffix position * Update (cherry picked from commit ab0238ec)
Torkel Ödegaard committed -
(cherry picked from commit f78501f3)
Torkel Ödegaard committed -
Fixes #22756 (cherry picked from commit b30f4c7b)
Hugo Häggmark committed
-