influxdb/kv/migration
Stuart Carnie 6e7a6313d7 fix: Add a ByOrgID index to DBRP
This commit adds a new index and migration to the DBRP service for
retrieving all database and retention policy mappings for a single
organization.

This change was required to resolve an invalid assumption of the DBRP
service, which relied on a prefix match of the byOrgAndDatabase kv.Index
when performing search operations by organization ID only.

Closes #20096
2020-11-24 10:28:00 +11:00
..
all fix: Add a ByOrgID index to DBRP 2020-11-24 10:28:00 +11:00
buckets.go chore: remove kv Session service and sessionsv1 bucket (#18823) 2020-07-02 15:15:08 +01:00
buckets_test.go chore: remove kv Session service and sessionsv1 bucket (#18823) 2020-07-02 15:15:08 +01:00
create.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
doc.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
migration.go fix(telegraf): support pagination parameters when listing 2020-11-04 15:53:02 +00:00
migration_private_test.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
migration_test.go fix: Speed up tests by disabling bolt fsync 2020-08-03 09:20:51 -07:00