-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kv): support for migrations (#17145)
* feat(kv): migration types for managing kv buckets and indexes over time chore(kv): fixup comments in migrator types fix(kv): initialize migrator bucket on kv service initialize chore(kv): remove currently unused auth index chore(kv): remove currently unused urm index * chore(kv): move migrator tests into testing package and run for inmem and bolt * chore(changelog): update changelog to reflect kv migrator type * fix(kv): update auto migration store to return migratable store * chore(kv): wrap error using func instead of defer in index * chore(kv): rename Name method to MigrationName for clarity * chore(kv): update migration log messages to match influxdb standard
- Loading branch information
Showing
10 changed files
with
870 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.