influxdb/testing
George 8ca2989717 feat(dashboards): isolate service in own package (#19852)
feat(dashboard): add owner ID to dashboard model

This adds the explicit OwnerID field to Dashboard and also adds a
migration which populates dashboard owners IDs based on dashboard owner
URMs.

feat(dashboards): isolate service in own package

This change isolates the dashboards service into its own package. It
also updates the API to no longer interface with user resource mappings.
Instead it defines new handlers which rely on the newly populated owner
ID field.

chore(dashboards): port tests from http package into new service transport package

chore(launcher): use dashboard transport package client in launcher tests

chore(kv): remove now defunkt dashboard service implementations
2020-11-04 15:53:02 +00:00
..
auth.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
bucket_service.go feat(paging): add support for after id parameter in find options (#19219) 2020-08-25 14:59:59 +01:00
dbrp_mapping.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
dbrp_mapping_v2.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01:00
document.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
id.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
index.go fix(telegraf): support pagination parameters when listing 2020-11-04 15:53:02 +00:00
keyvalue_log.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01:00
kv.go feat(kv): add support for WithCursorLimit to ForwardCursor (#17524) 2020-08-26 12:10:00 +01:00
label_service.go chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
migration.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
onboarding.go test: fix expected RP in existing test. 2020-11-03 12:37:50 -05:00
organization_service.go fix(api/orgs): (API-design-issue) FindOptions for orgs 2020-08-20 16:55:30 -06:00
passwords.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01:00
scraper_target.go chore(tenant): point tests to new tenant service (#19477) 2020-09-02 11:50:26 -06:00
secret.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01:00
session.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01:00
source.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
tenant.go fix(tenant): Fix FindBuckets to no longer returns hard-coded buckets 2020-08-25 14:50:15 -07:00
user_resource_mapping_service.go chore(testing): remove unused mapping variable 2020-11-04 15:53:02 +00:00
user_service.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01:00
util.go refactor(notifications): isolate endpoint service (#19818) 2020-10-28 15:22:14 +00:00
variable.go fix(variables): use Update function for Put Variable 2020-09-11 11:48:11 -07:00