-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DIAC-281 fixing CcdScenarioRunnerTest (#846) * DIAC-281 fixing CcdScenarioRunnerTest * Revert "DIAC-281 fixing CcdScenarioRunnerTest" This reverts commit 3f8f88c. * DIAC-281 fixing CcdScenarioRunnerTest * Update all non-major dependencies (#847) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * VUL-5809 Upgrade serenity, restAssured, remove springHystrix reference (#848) * Update all non-major dependencies (#851) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update all non-major dependencies (#853) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update all non-major dependencies (#854) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * VUL-5808 Remove passoword from docker-compose.yml (#850) * Update plugin org.owasp.dependencycheck to v9.0.10 (#855) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update all non-major dependencies to v4.1.4 (#856) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.projectlombok:lombok to v1.18.32 (#859) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update all non-major dependencies (#860) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update all non-major dependencies (#863) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update all non-major dependencies to v4.6.8 (#864) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency commons-io:commons-io to v2.16.0 (#865) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * DIAC-123 cdam download change fix (#806) * DIAC-123 trying cdam download auth change * DIAC-123 trying cdam download auth change * DIAC-123 trying cdam download auth change * DIAC-123 * DIAC-123 removing logging --------- Co-authored-by: KleoG <[email protected]> * RIA-8726 - Merge SNL (BAILS) - > Master (DO NOT MERGE) (#841) * RIA-7973 * RIA-7973 Updated Bail application details template * RIA-7973 Added Bail FT scenarios pattern * RIA-7973 Fixed Ft * RIA-8119 * RIA-8119 Bail application document changes with added interpreter fields * RIA-8364 * RIA-8364 Bail template change 01134 -> 01144 * RIA-8489 * RIA-8489 Refactored interpreter language * RIA-8410 RIA-8409 Generate and store hearing notice on case (initial listing and relisting) * RIA-8410: Generate hearing documents - Create Handler, Template and configuration classes to generate notice of hearing for case relisting * RIA-8409: Generate hearing documents - Create handler, template and configuration classes to generate notice of hearing for initial listing event * RIA-8410: Some code refactoring * RIA-8508 * RIA-8508 Fix appeals refactored interpreter language * RIA-8507 * RIA-8507 Fix the field type for fcs_has_passport in BailCaseFieldDefinition * RIA-8554 * RIA-8554 Fix detention location on hearing-notice template * RIA-8554 * RIA-8554 Using enums for Field definition comparison * Update BailSubmissionTemplateProvider.java * RIA-8738: IMA - Rebasing docmosis template (#845) * Updates to fix build failure * RIA-8773: Add missing hearing centres in the hearing location to hearing address mapping document (#858) * RIA-8773 Fix rebasing of CcdScenarioRunnerTest * RIA-8774 Add logging (#862) * RIA-8774 Add logging * RIA-8770 Run functional tests on pipeline * RIA-8774 Enable logging on functional tests * RIA-8774 Enable logging on functional tests * Update DocumentTagTest.java --------- Co-authored-by: Marcellofabbri <[email protected]> Co-authored-by: Augustine Onubeze <[email protected]> Co-authored-by: Marcello Fabbri <[email protected]> * Fix unit test --------- Co-authored-by: Nilay <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcello Fabbri <[email protected]> Co-authored-by: KleoG <[email protected]> Co-authored-by: rajeshthuraiyur <[email protected]> Co-authored-by: Marcellofabbri <[email protected]> Co-authored-by: Augustine Onubeze <[email protected]>
- Loading branch information
1 parent
ea46fa3
commit 6941ada
Showing
52 changed files
with
1,706 additions
and
232 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
apiVersion: v2 | ||
name: ia-case-documents-api | ||
home: https://github.com/hmcts/ia-case-documents-api | ||
version: 0.0.38 | ||
version: 0.0.39 | ||
description: Immigration & Asylum Case Documents Service | ||
maintainers: | ||
- name: HMCTS Immigration & Asylum Team | ||
email: [email protected] | ||
dependencies: | ||
- name: java | ||
version: 5.0.4 | ||
version: 5.2.0 | ||
repository: https://hmctspublic.azurecr.io/helm/v1/repo/ |
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7.4 | ||
1.7.5 |
This file contains 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 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 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 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 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 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 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
50 changes: 50 additions & 0 deletions
50
...functionalTest/resources/scenarios/bail/RIA-8409-bail-hearing-notice-initial-listing.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"description": "RIA-8409 Bail hearing notice (initial listing)", | ||
"request": { | ||
"uri": "/bail/ccdAboutToSubmit", | ||
"credentials": "AdminOfficer", | ||
"input": { | ||
"eventId": "caseListing", | ||
"state": "applicationSubmitted", | ||
"caseData": { | ||
"template": "minimal-bail-application-submitted.json", | ||
"replacements": { | ||
"listingEvent": "initialListing", | ||
"listingLocation": "harmondsworth", | ||
"listingHearingDate": "2024-01-30T10:30:00", | ||
"customerServicesTelephone": "{$customerServices.telephoneNumber}", | ||
"customerServicesEmail": "{$customerServices.emailAddress}" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-bail-application-submitted.json", | ||
"replacements": { | ||
"listingEvent": "initialListing", | ||
"listingLocation": "harmondsworth", | ||
"listingHearingDate": "2024-01-30T10:30:00", | ||
"customerServicesTelephone": "{$customerServices.telephoneNumber}", | ||
"customerServicesEmail": "{$customerServices.emailAddress}", | ||
"hearingDocuments": [ | ||
{ | ||
"id": "1", | ||
"value": { | ||
"document": { | ||
"document_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/", | ||
"document_binary_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/binary/", | ||
"document_filename": "1650-6221-2061-5101-Smith-hearing-notice.PDF" | ||
}, | ||
"description": "", | ||
"dateUploaded": "{$TODAY}", | ||
"tag": "bailNoticeOfHearing" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.