Commit Graph

60606 Commits

Author SHA1 Message Date
Josh Hunt 081a4ce56a
[release-12.1.2] Backport npm release 12.1.2 (#111498)
Update NPM release workflow
2025-09-23 20:39:28 +01:00
Kevin Minehart 599911b414 update missing npm publish scripts 2025-09-23 10:30:05 -05:00
Kevin Minehart 9f1ad2f357 update release-npm and validate script 2025-09-23 09:53:20 -05:00
grafana-delivery-bot[bot] bfd714e657
[release-12.1.2] search: Force index IDX_dashboard_title when searching dashboards (#111419)
search: Force index IDX_dashboard_title when searching dashboards (#110595)


(cherry picked from commit 726c7ba71b)

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
Co-authored-by: maicon <maiconscosta@gmail.com>
2025-09-19 16:58:41 -03:00
grafana-delivery-bot[bot] a4edabe99c
[release-12.1.2] Add permission role_id action index (#111411)
Add permission role_id action index (#110125)

* Add permission role_id action index



* Drop permission role_id index



---------


(cherry picked from commit 99fc606e17)

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
Co-authored-by: maicon <maiconscosta@gmail.com>
2025-09-19 15:32:43 -03:00
grafana-delivery-bot[bot] a6e6c019cc
[release-12.1.2] Page limit config for dashboards with visible annotations (#111378)
* Page limit config for dashboards with visible annotations (#110911)

* Page limit config for dashboards with visible annotations

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>

---------

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
(cherry picked from commit 77fa3333e4)

* Add missing parameter to TestIntegrationAuthorize

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>

---------

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
Co-authored-by: maicon <maiconscosta@gmail.com>
2025-09-19 15:30:05 -03:00
Josh Hunt a2be46a154
[release-12.1.2] CI: Backport release-npm.yml (#111394)
backport release-npm.yml from main
2025-09-19 18:32:00 +01:00
Kevin Minehart b2f2cda3db
[release-12.1.2] backport bump-version.yml and release-build.yml (#111351) 2025-09-18 22:35:55 +00:00
Ashley Harrison b3bdbb4bf6
[release-12.1.2] Chore: Bump semver version for pa11y (#111114)
Chore: Bump semver version for pa11y (#108573)

(cherry picked from commit 559d3a274a)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2025-09-17 09:58:40 +01:00
grafana-delivery-bot[bot] ee5bc90830
[release-12.1.2] Chore: Improve short url redirection (#111181)
Chore: Improve short url redirection (#111162)

Improve short url redirection

(cherry picked from commit 81fe57478f)

Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2025-09-16 15:43:08 +02:00
Misi cf2ff7cc4b
[release-12.1.2] Fix: Fix redirection after login when Grafana is served from subpath (#111097)
Fix: Fix redirection after login when Grafana is served from subpath (#110889)

Fix short link (/goto) redirection when Grafana is served from subpath

(cherry picked from commit ccc87a03f0)
2025-09-16 09:13:09 +02:00
grafana-delivery-bot[bot] bc460406ea
[release-12.1.2] LDAP: Restore test user mapping functionality (#111119)
LDAP: Restore test user mapping functionality (#110841)

* Migrate LdapPage from connect() to React-Redux hooks

* Convert LDAP debug page into a drawer and hook it into settings

* prettier

* Use the Text component and make the input and button look like they do on the main settings page.

* Bring back isLoading and put in a LoadingPlaceholder

* i18n-extract

* rejigger

* linter fix

(cherry picked from commit 585b53bc7d)

Co-authored-by: John Troy <jtroy@users.noreply.github.com>
2025-09-15 15:28:31 -04:00
grafana-delivery-bot[bot] 15c92827ae
[release-12.1.2] CloudWatch: Use default region when query region is unset (#111079)
CloudWatch: Use default region when query region is unset (#109089)

CloudWatch: use default region when region is unset
(cherry picked from commit 5f4097a159)

Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
2025-09-15 14:03:25 -04:00
Ashley Harrison b09796f50c
[release-12.1.2] Chore: bump `axios` to a version without CVE (#111111)
* Chore: bump `axios` to a version without CVE (#111076)

bump axios to a version without CVE

(cherry picked from commit 7bba151416)

* fix lockfile
2025-09-15 16:25:49 +01:00
grafana-delivery-bot[bot] 93c1372530
[release-12.1.2] Alerting: Fix bug where rules with identical mute/active intervals produced conflicting routes (#110973)
Alerting: Fix bug where rules with identical mute/active intervals produced conflicting routes (#110935)

Alerting: Fix hash collision in NotificationSettings fingerprint
(cherry picked from commit fc3636acf2)

Co-authored-by: Alexander Akhmetov <me@alx.cx>
2025-09-11 19:44:11 +02:00
Isabel Matwawana 0755c91e9c
[release-12.1.2] docs: clarify that data links must use variable names, not labels (#110964)
Co-authored-by: Sidharth Chauhan <chauhansiddharth71@gmail.com>
2025-09-11 12:15:41 -04:00
Will Browne 4bd77ff7bb
Plugins: StaticFS should implement FSRemover (#110706) (#110944)
make staticfs implement fs removal interface
2025-09-11 14:44:29 +01:00
grafana-delivery-bot[bot] 8b83e016ec
[release-12.1.2] Docs: Add panel filtering (#110910)
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Sam Jewell <2903904+samjewell@users.noreply.github.com>
2025-09-10 15:55:22 -04:00
Alex Spencer f8fcd6b2fb
[release-12.1.2] CI: pin dagger version to match go.mod (#110645)
CI: pin dagger version to match go.mod (#110638)

* pin dagger version to match go.mod

* set in e2e too

(cherry picked from commit 4810e51743)

Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
2025-09-05 12:45:29 +02:00
grafana-delivery-bot[bot] 20c14c48f4
[release-12.1.2] Plugin Configs: Fix Env types (#110281)
Plugin Configs: Fix Env types (#107908)

(cherry picked from commit 21f305c6a0)

Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
2025-09-05 10:17:55 +02:00
grafana-delivery-bot[bot] 231224f017
[release-12.1.2] docs: alerting list view UI changes (#110620)
docs: alerting list view UI changes (#108876)

(cherry picked from commit fe6985f2ac)

Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com>
2025-09-04 13:18:23 -05:00
grafana-delivery-bot[bot] 4c0f4d4255
[release-12.1.2] Docs: updating whats new video shortcode (#110553)
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
2025-09-03 17:57:41 +00:00
William Wernert 1684e10789
Alerting: Bump alerting package to include change to NewTLSClient (#110529)
Bump alerting package to include change to NewTLSClient

This includes the changes from
https://github.com/grafana/alerting/pull/376
2025-09-03 14:47:23 +00:00
grafana-delivery-bot[bot] 74ead49ccb
[release-12.1.2] Forbid more redirect patterns (#110502) 2025-09-03 11:13:16 +02:00
grafana-delivery-bot[bot] 52ecba092c
[release-12.1.2] Fix: Prevent Rollup from treeshaking NPM packages (#108570)
Fix: Prevent Rollup from treeshaking NPM packages (#108567)

fix(packages): prevent rollup from treeshaking libraries

(cherry picked from commit 15d9df93f9)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2025-09-02 14:04:57 +02:00
grafana-delivery-bot[bot] fb80e2d4bf
[release-12.1.2] Docs: Modify Go installation command for foundation SDK (#110420)
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
2025-09-01 15:58:01 +00:00
grafana-delivery-bot[bot] d6e4707bf3
[release-12.1.2] Fix link to site which is no longer relevant (#110287)
Fix link to site which is no longer relevant (#110214)

Fix link to abandoned web page

Wikipedia isn't likely to get hijacked in the same way.

(cherry picked from commit 17f6b31e8c)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2025-08-29 08:57:22 +01:00
Moustafa Baiou 007b734596 Alerting: Fix copying of recording rule fields
Recording rule fields were not being copied correctly when duplicating an alert rule. This manifests as missing `TargetDataSourceUID` fields from the `Record` part of the rule when rules in a group are re-ordered.

Added some additional tests to ensure we cover the generation of recording rules in tests and fixed the copying logic to ensure all fields are copied correctly.

(cherry picked from commit c73b3ccf6e)
2025-08-28 14:27:05 -04:00
grafana-delivery-bot[bot] 38958ee7b7
[release-12.1.2] BackendSrv: remove ampersand in validatePath (#110243)
BackendSrv: remove ampersand in validatePath (#109725)

remove ampersand from fetch URL split


(cherry picked from commit be4dc6fdb6)

Co-authored-by: Kristian Bremberg <114284895+KristianGrafana@users.noreply.github.com>
Co-authored-by: Isaiah Grigsby <isaiah.grigsby@grafana.com>
2025-08-27 15:42:42 -05:00
Kim Nylander 845f7efd02
[Backport v12.1.2] Add docs for Tempo data source [110114] (#110192)
[DOC] Tempo DS: Clone a provisioned data source doc (#110114)

* Tempo DS: Clone a provisioned data source doc

* Chagnes from prettier

* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
# Conflicts:
#	docs/sources/datasources/tempo/configure-tempo-data-source.md
2025-08-27 14:33:00 -04:00
Isabel Matwawana 9614267c47
[release-12.1.2] Docs: Change height unit from kg to inches (#110195) 2025-08-27 10:14:23 -04:00
Matheus Macabu 104a98b98d
[release-12.1.2] Dependencies: Bump github.com/go-viper/mapstructure/v2 to 2.4.0 (#110202)
Dependencies: Bump github.com/go-viper/mapstructure/v2 to 2.4.0
2025-08-27 11:28:15 +02:00
Jacob Valdez e8b765f8c7
Docs: Fixing broken links in data sources (#110068) (#110187)
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2025-08-26 15:33:38 -05:00
Matheus Macabu 8dc525a4f5
[release-12.1.2] Dependencies(js): Update sha.js to 2.4.12 (#110167)
Dependencies(js): Update sha.js to 2.4.12

(cherry picked from commit 474e81efd8)
2025-08-26 17:42:56 +02:00
Mariell Hoversholm e5b4036d49
[release-12.1.2] Chore: Don't show a "Not found" for public-dashboard fetches if the service is disabled via config (#110144)
Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com>
2025-08-26 12:58:18 +02:00
Yuri Tseretyan 1dc715cf81
[release-12.1.2] Alerting: Update alerting module (#109999)
update alerting module to e637e0882bc57fc4ed82246911f920b0e27b403e
2025-08-25 10:30:13 -04:00
Anna Urbiztondo 0428ec33f3
Backport 66b146a9df to release 12.1.2 (#110025)
Docs: Clarifying env var expansion (#109869)

* First thoughts

* Edits

* Prettier

* Update docs/sources/administration/provisioning/index.md



* Style edits

* Update docs/sources/administration/provisioning/index.md



* Prettier

---------

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
2025-08-22 15:11:27 +00:00
Jev Forsberg 3dd9a04b1b
[release-12.1.2] Chore: Clarify version update content (#109996)
* Chore: Clarify version update content (#109987)

* baldm0mma/ clarify update content

* baldm0mma/ scan and update rest of doc

* baldm0mma/ run prettier

* baldm0mma/ rerun yarn run prettier:write

* Update docs/sources/upgrade-guide/when-to-upgrade/index.md

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>

---------

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
(cherry picked from commit a180601968)

* baldm0mma/ run prettier write

* baldm0mma/ update major example

---------

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
2025-08-22 09:08:10 -06:00
Isabel Matwawana 02651fbf4a
[release-12.1.2] Docs: Folder name character limitations (#110046) 2025-08-22 14:59:22 +00:00
Isabel Matwawana 5a27449bd1
[release-12.1.2] Docs: Add degrees to rotation angle descriptions (#110057) 2025-08-22 14:55:17 +00:00
Anna Urbiztondo 0a2cda1a4e
Backport 8a3c6ab21c to release 12.1.2 (#110041)
* backport

* Backport
2025-08-22 13:24:08 +00:00
Matheus Macabu 4f90459ce8
[release-12.1.2] Auditing: Document new options for recording datasource query request/response body (#109981)
Auditing: Document new options for recording datasource query request/response body (#109951)

(cherry picked from commit 91748fe115)
2025-08-21 17:32:48 +02:00
grafana-delivery-bot[bot] 3e4ec66706
[release-12.1.0] UI: Disable tabular numbers toggle by default (#108037)
UI: Disable tabular numbers toggle by default (#107911)

* UI: disable tabular numbers toggle

* gen

(cherry picked from commit 0cde9e4f3f)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2025-08-19 08:43:01 +01:00
Victor Marin 173f09ce0c
[release-12.1.2] Dashboard: Resume tracking changes after save from JSON model page (#109796)
Dashboard: Resume tracking changes after save from JSON model page (#109607)

(cherry picked from commit e285cc2ddc)

Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com>
2025-08-19 10:27:57 +03:00
Andreas Christou 0296c41a9d
[release-12.1.2] Azure: Fix logs editor rendering (#109668)
* Azure: Fix logs editor rendering (#109491)

* Fix logs editor rendering

- Add test

* Type fixes

* Fix schema conditions and add test

* Fix lint

* Update public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/TimeManagement.tsx

Co-authored-by: Adam Yeats <16296989+adamyeats@users.noreply.github.com>

* Lint

---------

Co-authored-by: Adam Yeats <16296989+adamyeats@users.noreply.github.com>
(cherry picked from commit b34642b188)

* Fix tests

---------

Co-authored-by: Adam Yeats <16296989+adamyeats@users.noreply.github.com>
2025-08-18 17:36:57 +01:00
Matheus Macabu af62210f7d
[release-12.1.2] Build: Add -buildvcs=false flag to go build (#109674)
Build: Add -buildvcs=false flag to go build

(cherry picked from commit ecbe0bdaf6)
2025-08-18 17:39:03 +02:00
Alexander Akhmetov 2ab8fdb0df
[release-12.1.2] Alerting: Add keepFiringFor and missing_series_evals_to_resolve to file provisioning (#109710)
* Alerting: Add keepFiringFor and missing_series_evals_to_resolve to file provisioning (#109699)

* Fix MissingSeriesEvalsToResolve type
2025-08-18 10:43:47 +02:00
Isabel Matwawana 467392cde3
[release-12.1.2] Docs: Add config options alias (#109761) 2025-08-15 17:30:12 -04:00
Isabel Matwawana 34907a5453
[release-12.1.2] Docs: Remove enterprise product label and add more notes (#109760) 2025-08-15 17:29:58 -04:00
Andreas Christou 26a7187dcd
[release-12.1.2] Update Influx Config Options Section in Docs (#109700)
Update Influx Config Options Section in Docs (#108264)

(cherry picked from commit c16117df4e)

Co-authored-by: Zoe C <38118634+zoesyc@users.noreply.github.com>
2025-08-14 14:08:54 -04:00