- 19 Mar, 2020 28 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 -
(cherry picked from commit 8b067a5f)
Ryan McKinley committed -
(cherry picked from commit c65db9bf)
Ryan McKinley committed -
* Pass the rest of to props to Select * Remove log (cherry picked from commit 451c9580)
Alex Khomenko committed -
closes #21519 ref grafana/grafana-plugin-sdk-go#93 (cherry picked from commit ebc9549c)
Carl Bergquist committed -
Datasource: making sure we are having the same data field order when using mixed data sources. (#22718) * changed so data query response always it returned in the correct order when using mixed data sources. * refactored the code to make it a bit simpler and not failing the tests. * changed to simple array type. (cherry picked from commit f44c0f06)
Marcus Andersson committed -
(cherry picked from commit b441b733)
Dominik Prokop committed
-
- 12 Mar, 2020 1 commit
-
-
Steven Vachon committed
-
- 11 Mar, 2020 11 commits
-
-
Arve Knudsen committed
-
* CircleCI: Adapt build-pipeline to implement also release pipeline
Arve Knudsen committed -
* use fs-extra instead of fs * use moveSync instead of renameSync
Martin Brenner committed -
* added docs * Update docs/sources/guides/whats-new-in-v6-7.md * Docs: minor restruturing of whats new Co-authored-by: Leonard Gram <leo@xlson.com>
Jon Gyllenswärd committed -
allows Field names to be duplicated, goes with #22705
Kyle Brandt committed -
* add tab * add process measurement * Fixed some design issues * Align tabs margin Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Peter Holmberg committed -
This reverts commit 0f676966.
Torkel Ödegaard committed -
* Docs: add rendering configuration in reporting * Docs: fix mispelling
Agnès Toulet committed -
Marcus Andersson committed
-
Mohit Nain committed
-
* Datasources: Update dashboards * Datasources: increase dashboard versions * Datasources: prometheus dashboards improvements - Update links - Add target="blank" if missing - Remove not showing image
Agnès Toulet committed
-