-
Notifications
You must be signed in to change notification settings - Fork 15
AYS-509 | Audit Log Saving Flow Has Been Integrated #407
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
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
1329e74
AYS-509 | `AysRateLimitFilter` Has Been Separated from `AysBearerToke…
agitrubard d54b48b
AYS-509 | `AysRateLimitFilter` Has Been Added to Filter Chain
agitrubard 50839ae
AYS-509 | `AysBearerTokenAuthenticationFilterEndToEndTest` Class Has …
agitrubard f4cf2a7
Merge remote-tracking branch 'origin/main' into fetaure/AYS-509/logging
agitrubard 3be337b
AYS-509 | `toUnformattedJson()` Method Has Been Added to `AysJsonUtil…
agitrubard 63ca567
AYS-509 | `isAuthenticated()` Method Has Been Added to `AysIdentity` …
agitrubard 7da1c93
AYS-509 | `AysDynamoDbEntity` Class Has Been Deleted Because It's Unused
agitrubard 469febe
AYS-509 | `AysDynamoDbData` Class Has Been Deleted Because It's Unused
agitrubard eb20dd5
AYS-509 | `AysAuditLogEntity` Class Has Been Created
agitrubard 69f714d
AYS-509 | `AysAuditLog` Class Has Been Created
agitrubard c4686e8
AYS-509 | `AysAuditLogToEntityMapper` Class Has Been Created
agitrubard 16adbfe
AYS-509 | Audit Log Repository Interface Has Been Created
agitrubard 39d1360
AYS-509 | Audit Log Repository Has Been Implemented for Default Profile
agitrubard ac806f5
AYS-509 | Audit Log Repository Has Been Implemented for Kinesis Profile
agitrubard 11f47e4
AYS-509 | Access Modifier of `AysAuditLogRepositoryKinesisImpl` Class…
agitrubard 950cdfd
AYS-509 | `AysAuditLogRepositoryImpl` Class Has Been Covered with Uni…
agitrubard af9c6d9
AYS-509 | `default` Profile Has Been Activated for All Tests
agitrubard de2f228
AYS-509 | `AysAuditLogEntityBuilder` Class Has Been Created
agitrubard 0d46e64
AYS-509 | `AysAuditLogRepositoryKinesisImpl` Class Has Been Covered w…
agitrubard bee4547
AYS-509 | Empty Lines Have Been Fixed in `AysAuditLogRepositoryKinesi…
agitrubard 6c6589c
AYS-509 | `@Setter` Annotation Have Been Added to `AysAuditLog` Class
agitrubard aef68f6
AYS-509 | Mock IDs Have Been Changed
agitrubard 41fa1aa
AYS-509 | Audit Log Save Port Has Been Created
agitrubard 0c94e6e
AYS-509 | Audit Log Save Adapter Has Been Created and `AysAuditLogSav…
agitrubard 0fa8391
AYS-509 | `AysHttpHeader` Has Been Created for Mapping HTTP Headers
agitrubard fe5b610
AYS-509 | `AysHttpServletRequest` Has Been Created for Mapping `HttpS…
agitrubard 8dfe89f
AYS-509 | `java:S1939` Sonar Issue Has Been Suppressed in `AysHttpSer…
agitrubard fa0b4bd
AYS-509 | `java:S1939` Sonar Issue Has Been Suppressed in `AysHttpSer…
agitrubard 637e2ff
AYS-509 | "`java:S1939` Sonar Issue Has Been Suppressed in `AysHttpSe…
agitrubard e8e13cf
AYS-509 | "`java:S1939` Sonar Issue Has Been Suppressed in `AysHttpSe…
agitrubard fbace5e
AYS-509 | `AysHttpServletRequest`, `AysHttpHeader` and `AysHttpServle…
agitrubard ff04e36
AYS-509 | `AysHttpServletRequest`, `AysHttpHeader` and `AysHttpServle…
agitrubard a985a8f
AYS-509 | Unused Methods Have Been Deleted from `AysToken` Class
agitrubard fa15526
AYS-509 | `AysAuditLogFilter` Has Been Created and Implemented
agitrubard 6ccea7e
AYS-509 | `AysAuditLogBuilder` Class Has Been Created
agitrubard 199f84d
AYS-509 | `AysAuditLogFilter` and `AysRateLimitFilter` Have Been Conf…
agitrubard d966c17
AYS-509 | `AysAuditLogAdapter` Has Been Covered with Unit Tests
agitrubard a814976
AYS-509 | `AysBearerTokenAuthenticationFilter` Has Been Covered with …
agitrubard 7018340
AYS-509 | `AysAuditLogFilter` Has Been Covered with End to End Tests
agitrubard c3579bf
AYS-509 | `java:S5977` Sonar Issue Has Been Fixed in `givenValidIdAnd…
agitrubard b17c2db
AYS-509 | `java:S116` Sonar Issue Has Been Fixed in `EmergencyEvacuat…
agitrubard eb3c913
AYS-509 | `java:S3415` Sonar Issue Has Been Fixed in Tests
agitrubard 2bd7945
AYS-509 | `java:S1854` Sonar Issue Has Been Suppressed in `AysErrorRe…
agitrubard 5350625
AYS-509 | `java:S2221` Sonar Issue Has Been Fixed in `AysPhoneNumberU…
agitrubard 024c4d0
AYS-509 | `java:S1941` Sonar Issue Has Been Suppressed Because `role`…
agitrubard d7e8824
AYS-509 | `toString()` Method of `AysPhoneNumberFilterRequest` Has Be…
agitrubard 69aa7dd
AYS-509 | `toString()` Method of `AysPhoneNumberRequest` Has Been Fix…
agitrubard 89a7a64
AYS-509 | `toUnformattedJson()` Method Has Been Changed as `toEscaped…
agitrubard 4fa2201
AYS-509 | `GSON` Has Been Removed from `AysJsonUtil`
agitrubard 28fca22
Merge remote-tracking branch 'origin/main' into fetaure/AYS-509/logging
agitrubard 70a8a62
AYS-509 | `HttpServletRequestUtil` Class Has Been Deleted Because It'…
agitrubard 28687b4
AYS-509 | `InstitutionResponse` Class Has Been Deleted Because It's U…
agitrubard b79de0c
AYS-509 | `AysKinesisConfiguration` Class Has Been Refactored
agitrubard e8ea70a
AYS-509 | `EnumValidation` Class Has Been Deleted Because It's Unused
agitrubard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.