Kristina
4d9705cb04
[release-12.1.1] Transformations: Rename Regression Analysis to Trendline' ( #108815 )
...
Transformations: Rename Regression Analysis to Trendline (#108631 )
* Rename regression analysis transformation
* fix a couple translations
* remove extra word
* Fix tests
* Change frame name to use regression
(cherry picked from commit ffb8f4ea0c )
2025-07-28 14:36:33 -05:00
grafana-delivery-bot[bot]
87e16f2266
[release-12.1.1] docs: add video shortcode to what's new ( #108800 )
...
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-07-28 09:15:30 -05:00
grafana-delivery-bot[bot]
60990ea070
[release-12.1.1] docs: clarifying alert rule limits in Grafana cloud for migration assistant ( #108799 )
...
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-07-28 09:08:05 -05:00
grafana-delivery-bot[bot]
38b5ba191c
[release-12.1.1] Docs: Update for certutil in container ( #108752 )
...
Co-authored-by: Mariell Hoversholm <mariell.hoversholm@grafana.com >
Co-authored-by: Roman Pertl <roman@pertl.org >
2025-07-28 12:21:41 +02:00
Jev Forsberg
9c3ae92722
Chore: Update 11.6.x support date ( #108715 ) ( #108719 )
...
baldm0mma/ update 11.6.x support date
(cherry picked from commit bd3606d6b1 )
2025-07-25 14:39:39 -06:00
grafana-delivery-bot[bot]
0e2194e4b8
[release-12.1.1] Docs: Refactor Variables page and improve content ( #108716 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-07-25 15:14:39 -04:00
grafana-delivery-bot[bot]
527925ece5
[release-12.1.1] SCIM Docs: Add mapping in AzureAD for the active attribute ( #108705 )
...
Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com >
2025-07-25 16:33:14 +01:00
grafana-delivery-bot[bot]
bdeda62175
[release-12.1.1] Docs: Document cell options by cell type ( #108636 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-07-24 15:58:54 -04:00
grafana-delivery-bot[bot]
b60d5d502c
[release-12.1.1] Docs: removing static options whats new post ( #108630 )
...
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-07-24 13:29:47 -05:00
grafana-delivery-bot[bot]
7c8d3f7e51
[release-12.1.1] Advisor - mark as public preview ( #108608 )
...
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
2025-07-24 17:12:20 +02:00
grafana-delivery-bot[bot]
0f159d1541
[release-12.1.1] Updating trace link ( #108602 )
...
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
2025-07-24 16:20:17 +02:00
grafana-delivery-bot[bot]
99f4aabbc5
[release-12.1.1] Docs(image-renderer): Update for v4.0.x ( #108601 )
...
Co-authored-by: Mariell Hoversholm <mariell.hoversholm@grafana.com >
2025-07-24 09:07:44 -05:00
grafana-delivery-bot[bot]
ee5cc5a271
[release-12.1.0] Docs: What's new, Upgrade guide, and breaking changes v12.1 ( #108540 )
...
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
Co-authored-by: Robby Milo <robbymilo@fastmail.com >
2025-07-23 12:09:09 -05:00
grafana-delivery-bot[bot]
6be2d4128f
[release-12.1.0] Chore: Update supported versions doc ( #108234 )
...
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com >
2025-07-17 14:03:08 +01:00
grafana-delivery-bot[bot]
1194671ac0
[release-12.1.0] Docs: Remove references to DD feature toggle ( #108183 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-07-16 10:29:35 -04:00
grafana-delivery-bot[bot]
bd602fd6d9
[release-12.1.0] Docs: Update actions with variables ( #108151 )
...
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com >
2025-07-15 15:36:41 -04:00
Jack Baldry
f1c1311961
Revert "Docs: Reporting redesign docs ( #105078 )" ( #108136 )
2025-07-15 16:53:36 +01:00
grafana-delivery-bot[bot]
ea7eb59bac
[release-12.1.0] Docs: Fix format of quick_ranges ( #108133 )
...
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com >
Fix format of quick_ranges (#107973 )
2025-07-15 16:42:59 +02:00
grafana-delivery-bot[bot]
7d65c5c2a6
[release-12.1.0] docs: Clarifying the support level of SCIM ( #108040 )
...
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-07-11 13:09:58 -05:00
Misi
1d252de1e9
Docs: Clean up ssoSettingsApi references from docs ( #107896 )
...
* Clean up ssoSettingsApi references from docs
* lint
2025-07-09 14:22:07 +00:00
Jo
1e1fd3db38
OAuth: Add access token as third source for user info extraction ( #107636 )
...
* Add access token as third source for user info extraction
- Add extractFromAccessToken method to extract user info from JWT access tokens
- Mutualize code by creating parseUserInfoFromJSON helper method
- Rename methods for clarity: extractFromToken -> extractFromIDToken, retrieveRawIDToken -> retrieveRawJWTPayload
- Update test suite to include comprehensive access token retrieval scenarios
- Support three sources in priority order: ID token, API response, access token
- Maintain backward compatibility while adding new functionality
* Update Generic OAuth documentation to reflect access token support
- Add access token as a third source for user information extraction
- Update configuration sections to mention access tokens alongside ID tokens and UserInfo endpoint
- Document the priority order: ID token → UserInfo endpoint → access token
- Update configuration option descriptions to reflect new functionality
- Maintain consistency with implementation changes
* Refactor access token test cases to use parameter instead of hardcoded logic
- Add AccessToken field to test case struct for explicit access token specification
- Remove hardcoded string matching logic that determined access token based on test name
- Update all access token test cases to include the AccessToken field with appropriate JWT values
- Improve test maintainability and clarity by making access tokens explicit parameters
- Remove unused strings import that was only needed for the hardcoded logic
* fix doc lint
* reduce cyclomatic complexity
2025-07-08 15:38:11 +02:00
Jacob Valdez
6c2574848f
Docs: Updating team sync availability ( #107721 )
2025-07-07 16:07:50 -05:00
Andres Martinez Gotor
28ef5672c4
Update Advisor docs ( #107683 )
...
* Update advisor docs
* Update _index.md
---------
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
2025-07-07 14:53:09 +02:00
Isabel Matwawana
9112d86c04
Doc: Remove dynamic dashboards section ( #107642 )
2025-07-04 16:05:30 +00:00
Josh Hunt
76a21fb2e2
Docs: Clarify that log level critical is just an alias for error ( #107454 )
...
Docs: Clarify that level = critical is just an alias for error
2025-07-04 13:09:19 +01:00
Gareth
185ce90a4b
Jaeger: Enable jaegerBackendMigration feature toggle by default ( #107526 )
...
* Jaeger: Enable jaegerBackendMigration feature toggle by default
* fix test
* update old-arch test
2025-07-03 14:45:22 +01:00
Misi
a7bfd8e351
Auth: Remove ssoSettingsApi feature toggle ( #107528 )
...
* Remove ssoSettingsApi feature toggle
* Clean up
* lint
* Fix tests
2025-07-03 10:53:33 +02:00
Pepe Cano
61efc8b609
docs(alerting): clarify usage of different Alertmanagers and fix misleading details ( #107498 )
...
* docs(alerting): clarify usage of different Alertmanagers and fix misleading details
* address review changes
2025-07-02 21:46:29 +02:00
Ivana Huckova
5cd3ad76ee
Loki: Remove lokiQueryHints feature toggle ( #106620 )
...
* Loki: Remove lokiQueryHints feature toggle
* Remove unused imports
* Fix tests
2025-07-02 12:08:22 +02:00
Mihai Doarna
8760d280f7
Docs: Fix links from supported providers in team sync page ( #107468 )
...
fix links from supported providers to team sync
2025-07-02 10:02:53 +03:00
Kristina
f460e02913
Transformations: GA the Regression transformation ( #106074 )
...
* First draft of removing flag, regenerating flags and content
* Add description to catalog entry
* fix gdev dashboard
2025-07-01 08:59:22 -05:00
Agnès Toulet
03fff523b1
Docs: Update render service tracing ( #106698 )
...
Co-authored-by: jtvdez <jacob.valdez@grafana.com >
2025-07-01 12:10:58 +02:00
Misi
2f8c1a3c48
Auth: Enable improved session handling by default for OAuth and SAML ( #107442 )
...
Enable improved session handling by default
2025-07-01 10:33:10 +02:00
Leon Sorokin
38e1f900e7
TableNG: Specialize cell root and cell content renderers ( #107427 )
2025-07-01 02:38:26 +00:00
Larissa Wandzura
dec2df8379
Docs: Updated the Graphite data source docs ( #105426 )
...
* initial edits
* edits to config doc
* query editor updates
* ran prettier
* updates
* made more updates
* final edits
* ran prettier, updated some descriptions
* a few more quick edits
* one more definition
2025-06-30 21:37:49 +00:00
Isabel Matwawana
0a90b7b5e9
Docs: Add Undo and redo to dynamic dashboards ( #107206 )
2025-06-30 14:43:45 -04:00
Isabel Matwawana
752105fcf9
Docs: Replace refs with full URLs in shared files ( #107198 )
2025-06-30 14:43:17 -04:00
Isabel Matwawana
12d7b804eb
Docs: Fix graph styles and axis options content ( #107008 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-06-30 10:40:13 -04:00
Ivana Huckova
dd5c545df9
Loki: Remove lokiStructuredMetadata feature toggle ( #107292 )
...
Loki: Remove lokiStructuredMetadata feature toggle
2025-06-30 16:09:44 +02:00
alifeee
a4e3f16ff7
change grafana-server to grafana server ( #107131 )
2025-06-30 10:58:35 +00:00
Pepe Cano
f5b79fca55
docs(alerting): performance considerations minor clarifications ( #107333 )
2025-06-30 07:42:26 +00:00
Stephanie Hingtgen
5cdc19403a
Grafana live: Remove experimental language around redis ( #107217 )
2025-06-27 16:40:13 -07:00
Alexander Akhmetov
f4b0e793aa
Alerting: Document label sanitization in GRAFANA_ALERTS ( #107285 )
...
* Alerting: Document label sanitization in GRAFANA_ALERTS
2025-06-27 23:33:42 +02:00
Pepe Cano
2f1a6ae171
docs(alerting): Add Detect missing series in Prometheus section to the MissingData guide ( #107329 )
2025-06-27 21:13:13 +02:00
Zoltán Bedi
9273c603b3
Cloud Monitoring: Add support for service account impersonation ( #107022 )
2025-06-27 17:31:34 +00:00
Andreas Christou
c48a1aba40
Azure: Support scope selection in Resource Graph queries ( #105835 )
...
* Add scope type
* Add scope selector field
* Update docs
* Use the right field component
* Trigger build
* Fix import and increase wait
* i8n
2025-06-27 18:08:55 +01:00
linoman
dbef739814
SCIM: Update authentication features table ( #107299 )
...
* Update authentication features table
2025-06-27 16:58:29 +02:00
Will Browne
43d369b51a
Plugins Remove failWrongDSUID feature toggle ( #107308 )
...
* remove failWrongDSUID FT
* undo go.mod changes
2025-06-27 14:43:58 +01:00
Will Browne
3020794b60
Plugins: Remove angularDeprecationUI feature toggle ( #107300 )
...
* remove angularDeprecationUI FT
* undo go.mod changes
2025-06-27 12:02:00 +01:00
linoman
0e89fec173
SCIM: Move feature flag to public preview ( #107239 )
...
* Move feature flag to public preview
* Auto-generate changes
2025-06-27 11:30:33 +02:00