influxdb/authz/src
Dom Dwyer 928a4d163e
build: remove unused dependencies from crates
This commit fixes loads of crates (47!) had unused dependencies, or
mis-configured dependencies (test deps as normal deps).

I added the "unused_crate_dependencies" to all crates to help prevent
this mess from growing again!

    https://doc.rust-lang.org/beta/nightly-rustc/rustc_lint_defs/builtin/static.UNUSED_CRATE_DEPENDENCIES.html

This has the minor downside of false-positives when specifying
dev-dependencies for test/bench binaries - these are files in /test or
/benches (not normal tests). This commit includes a workaround,
importing them in lib.rs (gated by a feature flag). I think the
trade-off of better dependency management is worth it!
2023-05-23 14:55:43 +02:00
..
authorizer.rs chore: update description of errors returned from Authorizer trait. 2023-05-13 16:32:21 -07:00
http.rs refactor: move HTTP authz helpers into authz 2023-04-18 12:30:56 +02:00
instrumentation.rs refactor: with updated Authorizer interface, update the metric to delineate the different scenarios 2023-05-15 11:25:01 -07:00
iox_authorizer.rs test: fix IoxAuthorizeService mock to not return valid for unrecognized tokens 2023-05-12 15:31:14 -05:00
lib.rs build: remove unused dependencies from crates 2023-05-23 14:55:43 +02:00
permission.rs chore(authz): Change "namespace" to "database" (#7502) 2023-04-11 11:04:51 +00:00