Darren Janeczek
a39501f9d5
chore: update datatrails feature flag and enable ( #85508 ) ( #85822 )
...
* chore: update datatrails feature flag and enable
* fix: rename `datatrails` feature flag to `exploreMetrics`
(cherry picked from commit 66c0fd4dcc )
2024-04-11 14:38:14 +01:00
grafana-delivery-bot[bot]
31cc5a9634
[v11.0.x] Dashboard: Allow auto refresh option when saving a dashboard ( #85922 )
2024-04-11 11:50:25 +02:00
Misi
e2e9434cb4
[v11.0.x] Auth: Convert SetDefaultOrgHook to PostLoginHook ( #85664 )
...
Auth: Convert SetDefaultOrgHook to PostLoginHook (#85649 )
* Convert SetDefaultOrgHook to PostLoginHook
(cherry picked from commit 8796d2d307 )
2024-04-08 11:38:32 +03:00
grafana-delivery-bot[bot]
657a6c2288
[v11.0.x] Applinks: Adds grafana-lokiexplore-app to Explore -> Logs section ( #85216 )
...
Applinks: Adds `grafana-lokiexplore-app` to `Explore -> Logs` section (#85200 )
(cherry picked from commit e284812796 )
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2024-04-05 13:00:50 +02:00
grafana-delivery-bot[bot]
fce5a26144
[v11.0.x] RBAC: Fix access checks for interactions with RBAC roles in hosted Grafana ( #85520 )
...
RBAC: Fix access checks for interactions with RBAC roles in hosted Grafana (#85485 )
* don't check global permissions for cloud instances
* linting
(cherry picked from commit beb15d938b )
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
2024-04-03 14:16:50 +01:00
grafana-delivery-bot[bot]
ed1485fa95
[v11.0.x] RBAC: Fix slow user permission search query on MySQL ( #85410 )
...
RBAC: Fix slow user permission search query on MySQL (#85058 )
* Bench testing search user perm
* Add BenchmarkSearchUsersPermissions_1K_1K
* Clarify benchmark searches by action prefix
* Make MySQL more efficient
* Move all filter options
* Expand after assignments union
* update comments
(cherry picked from commit 5e48804364 )
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
2024-04-02 09:52:02 +02:00
grafana-delivery-bot[bot]
0c254bd5e5
[v11.0.x] Plugins: Set correct PDC config values for proxy requests ( #85414 )
...
Plugins: Set correct PDC config values for proxy requests (#85412 )
pass appropriate values
(cherry picked from commit 22fe7b067c )
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
2024-03-29 21:51:56 +02:00
Will Browne
7bec323d23
[v11.0.x] Plugins: Send PDC file paths and contents for backwards compatibility ( #85411 )
...
Plugins: Send PDC file paths and contents for backwards compatibility (#85287 )
* send paths and contents
* go work sync
(cherry picked from commit 1a0ac381eb )
2024-03-29 12:14:39 -07:00
grafana-delivery-bot[bot]
e1dcc847d0
[v11.0.x] RBAC: handle partially resolved scopes ( #85333 )
...
RBAC: handle partially resolved scopes (#85323 )
* RBAC: handle partially resolved scopes
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
(cherry picked from commit 5dd98a0fd5 )
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2024-03-28 16:09:16 +01:00
grafana-delivery-bot[bot]
bd10c543a8
[v11.0.x] Alerting: Fix receiver inheritance when provisioning a notification policy ( #85193 )
...
Alerting: Fix receiver inheritance when provisioning a notification policy (#82007 )
Terraform Issue: grafana/terraform-provider-grafana#1007
Nested routes should be allowed to inherit the contact point from the root (or direct parent) route but this fails in the provisioning API (it works in the UI)
(cherry picked from commit 2188516a21 )
Co-authored-by: Julien Duchesne <julien.duchesne@grafana.com >
2024-03-26 18:54:38 +02:00
grafana-delivery-bot[bot]
27f492a572
[v11.0.x] Access control: Improve annotation delete performance ( #85151 )
...
Access control: Improve annotation delete performance (#85068 )
* Access control: Improve annotation delete performance
* simplify query string
* Refactor
* remove unnecessary join
(cherry picked from commit 02606be3ed )
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com >
2024-03-26 13:09:33 +02:00
Karl Persson
48fd6f066f
SigningKeys: Add added_at when creating new signing key ( #85060 )
2024-03-26 10:02:34 +00:00
Ryan McKinley
62f97deee8
SQLStore: Cleanup migrationLocking ( #85054 )
2024-03-26 10:02:34 +00:00
Charandas
295f145f23
K8s: file storage - add sync around resource version (RV) management ( #84694 )
2024-03-26 10:02:34 +00:00
Brendan O'Handley
c40708ffab
Prometheus: Use frontend package in Prometheus DS with a feature toggle ( #84397 )
...
* add feature toggle usePrometheusFrontendPackage
* add feature toggle logic to Prometheus module
* use config editor with package and remove configOverhaul feature toggle
* update betterer because we will be removing other files as we replace with files from @grafana/prometheus
* fix exemplar ds picker selector
* add more description to ts-ignore
* remove go.work.sum change
* copy go.work.sum from main
* update go.work.sum after talking with ismail
* put back the promlib entry
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2024-03-26 10:02:34 +00:00
Matthew Jacobson
ecce0d7498
Alerting: Stop persisting silences and nflog to disk ( #84706 )
...
With this change, we no longer need to persist silence/nflog states to disk in addition to the kvstore
2024-03-26 10:02:34 +00:00
Yuri Tseretyan
2480fed0f5
Alerting: Editor role can access all provisioning API ( #85022 )
2024-03-26 10:02:34 +00:00
grafana-delivery-bot[bot]
30054b3f7b
[v11.0.x] Public dashboards: fix public dashboard permissions so that annotations are displayed ( #85112 )
...
Public dashboards: fix public dashboard permissions so that annotations are displayed (#85091 )
* fix public dashboard anonymous user permissions so they include the new annotation permissions
* test fix
(cherry picked from commit df40e13333 )
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
2024-03-26 09:03:04 +00:00
Yuri Tseretyan
b9abb8cabb
Alerting: Update provisioning API to support regular permissions ( #77007 )
...
* allow users with regular actions access provisioning API paths
* update methods that read rules
skip new authorization logic if user CanReadAllRules to avoid performance impact on file-provisioning
update all methods to accept identity.Requester that contains all permissions and is required by access control.
* create deltas for single rul e
* update modify methods
skip new authorization logic if user CanWriteAllRules to avoid performance impact on file-provisioning
update all methods to accept identity.Requester that contains all permissions and is required by access control.
* implement RuleAccessControlService in provisioning
* update file provisioning user to have all permissions to bypass authz
* update provisioning API to return errutil errors correctly
---------
Co-authored-by: Alexander Weaver <weaver.alex.d@gmail.com >
2024-03-22 15:37:10 -04:00
Sofia Papagiannaki
33b653534e
SQLStore: Enable migration locking by default ( #84983 )
...
* Introduce new configuration for migration locking
* Remove feature toggle
* Fix test and turn it into an integration
* Fix docs
2024-03-22 21:22:29 +02:00
Matthew Jacobson
980b9a62c6
Alerting: Enable simplified routing FF by default ( #84856 )
2024-03-22 13:45:20 -04:00
Ezequiel Victorero
c57c033522
Snapshots: Viewers can not create a Snapshot ( #84952 )
2024-03-22 14:31:01 -03:00
Yuri Tseretyan
e138ae3eb9
Alerting: Improve openAPI specification and docs for export endpoints ( #85008 )
2024-03-22 18:25:27 +02:00
Eric Leijonmarck
2f7fd729ef
Auth: Enable case insensitive logins/emails by default ( #84840 )
...
* wip
* wip
* wip
* wip postgres tests
2024-03-22 16:45:18 +01:00
Leon Sorokin
d7fa99e2df
XYChart: Refactor to new model (behind feature toggle) ( #82499 )
...
Co-authored-by: drew08t <drew08@gmail.com >
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com >
2024-03-22 10:44:37 -05:00
Juan Cabanas
8d4ca72f2a
PublicDashboards: Scene migration ( #84409 )
2024-03-22 11:48:21 -03:00
Eric Leijonmarck
bb792ff540
Auth: Remove oauth skip org role sync ( #84972 )
...
* remove oauth wide skip org role sync
* we are warning from config
* set it to false
* removed from config ini files and updated docs
2024-03-22 15:34:05 +01:00
Jean-Philippe Quéméner
f2c7023fe6
fix(alerting): use uid and not rand() in tests for title ( #85001 )
2024-03-22 16:26:09 +02:00
Santiago
a2facbecd4
Alerting: Implement ApplyConfig for remote primary mode (forked AM) ( #84811 )
...
* Alerting: Implement ApplyConfig for remote primary mode (forked AM)
* add TODO for saving the config hash in other config-related methods
* fix bad method receiver name (m -> am)
* tests
* add mutex
* remove sync loop
2024-03-22 15:17:41 +01:00
Karl Persson
f5692f06a5
FeatureToggles: Remove unused feature flag ( #84988 )
...
Remove unused flag
2024-03-22 14:30:58 +01:00
Serge Zaitsev
df2d0574c1
Chore: Enable nestedFolders by default ( #84631 )
...
* Enable nestedFolders by default
* Make nestedFolders GA
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com >
* regenerate files
* also update docs
* skip failing test
---------
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com >
2024-03-22 14:13:43 +01:00
Will Browne
b765c21d4c
Plugins: Pass PDC file contents in requests ( #84783 )
...
* Plugins: Pass PDC file contents in requests
* go mod tidy
* undo go.mod changes
* fix linter
* fix tests
* undo unnecessary changes
* update dep
* join with comma
* update naming
* bump SDK
2024-03-22 13:52:24 +01:00
Marcus Efraimsson
488bbaacab
Chore: Remove unused dependenices in plugin client middlewares ( #84624 )
...
* Chore: Remove unused dependenices in plugin client middlewares
* refactor logger middleware to remove cfg dependency
* hack to make tracing work in api group builders
2024-03-22 12:54:35 +01:00
Giuseppe Guerra
ef5d71711a
Plugins: Enable feature toggle enablePluginsTracingByDefault by default ( #84645 )
...
* Enable feature flag enablePluginsTracingByDefault by default
* re-generate feature toggles
2024-03-22 11:22:36 +02:00
Agnès Toulet
4f8b14ebf4
FeatureToggle: Update newPDFRendering to public preview ( #84883 )
...
FeatureToggle: update newPDFRendering to public preview
2024-03-22 09:50:53 +01:00
Ieva
9772ed6526
RBAC: Enable annotation permission update by default ( #84787 )
...
* display teams to team reader if they also have the access to list team permissions
* fix a typo in the docs
* enable annotationPermissionUpdate by default
* update wording
2024-03-22 00:45:23 +02:00
Pepe Cano
2d6586952d
Alerting: Add placeholder to the Email Contact Point Message ( #84064 )
2024-03-21 13:03:12 -04:00
Ivan Ortega Alba
33f9e8554d
GenAI: Autogenerate title and description for panels and dashboards ( #84933 )
2024-03-21 17:58:27 +01:00
Giuseppe Guerra
eb31f71f60
Plugins: Enable feature toggle pluginsDynamicAngularDetectionPatterns by default ( #84723 )
...
* Enable feature toggle pluginsDynamicAngularDetectionPatterns by default
* Change backgroundJobInterval to 24h
* re-generate feature toggles
* Use different intervals for cloud vs on-prem
* temporarily switch interval log to info level
* debug level again
* Simplify provideDynamic for tests
* re-generated feature toggles files
* PR review feedback
* PR review feedback: removed dependency from plugin management config
2024-03-21 18:22:06 +02:00
Marcus Efraimsson
6c1de260a2
API Server: Standalone observability ( #84789 )
...
Adds support for logs (specify level), metrics (enable metrics and Prometheus /metrics endpoint
and traces (jaeger or otlp) for standalone API server. This will allow any grafana core service
part of standalone apiserver to use logging, metrics and traces as normal.
2024-03-21 17:06:32 +01:00
Xavi Lacasa
a813046f3d
Better tracing during extSvcAcc registration ( #84719 )
2024-03-21 16:41:10 +01:00
Giuseppe Guerra
3387132b9b
Build: Add "gen-feature-toggles" Makefile target ( #84803 )
...
* Add Makefile target "make gen-feature-toggles" to generate feature toggles files
* Better output for gen-feature-toggles
2024-03-21 12:04:49 +01:00
Matthew Jacobson
fbd057b258
Alerting: Stop returning autogen routes for non-admin on api/v2/status ( #84864 )
...
* Alerting: Stop returning autogen routes for non-admin on api/v2/status
* Improve api/v2/status integration tests for user roles
2024-03-20 22:04:35 +02:00
William Wernert
6d16cf2699
Alerting: Marshal incoming json.RawMessage in diff ( #84692 )
...
This will ensure the encoding is correct when comparing
to the existing rule.
2024-03-20 13:10:39 -04:00
Yuri Tseretyan
04c9f459ec
Alerting: do not check for folder in file provisioning ( #84822 )
...
provide nil folder service in file provisioning
2024-03-20 10:39:03 -04:00
Ida Štambuk
18eac9df9e
Feature toggles: Remove redshiftAsyncQueryDataSupport and athenaAsyncQueryDataSupport toggles ( #84653 )
2024-03-20 15:14:21 +01:00
Andres Martinez Gotor
a705ff7892
API Server: refactor plugin ID handling ( #84753 )
2024-03-20 13:49:19 +01:00
George Robinson
f3e5ad00d6
Remove extra defers in screenshot sevice ( #84697 )
2024-03-20 07:13:16 +00:00
Yuri Tseretyan
e593d36ed8
Alerting: Update rule access control to explicitly check for permissions "alert.rules:read" and "folders:read" ( #78289 )
...
* require "folders:read" and "alert.rules:read" in all rules API requests (write and read).
* add check for permissions "folders:read" and "alert.rules:read" to AuthorizeAccessToRuleGroup and HasAccessToRuleGroup
* check only access to datasource in rule testing API
---------
Co-authored-by: William Wernert <william.wernert@grafana.com >
2024-03-19 22:20:30 -04:00
Andreas Christou
6bb7ab261a
AzureMonitor: User authentication support ( #81918 )
...
* Stub out frontend user auth
* Stub out backend user auth
* Add context
* Reorganise files
* Refactor app registration form
* Alert for user auth service principal credentials
* AzureMonitor: Add flag for enabling/disabling fallback credentials for current user authentication (#82332 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Update azure-sdk
* Fix lint
* Update test
* Bump dependency
* Update configuration
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Docs review
* AzureMonitor: User authentication frontend updates (#83107 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Fix bug in authTypeOptions
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com >
* Update public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com >
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com >
* Add documentation links
* Fix broken link
---------
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com >
* AzureMonitor: Update docs for current user authentication (#83440 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Update docs
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Feedback
* Spelling
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
* Docs review
* Update docs with additional configuration information
* Fix to appropriately hide the query editor
* Typo
* Update isCredentialsComplete
* Update test
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com >
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
2024-03-19 16:32:24 +00:00