Andrew Lee
adeac8beea
feat: add virtual DBRP mappings based on bucket name ( #23606 )
...
* feat: add virtual DBRP mapping based on bucket name
* fix: improve error handling logic
* fix: update physical dbrp tests
* fix: update influxql tests with auto-mapped buckets
* fix: add virtual filtering and testing for virtual dbrps
2022-08-03 15:44:04 -06:00
Dane Strandboge
82d1123e78
build: upgrade to Go 1.18.1 ( #23252 )
2022-04-13 15:24:27 -05:00
Daniel Moran
01355a068c
refactor: move helper functions for setting up test stores into testing package ( #22347 )
...
* Move tenant.Service unit tests into its package
* Delete the top-level TenantService interface now that it's not used.
* Move helper funcs for setting up test stores into testing pkg
* Delete duplicate implementations scattered through the codebase
* Move error assertions into store-creation helpers
2021-08-31 16:43:45 -04:00
Daniel Moran
cc6accf106
chore: delete old-style DBRP mapping ( #22339 )
2021-08-30 18:27:11 -04:00
Daniel Moran
00afd95cb7
refactor: automated move of errors and id from root to kit ( #21101 )
...
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-03-30 14:10:02 -04:00
Daniel Moran
c708eea118
fix(dbrp): improve DBRP API validation errors ( #20409 )
2021-01-07 09:08:06 -08:00
docmerlin (j. Emrys Landivar)
4626ea1a0c
fix(api): make the dbrp api match the swagger spec
...
The swagger spec is the source of truth for the API, and the DBRP api
was divergent from this spec. This change should make it meet the spec.
2020-11-18 11:47:23 -06:00
George
96d84b9126
refactor: migrator and introduce Store.(Create|Delete)Bucket ( #18570 )
...
* refactor: migrator and introduce Store.(Create|Delete)Bucket
feat: kvmigration internal utility to create / managing kv store migrations
fix: ensure migrations applied in all test cases
* chore: update kv and migration documentation
2020-07-01 12:08:20 +01:00
Brett Buddin
e95839db60
fix(dbrp): Wait until we know this bucket is default before writing value.
2020-06-18 17:08:33 -04:00
Gavin Cabbage
f159b866e3
fix(dbrpv2): lookup by org name ( #18331 )
2020-06-02 11:39:29 -04:00
Gianluca Arbezzano
1cf64fd721
feat: dbrp service
...
Signed-off-by: Lorenzo Affetti <lorenzo.affetti@gmail.com>
Co-Authored-By: Gianluca Arbezzano <gianarb92@gmail.com>
Co-Authored-By: George MacRorie <gmacrorie@influxdata.com>
Co-Authored-By: Alirie Gray <alirie.gray@gmail.com>
2020-05-15 12:05:38 +02:00