grafana/pkg/infra/remotecache
Serge Zaitsev 522a98c126
Chore: Make Cfg field private in SQLStore (#85593)
* make cfg private in sqlstore

* fix db init in tests

* fix case

* fix folder test init

* fix imports

* make another Cfg private

* remove another Cfg

* remove unused variable

* use store cfg, it has side-effects

* fix mutated cfg in tests
2024-04-24 10:38:40 +02:00
..
database_storage_test.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
database_storage.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
memcached_storage_integration_test.go Build: Fix Redis/Memcached integration tests (#64298) 2023-04-05 11:55:55 +03:00
memcached_storage.go Remotecache: rename setbytearray/getbytearray to set/get and remove codec (#64470) 2023-03-10 13:57:29 +01:00
redis_storage_integration_test.go Build: Fix Redis/Memcached integration tests (#64298) 2023-04-05 11:55:55 +03:00
redis_storage_test.go Chore: Add go-redis v8 dependency (#39442) 2021-09-20 22:21:59 +02:00
redis_storage.go AuthInfo: Revert #81013. Fix cache invalidation (#81050) 2024-01-23 15:26:38 +01:00
remotecache_test.go Chore: Make Cfg field private in SQLStore (#85593) 2024-04-24 10:38:40 +02:00
remotecache.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
test_utils.go SigningKeys: Add jwks endpoint (#76040) 2023-10-05 15:17:31 +02:00
testing.go RemoteCache: Cleanup infra remote cache (#64381) 2023-03-09 09:26:13 +01:00