influxdb/inmem
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
..
kvdata fix(kv): Add push down predicate hint to filter by keys 2019-11-20 13:35:13 -07:00
dbrp_mapping_service.go fix(inmem): fix dbrp not found 2019-07-03 15:54:57 -04:00
dbrp_mapping_test.go Revert "fix(inmem): remove the old inmem implementation" 2019-04-09 14:24:40 -04:00
kv.go feat(kv): support for migrations (#17145) 2020-03-18 12:23:51 +00:00
kv_test.go fix: remove racy, redundant initialisation 2019-12-12 13:20:44 +00:00
service.go feat(http): add audit log 2019-05-16 10:57:28 -04:00
source.go chore(inmem): nuke the duplicative inmem store 2019-12-30 11:04:45 -08:00