Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Basic Authentication Support to serilog-ui #97

Merged
merged 2 commits into from
Nov 8, 2023

code improvments

6b5508b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add Basic Authentication Support to serilog-ui #97

code improvments
6b5508b
Select commit
Loading
Failed to load commit list.
GitHub Actions / JS - Tests succeeded Nov 8, 2023 in 1s

9 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ src/Serilog.Ui.Web/reports/jest-junit.xml

9 tests were completed in 7s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
assets/tests/auth/authentication-modal-interaction.spec.ts 2✔️ 6s
assets/tests/util.spec.ts 7✔️ 6s

✔️ assets/tests/auth/authentication-modal-interaction.spec.ts

interactions with the Auth JWT Modal
  ✔️ opens the modal
  ✔️ closes the modal clicking the X

✔️ assets/tests/util.spec.ts

log level backgrounds
  ✔️ returns Verbose color for log level: bg-success
  ✔️ returns Debug color for log level: bg-success
  ✔️ returns Error color for log level: bg-danger
  ✔️ returns Fatal color for log level: bg-danger
  ✔️ returns Information color for log level: bg-primary
  ✔️ returns Warning color for log level: bg-warning
  ✔️ returns default color for unrecognized enum case