Pepe Cano
111df1bba0
Alerting docs: update the Terraform Provision guide ( #83773 )
...
* Alerting docs: update the Terraform Provision guide
* Fix incorrect links
* Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-03-04 12:10:37 +01:00
Misi
07e26226b7
Auth: Add all settings to Azure AD SSO config UI ( #83618 )
...
* Add all settings to AzureAD UI
* prettify
* Fixes
* Load extra keys with type assertion
2024-03-04 11:55:59 +01:00
Laura Fernández
fa44aebeff
ReturnToPrevious: Improve tests ( #83812 )
2024-03-04 11:38:00 +01:00
Mitch Seaman
9e12caebc7
Docs: typo fix (remove an extra parenthesis) ( #83811 )
2024-03-04 10:14:37 +00:00
Pepe Cano
244589d7ea
Alerting docs: document mute-timings
export endpoints ( #83797 )
2024-03-04 10:50:44 +01:00
Pepe Cano
9eb69b9213
Alerting docs: fix incorrect docs/reference
link ( #83809 )
2024-03-04 10:20:10 +01:00
Todd Treece
869b89dce4
K8s: Add accept header to ctx ( #83802 )
2024-03-01 20:32:59 -05:00
Ryan McKinley
d7bcd119c3
K8s: improve openapi generation ( #83796 )
2024-03-02 00:26:04 +02:00
Laura Fernández
2184592174
ReturnToPrevious: create tests to check reportInteraction
( #83757 )
2024-03-01 19:01:27 +01:00
Ryan McKinley
5f6bf93dd5
Expressions: Use enumerations rather than strings ( #83741 )
2024-03-01 19:38:32 +02:00
Jack Westbrook
c59ebfc60f
Fix: Cache busting of plugins module.js file ( #83763 )
...
fix(plugins): make sure extractPath regex matches with and without leading slash
2024-03-01 18:29:39 +01:00
Kyle Cunningham
886d8fae36
Table Panel: Improve text wrapping on hover ( #83642 )
...
* Fix up text wrapping
* Make sure there are basic cell styles
* codeincarnate/text-wrapping-hover-pt2/ run prettier
* Add comment for conditional
* Update condition
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
2024-03-02 00:20:14 +07:00
Kyle Cunningham
33cb4f9bf4
Table: Preserve filtered value state ( #83631 )
...
* Hoist state
* codeincarnate/table-filter-state/ lint
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-03-02 00:19:21 +07:00
George Robinson
96127dce62
Alerting: Fix bug in screenshot service using incorrect limit ( #83786 )
...
This commit fixes a bug in the screenshot service where
[alerting].concurrent_render_limit was used instead of
[rendering].concurrent_render_request_limit, as in the
docs.
2024-03-01 17:17:55 +00:00
Gilles De Mey
582fd53fac
Alerting: Implement correct RBAC checks for creating new notification templates ( #83767 )
2024-03-01 18:09:14 +01:00
Gilles De Mey
fc10600ca5
Alerting: Fix editing Grafana folder via alert rule editor ( #83771 )
2024-03-01 18:08:42 +01:00
Gilles De Mey
675b7debe7
Alerting: Assume rule not found when everything is undefined ( #83774 )
2024-03-01 18:08:17 +01:00
Eric Leijonmarck
8b551b08f9
TeamLBAC: Change to public preview ( #83761 )
...
change to public preview
2024-03-01 17:05:59 +00:00
Santiago
2964901ea6
Chore: Fix typo in template not found error message ( #83778 )
2024-03-01 18:04:20 +01:00
Santiago
8ad367e4ad
Chore: Remove redundant error check ( #83769 )
2024-03-01 13:28:08 -03:00
owensmallwood
0dfdb2ae47
Revert "Add FolderUID for library elements" ( #83776 )
...
Revert "Add FolderUID for library elements (#79572 )"
This reverts commit 2532047e7a
.
2024-03-01 18:16:43 +02:00
Ida Štambuk
068e6f6b94
Cloudwatch: Fix new ConfigEditor to add the custom namespace field ( #83762 )
2024-03-01 16:56:45 +01:00
foehammer
1c2b8576e1
CloudWatch: de-duplicate implementation of AWSDatasourceSettings.Load in LoadCloudWatchSettings ( #83556 )
2024-03-01 10:48:20 -05:00
Ashley Harrison
086d47d83c
Chore: replace react-popper
with floating-ui
in ExemplarMarker
( #83694 )
...
* replace react-popper with floating-ui in ExemplarMarker
* fix e2e test
* floating-ui uses mousemove
2024-03-01 14:54:39 +00:00
kay delaney
10a55560df
Scenes: Add support for repeated library panels ( #83579 )
2024-03-01 15:25:15 +02:00
Ida Štambuk
dbe621eeb4
Cloudwatch: Bump grafana/aws-sdk-go to 0.24.0 ( #83480 )
2024-03-01 13:52:45 +01:00
Misi
371aced092
Chore: Add enabled status to authentication_ui_provider_clicked ( #83766 )
...
Add enabled metadata to authentication_ui_provider_clicked
2024-03-01 13:49:06 +01:00
Ashley Harrison
21affd3b0e
Library panels: Ensure all filters are visible on mobile ( #83759 )
...
* convert styles to emotion object syntax
* allow items to wrap
2024-03-01 12:24:19 +00:00
Gábor Farkas
142ac22023
Revert "Postgres: Switch the datasource plugin from lib/pq to pgx" ( #83760 )
...
Revert "Postgres: Switch the datasource plugin from lib/pq to pgx (#81353 )"
This reverts commit 8c18d06386
.
2024-03-01 12:20:47 +01:00
Jo
0aebb9ee39
Misc: Remove unused params and impossible logic ( #83756 )
...
* remove unused params and impossible logic
* remove unused param
2024-03-01 12:08:00 +01:00
Konrad Lalik
11d341d2bb
Alerting: Add escape and quote support to the matcher name ( #83601 )
...
Add escape and quote support to the matcher name
2024-03-01 11:34:58 +01:00
Jo
36a19bfa83
AuthProxy: Allow disabling Auth Proxy cache ( #83755 )
...
* extract auth proxy settings
* simplify auth proxy methods
* add doc mentions
2024-03-01 11:31:06 +01:00
Levente Balogh
1cec975a66
Docs: Update "What's new in G10?" ( #83467 )
...
* docs: add info about the react-router migration into v10 what's new
* fix: linting issue
* Update docs/sources/whatsnew/whats-new-in-v10-0.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* docs: update linting
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-01 11:13:16 +01:00
Anton Patsev
1a7af2d843
Сorrection of spelling errors ( #83565 )
...
thanks for your contribution !
2024-03-01 11:00:15 +01:00
linoman
824c26cd5e
Password Policy: add documentation ( #83208 )
...
* add documentation
* Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-03-01 10:56:26 +01:00
Misi
75b020c19d
Cfg: Add a setting to configure if the local file system is available ( #83616 )
...
* Introduce environment.local_filesystem_available
* Only show TLS client cert, client key, client ca when local_filesystem_available is true
* Rename LocalFSAvailable to LocalFileSystemAvailable
2024-03-01 10:39:50 +01:00
idafurjes
2532047e7a
Add FolderUID for library elements ( #79572 )
...
* Add FolderUID in missing places for libraryelements
* Add migration for FolderUID in library elements table
* Add Folder UIDs tolibrary panels
* Adjust dashboard import with folder uid
* Fix lint
* Rename back FolderUID to UID
* Remove default
* Check if folderUID is nil
* Add unique indes on org_id,folder_uid,name and kind
* Update pkg/services/libraryelements/database.go
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
* Fix folder integration test, with unique index on library elements
* Make folder uids nullable and rewrite migration query
* Use dashboard uid instead of folder_uid
* Adjust test
---------
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2024-03-01 10:16:33 +01:00
Jo
2182cc47ac
LDAP: Fix LDAP users authenticated via auth proxy not being able to use LDAP active sync ( #83715 )
...
* fix LDAP users authenticated via auth proxy not being able to use ldap sync
* simplify id resolution at the cost of no fallthrough
* remove unused services
* remove unused cache key
2024-03-01 10:14:32 +01:00
github-actions[bot]
4dc8094514
I18n: Download translations from Crowdin ( #83695 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-01 07:59:07 +00:00
Charandas
b87ec69431
K8s: add a remote services file config option to specify aggregation config ( #83646 )
2024-02-29 17:29:05 -08:00
Nathan Marrs
5d7a979199
Canvas: Add ability to edit selected connections in the inline editor ( #83625 )
2024-02-29 16:56:40 -08:00
Leon Sorokin
859ecf2a34
VizTooltips: Render data links only when anchored ( #83737 )
2024-02-29 17:28:37 -06:00
Tim Levett
88ebef5cba
Transformations: Add substring matcher to the 'Filter by Value' transformation ( #83548 )
2024-02-29 16:59:40 -06:00
Ryan McKinley
74115f1f08
Chore: fix apiserver integration tests ( #83724 )
...
Co-authored-by: Todd Treece <todd.treece@grafana.com>
2024-02-29 14:58:49 -08:00
Todd Treece
d7b031f318
Chore: Update Makefile to support go workspace ( #83549 )
2024-02-29 17:22:18 -05:00
Leon Sorokin
42b55aedbc
DataLinks: Handle getLinks() regen during data updates and frame joining ( #83654 )
2024-02-29 21:46:53 +02:00
Andreas Christou
c9d8d8713b
CI: Bump alpine
image version ( #83716 )
...
Bump image version
2024-02-29 18:00:21 +00:00
Josh Hunt
d21a61752f
Docs: Mention nvm in contribute docs ( #83709 )
...
Mention nvm in contribute docs
2024-02-29 19:43:00 +02:00
Spencer Torres
098c611b65
Docs: add ClickHouse to exploring logs/traces page ( #83178 )
2024-02-29 19:30:40 +02:00
JERHAV
b2cb8d8038
CloudWatch: Remove unnecessary sortDimensions function ( #83450 )
...
Remove sortDimension
Closes #83338
2024-02-29 08:54:37 -08:00