influxdb/tenant
George 173ded1a10
fix(kv): make index walk use cursor instead of get (#17501)
2020-03-31 17:26:21 +01:00
..
duplicate_reads.go fix(tenant): add system buckets for old orgs that may not have buckets. (#17479) 2020-03-27 15:31:35 -06:00
error.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
error_bucket.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
error_org.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
error_urm.go feat(tenant): Build the crud actions for the new tenant service (#17171) 2020-03-11 12:31:33 -06:00
error_user.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
http_client_bucket.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_client_org.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_client_user.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_handler_urm.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_handler_urm_test.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server_bucket.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server_bucket_test.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server_org.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server_org_test.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server_user.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
http_server_user_test.go feat(tenant): Add in api elements to tenant service (#17447) 2020-03-27 08:56:22 -06:00
metrics_options.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
middleware_bucket_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_bucket_metrics.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
middleware_org_auth.go refactor(tenant): move org auth layer to tenant service (#17468) 2020-03-27 11:47:30 -07:00
middleware_org_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_org_metrics.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
middleware_urm_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_urm_metrics.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
middleware_user_auth.go refactor(tenant): move user auth layer into tenant service (#17473) 2020-03-27 13:10:43 -07:00
middleware_user_logging.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
middleware_user_metrics.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
service.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
service_bucket.go fix(tenant): add system buckets for old orgs that may not have buckets. (#17479) 2020-03-27 15:31:35 -06:00
service_bucket_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_org.go fix(tenant): add system buckets for old orgs that may not have buckets. (#17479) 2020-03-27 15:31:35 -06:00
service_org_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_urm.go fix(tenant): add system buckets for old orgs that may not have buckets. (#17479) 2020-03-27 15:31:35 -06:00
service_urm_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_user.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_user_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage.go feat(tenant): add urm indexing into the tenant service (#17467) 2020-03-27 12:36:25 -06:00
storage_bucket.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_bucket_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_org.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_org_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_urm.go fix(kv): make index walk use cursor instead of get (#17501) 2020-03-31 17:26:21 +01:00
storage_urm_test.go feat(tenant): Build the crud actions for the new tenant service (#17171) 2020-03-11 12:31:33 -06:00
storage_user.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_user_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00