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

Added module auditor.inbound #3

Merged
merged 70 commits into from
Sep 1, 2024
Merged

Added module auditor.inbound #3

merged 70 commits into from
Sep 1, 2024

Conversation

tkaczenko
Copy link
Owner

The inbound module provides automatic auditing of inbound HTTP requests and responses to the application's controllers. It leverages Spring's request interceptor mechanism to capture incoming requests and responses, and persists the audit data using the core module.

tkaczenko and others added 30 commits May 3, 2024 10:39
…ts and auditor.application-conventions.gradle.kts.
tkaczenko and others added 24 commits August 29, 2024 13:31
* Added tests.

* Utilized Gradle Conventions plugins.

* Moved common configurations into auditor.library-conventions.gradle.kts and auditor.application-conventions.gradle.kts.

* Added testReportAggregation and jacocoAggregation.

* Added aggregateJavadoc.

* Moved modules to auditor.* folders. Implemented modular javadoc aggregation.

* Updated auditor.library-conventions.gradle.kts to compile the implicitly referenced source files but do not apply annotation processing to them.

* Added EntitySupplierTest.
# Conflicts:
#	README.md
#	build.gradle.kts
#	gradle.properties
#	settings.gradle.kts
@tkaczenko tkaczenko self-assigned this Sep 1, 2024
# Conflicts:
#	README.md
#	build.gradle.kts
#	settings.gradle.kts
Copy link

sonarqubecloud bot commented Sep 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
59.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@tkaczenko
Copy link
Owner Author

Coverage is currently at 59.5%, which is below the accepted 80%. However, this is still acceptable given that it's a simple module utilizing OncePerRequestFilter from Spring.

@tkaczenko tkaczenko merged commit 43d014b into main Sep 1, 2024
2 of 3 checks passed
@tkaczenko tkaczenko deleted the feature/auditor.inbound branch September 1, 2024 12:11
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.

1 participant