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

Fix #104 - Support PostgreSQL alternative sink #105

Merged
merged 11 commits into from
Jan 26, 2024

Fix models namespace.

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

Fix #104 - Support PostgreSQL alternative sink #105

Fix models namespace.
6cc9f5a
Select commit
Loading
Failed to load commit list.
GitHub Actions / JS - Tests succeeded Jan 25, 2024 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 8s with 9 passed, 0 failed and 0 skipped.

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

✔️ 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