renovate[bot]
a940bb87be
Update dependency msw to v2.3.5
2024-08-02 09:32:44 +00:00
Tom Ratcliffe
1d96cd8ed9
Alerting: Use cloud notifier types for metadata on Cloud AMs ( #91054 )
2024-08-02 10:30:39 +01:00
Ashley Harrison
ce8f5b5e1a
Navigation: Fix <Portal>
when bodyScrolling
is enabled ( #91335 )
...
fix portal when bodyScrolling is enabled
2024-08-02 10:29:51 +01:00
renovate[bot]
25b65d96c7
Update dependency browserslist to v4.23.3
2024-08-02 08:38:53 +00:00
renovate[bot]
7d06a17038
Update dependency @grafana/faro-web-tracing to v1.9.0 ( #91406 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 09:16:10 +01:00
minuchi
d03aad8b2c
Docs: Update subtitle in Loki datasource documentation to fix link issue ( #91454 )
2024-08-02 08:51:27 +01:00
Gabriel MABILLE
8988e04044
RBAC: Add permission registry ( #91247 )
...
* RBAC: Permission registry
* Populate permission registry
* Wire
* conflic_user_cmd
* Update pkg/services/accesscontrol/permreg/permreg_test.go
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* PR feedback
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* Remove ToDo, tackle in subsequent PR
---------
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2024-08-02 09:32:06 +02:00
Ryan McKinley
391284bb33
Storage: Improve (some) error handling ( #91373 )
2024-08-02 10:27:10 +03:00
Nathan Marrs
b63694d75f
XYChart: Promote to generally available ( #91417 )
2024-08-01 16:54:36 -07:00
Isabel Matwawana
21e40908fe
Docs: time series overall edit ( #91220 )
...
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
2024-08-01 16:58:53 -04:00
Leon Sorokin
7c0ee6ebe4
Heatmap: Skip null values instead of treating as 0 ( #91424 )
2024-08-01 15:40:43 -05:00
Larissa Wandzura
6efd52eac8
Docs: Updates to Traces in Explore doc ( #90774 )
...
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
2024-08-01 13:54:00 -05:00
Alexander Akhmetov
3952f627eb
Alerting: Parse secret fields case-insensitively when creating or updating a contact point ( #90968 )
...
* Alerting: Handle case-insensitive secret fields in contact point settings
2024-08-01 19:03:47 +02:00
Yuri Tseretyan
e231211234
Alerting: Fix permissions for prometheus rule endpoints ( #91409 )
2024-08-01 13:01:00 -04:00
Alyssa (Bull) Joyner
c0f01c30c8
Add CockroachDB as an enterprise data source ( #90860 )
2024-08-01 10:59:40 -06:00
Joao Silva
dbb64b3ff0
Icons: Cache Bookmark icons ( #91332 )
2024-08-01 17:27:44 +01:00
William Wernert
a1ee84f757
Alerting: Remove duplicate tracing middleware from prom writer ( #91353 )
...
Remove duplicate tracing middleware from prom writer
2024-08-01 11:57:14 -04:00
Ieva
2e2ddc5c42
Folders: Allow folder editors and admins to create subfolders without any additional permissions ( #91215 )
...
* separate permissions for root level folder creation and subfolder creation
* fix tests
* fix tests
* fix tests
* frontend fix
* Update pkg/api/accesscontrol.go
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* fix frontend when action sets are disabled
---------
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
2024-08-01 18:20:38 +03:00
renovate[bot]
85e2ea2488
Update dependency @grafana/faro-web-sdk to v1.9.0 ( #91403 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 18:07:34 +03:00
renovate[bot]
cd4aaab848
Update dependency @grafana/faro-web-sdk to v1.9.0 ( #91400 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 15:48:46 +01:00
renovate[bot]
882cb70bdf
Update dependency @grafana/faro-core to v1.9.0 ( #91398 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 17:07:32 +03:00
Andrej Ocenas
04d8f0f063
Runtime: Add provider and access hook for location service ( #90759 )
2024-08-01 15:59:20 +02:00
Brendan O'Handley
e39a131110
Prometheus: Add group function to aggregations ( #91363 )
...
add group function to aggregations
2024-08-01 08:58:12 -05:00
renovate[bot]
ad7b532932
Update dependency @grafana/scenes to v5.7.3
2024-08-01 13:47:47 +00:00
grafana-pr-automation[bot]
fb4a4d62c3
I18n: Download translations from Crowdin ( #91397 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-01 16:44:41 +03:00
Tom Ratcliffe
17067824fb
Alerting: Conditionally use k8s API for simplified routing contact points selector ( #90901 )
2024-08-01 14:41:40 +01:00
Gabriel MABILLE
c76d1e04e8
Authz: Fix on-prem grpc authentication ( #91341 )
...
* Authz: Fix on-prem grpc authentication
Co-authored-by: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com>
* Remove noAuth override
---------
Co-authored-by: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com>
2024-08-01 16:30:13 +03:00
renovate[bot]
d8245966a4
Update dependency rc-cascader to v3.27.0 ( #91396 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 16:25:47 +03:00
Josh Hunt
024e839aae
Chore: Fix Crowdin Download action failing consistently ( #91394 )
2024-08-01 14:25:33 +01:00
Leonor Oliveira
fb9903ed7c
Allow to watch from the dual writer ( #91375 )
...
* Allow to watch from the dual writer
* Remove comments
* Lint
2024-08-01 15:09:51 +02:00
Alexander Akhmetov
a32854549c
Alerting: Support median in reduce expressions ( #91119 )
...
* Alerting: support median in reduce expressions
2024-08-01 15:04:17 +02:00
Ashley Harrison
66bfb31d8e
Tooltip: Handle case where document.body
is the scrolling element ( #91385 )
...
* handle case where body is the scrolling element
* use instanceof Node instead
2024-08-01 13:34:23 +01:00
renovate[bot]
2cccde932c
Update dependency knip to v5.27.0 ( #91392 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 15:23:04 +03:00
Ashley Harrison
7a9a34629b
tidy up styles + fix docked menu overlaying popovers ( #91380 )
2024-08-01 13:16:45 +01:00
renovate[bot]
aa6e9379bf
Update dependency i18next to v23.12.2 ( #91383 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 15:12:30 +03:00
Josh Hunt
a547b38643
Docs: Update defaults.ini for new faro option ( #91384 )
2024-08-01 13:54:39 +03:00
jackyin
d11f8c7bc3
Plugins: Ensure grafana cli can install multiple plugin dependencies ( #91230 )
...
* fix cli can only install one dep
* handle error
2024-08-01 11:47:11 +01:00
renovate[bot]
796f2994f9
Update dependency eslint-plugin-jsx-a11y to v6.9.0 ( #91374 )
...
* Update dependency eslint-plugin-jsx-a11y to v6.9.0
* ignore new violation and add comment to fix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-08-01 13:34:02 +03:00
renovate[bot]
bda56de7d6
Update dependency html-loader to v5.1.0 ( #91381 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 13:31:31 +03:00
renovate[bot]
596c08e8f4
Update dependency eslint-plugin-react to v7.35.0 ( #91378 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 11:11:09 +01:00
renovate[bot]
6cda2f67de
Update dependency eslint-plugin-jsdoc to v48.10.2 ( #91370 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 11:46:59 +03:00
renovate[bot]
0590a42895
Update dependency eslint-plugin-jest to v28.6.0 ( #91343 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 09:28:51 +01:00
Georges Chaudy
36c2e0cfae
unifiedStorage: sort by namespace/name ASC ( #91314 )
...
* unified: sort by key asc
* sort by key
* keep tests commented
2024-08-01 08:27:01 +00:00
Kim Nylander
a77ff98d3f
Update traces to metrics doc ( #90916 )
2024-08-01 08:38:47 +01:00
Dominik Prokop
14c4bb6f87
TemplateSrv: Add test case for SafeSerializableSceneObject ( #90808 )
...
* TemplateSrv: Add test case for SafeSerializableSceneObject
* Update dashboard data source to use scoped vars scene object valueOf
2024-08-01 09:38:15 +02:00
renovate[bot]
9e3fd443f2
Update dependency esbuild-loader to v4.2.2 ( #91338 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 09:36:52 +02:00
Drew Slobodnjak
e6531d0ecd
Table: Fix negative numbers during rtl styling ( #91347 )
...
* Table: fix negative numbers during rtl styling
* revert field config unit check as it is no longer needed with fix implemented in this PR
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-07-31 15:28:24 -07:00
Isabella Siu
19585c9491
CloudWatch: Update grafana-aws-sdk for updated metrics ( #91364 )
2024-07-31 17:40:08 -04:00
Todd Treece
e890279dcf
Chore: Add go work sync to workspace update ( #91360 )
2024-08-01 00:06:05 +03:00
Charandas
a3d3f9a1e4
Revert "Identity: Remove id token from extra info ( #91169 )" ( #91350 )
...
This reverts commit 10170cb839
.
2024-07-31 21:27:46 +03:00