grafana/pkg/infra
lean.dev e1785f4eb4
Secret migration from Sql KV Store to Secret Plugin (#52191)
* Created PluginSecretMigrationService to be able to migrate from the secrets table from the database to the secret plugin. Added migration which takes all the secrets at the sql store and stores it in the plugin. Then deletes all the secrets from the sql
* Added secretsKVStoreSQL.GetAll() method to return all the secrets at the sql table
* Renaming kvstore_test.go as sql_test.go, adding GetAll test case. Fixing decryption of keys
2022-07-19 14:42:23 -03:00
..
filestorage Storage: add delete / deleteFolder / createFolder (#51887) 2022-07-08 22:23:16 +04:00
fs test: use T.TempDir to create temporary test directory (#44947) 2022-03-22 15:43:29 +01:00
httpclient datasource metrics: Correct help text for histograms (#50942) 2022-06-16 14:18:09 +02:00
kvstore Secret migration from Sql KV Store to Secret Plugin (#52191) 2022-07-19 14:42:23 -03:00
localcache Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
log Chore: Remove the old log format (#51526) 2022-07-08 09:56:30 -05:00
metrics Public Dashboards: count public dashboards view requests (#52419) 2022-07-19 11:50:37 -03:00
network Backend: fix IPv6 address parsing erroneous (#28585) 2020-11-25 07:55:22 +01:00
process PluginsCatalog: adding error information about disabled plugins. (#39171) 2021-09-20 09:08:00 +02:00
remotecache Chore: Remove Wrap (#50048) 2022-06-03 09:24:24 +02:00
serverlock Chore: Exclude integration tests from running on test-backend step (#50359) 2022-06-10 11:46:21 -04:00
tracing Chore: Remove the old log format (#51526) 2022-07-08 09:56:30 -05:00
usagestats UsageStats: fixed elasticsearch version number to semver (#49054) 2022-07-04 11:08:01 +02:00