Claudiu Dragalina-Paraipan
a6c977ba4d
Merge branch 'main' into drclau/unistor/replace-authenticators-3
2024-09-24 17:35:03 +03:00
Claudiu Dragalina-Paraipan
fb7bbf743b
unistor client side updates
2024-09-24 17:34:36 +03:00
renovate[bot]
8da1d78c92
Update dependency @grafana/faro-web-tracing to v1.10.0 ( #93666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-24 15:16:26 +01:00
Jihoon Park
4290d0e459
Docs: fix typo in developers/http_api/data_source.md ( #93650 )
2024-09-24 14:08:43 +00:00
Piotr Jamróz
813e1c1364
Correlations: Limit access to correlations page to users who can access Explore ( #93519 )
...
Correlations: Limit access to correlations page to users who can access Explore
2024-09-24 16:02:02 +02:00
Joey
d30dc3ad50
TraceView: Fix for toString() usage in span filters ( #93648 )
...
Fix for toString() usage
2024-09-24 14:47:22 +01:00
Torkel Ödegaard
ae6ea459b9
DashboardScene: Do not add hide flags to URL ( #93641 )
...
* DashboardScene: Do not add hide flags to URL
* Update
2024-09-24 15:24:56 +02:00
Karl Persson
c28b37a67b
RBAC: Add option to skip rbac check for specified verbs ( #93654 )
...
* Add option to skip rbac check for specified verbs
2024-09-24 15:13:04 +02:00
renovate[bot]
b04799dab9
Update dependency @types/node to v20.16.6
2024-09-24 12:58:22 +00:00
Will Browne
52f8cecd4a
Plugins: Add state logs for plugin client retrieval ( #93630 )
...
* add state to grpc plugin
* tidy
* fix lint
* fix issues
* return true
* use defer
* update err message
2024-09-24 15:55:02 +03:00
Ashley Harrison
a54308138f
Navigation: Remove bodyScrolling
toggle and make it default ( #93652 )
...
* remove bodyScrolling toggle and make it default
* fix e2e tests
2024-09-24 13:23:18 +01:00
Oscar Kilhed
7f7fed8c3c
Playlists: Check if playlist is playing before reloading for assets ( #93605 )
...
* Check if playlist is playing before updating
* add tests
2024-09-24 14:00:03 +02:00
Torkel Ödegaard
f04e032cf1
FieldOverrides: Clear displayName caching after applying field overrides ( #93651 )
...
* FieldOverrides: Clear displayName caching after applying field overrides
* Remove old comment
2024-09-24 13:51:02 +02:00
renovate[bot]
5193318c56
Update dependency @types/lodash to v4.17.9
2024-09-24 11:47:46 +00:00
Jean-Philippe Quéméner
bfc6c032c4
refactor(alerting): remove transformation that is now done by the querier ( #93660 )
2024-09-24 14:46:03 +03:00
renovate[bot]
314f770a71
Update Yarn to v4.5.0 ( #93626 )
...
* Update Yarn to v4.5.0
* commit new version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-09-24 14:03:04 +03:00
Todd Treece
3221f493f9
K8s: Prevent registration of frontend datasources ( #93635 )
2024-09-24 06:39:11 -04:00
Vitaly Orlov
4e93e2c7f1
Jaeger: Add references to trace view UI ( #92607 )
...
* Jaeger: Add references to trace view UI
* Fixes
* Fix tests
---------
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
2024-09-24 12:38:13 +02:00
Victor Marin
764ec264c8
Fix deps on panel options ( #93647 )
2024-09-24 13:23:00 +03:00
grafana-pr-automation[bot]
2ceb3c699d
I18n: Download translations from Crowdin ( #93322 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-24 13:19:39 +03:00
renovate[bot]
fa25b10bf8
Update dependency @floating-ui/react to v0.26.24 ( #93580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-24 09:58:58 +01:00
Claudiu Dragalina-Paraipan
a28440c40b
Merge branch 'main' into drclau/unistor/replace-authenticators-3
2024-09-24 10:45:09 +03:00
Gabriel MABILLE
6b89e3f711
go.mod: Authlib update ( #93642 )
2024-09-24 09:41:52 +02:00
Torkel Ödegaard
6c63aec586
Calendar/TimePickers: By default use the system/user start of week ( #93464 )
...
Calendar: Should automatically use user or system start of week
2024-09-24 08:19:55 +02:00
Claudiu Dragalina-Paraipan
a8b07b0c81
[authn] use authlib client+interceptors for in-proc mode ( #93124 )
...
* Add authlib gRPC authenticators for in-proc mode
* implement `StaticRequester` signing in the unified resource client
- [x] when the `claims.AuthInfo` value type is `identity.StaticRequester`, and there's no ID token set, create an internal token and sign it with symmetrical key. This is a workaround for `go-jose` not offering the possibility to create an unsigned token.
- [x] update `IDClaimsWrapper` to support the scenario above
- [x] Switch to using `claims.From()` in `dashboardSqlAccess.SaveDashboard()`
---------
Co-authored-by: gamab <gabriel.mabille@grafana.com>
2024-09-24 09:03:48 +03:00
Charandas
db97da3465
K8s: handle multiple versions of the same group in standalone mode ( #93199 )
2024-09-23 19:07:52 -07:00
Matthew Jacobson
e699348d39
Alerting: Managed receiver resource permission in provisioning ( #93631 )
...
* Alerting: Managed receiver resource permission in provisioning
2024-09-23 17:52:14 -04:00
Brian Gann
5c9486afbc
area/configuration: adds docs for actions_allow_post_url security option ( #93629 )
...
adds docs for actions_allow_post_url security option
2024-09-23 15:41:29 -04:00
owensmallwood
4c8f6b742b
Grafana: Skip flaky test influxdb ( #93627 )
...
* skip flaky test
* remove slack link
2024-09-23 21:37:13 +03:00
Matthew Jacobson
6652233493
Alerting: Managed receiver resource permission in receiver_svc ( #93556 )
...
* Alerting: Managed receiver resource permission in receiver_svc
2024-09-23 21:12:25 +03:00
renovate[bot]
ff37d477fd
Update dependency react-select to v5.8.1
2024-09-23 17:15:58 +00:00
brendamuir
5a1a3204c9
Alerting docs: adds ha-advertise-address to alerting docs ( #93303 )
...
* Alerting docs: adds ha-advertise-address to alerting docs
* Change description of setting [ha_advertise_address]
---------
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
2024-09-23 19:14:34 +02:00
Will Browne
7cd546238b
Revert "Plugins: Add logs for plugin proto client retrieval" ( #93617 )
...
Revert "Plugins: Add logs for plugin proto client retrieval (#93527 )"
This reverts commit ccf6fbebfa
.
2024-09-23 19:26:02 +03:00
renovate[bot]
eee7270b07
Update dependency rc-tooltip to v6.2.1
2024-09-23 19:19:24 +03:00
antonio
f16f0c2e46
autotriager:update commands.json ( #93613 )
...
autotriager:updated commands.json
2024-09-23 18:55:48 +03:00
Adela Almasan
d630e9bcb3
Chore: Update Action interface ( #93248 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-09-23 10:41:05 -05:00
renovate[bot]
026748a5ab
Update dependency rc-slider to v11.1.6
2024-09-23 18:38:45 +03:00
Alexander Zobnin
5e713673e1
Annotations: Optimize search by tags ( #93547 )
...
* Annotations: Optimize search on large number of dashboards
* refactor
* fix batch size
* Return early if no annotations found
* revert go.mod
* return nil in case of error
* Move default limit to the API package
* fix empty access control filter
* Set default limit to 100
* optimize query when number of annotations is less than limit
* Update pkg/services/annotations/annotationsimpl/annotations.go
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* remove limit from store since it's set in API
* set default limit in Find method (do not break tests)
* Only add limit to the query if it's set
* use limit trick for all searches without dashboard filter
* set default page if not provided
---------
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2024-09-23 17:29:29 +02:00
linoman
5bc7a47ecb
Auth: Update extra_hosts property ( #93545 )
...
Update extra_hosts property
2024-09-23 17:21:09 +02:00
renovate[bot]
f314220be1
Update dependency postcss to v8.4.47
2024-09-23 15:18:40 +00:00
Misi
d6f4246f77
Docs: Update SAML docs ( #93379 )
...
SAML docs update
2024-09-23 17:16:53 +02:00
renovate[bot]
a20a0debf7
Update dependency msw to v2.4.9
2024-09-23 14:59:01 +00:00
Gabriel MABILLE
7714b65f32
Cfg: Deduplicate DefaultOrgID
code ( #93588 )
...
Cfg: Expose DefaultOrgID function
2024-09-23 16:50:11 +02:00
renovate[bot]
d38e2feab9
Update dependency knip to v5.30.5
2024-09-23 17:33:16 +03:00
Juan Cabanas
cedd66cefc
ShareDrawer: Export as JSON code editor fix ( #93593 )
2024-09-23 16:31:23 +02:00
owensmallwood
8bbfbc61be
Unified Storage: Adds a few readme updates from issues I ran into with local dev ( #93553 )
...
adds a few readme updates from issues I ran into with local dev
2024-09-23 08:25:19 -06:00
Mat Ryer
b9d325884b
update 'Simplified exploration' page ( #93565 )
...
* update 'Simplified exploration' page
* removed extra 'Explore' heading, which is a little confusing in this context
* simplified the intro text to sound more like the rest of the docs
* Update docs/sources/explore/simplified-exploration/_index.md
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
2024-09-23 10:21:24 -04:00
Alexa V
067ea66cbb
Dashboard: Annotations - Fix issue of angularEditorLoader
when angular is not supported ( #93583 )
...
Dashboard: Annotations - Fix issue of angularEditorLoader when angular is not supported
2024-09-23 16:17:59 +02:00
renovate[bot]
1a13e7fd95
Update dependency @types/systemjs to v6.15.1
2024-09-23 14:11:17 +00:00
Premkumar Chalmeti
ac9015bb2f
Update _index.md ( #93572 )
...
Updated `grafana.ini` file path for macOS apple sillicon
2024-09-23 09:10:36 -05:00