Skip to content

Conversation

@Jossec101
Copy link
Contributor

@Jossec101 Jossec101 commented Jan 22, 2026

Stacked PRs:


[GEN-1859] Json Log Formatter to not be lowercase and add AuditService tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

Add comprehensive audit logging to login and logout operations to track user authentication activities. Implements logging for successful logins, failed login attempts, account lockouts, and logout events with user details and IP addresses for security monitoring.

stack-info: PR: #473, branch: Jossec101/stack/16
…e tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

stack-info: PR: #474, branch: Jossec101/stack/17
Jossec101 added a commit that referenced this pull request Jan 22, 2026
…e tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

stack-info: PR: #474, branch: Jossec101/stack/17
@Jossec101 Jossec101 requested review from RodriFS and imclvr January 22, 2026 12:24
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/16 to main January 22, 2026 16:20
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/16 January 22, 2026 16:20
Jossec101 added a commit that referenced this pull request Jan 22, 2026
…e tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

stack-info: PR: #474, branch: Jossec101/stack/17
Jossec101 added a commit that referenced this pull request Jan 22, 2026
…e tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

stack-info: PR: #474, branch: Jossec101/stack/17
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/16 to main January 22, 2026 16:30
Jossec101 added a commit that referenced this pull request Jan 22, 2026
…e tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

stack-info: PR: #474, branch: Jossec101/stack/17
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/16 January 22, 2026 16:31
Jossec101 added a commit that referenced this pull request Jan 22, 2026
…e tests

Mark LowerCaseJsonFormatter as obsolete to a new Json Formatter with caps. Logs were altered when caps are in, this is a legacy decision we are reverting now.

Add comprehensive unit tests for AuditService covering various scenarios including successful/failed repository operations, different HTTP contexts, and edge cases.

stack-info: PR: #474, branch: Jossec101/stack/17
Comment on lines +54 to +56
var trigger = TriggerBuilder.Create()
.WithIdentity($"{typeof(T).Name}Trigger-{identitySuffix}")
.StartNow()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the removal of the try/catch?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this break something in datadog dashboards/monitoring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants