Commit 37d369b
authored
Release/13.0 (#329)
* Add support for multiple submissions for single
user on application - Added submission name
Add Submission name to LambdaSubmissionDefinition and Submission entity
Add event stream for event service tables if it does not exist (Locally)
Add troubleshooting
* Add support for multiple submissions for single
user on application - Added submission name
Add Submission name to LambdaSubmissionDefinition and Submission entity
Add event stream for event service tables if it does not exist (Locally)
Add troubleshooting
Fix migrations
* Remove event_stream schema creation SQL migration file - Causing mass issues again
* Add Flyway migration troubleshooting section to README
* Force deployment
* Add allowsMultipleSubmissions field to ApplicationFormPatchDTO and ApplicationFormEntity. Update ApplicationFormController and ApplicationFormService to handle null applicationStatus checks. Introduce Flyway migration to add allows_multiple_submissions column to grant_application table.
* Update ApplicationFormTestData to include allowsMultipleSubmissions field in ApplicationFormEntity instances.
* Add validation annotation to ApplicationFormPatchDTO to ensure at least one field is not null. Introduce AtLeastOneFieldNotNull annotation and its validator for this purpose.
* Add submissionName field to ExportedSubmissionsDto and update mapping logic in CustomGrantExportMapperImpl. Implement new method to retrieve submission name from the repository.
* Enhance tests for submissionName handling in CustomGrantExportMapperImplTest and GrantExportServiceTest. Add assertions to verify mapping of submissionName and handle null cases.
* Temporarly add --disableCentral flag to feature and pushImage workflows as their service is down and blocking pipeline
* Force update1 parent 45acba4 commit 37d369b
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- src/main/java/gov/cabinetoffice/gap/adminbackend/controllers
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments