grafana/pkg/services/featuremgmt
Tim Mulqueen e0b2ccb061
Enable K8 Resources Endpoint again for Testing (#117876)
* Add some unit tests and enable sub resource so we can start testing manually on dev

* add test to verify auth headers are stripped when being forwarding requests to client

* add integration tests

* update test packages

* polish

* fix tests

* fix panic

* fmt

* white space

* add feature flag to routing of resources endpoint

* fix missing type

* update integration tests with correct feature flag

* fix test

* update other integration tests to use ff
2026-02-18 15:11:13 +01:00
..
feature_toggle_api FeatureFlags: Remove unused settings for admin UI (#114137) 2025-11-20 13:33:44 +00:00
strcase
codeowners.go Data Sources: Update CODEOWNERS (#118330) 2026-02-17 17:25:11 -07:00
fake-token-exchange.go Feature-Flag service: signing middleware for cloud usecase (#107745) 2025-07-17 09:50:25 -07:00
feature_toggles_mock.go Provisioning: Begin using secrets store (#108044) 2025-07-15 15:43:17 +02:00
features_service_provider.go OpenFeature: Rename provider from goff to features-service (#115895) 2026-01-07 12:04:30 +01:00
manager.go FeatureToggles: Removed deprecated code (#111750) 2025-09-29 20:05:44 +03:00
manager_test.go
models.go fix: disallow empty strings in thee expression field of Feature Flags (#116336) 2026-01-16 14:56:13 +03:00
ofrep_provider.go Revert "OpenFeature: Add Content-Type header to OFREP requests" (#117924) 2026-02-11 20:54:19 +01:00
openfeature.go FF: enumerate provider types and default to static for invalid (#116095) 2026-01-22 03:21:38 +00:00
openfeature_test.go FF: enumerate provider types and default to static for invalid (#116095) 2026-01-22 03:21:38 +00:00
registry.go Enable K8 Resources Endpoint again for Testing (#117876) 2026-02-18 15:11:13 +01:00
service.go Add non-boolean feature flags support to the StaticProvider (#115085) 2026-01-12 22:53:23 +01:00
service_test.go
static_evaluator.go OpenFeature: Fix non-bool flags evaluation with static provider (#117494) 2026-02-06 08:39:57 +01:00
static_evaluator_typed_test.go OpenFeature: Fix non-bool flags evaluation with static provider (#117494) 2026-02-06 08:39:57 +01:00
static_provider.go Add non-boolean feature flags support to the StaticProvider (#115085) 2026-01-12 22:53:23 +01:00
static_provider_test.go OpenFeature: Fix non-bool flags evaluation with static provider (#117494) 2026-02-06 08:39:57 +01:00
toggles-gitlog.csv Playlists: Graduate to v1 apis (#117638) 2026-02-09 09:36:26 +03:00
toggles_gen.csv Enable K8 Resources Endpoint again for Testing (#117876) 2026-02-18 15:11:13 +01:00
toggles_gen.go Enable K8 Resources Endpoint again for Testing (#117876) 2026-02-18 15:11:13 +01:00
toggles_gen.json Enable K8 Resources Endpoint again for Testing (#117876) 2026-02-18 15:11:13 +01:00
toggles_gen_test.go Chore: Add creation date to the feature toggle CSV report (#116459) 2026-01-18 09:56:39 +03:00
token-exchange.go Remove requester dependency from OpenFeature provider (#116430) 2026-01-20 11:12:56 -08:00
types.go OpenFeature: Fix non-bool flags evaluation with static provider (#117494) 2026-02-06 08:39:57 +01:00
usage_stats.go
usage_stats_test.go