Misi
9e3094d68e
Auth: Update improvedExternalSessionHandling feature toggle status and info ( #98598 )
...
Update feature toggle
2025-01-07 15:14:35 +01:00
Esteban Beltran
92fb6e765f
Chore: Use auto-triager github action directly and pass labels and prompts files ( #98602 )
...
* Add auto triager files and use them in the auto-triager github action
* add auto-triager file to codeowners
2025-01-07 15:04:20 +01:00
Tobias Skarhed
976cfcbf4f
Combobox: Add description support ( #98593 )
...
* Support multiple sizes
* Add support for multi
* add a longer description to test clipping
---------
Co-authored-by: joshhunt <josh@trtr.co>
2025-01-07 15:59:58 +02:00
Juan Cabanas
f9c2a5fae9
Reporting: Disable lazy loading for panels ( #98065 )
2025-01-07 10:55:03 -03:00
Ashley Harrison
87b250d7e2
Time Picker: Fix "Fiscal year start month" selection behaviour ( #98576 )
...
don't close overlay when interacting with portal elements (e.g. dropdowns)
2025-01-07 13:43:42 +00:00
Matias Chomicki
ea5b9fdc97
Logs Panel: fix automatic scrolling for ascending order ( #98579 )
2025-01-07 14:10:54 +01:00
Alexander Zobnin
7e5cb7d8d6
Zanzana: Refactor fixed roles (use global store) ( #97884 )
...
* Zanzana: Pass contextual tuples for authorization
* global reconciler for fixed roles
* inject tuples from global store
* fix adding contextual tuples
* cleanup
* don't error on auth context fail
* add todo
* add context for List
* add caching
* remove unused
* use constant for global namespace
* Rename global namespace to cluster namespace
2025-01-07 13:49:55 +01:00
Pepe Cano
9558a25ebe
Alerting text: rename Affected alert rule instances
( #98369 )
...
* Alerting text: rename `Affected alert rule instances`
* Update docs/sources/alerting/configure-notifications/create-silence.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2025-01-07 13:38:21 +01:00
Joao Silva
878f5957fb
MultiCombobox: Add loading, invalid and disabled states ( #98423 )
2025-01-07 11:47:54 +00:00
Tom Ratcliffe
96e8748266
Alerting: Attempt to improve flakiness of labels field tests ( #98587 )
2025-01-07 11:36:53 +00:00
Ashley Harrison
c6b73d8aad
Chore: ignore automatic updates to react-router
( #98512 )
...
ignore automatic updates to react-router (this is a large manual task)
2025-01-07 11:18:53 +00:00
Ryan McKinley
c766201025
K8s/OpenAPI: remove unnecessary x-kubernetes-group-version-kind ( #98578 )
2025-01-07 04:53:54 -06:00
Tobias Skarhed
e9be53b1d6
MultiCombobox: Use virtualized list ( #98318 )
...
* List virtualization
* Remove lgos
* Fix onBlur and highlighted item
* Remove unnecessary blur values
* Mock getBoundingClientRect
* Add story for many options
* Fix PR feedback
2025-01-07 11:38:13 +01:00
renovate[bot]
6952bf473f
Update Yarn to v4.6.0 ( #98562 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 09:47:36 +00:00
Ryan McKinley
b506fcb11c
K8s: Fix the gitVersion response (required for kubectl) ( #98571 )
2025-01-07 11:43:19 +02:00
John Naizer
79d565f285
OAuth: Support client_secret_jwt for oauth providers when doing token exchange ( #95455 )
...
* added backend support for client_secret_jwt
* added backend support for client_secret_jwt
* added all logic to the exchange function (overloaded social exchange in azuread_oauth to handle managed identity client id)
* ran yarn install to update lock file
* added support for client_secret_jwt when managed_identity_client_id is null
* added audience flag and changed exchange to directly access oauth config using .info
* added logic in setting oauth.Config for supported client authentication values
* added client_authentication, managed_identity_client_id, and audience to sample.ini file
* using provided ctx in ManagedIdentityCallback function
* added frontend support for federated identity credential auth
* added client authentication field
* added Azure AD documentation for Grafana
* added bold font to "Add" keyword in documentation
* minor wording change relating to previous commit
* addressed changing audience to federated_credential_audience, moving validation, and changing managedIdentityCallback to private function
* correction to audience name changing
* fixed orgMappingClientAuthentication function name, and added in logic into validateFederatedCredentialAudience function
* Change docs
* Add iam team as owner of azcore pkg
* added backend support for client_secret_jwt
* added all logic to the exchange function (overloaded social exchange in azuread_oauth to handle managed identity client id)
* ran yarn install to update lock file
* added support for client_secret_jwt when managed_identity_client_id is null
* added audience flag and changed exchange to directly access oauth config using .info
* added logic in setting oauth.Config for supported client authentication values
* added client_authentication, managed_identity_client_id, and audience to sample.ini file
* using provided ctx in ManagedIdentityCallback function
* added frontend support for federated identity credential auth
* added client authentication field
* added Azure AD documentation for Grafana
* added bold font to "Add" keyword in documentation
* minor wording change relating to previous commit
* addressed changing audience to federated_credential_audience, moving validation, and changing managedIdentityCallback to private function
* correction to audience name changing
* fixed orgMappingClientAuthentication function name, and added in logic into validateFederatedCredentialAudience function
* Change docs
* Add iam team as owner of azcore pkg
* updated yarn lock file
* updated doc for correction
* removed wrong changes in pkg directory
* removed newline in dashboard-generate.yaml and unified.ts
* updated yarn.lock to match upstream
* Lint
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* removing unwanted changes
* added back removed newline
* fixed failing test in azuread_oauth_test.go
* Update azuread_oauth.go
removed unnecessary newline, fixed lint
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2025-01-07 10:42:52 +01:00
Ryan McKinley
d96f378562
K8s/OpenAPI: Update the openapi operation ids ( #98515 )
2025-01-07 12:13:08 +03:00
Arati R.
6957e1f7b7
Folders: Replace sql query with folder service call when collecting folder tree ( #98443 )
...
* Replace sql query with folder service call when collecting folder tree
* Update provider for folder service implementation for wire
* Refactor provisioning of oss service in folder permissions test util
2025-01-07 09:53:09 +01:00
Pepe Cano
de9aec8e56
Alerting: change Settings page subtitle ( #98368 )
...
* Alerting: change Settings page subtitle
* update pseudo-locale
* fix pseudo-locale translation using `make i18n-extract`
2025-01-07 09:38:24 +01:00
Ryan McKinley
322c7d9548
K8s/Typescript: Support generic status for ScopedResourceClient ( #98509 )
2025-01-07 09:26:00 +03:00
dependabot[bot]
addc1c95a5
Bump golang.org/x/crypto from 0.31.0 to 0.32.0 ( #98550 )
...
* Bump golang.org/x/crypto from 0.31.0 to 0.32.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update workspace
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-07 08:00:45 +03:00
Stephanie Hingtgen
3797779989
K8s: Dashbaords: Ensure backwards compatibility ( #98565 )
2025-01-07 01:35:02 +02:00
Stephanie Hingtgen
c566e6af4e
K8s: Dashboards: Fix search parsing ( #98560 )
2025-01-06 15:41:45 -06:00
renovate[bot]
69af0f7ab6
Update dependency webpack-cli to v6.0.1 ( #98559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 21:26:39 +00:00
Michael Mandrus
739b7716b1
Usage Insights: Fix usage insight errors being logged as [object Object] ( #93502 )
...
* join error strings instead of raw errors
* add unit test
2025-01-06 16:25:05 -05:00
renovate[bot]
cca9b0d2d3
Update dependency uuid to v11.0.4 ( #98558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 20:31:25 +00:00
dependabot[bot]
077c0a2169
Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 ( #98552 )
...
* Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0
Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig ) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/Masterminds/sprig/releases )
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0 )
---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update workspace
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-06 13:29:59 -07:00
Galen Kistler
3ba0cd23c2
Loki: don't send empty vector selector to /labels API ( #98547 )
...
* fix: don't send empty vector selector to /labels API
2025-01-06 14:07:15 -06:00
renovate[bot]
09c4543d11
Update dependency sass to v1.83.1 ( #98556 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 20:00:57 +00:00
owensmallwood
e6e5d23259
Unified Storage: Adds settings for ca cert path and skipping cert verification ( #98412 )
...
Adds settings to US for ca cert path and skipping cert verification
2025-01-06 14:00:38 -06:00
Yuri Tseretyan
f851379f7d
Alerting: Add traceID to rule evalutor logger ( #98549 )
2025-01-06 15:00:25 -05:00
renovate[bot]
54b357125b
Update dependency @grafana/plugin-e2e to v1.14.3 ( #98545 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 19:19:30 +00:00
Dave Henderson
d1c47f983a
chore: Add dockerfile config to dependabot ( #98533 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2025-01-06 14:18:07 -05:00
renovate[bot]
fabbc5ac00
Update dependency rudder-sdk-js to v2.48.43 ( #98543 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 18:49:52 +00:00
renovate[bot]
d8f8e24381
Update dependency react-hook-form to v7.54.2 ( #98541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 18:14:45 +00:00
Stephanie Hingtgen
68479d844b
Orgs: Remove dependency on dashboard table for deletion ( #98501 )
2025-01-06 19:05:22 +02:00
renovate[bot]
14369c53ed
Update dependency marked to v15.0.6 ( #98534 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 16:57:51 +00:00
Ryan McKinley
5b3b9c1113
Search: Add label query test ( #98348 )
2025-01-06 11:28:08 -05:00
renovate[bot]
1d8ffdd92d
Update dependency rc-slider to v11.1.8 ( #98529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 16:27:19 +00:00
Ryan McKinley
d1d7c0850f
Search: Explain scores ( #98316 )
2025-01-06 11:25:32 -05:00
Yuri Tseretyan
bfa56bcf08
Alerting: Prom writer to handle err-mimir-max-series-per-user as user error ( #98334 )
...
handle err-mimir-max-series-per-user as user error
2025-01-06 10:54:56 -05:00
dependabot[bot]
742157b828
Bump github.com/grafana/grafana-google-sdk-go from 0.1.0 to 0.2.1 ( #95898 )
...
* Bump github.com/grafana/grafana-google-sdk-go from 0.1.0 to 0.2.1
Bumps [github.com/grafana/grafana-google-sdk-go](https://github.com/grafana/grafana-google-sdk-go ) from 0.1.0 to 0.2.1.
- [Release notes](https://github.com/grafana/grafana-google-sdk-go/releases )
- [Changelog](https://github.com/grafana/grafana-google-sdk-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/grafana/grafana-google-sdk-go/compare/v0.1.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-google-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update workspace
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-06 10:46:40 -05:00
Ryan McKinley
6683cdc082
K8s: Update from v0.31.3 to v0.32.0 ( #98507 )
2025-01-06 18:20:35 +03:00
Ieva
085dac8206
RBAC: Update team reader role name and UID in docs ( #98530 )
...
Docs: Update team reader role name and UID
2025-01-06 15:17:09 +00:00
Stephanie Hingtgen
7ab2539449
Dashboard tags: add dashboard_uid and org_id ( #98500 )
2025-01-06 08:58:16 -06:00
jackyin
17ed25e101
Alerting: Fix alert rule list view summaries ( #98433 )
2025-01-06 15:39:31 +01:00
renovate[bot]
88fb8bc95c
Update dependency micro-memoize to v4.1.3 ( #98528 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 14:28:58 +00:00
dependabot[bot]
ecc6b9ec44
Bump github.com/blugelabs/bluge from 0.1.9 to 0.2.2 ( #97015 )
...
Bumps [github.com/blugelabs/bluge](https://github.com/blugelabs/bluge ) from 0.1.9 to 0.2.2.
- [Release notes](https://github.com/blugelabs/bluge/releases )
- [Commits](https://github.com/blugelabs/bluge/compare/v0.1.9...v0.2.2 )
---
updated-dependencies:
- dependency-name: github.com/blugelabs/bluge
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 09:27:02 -05:00
Ashley Harrison
9d71f42f30
Font: Disable contextual font ligatures ( #98521 )
...
disable contextual font ligatures
2025-01-06 14:00:12 +00:00
renovate[bot]
cef0b8249a
Update dependency marked to v15.0.5 ( #98527 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 13:35:50 +00:00