Commit Graph

58792 Commits

Author SHA1 Message Date
Matheus Macabu ca36d77f5b
Dependencies: Bump golang.org/x/net to v0.39.0 in apps/advisor (#104228) 2025-04-22 09:06:59 +02:00
Dominik Prokop 98e737cb5d
Schema v2: Persist only relevant field config when transforming to save model (#104197) 2025-04-22 08:22:23 +02:00
Ryan McKinley d6dbc0a421
Provisioning: Migrate use history only with github (#104219) 2025-04-21 21:10:37 +03:00
Pepe Cano 536ff2fc3d
docs(alerting): clarify recovery threshold for pending state (#102780)
Alerting docs: clarify recovery threshold on pending state
2025-04-21 18:50:53 +02:00
Artur Wierzbicki fd99b67205
Dashboards: Preserve schema version in /api (#104213)
---------

Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
2025-04-21 10:51:28 -05:00
William Wernert 820c338414
Alerting: Ensure field validators return the proper type (#104050)
* Ensure field validators return the proper type

This ensures correct error propagation through services up to
the API layer.

* Move error wrapping up to call site
2025-04-21 16:15:09 +01:00
Roberto Jiménez Sánchez 3dda7ccc30
Provisioning: folder not found legacy migration (#104225) 2025-04-21 16:20:39 +03:00
Jo afcb551562
TeamMember: Treat null permission as member (#104195) 2025-04-21 06:41:30 -05:00
Pepe Cano a3d27c5912
docs(alerting): Add heartbeat monitoring docs for the IRM contact point (#103811)
* docs(alerting): Add heartbeat monitoring docs for the IRM contact point

* Use `After` instead of `Once`
2025-04-21 12:31:56 +02:00
Pepe Cano f023fcc68a
docs(alerting): New Alertmanager contact point docs (#103782) 2025-04-21 12:08:41 +02:00
Ryan McKinley c8f65a0348
Provisionig: Add skipDryRun parameter to the /files/ resource (#104152) 2025-04-21 11:49:06 +03:00
Ryan McKinley c09ef1189e
K8s/Storage: remove github.com/grafana/grafana from go.mod (#104212) 2025-04-21 10:48:44 +03:00
grafana-pr-automation[bot] f85e012e42
I18n: Download translations from Crowdin (#104210)
New Crowdin translations by GitHub Action

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-20 01:32:56 +01:00
Sven Grossmann ea450a92f9
Extension Sidebar: Close sidebar with toolbar button (#104208)
* Extension Sidebar: Improve closing behavior

* Extension Sidebar: Fix title
2025-04-19 22:38:58 +02:00
grafana-pr-automation[bot] 5ec8750875
I18n: Download translations from Crowdin (#104188)
New Crowdin translations by GitHub Action

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-19 01:30:39 +01:00
Yuri Tseretyan d1b2e669a7
Alerting: remove alertingApiServer flag (#104133) 2025-04-18 19:57:39 +00:00
Ryan McKinley efd9334295
Provisioning: route provisioning storage to the provisioning client (#104082) 2025-04-18 21:47:37 +03:00
Yuri Tseretyan 689da86f81
Alerting: update alerting notifications module to the latest main (#104201) 2025-04-18 19:00:37 +01:00
Yuri Tseretyan 1bafd5c807
Docs: Remove mention of alertingApiServer flag from alerting documentation (#104131) 2025-04-18 11:51:38 -04:00
Stephanie Hingtgen 9f09e94fe8
Klog: Reduce verbosity and set as default (#104199) 2025-04-18 10:37:23 -05:00
Gilles De Mey c174c855c3
Alerting: Update alerting cue definitions (#104053)
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
2025-04-18 15:14:52 +01:00
Kevin Minehart 8d883ecda1
CI: remove old patch checks (#104184)
* remove old patch checks

* remove from CODEOWNERS

* rerun CI
2025-04-17 23:13:06 +01:00
Kristina 57fd67436e
Transformations: Remove deprecated ui element and wrap pills (#104143)
* Remove deprecated ui element and wrap pills

* Fix for labels to fields too

* Update betterer
2025-04-17 16:23:06 -05:00
Luminessa Starlight 8b28c84017
TextPanel: Allow markdown to-do checkboxes in TextPanel (#104136)
TextPanel: Allow markdown to-do checkboxes
Fixes #95054
2025-04-17 12:56:09 -04:00
Haris Rozajac 82184686dc
Dashboard: Support TemplateSrv.containsTemplate in scenes context (#104072) 2025-04-17 10:55:03 -06:00
Tobias Skarhed 8021dee6f1
Scopes: Add recent scopes selectors (#103534)
* Add recent scopes to command palette

* Remove parent action

* Support updating select set of scopes

* Filter out currently selected scope

* Add recent scopes to drawer

* Add expandable section

* Add recent scopes component

* Only show recommended for leaf nodes

* Small style fixes

* Always write to recent after fetching new scopes

* Add feature toggle check for command palette

* Use i18n

* Remove unused prop

* Add test cases for recent scopes in selector

* Add more test cases

* Add clear test action

* Remove unused imports
2025-04-17 17:00:10 +02:00
Roberto Jiménez Sánchez 6bdf161865
Provisioning: unit test local repository in repository package (#104108) 2025-04-17 15:27:54 +01:00
Ashley Harrison 77f844a319
Playlists: Don't show page header action during empty state + update docs (#104100)
don't show page header action when empty state is visible + update docs
2025-04-17 13:59:33 +01:00
Darren Janeczek df0cb43228
fix: prevent border & background showing for transparent switch components (#104080)
* fix: prevent border & background showing for transparent switch components

---------

Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2025-04-17 12:56:08 +00:00
Roberto Jiménez Sánchez d38cd9d6c4
Provisioning: unit test pull request job (#104058) 2025-04-17 15:33:32 +03:00
Josh Hunt 2cf67806d9
Chore: Fix number variable in skye github action (#104123)
* Chore: Fix number variable in skye github action

* try other syntax

* use fromJSON

* skip the set_number step

* comments

* newline
2025-04-17 13:24:24 +01:00
Hugo Häggmark 0c646fa520
Chore: skips flaky e2e test (#104167) 2025-04-17 13:01:26 +01:00
Jean-Philippe Quéméner 3380ea441a
feat(unified-storage): return guid, group and resource on read/list (#104121) 2025-04-17 12:58:58 +02:00
Ryan McKinley a02ff218df
Geomap: skip flakey e2e tests (#104155) 2025-04-17 13:07:18 +03:00
grafana-pr-automation[bot] eac2df7fed
I18n: Download translations from Crowdin (#104142)
New Crowdin translations by GitHub Action

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-17 10:35:35 +01:00
Alex Khomenko 5877a70d1f
[release-12.0.0] Provisioning: Add banner with more feature info (#104147)
* Provisioning: Add experimental feature banner

* translations
2025-04-17 10:04:10 +01:00
Tom Ratcliffe 079923443b
Alerting: Hide GMA/DMA switch if no appropriate data sources are configured (#104038) 2025-04-17 09:50:46 +01:00
Ryan McKinley dc8acf8e05
K8s: Fix kubectl access for apiserver resources (#103958) 2025-04-17 10:30:35 +03:00
Alex Khomenko d85d730d9c
Provisioning: Add banner with more feature info (#104111)
* Provisioning: Add experimental feature banner

* translations
2025-04-17 06:17:30 +01:00
Marco de Abreu 18a870d7ca
GitHub Actions: Use PR commit SHA for reporting status (#104141)
Use correct SHA for reporting status checks

Co-authored-by: Marco de Abreu <18629099+marcoabreu@users.noreply.github.com>
2025-04-17 02:44:11 +01:00
Nathan Vērzemnieks af59c4eb3e
Chore: bump grafana-plugin-sdk-go from v0.275.0 to v0.277.0 (#103971)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2025-04-17 00:32:25 +03:00
Jacob Valdez cf76777170
Docs: Updating cloud migration docs ahead of G12 (#103835)
Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com>
2025-04-16 14:51:31 -05:00
Isabella Siu 3bbc4c0024
Cloudwatch: Update grafana-aws-sdk (#104119)
Cloudwatch: update grafana-aws-sdk
2025-04-16 15:39:04 -04:00
Ryan McKinley a3c71accf5
Chore: go mod tidy... with current imports (#104127) 2025-04-16 19:35:10 +01:00
Ihor Yeromin ec17e0e4ce
TableNG: Prevent unnecessary table cell re-renders on hover (#104032)
* fix(table-ng): on hover cell re-render
2025-04-16 19:37:22 +02:00
Tom Ratcliffe 0860867b84
i18n: Fix all remaining alerting translation markup (#104103)
* alerting markup

* fix typo

* Fix remaining Alerting issues 🎉

* Enable no-untranslated-strings rule for alerting

* Fix i18n eslint rule for "fixed" areas of code

* Remove auto fixing

* kick CI

---------

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2025-04-16 17:45:12 +01:00
Josh Hunt fd830759ab
Chore: Fix missing permissions in sky-add-to-project action (#104106)
* Chore: Fix missing permissions in sky-add-to-project action

* fix missing issue number
2025-04-16 17:33:54 +01:00
Torkel Ödegaard c1291e3031
AutoGrid: Tweak height of short row height (#104115)
AutoGrid: Tweak auto short height
2025-04-16 18:24:00 +02:00
Drew Slobodnjak b694857e00
Geomap: Tooltip for multiple features same coord (#103163)
* Geomap: Tooltip for multiple features same coord

* Add basic test coverage

* Be explicit with sorting to avoid truthiness error

* Add sorting to tests and clean up

* Check again for duplicates
2025-04-16 08:07:57 -07:00
Kevin Minehart 15a50310bc
CI: cancel concurrent test runs in prs but not main (#104110)
cancel concurrent builds in prs but not main
2025-04-16 09:43:26 -05:00