influxdb/testing
George 78cafa861b
refactor(notifications): isolate endpoint service (#19818)
* refactor(notifications): isolate endpoint service

Following the ongoing effort to isolate behaviours into their own
packages and off of kv.Service, this change move the notification
endpoints service implementation into its own package. It removes the
endpoint behaviors from the kv service completely.

* chore(influxd): wire up the isolated check service in place of kv service
2020-10-28 15:22:14 +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
dashboards.go fix(kv): gaurd new org dashboard pagination with feature flag (#19421) 2020-08-24 12:50:10 -07: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 refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01: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 fix(kv): Reorganize bcrypt password hashing outside transactions 2020-10-12 08:06:32 -07: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
telegraf.go fix(testing): accidental shadowing in parallel tests (#18945) 2020-07-14 16:18:21 +01: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(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01: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