Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCMSPUI-530 Implement GetNotification endpoint on EBS API (#147)
* CCMSPUI-529 Made provider-id mandatory for notification search * CCMSPUI-529 Made provider case reference and surname case-insensitive for notification search * CCMSPUI-529 Modified Notification and Refactored into NotificationInfo * CCMSPUI-529 Fixes to tests * CCMSPUI-529 Fixes to tests and removed XML mappings * CCMSPUI-529 Fixed NotificationSearchRepository filter SQL method * CCMSPUI-529 Removed dead code * CCMSPUI-529 Refactored NotificationSearchRepositoryIntegrationTest to use Oracle-Free instead of embedded H2 DB * CCMSPUI-529 Added BooleanStringConverterTest * CCMSPUI-530 Updated open-api-specification to include new get notification endpoint and added Notification schema for holding more data * CCMSPUI-530 Added new entities for notes, documents, attachments and actions * CCMSPUI-530 Started on NotificationRepositoryIntegrationTest * CCMSPUI-530 Completed NotificationRepositoryIntegrationTest * CCMSPUI-530 Fixes to integration tests * CCMSPUI-530 Created various mappers for mapping document entity for presentation layer * CCMSPUI-530 Finished mapper tests * CCMSPUI-530 Finished controller and service tests * CCMSPUI-530 Completed JavaDocs * CCMSPUI-530 Added title to DocumentMapper when mapping title * CCMSPUI-530 Added provider id to request params to secure get notification endpoint * CCMSPUI-530 Added evidence allowed to notification info response * CCMSPUI-530 Moved evidence allowed to correct schema in open-api-specification.yml * CCMSPUI-530 Update to method names * CCMSPUI-530 updated Notification Note to return time along with date * CCMSPUI-530 fixed NotificationRepositoryIntegrationTest * CCMSPUI-379 Adding missing sort statement to NotificationSearchRepository * CCMSPUI-530 Checkstyle fixes * CCMSPUI-530 Added evidence allowed to NotificationInfo and NotificationMapper * CCMSPUI-530 Fix to NotificationSearchRepositoryIntegrationTest --------- Signed-off-by: Jamie Briggs <jamie.briggs@digital.justice.gov.uk>
- Loading branch information