* Make suggestion cards support img & text mode instead of only preview
* Generic solution for non data panels
* minor review tweaks
(cherry picked from commit 781067ee45)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* pa11y-ci: Ignore update version element
* Add hideElements to pa11yci-pr.conf.js
(cherry picked from commit a897154017)
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
(cherry picked from commit 410044fa05)
Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
* PanelDataError: Show actions when current panel cannot visualize data
* Fixed so that suggestions tab is opened from action
* Cleanup
* Fixed tests
* Fix tests
* Fixing tests
* Fixed ts issues
(cherry picked from commit 070344943c)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* fix pass ctx for SetAlertStateCommand
* fix integration test
(cherry picked from commit 96b1776856)
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
* update AlertingEnabled and UnifiedAlertingSettings.Enabled to be pointers
* add a pseudo migration to fix the AlertingEnabled and UnifiedAlertingSettings.Enabled if the latter is not defined
* update the default configuration file to make default value for both 'enabled' flags be undefined
Misc
* update Migrator to expose DB engine. This is needed for a ualert migration to access the database while the list of migrations is created.
* add more verbose failure when migrations do not match
Co-authored-by: gotjosh <josue@grafana.com>
Co-authored-by: Yuriy Tseretyan <yuriy.tseretyan@grafana.com>
Co-authored-by: gillesdemey <gilles.de.mey@gmail.com>
(cherry picked from commit 6523486122)
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
* Initial placeholder docs for candlestick panel
* Initial What's new for 8.3
* Delete candlestick.md
Removing this file as it's part of another branch/pr
* Oops forgot to hit save in VSCODE. Rookie mistake
(cherry picked from commit 3340d7ad44)
Co-authored-by: Petros Kolyvas <code@petros.io>
* Add concept about Grafana database encryption.
* Add database encryption information for Enterprise.
(cherry picked from commit 59b0f534c5)
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Limit number of suggestions displayed in Graphite dropdowns
* Use limit API to reduce number of loaded tags for autocomplete
* Make tests more explicit
(cherry picked from commit 8725d3d7e0)
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* Cancel log volume query when the main query is canceled
* Test keeping complete log volume data when main query is canceled
(cherry picked from commit 4e35d35e67)
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* move alertgroups tab to end of tabs
* more reorder
(cherry picked from commit a5436b4435)
Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
Co-authored-by: Tania B. <yalyna.ts@gmail.com>
(cherry picked from commit 782d5a27fd)
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Encryption: Add more logs
* Add logging and checks
* Removed unused methods from secrets service
* Refactor and update tests
* Address review feedback
(cherry picked from commit 4014891971)
Co-authored-by: Tania B <yalyna.ts@gmail.com>
* explore: rich-history: fix data inconsistency
* also handle starred-queries tab
(cherry picked from commit 06e474dfd5)
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
* Logs: Fix requesting of older logs wehn flipped order
* Fix index change when requesting logs
(cherry picked from commit d7e4f303c4)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Ivana <ivana.huckova@gmail.com>
* Prometheus: Use this.query for health check
* Update alertMessage in e2e tests
(cherry picked from commit 1b4f6b19cb)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* AccessControl: Document `orgs` roles and `orgs` endpoints
* Use maintainer instead of manager
(cherry picked from commit a93e649af5)
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* AccessControl: Rework Orgs roles
* Increase version for name migration
* Update pkg/api/roles.go
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* Use maintainer instead of manager
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
(cherry picked from commit eea0e6a6c0)
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* Tracing header: Add setting to show start time with ms
* Add test
* Update test
(cherry picked from commit aefb2659ec)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Alerting: Document Prometheus/Alertmanagers versions we support
* Illustrate with an example
(cherry picked from commit a5b29aed29)
Co-authored-by: gotjosh <josue@grafana.com>