influxdb/tenant
Lyon Hill 29918a45df
fix(tenant): Allow tenant to update user and org with same name (#17833)
This will allow us to match the existing behavior that allows for update requests to go through with the same name.
2020-04-23 08:33:03 -06:00
..
duplicate_reads.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
error.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
error_bucket.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
error_org.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
error_urm.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
error_user.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_client_bucket.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_client_onboarding.go feat(tenant): update the client to use the new onboarding package (#17659) 2020-04-07 13:51:06 -06:00
http_client_org.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_client_user.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_handler_urm.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_handler_urm_test.go fix: make API type marshal before writing to respone writer to avoid duplicate write header calls on failed encoding 2020-04-15 14:26:25 -07:00
http_server.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
http_server_bucket.go revert(tenant): integrate the tenant service as the default backend (#17805) (#17832) 2020-04-22 17:23:17 +01:00
http_server_bucket_test.go revert(tenant): integrate the tenant service as the default backend (#17805) (#17832) 2020-04-22 17:23:17 +01:00
http_server_onboarding.go revert(tenant): integrate the tenant service as the default backend (#17805) (#17832) 2020-04-22 17:23:17 +01:00
http_server_onboarding_test.go feat(tenant): Build out the onboarding system in tenant and integrate it into launcher (#17558) 2020-04-06 15:58:15 -06:00
http_server_org.go fix: org filtering for both kv and tenant need to match behaviors. (#17758) 2020-04-16 12:22:21 -06:00
http_server_org_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_server_user.go revert(tenant): integrate the tenant service as the default backend (#17805) (#17832) 2020-04-22 17:23:17 +01:00
http_server_user_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
metrics_options.go feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01:00
middleware_bucket_auth.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_bucket_auth_test.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_bucket_logging.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_bucket_logging_test.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_bucket_metrics.go feat(metrics): allow red metrics to be more generic (#17678) 2020-04-08 12:58:36 -06:00
middleware_onboarding_auth.go feat(tenant): Build out the onboarding system in tenant and integrate it into launcher (#17558) 2020-04-06 15:58:15 -06:00
middleware_onboarding_logging.go feat(tenant): Build out the onboarding system in tenant and integrate it into launcher (#17558) 2020-04-06 15:58:15 -06:00
middleware_onboarding_metrics.go feat(metrics): allow red metrics to be more generic (#17678) 2020-04-08 12:58:36 -06:00
middleware_org_auth.go fix: org filtering for both kv and tenant need to match behaviors. (#17758) 2020-04-16 12:22:21 -06:00
middleware_org_auth_test.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_org_logging.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_org_logging_test.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_org_metrics.go feat(metrics): allow red metrics to be more generic (#17678) 2020-04-08 12:58:36 -06:00
middleware_urm_auth.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_urm_auth_test.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_urm_logging.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_urm_logging_test.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_urm_metrics.go feat(metrics): allow red metrics to be more generic (#17678) 2020-04-08 12:58:36 -06:00
middleware_user_auth.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_user_auth_test.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
middleware_user_logging.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_user_logging_test.go fix(tenant): include pagination options in middlewares (#17835) 2020-04-22 14:31:56 -06:00
middleware_user_metrics.go feat(metrics): allow red metrics to be more generic (#17678) 2020-04-08 12:58:36 -06:00
service.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
service_bucket.go fix(delete): fix delete handler to add org filter for bucket lookup (#17834) 2020-04-23 08:32:50 -06:00
service_bucket_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
service_onboarding.go feat(tenant): Build out the onboarding system in tenant and integrate it into launcher (#17558) 2020-04-06 15:58:15 -06:00
service_onboarding_test.go feat(tenant): Build out the onboarding system in tenant and integrate it into launcher (#17558) 2020-04-06 15:58:15 -06:00
service_org.go fix: org filtering for both kv and tenant need to match behaviors. (#17758) 2020-04-16 12:22:21 -06:00
service_org_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
service_test.go fix(tenant): make storage pass tenant tests 2020-04-06 17:13:56 +02:00
service_urm.go feat(tenant): Build out the onboarding system in tenant and integrate it into launcher (#17558) 2020-04-06 15:58:15 -06:00
service_urm_test.go fix(tenant): make storage pass tenant tests 2020-04-06 17:13:56 +02:00
service_user.go refactor(tenant): move bucket and urm auth layers to tenant service (#17474) 2020-04-07 11:13:27 -07:00
service_user_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
storage.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
storage_bucket.go fix(tenant): make storage pass tenant tests 2020-04-06 17:13:56 +02:00
storage_bucket_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
storage_org.go fix(tenant): Allow tenant to update user and org with same name (#17833) 2020-04-23 08:33:03 -06:00
storage_org_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
storage_urm.go fix(tenant): make storage pass tenant tests 2020-04-06 17:13:56 +02:00
storage_urm_test.go fix(tenant): make storage pass tenant tests 2020-04-06 17:13:56 +02:00
storage_user.go fix(tenant): Allow tenant to update user and org with same name (#17833) 2020-04-23 08:33:03 -06:00
storage_user_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00