influxdb/authorization
Daniel Moran 01355a068c
refactor: move helper functions for setting up test stores into testing package (#22347)
* Move tenant.Service unit tests into its package
* Delete the top-level TenantService interface now that it's not used.
* Move helper funcs for setting up test stores into testing pkg
* Delete duplicate implementations scattered through the codebase
* Move error assertions into store-creation helpers
2021-08-31 16:43:45 -04:00
..
error.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
http_client.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
http_server.go fix: auth requests use org and user names if present (#22272) 2021-08-23 09:47:12 -06:00
http_server_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
middleware_auth.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
middleware_auth_test.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
middleware_logging.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
middleware_metrics.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
mock_tenant.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
service.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
service_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
storage.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
storage_authorization.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
storage_authorization_test.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00