influxdb/bolt
George 1d400a4f0f
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
2020-03-18 12:23:51 +00:00
..
bbolt.go feat: report telegraf plugin usage metrics (#16378) 2020-02-04 08:24:58 -07:00
bbolt_test.go chore(bolt): nuke crufty bolt db service 2019-12-30 11:19:48 -08:00
id.go chore(bolt): nuke crufty bolt db service 2019-12-30 11:19:48 -08:00
id_test.go chore(bolt): nuke crufty bolt db service 2019-12-30 11:19:48 -08:00
kv.go feat(kv): support for migrations (#17145) 2020-03-18 12:23:51 +00:00
kv_test.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
metrics.go feat: report telegraf plugin usage metrics (#16378) 2020-02-04 08:24:58 -07:00
metrics_test.go chore(bolt): nuke crufty bolt db service 2019-12-30 11:19:48 -08:00