influxdb/authorizer
Adrian Thurston 30ad7281aa
refactor: replace builtin package with fluxinit/static () ()
A static initialization is not desirable in the main binaries, as it forces all
paths of code to init, but it is still useful in tests. It allows static
intialization to be performed once for all tests and eliminates the need to
always add the FluxInit call. Added a fluxinit/static package that calls
fluxinit.FluxInit() to replace the builtin package. This hides the nature of
the initialization and makes it clear that it is mandatory initialization code
getting called.
2020-11-05 16:54:28 -08:00
..
agent.go revert: feat(pkger): add Stack resource type to global list 2020-07-22 12:48:53 -07:00
agent_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
auth.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
auth_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
authorize.go chore: remove hardcoded constants for ids 2020-09-10 12:35:25 -07:00
authorize_find.go refactor(notification): move rule service into own package () 2020-10-27 11:45:05 +00:00
backup.go fix: Use operator permissions for backup/restore 2020-11-05 10:05:01 -07:00
bucket.go chore(auth): remove unnecessary URM service from Bucket authorizer () 2020-08-04 14:37:14 +01:00
bucket_test.go chore(auth): remove unnecessary URM service from Bucket authorizer () 2020-08-04 14:37:14 +01:00
check.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
check_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
dashboard.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
dashboard_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
document.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
label.go refactor(notification): move rule service into own package () 2020-10-27 11:45:05 +00:00
label_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
notification_endpoint.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
notification_endpoint_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
notification_rule.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
notification_rule_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
org.go fix: org filtering for both kv and tenant need to match behaviors. () 2020-04-16 12:22:21 -06:00
org_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
password.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
password_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
restore.go feat: Implement full restore 2020-11-05 10:05:01 -07:00
scraper.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
scraper_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
secret.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
secret_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
source.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
source_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
task.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
task_test.go refactor: replace builtin package with fluxinit/static () () 2020-11-05 16:54:28 -08:00
telegraf.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
telegraf_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
urm.go refactor(notification): move rule service into own package () 2020-10-27 11:45:05 +00:00
urm_test.go refactor(notification): move rule service into own package () 2020-10-27 11:45:05 +00:00
user.go feat(task): Add new permission lookup pattern for executor () 2020-07-13 14:47:58 -06:00
user_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00
variable.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
variable_test.go refactor(tenant): move bucket and urm auth layers to tenant service () 2020-04-07 11:13:27 -07:00