influxdb/testing
Johnny Steenbergen a6e768dc7c chore: refactor notication endpoints to make a service out of notification endpoints
this is a blocker for anyone who hits the endpoint services internally. They
had to know that they need to also know of hte secret service then do all that
put/delete alongside the operation. This makes that unified inside the store tx.

one other thing this does is make obvious the dependencies that
notification services has. In this case it is the secrets service it
depends on.
2019-12-17 10:49:06 -08:00
..
auth.go feat(createdAt): Added createdat and updatedAt to Authorization (#15784) 2019-11-07 06:46:30 -08:00
bucket_service.go feat(influxdb): prevent users from rename system buckets 2019-10-30 12:53:43 -07:00
checks.go fix(kv): find checks by urm 2019-10-24 12:29:48 -04:00
dashboards.go feat(http): add audit log 2019-05-16 10:57:28 -04:00
dbrp_mapping.go fix(inmem): fix dbrp not found 2019-07-03 15:54:57 -04:00
document.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
id.go fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
keyvalue_log.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
kv.go fix(kv): Add push down predicate hint to filter by keys and values 2019-11-22 10:55:01 -07:00
label_service.go feat(kv): makes label names unique across kv impls 2019-10-31 11:30:36 -05:00
notification_endpoint.go chore: refactor notication endpoints to make a service out of notification endpoints 2019-12-17 10:49:06 -08:00
notification_rule.go chore(http): refactor http layer to be able to encode/decode influxdb.ID's safely 2019-12-13 09:46:01 -08:00
onboarding.go chore: refactor password service to provide userID instead of name 2019-11-20 09:16:31 -08:00
organization_service.go fix(tasks): tasks look up system bucket id 2019-10-21 14:48:47 -07:00
passwords.go chore: refactor password service to provide userID instead of name 2019-11-20 09:16:31 -08:00
scraper_target.go feat(influxdb): add scraper filter 2019-04-25 11:33:34 -04:00
secret.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
session.go Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
source.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
telegraf.go refactor: http error serialization matches the new error schema (#15196) 2019-09-19 10:06:47 -05:00
user_resource_mapping_service.go refactor: http error serialization matches the new error schema (#15196) 2019-09-19 10:06:47 -05:00
user_service.go fix(http): Ensures users are created with an active status 2019-09-30 15:37:59 -07:00
util.go chore(http): refactor http layer to be able to encode/decode influxdb.ID's safely 2019-12-13 09:46:01 -08:00
variable.go chore(http): refactor bucket|dashboard|label|umr|var http clients to use reusable HTTP client 2019-12-09 09:44:41 -08:00