strimzi / strimzi-ui

Strimzi UI
Apache License 2.0
26 stars 27 forks source link

108 oauth #156

Open nictownsend opened 3 years ago

nictownsend commented 3 years ago

Resolves #108

github-actions[bot] commented 3 years ago

PR Report

Bundle Sizes

Test Coverage

View test coverage
| File | Lines | Statement | Functions | Branches | | --- | --- | --- | --- | --- | | Total | 100% | 100% | 100% | 100% | | client/Bootstrap/Navigation/useRouteConfig/useRouteConfig.hook.ts | 100% | 100% | 100% | 100% | | client/Contexts/ConfigFeatureFlag/ConfigFeatureFlag.testassets.ts | 100% | 100% | 100% | 100% | | client/Contexts/ConfigFeatureFlag/Context.tsx | 100% | 100% | 100% | 100% | | client/Contexts/ConfigFeatureFlag/FeatureFlag.view.tsx | 100% | 100% | 100% | 100% | | client/Contexts/Introspect/Introspection.ts | 100% | 100% | 100% | 100% | | client/Contexts/Logging/Context.tsx | 100% | 100% | 100% | 100% | | client/Hooks/useConfigFeatureFlag/useConfigFeatureFlag.ts | 100% | 100% | 100% | 100% | | client/Hooks/useLogger/Hook.ts | 100% | 100% | 100% | 100% | | client/Panels/Home/Home.tsx | 100% | 100% | 100% | 100% | | client/Utils/sanitise/sanitise.ts | 100% | 100% | 100% | 100% | | client/Utils/window/window.ts | 100% | 100% | 100% | 100% | | File | Lines | Statement | Functions | Branches | | --- | --- | --- | --- | --- | | Total | 96.95% | 96.99% | 92.31% | 92.86% | | server/api/controller.ts | 100% | 100% | 100% | 100% | | server/api/router.ts | 100% | 100% | 100% | 100% | | server/client/controller.ts | 100% | 100% | 100% | 100% | | server/client/router.ts | 100% | 100% | 100% | 100% | | server/config/controller.ts | 100% | 100% | 100% | 100% | | server/config/router.ts | 100% | 100% | 100% | 100% | | server/core/app.ts | 100% | 100% | 100% | 100% | | server/core/modules.ts | 100% | 100% | 100% | 100% | | server/log/router.ts | 100% | 100% | 100% | 100% | | server/mockapi/data.ts | 100% | 100% | 100% | 100% | | server/mockapi/router.ts | 100% | 100% | 100% | 100% | | server/security/bootstrap.ts | 93.33% | 92.54% | 86.67% | 84.62% | | server/security/routeConfig.ts | 100% | 100% | 100% | 100% | | server/security/router.ts | 85.19% | 85.19% | 60% | 60% | | server/security/strategy/strategyFactory.ts | 100% | 100% | 100% | 100% | | server/security/strategy/oauth/oauthAuthenticator.ts | 77.78% | 77.78% | 50% | 100% | | server/security/strategy/scram/scramAuthenticator.ts | 100% | 100% | 100% | 100% |

Triggered by commit: 2ee0ba3ce3d76073cc9ba1178e54202fc4828255

nictownsend commented 3 years ago

Finishing off the test coverage, but PR is here for review.

For compile purposes it's based off other PRs. Please only review the final commit (rest will be removed once in main branch).