Rafael Bortolon Paulovic
4c869a21a4
feat(unified): data migration integration tests ( #114418 )
...
* feat: unified storage migrations integration tests
* chore: add comment and adjust db path name
* chore: refactor test cases into interface
2025-11-27 13:35:49 +01:00
Josh Hunt
cffca37999
FS: Check session expiration and rotate if needed ( #114433 )
...
* FS: Check session expiration and rotate if needed
* Remove unused return values
2025-11-27 12:30:48 +00:00
owensmallwood
f116539541
Unified Storage: Update readme ( #114415 )
...
* update readme
* Adds message about creating database
* update sample storage config
2025-11-26 15:53:00 -06:00
Andreas Christou
a455f9700d
Azure: Enable resource picker updates ( #114089 )
...
* Default resource picker updates to true
* Update toggle docs
2025-11-26 21:07:24 +00:00
maicon
7eb467e561
provisioning: acquire server lock before provisioning dashboards+folders ( #114488 )
...
* provisioning: acquire server lock before provisioning dashboards+folders
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2025-11-26 16:24:34 -03:00
Torkel Ödegaard
d732bb2751
PanelChrome: Enable new panel padding by default ( #114492 )
2025-11-26 19:26:53 +01:00
Tito Lins
c29ed31c7a
alerting: set model refID if missing/mismatch ( #114441 )
2025-11-26 17:59:22 +01:00
beejeebus
ca8cad68c8
Add a metric to track usage of datasource configuration CRUD
...
This PR adds `ds_config_handler_requests_duration_seconds` metric to help us
track the release of the new datasource configuration CRUD api.
Fixes https://github.com/grafana/grafana-enterprise/issues/10309
2025-11-26 10:49:11 -05:00
Mustafa Sencer Özcan
4130bd9cd3
Revert "K8s: read resource configs from API Enablement for API Builders" ( #114475 )
...
Revert "K8s: read resource configs from API Enablement for API Builders (#114…"
This reverts commit 0c2707bbc4 .
2025-11-26 16:15:24 +01:00
Andres Torres
759d49a1df
feat(setting): Adding setting service client ( #114428 )
2025-11-26 14:58:49 +00:00
Andres Martinez Gotor
e1a2f178e7
App Plugins: Allow to define experimental pages ( #114232 )
2025-11-26 13:41:06 +01:00
Matheus Macabu
21c1d9aedd
Secrets: Remove unused methods and dependencies from secure value service ( #114467 )
2025-11-26 12:58:00 +01:00
Gabriel MABILLE
8c7170727b
grafana-iam: Prevent crashloops of the standalone IAM server (#114473 )
...
* `grafana-iam`: Prevent crashloops of the standalone IAM server
2025-11-26 12:54:50 +01:00
Tom Ratcliffe
cef4449f14
Folders: Send permissions query param with app platform for folder picker ( #114158 )
2025-11-26 11:16:47 +00:00
Andreas Christou
a3dacabedf
MSSQL: Current-user authentication ( #113977 )
...
* Moving things around
* Update frontend to support CUA
* Add CUA support to backend
* Copy parseURL function to where it's used
* Update test
* Remove experimental-strip-types
* Docs
* A bit more of a refactor to reduce complexity
* Revert "Remove experimental-strip-types"
This reverts commit 70fbc1c0cd .
* Review
* Docs updates
* Another docs fix
2025-11-26 11:10:54 +00:00
Alexander Zobnin
bfda534825
Zanzana: Implement role bindings write APIs ( #114385 )
2025-11-26 10:40:35 +01:00
Stephanie Hingtgen
a99946d921
Dashboards: Cleanup includes fields ( #114455 )
2025-11-26 02:58:20 +00:00
Ezequiel Victorero
da374527f2
ShortURL: K8s Implement custom authorizer ( #114192 )
2025-11-25 16:34:10 -03:00
Renato Costa
6e0093f048
fix: update search request for existing provisioned dashboards in modes 3+ ( #114412 )
...
Fix search for existing provisioned dashboards in modes 3+
The search query was not requesting the dashboard's "legacy ID". As a result,
the provisioning process would not find existing provisioned dashboards, making
copies of these dashboards every time there was a change in the provisioned
dashboard's definition.
2025-11-25 19:38:26 +01:00
Will Browne
5694d6371e
Plugins: Upgrade github.com/grafana/grafana-plugin-sdk-go v0.283.0 => v0.284.0 ( #114400 )
...
* upgraded github.com/grafana/grafana-plugin-sdk-go v0.283.0 => v0.284.0
* make update-workspace
* apply fixes
* nolint for FieldTypeNullableJSON instead
* fmt
* fix lint issues
2025-11-25 15:46:07 +00:00
Misi
2e524483ac
IAM: Add kubernetesExternalGroupMapping feature toggle ( #114386 )
...
Add kubernetesExternalGroupMapping ft
2025-11-25 14:21:23 +01:00
Misi
93ec32dd6a
IAM: Add teams/{id}/groups as a custom endpoint to Teams API ( #114228 )
...
* Add teams/{id}/groups as a custom endpoint
* TeamGroupsHandler OSS and Ent registration
* Update OpenAPI spec
* Add indexer tests for external group mapping
* Remove noopsearch
* Remove unnecessary interface declaration, fixes
* Chores
* fmt
* Rename constant
* Align the rest to the changes of main
* Update workspace
* Add missing file
2025-11-25 14:19:57 +01:00
Bruno
9091ac6f5c
Secrets: add basic namespace and name checks to keeper store and secure value store ( #114355 )
2025-11-25 10:04:43 -03:00
Alexander Akhmetov
1d4067216d
Alerting: Add search.folder filter to the Prometheus rules API ( #114358 )
2025-11-25 12:19:31 +01:00
Steve Simpson
d50e2a94a3
Alerting: Implement setting of version message in convert API. ( #114331 )
...
Part 2 of adding version messages to the `alert_rule_version` able. This allows
setting the message via a header when using the Prometheus conversion API,
which can be useful for e.g. linking changes back to source control.
2025-11-25 11:20:28 +01:00
Jean-Philippe Quéméner
b57e6383e4
refactor(unified-storage): move builders in their own package ( #114375 )
2025-11-25 10:58:03 +01:00
Matheus Macabu
a2f14d7306
Dependencies: Bump golang.org/x/crypto to v0.45.0 ( #114384 )
2025-11-25 10:43:20 +01:00
Ryan McKinley
fbc0540528
Chore: Remove unused+experimental /dashboards/calculate-diff API support ( #114151 )
2025-11-25 12:39:29 +03:00
Alexander Soelberg Heidarsson
fe367b570b
Alerting: Align OpenAPI definition with notification settings header ( #114363 )
...
fix: Align OpenAPI definition with notification settings header
Signed-off-by: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com >
2025-11-24 23:08:02 +01:00
William Wernert
2c18526a78
Alerting: Collate rule_group column as binary ( #114365 )
...
* fix: collate rule_group column as utf8mb4_bin
This ensures this column is sorted identically by the database and
golang, which should eliminate issues related to a mismatch in sort
order.
* chore: make test stricter
* fix: also add binary collation for postgres
2025-11-24 14:58:43 -05:00
Charandas
0c2707bbc4
K8s: read resource configs from API Enablement for API Builders ( #114329 )
2025-11-24 11:09:49 -08:00
Will Browne and Todd Treece
f1dbbcbe00
Plugins: Add /meta and /metas APIs to plugins app ( #113775 )
...
* add /meta and /metas APIs
* wrapped storage route
* format file
* fix switch statement lint issue
* fix plugininstaller test
---------
Co-authored-by: Todd Treece <todd.treece@grafana.com >
2025-11-24 18:20:11 +00:00
Matheus Macabu
0c965a9cb1
CloudMigrations: Remove feature toggle and introduce config setting to disable it ( #114223 )
2025-11-24 14:15:23 +01:00
Mustafa Sencer Özcan
2f6836e78a
fix: make graceful handle default for the malformed dashboard jsons during unified migration ( #114295 )
...
* fix: graceful handling by default
* fix: make fallback the default behavior
2025-11-24 14:12:52 +01:00
Alexander Akhmetov
67ad43a784
Alerting: Fix rules API pagination when using in-memory filters ( #114334 )
2025-11-24 12:48:22 +01:00
Konrad Lalik
01a4a5409a
Alerting: Add alertingUIUseFullyCompatBackendFilters feature toggle ( #114153 )
...
* Add alertingUIUseFullyCompatBackendFilters for fully compatible backend filters
* Remove hide from admin flag
2025-11-24 12:42:09 +01:00
Matheus Macabu
b5335d9357
Alerting: Remove dependency on yaml/v2 package ( #114348 )
2025-11-24 12:38:44 +01:00
Mustafa Sencer Özcan
bca58f5626
feat: add folder tree validation for unified data migration ( #114342 )
...
* fix: add validator
* fix: revert startup index
2025-11-24 11:02:14 +01:00
Zoltán Bedi
8d75d79313
PostgreSQL: Remove feature toggle postgresDSUsePGX ( #113675 )
...
* PostgreSQL: Remove feature toggle `postgresDSUsePGX`
* Fix tests and linting
* Address review comments
2025-11-24 10:26:41 +01:00
Moustafa Baiou
8108d3c795
Alerting: Add tracing to prometheus rules api ( #114282 )
...
To better observe and identify performance bottlenecks in the prometheus rules API.
The following spans were added:
- `api.prometheus.RouteGetRuleStatuses`
- `api.prometheus.PrepareRuleGroupStatusesV2`
The `api.prometheus.PrepareRuleGroupStatusesV2` includes attributes to capture the parameters used in the request to help with debugging and performance analysis.
2025-11-21 15:00:35 -05:00
Denis Vodopianov
0e460a267e
chore : Deprecating FeatureToggles.IsEnabled ( #113062 )
...
* Deprecating features.IsEnabled
* add one more nolint
* add one more nolint
* Give better hints to devs in the deprecation message of IsEnabledGlobally
* adding more doc strings
* fix linter after rebase
* Extend deprecation message
2025-11-21 18:43:42 +01:00
Daniele Stefano Ferru
7299651a32
Hotfix: Granting None role Viewer access for a fixed API group list ( #114310 )
2025-11-21 17:50:25 +01:00
João Calisto
c2c443757d
Unified Storage: allow rebuilding indexes for resource with a new grpc endpoint ( #113748 )
...
* Unified Storage: allow rebuilding indexes for resource from a new grpc endpoint
* remove log line
* fix trace def
* lint
* fix after rebase
* addressing code review changes
* update with one channel per rebuild request
* other review suggestions
* update with review suggestions
* run mockery generate for MockResourceClient
* update tests
* update tests and lint
* fix test
2025-11-21 16:42:15 +00:00
Victor Marin and Dominik Prokop
336aa06966
Dashboards: Add non-applicable filter pills per panel ( #112507 )
...
* wip non-applicable pills
* refactor
* fix
* tests
* locales
* canary version
* mods
* fix query fetching
* fix
* fix
* Add VizPanelSubHeader component
* lint
* extra check
* refactor
* wip
* refactor wipp
* refactor
* refactor
* use canary scenes
* prettier
* canary scenes
* interpolate ds uid for ds var case
* refactor
* refactor
* memoize values + tests + rename component
* refactor
* refactor
* refactor
* refactor
* canary scenes + fixes
* Fix infinite loop casused by unstable useEffect dependency
* lint
* helper functions
* bump scenes
* reduce applicability calls to only when filters or groupBy keys change, not any var state change
* refactor
* fix
* fix
* fixes
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2025-11-21 18:03:27 +02:00
Matheus Macabu
5e949fc955
Secrets: Fix secure value creation timestamp changing when updating it ( #114290 )
2025-11-21 16:31:17 +01:00
Bruno and Matheus Macabu
0d67442f1a
Secrets manager: create secure value using the active keeper ( #114039 )
...
* Secrets manager: create secure value using the active keeper
* SecureValueService.Update: fetch secure value from db to get the keeper
* fix keeper_store_test.go
* SecureValueService: fix bug in update where the current version keeper wasn't being passed to the createNewVersion method
* make gofmt
* remove outdated test
* update TestModel
* undo enterprise_imports changes
* use xkube.Namespace
* migrator: set secret_secure_value.keeper to 'system' when the column is null
* indent cue
* fix tests
* fix enterprise imports
* properly fix enterprise imports
* make update-workspace
* go mod tidy
---------
Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com >
2025-11-21 11:20:16 -03:00
Gareth
57d0228317
Tempo: Bump gRPC limit to allow for larger streaming queries ( #114286 )
2025-11-21 23:01:52 +09:00
Peter Štibraný
198375599e
Fix/ignore some common dashboard problems ( #114296 )
...
* Fix some common problems found when parsing dashboards for indexing
2025-11-21 14:41:45 +01:00
Peter Štibraný
def4c644ec
Use infra/log instead of slog in pkg/storage/unified ( #114292 )
...
Use infra/log instead of slog. Use log.FromContext to add contextual info to log messages.
2025-11-21 14:38:09 +01:00
Galen Kistler
c0f6d90971
Loki: Set Query limits context header ( #114112 )
...
* feat(lokiQueryLimitsContext): send full query range & expr on initial split requests
2025-11-21 07:19:55 -06:00