-
Notifications
You must be signed in to change notification settings - Fork 7
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
DFPL-1450 INC5505842 Court Address Amendment - Watford County & Famil… #4382
Conversation
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
jamesrferguson1
approved these changes
May 3, 2023
AlistairEdwinOsborne
added a commit
that referenced
this pull request
Jul 7, 2023
* DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * Add CMO_REVIEWED work allocation task * Create work allocation task if CMO not refused * Update test * Add work allocation task for manage order for judges * Implement work allocation tasks into event listeners and undo prev changes * Add tests * Fix tests * checkstyle fix * DFPL-702 Global Search (0aa11b8) * Link to fpla-docker's commit hmcts/fpla-docker#83 * DFPL-1214: Changes to Send/Reply to Message CCD Events * checkstyle * DFPL-806: Add AuthorisationCaseField for fields accessed by WA * Dfpl 1047 New event for judges to review additional applications (#4076) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1092 Create New CCD Event- CTSC when Reviewing Failed Payment (WA-FPL-CCD) (#4069) * DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * PLEASE REVERT * sending dummy work allocation event. * Set variables to payment api url and fees-register api url * sending dummy work allocation event. * reverted * Updating caseData when failed payment event caught * UI flow * fix check style * update test case * dont need the completion events * dont need the completion events * dont need the completion events * revert secure doc store flag * update log message * test case * remove extra line * remove logging * Fix test cases * fix checkstyle * fix test case --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> * DFPL-1093 Create New Event-CTSC to Review Correspondence (WA-FPL-CCD) (#4086) * DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * DFLP-1093 Create New Event-CTSC to Review Correspondence (WA-FPL-CCD) * checkstyle fix * resolve code review conversation * fixing test cases * fix test cases * missing permission * check if the uploader is a judge. * fix test cases * move featureToogleService.isNewDocumentUploadNotificationEnabled to FurtherEvidenceUploadedEventHandler * checkstyle * revert * fix test cases * update test cases * fixing test cases * add back the checking on uploader * revert * tidy up * revert removing extra lines * prevent NPE for cafcass flow * missing userService * revert * remove duplicated code * move the same codes to init() * code tidy up * reverting changes * tidy up * bug fix * remove extra blank lines. * remove extra blank lines * add logging message * change to use helper class for the cafcass logic * Cafcass user also create work allocation task * remove extra line --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> * DFPL-1191: Allow AM validation user to access case details * Add caseworker-wa-task-configuration and caseworker-ras-validation * Merge Dfpl 1095 into superbranch (#4181) * DFPL-1095: Add ES index for hearing end date (!!!) * DFPL-1095: Create initial chasing task creation job * DFPL-1095: Add basic event for sending a reminder notification * DFPL-1095: Update event text * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * DFPL-1095: Update ES query to find hearings now-5d ago * DFPL-1095: add comment explaining hasCMOAssociation call * Revert "Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559" This reverts commit 96f18b4. * DFPL-1095: fix checkstyle * DFPL-1095: Add tests + add missing default event data builders * DFPL-1095: Add more tests + refactor common functions * DFPL-1095: checkstyle * DFPL-1095: checkstyle * DFPL-1095: Simple content provider test * DFPL-1095: checkstyle * DFPL-1095: Remove unnecessary feature toggle * DFPL-1095: Add extra test + sorting hearings by date * DFPL-1095: Add hearingIds to draft orders + add checking logic for sealed CMOs * DFPL-1095: Fix checkstyle + broken test initiation * DFPL-1095: Fix unit tests with new id param * DFPL-1095: Fix unit tests with new id param * DFPL-1095: Add missing subfield for other type of HearingOrder --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> * DFPL-702 Migration script * fix resolving conflict errors * Setting fields used in DMN initiation table as publishable. (#4108) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * DFPL-972: Add role to access profiles for AM roles * Fix missing curly bracket * Fix checkstyle * DFPL-1095: Fix sonar complaint * DFPL-1095: Add basic EventHandler test * Removing unused migration controller tests left after resolving merge conflicts * Removing unused imports * Grant caseworker-ras-validation permission to read caseManagementLocation * Fix merge conflict missing commas * Point at fpla-docker branch * Disabling sync with master for demo while testing wa. (#4344) * DFPL-1260: Fix no field found error in amend children flow (#4323) * DFPL-1371: Removal of Doc on PO22C50396 (#4326) * DFPL-1380: MIgration to reinstate closed case (#4338) * DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350) * DFPL-1381 Unknown Error when uploading Gatekeeping Order - Judicial Gatekeeping (#4347) * fix null pointer * add null checking * fix unuse import * fix check style * DFPL-1378 Warning restriction on gatekeeping is not allowing urgent gatekeeping to be completed (#4334) * add test case * allow standalone interim care order * typo * allow standalone secure accommodation order * check style * allow adding urgent direction to standalone child recovery order. * Allow access for ICO and EPO --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1249: Update .internal links to .platform links (#4221) * DFPL-1249: Update internal link in Jenkinsfile_CNP * Update more internal links * Update internal link for api tests * DFPL-1412: Add system update user permissions for gatekeeping sealing (#4351) * add IDAM roles: caseworker-caa and casworker-approver to RoleToAccessProfiles.json * Update suppressions list. (#4356) * DFPL-1400: Add permission for system-update user to see the multiCourts field for task list rendering (#4349) * Add caseworker-wa-task-configuration to the case states + case type * DFPL-1395: Add Package script for nightly e2e tests (#4343) * DFPL-1152: Yarn v3 update * update outdated packages * update dependancy check to work around yarn upgrade * add yarn lock * switch to immutable from frozen lock file * yarn lock update * re-add yarn lock * set node version * set node version * set node version * DFPL-1152-V2: Yarn V3 * testing gradle task to for node update * install and swap node version with nvm * add directory to nvm call * shift to use yarnBuilder * remove immutable to allow for lockfile changes * remove functionals gradle task * add mocha and set eslint * remove deprecated mutex flag * remove dependency check as no longer supported in yarn 3 * add lint UI tests to yarnbuilder * remove silent call on lint tests * remove silent call on browser tests + shift smoke test dependency install to jenkins file * change syntax of functionals script in package * add dependency install into nightly, remove from gradle tasks * add debug node module for concepts * add peer dependencies * add yarnrc for mocha reporter * move browser tests to jenkinsfile * remove test_selector from grep as no longer works with new yarn * change to after success to prevent longer pipeline times * change nightly to alwaysAfter and remove branch reference * DFPL-1395: Add Package script for nightly e2e tests * add flaky too! * use http for nightly case service access * set case service url to use http * ensure functionals point at AAT * ensure functionals point at AAT * DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342) * DFPL-1200: Initial work basket configuration * DFPL-1200: Updated dft label and add config to search input fields * DFPL-1200: Added missing courts * DFPL-1200: Added high court and renamed dfj to dfjArea * DFPL-1200: Update court transfer flow to add DFJ Area and court info * DFPL-1200: Added test DFJ Area Court mapping * DFPL-1200: Updated DFJ Area Court * DFPL-1200: Fix for HighCourt DFJ * DFPL-1200: Removed unused variable courtCode * DFPL-1200: Incorporated code review comments * DFPL-1200: Rollback implementation * DFPL-1200: Fixed build issue * DFPL-1200: adding suppressions * DFPL-1200: Fixed CaseInitiationController about to submit test * DFPL-1200: Updated court codes * DFPL-1200: Adding idam credentials to key vaults * DFPL-1200: Upgraded java chart version to 4.0.13 * Bumping chart version/ fixing aliases * Merging in master * Checkstyle * Fix dupe permission * Bumping chart version/ fixing aliases * Fixing merge conflicts --------- Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364) This reverts commit 4addc69. * fix timezone math (#4365) * Dfpl 1200 revert skip test (#4366) * fix timezone math * skip API tests * add house keep option to final decision detail (#4325) * Re-enabling functional tests. (#4369) * DFPL-1336: Remove CTSC feature toggle, always set sending emails to the CTSC on submission (#4269) * DFPL-1336: Disable the CTSC feature toggle, set always YES on case submission * DFPL-1336: Set default if all other paths fail to be the CTSC inbox * checkstyle * DFPL-1336: Update tests as no longer using LD during case submission * checkstyle * DFPL-1336: Remove CTSC feature flag completely * DFPL-1336: Fix tests to use CTSC as email not null * DFPL-1336: Revert to using value not enum as CaseData is storing it as a string * checkstyle * DFPL-1386 Notification of Document Uploaded- but showing several documents (#4345) * add log message for debugging * enhanced log messages * fix for applicationDocument * checkstyle * update checking new document upload logic * update * checkstyle * update test cases * checkstyle * checkstyle * simlpify * rename * renaming * Rename and add back element id to testing data * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Move test case to template * checkstyle * fine tuning * removing unused import * removed moved test case * add test case when docs removed. not sending notification to cafcass * added test case for not sending notification to cafcass when uploaded documents are the same. * code format * added test case for not sending notification when confidential change in AnyDocumentUpload * Fix cafcass hearing further evidence path * moved test cases to template for sending notification to cafcass when application document upload * updated * simplied * test cases updated * missing line * test case's already moved * updated * update test cases * checkstyle * fix getDocumentInfo * update respondent statement test cases * updated. test cases * suppress CVE-2023-20863 * checkstyle * checkstyle * added test case for uploading correspondence. * checkstyle * fix test cases without UUID * remove extra space * remove debug messages * Fix test cases * update assert * Fix test cases * remove debug message * checkstyle fix * add debug message * Revert "add debug message" This reverts commit 353344e. * confidential documents uploaded by LA restricts access to solicitors only. * CAFCASS should not be notified when HMCTS admin upload a document. * checkstyle fix * Fix the loophole that CAFCASS can access confidential document when HMCTS upload it. * checkstyle * remove unused methods * Fix Cafcass getting notification when HMCTS uploads a confidential documents for additional application * Fix Cafcass getting notification when HMCTS uploads a confidential documents for C2 additional application * checkstyle * rename and tidy up * confidential issue when uploading court bundle * simplified * method renamed * typo * Deprecated wrapElementsWithRandomUUID * simplified the logic --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1325 Enable Consumer Deploy Checks for Pact tests (#4299) * Update Jenkinsfile_CNP * test pact test failed * test pact test failed * revert testing * try update CaseAccessDataStoreConsumerTest * Revert "try update CaseAccessDataStoreConsumerTest" This reverts commit a353b7b. * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Famil… (#4382) * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Family Court * remove (new address) wording * remove 404 --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1437 Document removal for data breach on ZW23C50136 (#4375) * removed done test cases * Migration script for DFPL-1437 * renamed * checkstyle fix * Test case for removeHearingFurtherEvidenceDocuments * test cases for removeFurtherEvidenceSolicitorDocuments --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1118: Fix case access when swapping solicitors in `children` event (#4037) * DFPL-1118: Add CaseEventToXYZ ccd configuration for updateRepresentation * DFPL-1118: Add logging to check if the request has null fields * DFPL-1118: Fix logging * DFPL-1118: checkstyle * DFPL-1118: Log errors + skip tests for speed * DFPL-1118: Change applyDecision to user version * Add extraEnvs * bump ccd chart * Bumping chart version/ fixing aliases * Add values copied from civil's successful PR * TEST Spin up manage org in preview * Bumping chart version/ fixing aliases * Add manage org oauth callback * remove vault access for AAC * Update AAC url for manage-org * add xui_mo_webapp to aac in preview * Revert "remove vault access for AAC" This reverts commit a2b4d87. * Update secrets + bump AAC chart version * case type not jurisdiction id... * Bumping chart version/ fixing aliases * change updateRepresentation to be about-to-start * Update change org request field THEN apply it in another event * update tests to take into account new update pattern * update tests to take into account new update pattern * DFPL-1118: Add tests for about-to-start callback * Fix checkstyle * DFPL-1118: Respondent tests * DFPL-1118: Add child controller test changes * DFPL-1118: remove unused imports * DFPL-1118: update NoCServiceTest * DFPL-1118: Rearrange RespondentController.prepareNewRespondents * DFPL-1118: Revert rearrange - add caseData conversion so we can replace the OrgPolicy * Add permission for systemupdate user to modify the policies * Remove permissions dupes --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> * DFPL-1242 - Reverting OrderType:EDUCATION_SUPERVISION_ORDER - Unable to upload documents to case (#4241) * Fix typo * Migration script * checkstyle fix --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1393 INC5501309 Cases getting stuck in gatekeeping (#4361) * add EventEnablingCondition * Update GatekeepingListing.json * update with new behaviour * fix sdo checking * DFPL-1455 INC5507506 Unable to return application (#4392) * DFPL-1455 null check on submittedForm * Test case * typo --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Fix merge accidentally removing a function * fix checkstyle + missing curly brace in application-local * update fpla-docker * DFPL-1431: Add dummy migration for testing migration-tool (#4386) * Remove 404ing submitted callback from migrateCase event * update fpla-docker commit (#4401) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * update fpla-docker (#4402) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" (#4403) This reverts commit 32ddeca. * Dfpl 1310 v2 (#4405) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * Dfpl 1310 v2 (#4406) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix2: Migrate the ordersSolicitor.court * DFPL-1310-v4: Migrate the orders.court specifically (#4409) * Grant system update user read permission for orderPreview field. (#4407) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * DFPL-1427: Fix Cafcass gatekeeping notifications (#4371) * DFPL-1427: Fix Cafcass gatekeeping notifications * fix translation submitted tests and remove json ignore for casedata function * remove unused imports * remove unrequired test changes * Remove override and replace with standalone function * Fix tests * fix respondents updater test mock * add permissions for court select when making standalone application * add suppressions --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1401 INC5501195 Manage Cases/CCD Not creating orders (#4384) * migration script for setting missing relatingLA to NCC * test case for the migration script * resolved conflicts --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1451: Migration script to remove the draft order from advocates meeting (#4396) * DFPL-1451: Migration script to remove the draft order from advocates meeting * Add new line * Remove older migrations * Re-add 1359 * Remove unused imports * Remove test * Remove imports * Update suppressions. * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests (#4391) * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests * Send array of recipient names * Send one recipient name per request * Fix tests * Fix checkstyle * Fix more tests --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow (#4380) * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow * Revert permission changes * Migration script to remove manageorder temp fields * Update permissions for manageorders temp fields * Revert migration changes --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1445: Fix use of old case data/details causing docstore errors (#4373) * DFPL-1332: Fix use of old case data/details causing docstore errors * DFPL-1445: Unify permissions for all roles working on behalf of LA * DFPL-1482: Remove wide-ranging role access to this event (#4422) * Dfpl 1047 New event for judges to review additional applications (#4394) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> * DFPL-1214: Changes to Send/Reply to Message CCD Events (#4119) * DFPL-1214: Changes to Send/Reply to Message CCD Events * Update spelling for Legal Adviser --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Add Publish attributes to all initiating events * Add Publish attributes hearing field in submitApplication.json * DTSPO-13810 reschedule nightlybuilds to start at 8am (#4427) * DTSPO-13810 reschedule nightlybuilds to start at 8am * Update Jenkinsfile_nightly * DFPL-1511 INC5512575 Confidential Document to be removed (#4424) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1501: Document removal (#4423) * DFPL-1466: Migration to remove incorrect position statement (#4416) * DFPL-1344 ZE23C50059 draft order emailed to judge instead of uploaded into hearing tab (#4353) * fix link * update test --------- Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> * enable review on CYA page (#4370) * Add a dummy DateTime whilst we don't have HMC (#4433) * Add a dummy DateTime whilst we don't have HMC * Add hearing time in test * Add time to gatekeeping test * fix generator test * DFPL-1484 INC5511563 Document removal via hearing documents tab (#4428) * DFPL-1484 INC5511563 Document removal via hearing documents tab * test cases * missing comma --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1435: Update Cafcass England subject line mappings (#4381) * DFPL-1435: Add noticeOfPlacement + placementApplication to mapping * DFPL-1435: Add skeleton argument mapping * DFPL-1435: Remove skeleton argument mapping * DFPL-1435: Add document type to the DocumentReference * use the set we just modified! * Don't sync perftest at the moment * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> * Upgrading pact version to fix annotation issue following gradle upgrade. (#4444) * Dfpl update pact version (#4445) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Dfpl update pact version (#4446) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Dfpl revert gradle upgrade (#4447) * Revert "Dfpl update pact version (#4446)" This reverts commit 74561ae. * Revert "Dfpl update pact version (#4445)" This reverts commit e79286e. * Revert "Upgrading pact version to fix annotation issue following gradle upgrade. (#4444)" This reverts commit b25b415. * Revert "Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080)" This reverts commit 9569ad1. * DFPL-1532: Reading Code incorrect in case progression (#4443) * Specifying ShowEventNotes so that it is set on all events. (#4450) * DFPL-1483: Align caseData.court with caseData.caseManagementLocation (#4453) * DFPL-1483: Get court from JSON config rather than onboardings to store in caseData.court * DFPL-1483: Use a 'real' court ID in tests * CFTLib and Gradle Upgrade (#4457) * Disable functional tests in preview for testing pact step * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> (cherry picked from commit 9569ad1) * Upgrade pact version * Upgrade pact version * Re-enabling functional tests --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Publish task reconfiguration events (#4464) * COT-317: Remove idam role mappings + update AM AccessProfiles (#4459) * Update the jobClass to match the actual java class * publish changeCaseName-superuser * add suppression from branch 'master' * suppress CVE-2023-20883 (#4466) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Make sure court name follows 'Family Court sitting at X' pattern on transfer (#4468) * Fix tests, don't change the High Court's name * DFPL-1445: Remove unnecessary upload as part of send letter implementation (#4436) * DFPL-1445: Remove unnecessary upload as part of send letter implementation * Rearrange for checkstyle * Fix tests * Fix couple more tests * Fix tests * DFPL-1445: Add convertToPdfBytes tests * schedule 'overnight job' for 2pm in demo * DFPL-1477 Cafcass receiving multiple notifications (#4451) * change to async listener for sending email to cafcass * add retry to cafcass async listener * fix unit test * change to async for all notification listener in manageDoc * fix unit test * remove unused import * fix unit test * remove notification service Retryable * only retry on EmailFailedSendException * Dfpl 1447 - 404 errors on downloading docs via CDAM for manage orders (#4474) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * Turning off retry mechanism for manage orders * Add specific and challenged access for staff roles (#4475) * DFPL-1528 not populating the Applicant's name when the Applicant isn't a local authority (#4471) * get first applicant name if no designatedLocalAuthority is found * add new unit test * fix check style * apply changes to all application type * Fix failing tests * remove duplicate reviewAdditionalApplication * DFPL-1200: Add a new case list filters - DFJ Area and court (#4431) * Revert "Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364)" This reverts commit 47f9054 * Fix fpla-docker pointing at wrong commit * missing import * Update MigrateCaseController.java comma! * DFPL-1584: Remove blank document from case summary (#4483) * DFPL-1572: Remove blocker on Cafcass notifications for newly submitted standalones (#4478) * Remove blocker on Cafcass notifications for newly submitted applications * checkstyle * Fix Brighton DFJ court code (#4494) * DFPL-1529 SDO created but venue didn't pull though to the order (#4484) * fix previous hearing venue is empty * fix unit test * fix checkstyle * fix check style * update format --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1571: Change wording on C2 application type (#4488) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Update suppressions list. (#4498) * Use DFPL-702 fpla-docker branch * Fix tests after merge master * DFPL-1293: Change court name from "Central London County" to "Central Family Court" (#4285) Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> * Update suppressions list. (#4504) * DFPL-1589: Add system-update permissions for factorsParenting field (#4486) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * fix labarrister permission (#4499) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * DFPL-1352: Add migration to set sendToCtsc to true (#4288) * DFPL-1352: Add migration to set sendToCtsc to true * Fix merge conflicts * DFPL-1612: Remove UDO from case (#4506) * DFPL-1612: Remove UDO from case * add UUID and remove filename * change to use substring of 32 * remove unused import * checkstyle * checkstyle 2 * checkstyle 3 * add additional test * fix test to use correct directions order * Add migration for DFPL-1616 * remove field entirely * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event (#4496) * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event * DFPL-1533: Revert more event permission changes --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> * Fix merge conflict issues --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Qasim Nawaz <qasim.nawaz@justice.gov.uk> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Co-authored-by: jamesrferguson1 <james.ferguson1@justice.gov.uk> Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> Co-authored-by: mokainos <72137340+mokainos@users.noreply.github.com> Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com>
AlistairEdwinOsborne
added a commit
that referenced
this pull request
Jul 7, 2023
* DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * Add CMO_REVIEWED work allocation task * Create work allocation task if CMO not refused * Update test * Add work allocation task for manage order for judges * Implement work allocation tasks into event listeners and undo prev changes * Add tests * Fix tests * checkstyle fix * DFPL-702 Global Search (0aa11b8) * Link to fpla-docker's commit hmcts/fpla-docker#83 * DFPL-1214: Changes to Send/Reply to Message CCD Events * checkstyle * DFPL-806: Add AuthorisationCaseField for fields accessed by WA * Dfpl 1047 New event for judges to review additional applications (#4076) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1092 Create New CCD Event- CTSC when Reviewing Failed Payment (WA-FPL-CCD) (#4069) * DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * PLEASE REVERT * sending dummy work allocation event. * Set variables to payment api url and fees-register api url * sending dummy work allocation event. * reverted * Updating caseData when failed payment event caught * UI flow * fix check style * update test case * dont need the completion events * dont need the completion events * dont need the completion events * revert secure doc store flag * update log message * test case * remove extra line * remove logging * Fix test cases * fix checkstyle * fix test case --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> * DFPL-1093 Create New Event-CTSC to Review Correspondence (WA-FPL-CCD) (#4086) * DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * DFLP-1093 Create New Event-CTSC to Review Correspondence (WA-FPL-CCD) * checkstyle fix * resolve code review conversation * fixing test cases * fix test cases * missing permission * check if the uploader is a judge. * fix test cases * move featureToogleService.isNewDocumentUploadNotificationEnabled to FurtherEvidenceUploadedEventHandler * checkstyle * revert * fix test cases * update test cases * fixing test cases * add back the checking on uploader * revert * tidy up * revert removing extra lines * prevent NPE for cafcass flow * missing userService * revert * remove duplicated code * move the same codes to init() * code tidy up * reverting changes * tidy up * bug fix * remove extra blank lines. * remove extra blank lines * add logging message * change to use helper class for the cafcass logic * Cafcass user also create work allocation task * remove extra line --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> * DFPL-1191: Allow AM validation user to access case details * Add caseworker-wa-task-configuration and caseworker-ras-validation * Merge Dfpl 1095 into superbranch (#4181) * DFPL-1095: Add ES index for hearing end date (!!!) * DFPL-1095: Create initial chasing task creation job * DFPL-1095: Add basic event for sending a reminder notification * DFPL-1095: Update event text * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * DFPL-1095: Update ES query to find hearings now-5d ago * DFPL-1095: add comment explaining hasCMOAssociation call * Revert "Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559" This reverts commit 96f18b4. * DFPL-1095: fix checkstyle * DFPL-1095: Add tests + add missing default event data builders * DFPL-1095: Add more tests + refactor common functions * DFPL-1095: checkstyle * DFPL-1095: checkstyle * DFPL-1095: Simple content provider test * DFPL-1095: checkstyle * DFPL-1095: Remove unnecessary feature toggle * DFPL-1095: Add extra test + sorting hearings by date * DFPL-1095: Add hearingIds to draft orders + add checking logic for sealed CMOs * DFPL-1095: Fix checkstyle + broken test initiation * DFPL-1095: Fix unit tests with new id param * DFPL-1095: Fix unit tests with new id param * DFPL-1095: Add missing subfield for other type of HearingOrder --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> * DFPL-702 Migration script * fix resolving conflict errors * Setting fields used in DMN initiation table as publishable. (#4108) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * DFPL-972: Add role to access profiles for AM roles * Fix missing curly bracket * Fix checkstyle * DFPL-1095: Fix sonar complaint * DFPL-1095: Add basic EventHandler test * Removing unused migration controller tests left after resolving merge conflicts * Removing unused imports * Grant caseworker-ras-validation permission to read caseManagementLocation * Fix merge conflict missing commas * Point at fpla-docker branch * Disabling sync with master for demo while testing wa. (#4344) * DFPL-1260: Fix no field found error in amend children flow (#4323) * DFPL-1371: Removal of Doc on PO22C50396 (#4326) * DFPL-1380: MIgration to reinstate closed case (#4338) * DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350) * DFPL-1381 Unknown Error when uploading Gatekeeping Order - Judicial Gatekeeping (#4347) * fix null pointer * add null checking * fix unuse import * fix check style * DFPL-1378 Warning restriction on gatekeeping is not allowing urgent gatekeeping to be completed (#4334) * add test case * allow standalone interim care order * typo * allow standalone secure accommodation order * check style * allow adding urgent direction to standalone child recovery order. * Allow access for ICO and EPO --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1249: Update .internal links to .platform links (#4221) * DFPL-1249: Update internal link in Jenkinsfile_CNP * Update more internal links * Update internal link for api tests * DFPL-1412: Add system update user permissions for gatekeeping sealing (#4351) * add IDAM roles: caseworker-caa and casworker-approver to RoleToAccessProfiles.json * Update suppressions list. (#4356) * DFPL-1400: Add permission for system-update user to see the multiCourts field for task list rendering (#4349) * Add caseworker-wa-task-configuration to the case states + case type * DFPL-1395: Add Package script for nightly e2e tests (#4343) * DFPL-1152: Yarn v3 update * update outdated packages * update dependancy check to work around yarn upgrade * add yarn lock * switch to immutable from frozen lock file * yarn lock update * re-add yarn lock * set node version * set node version * set node version * DFPL-1152-V2: Yarn V3 * testing gradle task to for node update * install and swap node version with nvm * add directory to nvm call * shift to use yarnBuilder * remove immutable to allow for lockfile changes * remove functionals gradle task * add mocha and set eslint * remove deprecated mutex flag * remove dependency check as no longer supported in yarn 3 * add lint UI tests to yarnbuilder * remove silent call on lint tests * remove silent call on browser tests + shift smoke test dependency install to jenkins file * change syntax of functionals script in package * add dependency install into nightly, remove from gradle tasks * add debug node module for concepts * add peer dependencies * add yarnrc for mocha reporter * move browser tests to jenkinsfile * remove test_selector from grep as no longer works with new yarn * change to after success to prevent longer pipeline times * change nightly to alwaysAfter and remove branch reference * DFPL-1395: Add Package script for nightly e2e tests * add flaky too! * use http for nightly case service access * set case service url to use http * ensure functionals point at AAT * ensure functionals point at AAT * DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342) * DFPL-1200: Initial work basket configuration * DFPL-1200: Updated dft label and add config to search input fields * DFPL-1200: Added missing courts * DFPL-1200: Added high court and renamed dfj to dfjArea * DFPL-1200: Update court transfer flow to add DFJ Area and court info * DFPL-1200: Added test DFJ Area Court mapping * DFPL-1200: Updated DFJ Area Court * DFPL-1200: Fix for HighCourt DFJ * DFPL-1200: Removed unused variable courtCode * DFPL-1200: Incorporated code review comments * DFPL-1200: Rollback implementation * DFPL-1200: Fixed build issue * DFPL-1200: adding suppressions * DFPL-1200: Fixed CaseInitiationController about to submit test * DFPL-1200: Updated court codes * DFPL-1200: Adding idam credentials to key vaults * DFPL-1200: Upgraded java chart version to 4.0.13 * Bumping chart version/ fixing aliases * Merging in master * Checkstyle * Fix dupe permission * Bumping chart version/ fixing aliases * Fixing merge conflicts --------- Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364) This reverts commit 4addc69. * fix timezone math (#4365) * Dfpl 1200 revert skip test (#4366) * fix timezone math * skip API tests * add house keep option to final decision detail (#4325) * Re-enabling functional tests. (#4369) * DFPL-1336: Remove CTSC feature toggle, always set sending emails to the CTSC on submission (#4269) * DFPL-1336: Disable the CTSC feature toggle, set always YES on case submission * DFPL-1336: Set default if all other paths fail to be the CTSC inbox * checkstyle * DFPL-1336: Update tests as no longer using LD during case submission * checkstyle * DFPL-1336: Remove CTSC feature flag completely * DFPL-1336: Fix tests to use CTSC as email not null * DFPL-1336: Revert to using value not enum as CaseData is storing it as a string * checkstyle * DFPL-1386 Notification of Document Uploaded- but showing several documents (#4345) * add log message for debugging * enhanced log messages * fix for applicationDocument * checkstyle * update checking new document upload logic * update * checkstyle * update test cases * checkstyle * checkstyle * simlpify * rename * renaming * Rename and add back element id to testing data * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Move test case to template * checkstyle * fine tuning * removing unused import * removed moved test case * add test case when docs removed. not sending notification to cafcass * added test case for not sending notification to cafcass when uploaded documents are the same. * code format * added test case for not sending notification when confidential change in AnyDocumentUpload * Fix cafcass hearing further evidence path * moved test cases to template for sending notification to cafcass when application document upload * updated * simplied * test cases updated * missing line * test case's already moved * updated * update test cases * checkstyle * fix getDocumentInfo * update respondent statement test cases * updated. test cases * suppress CVE-2023-20863 * checkstyle * checkstyle * added test case for uploading correspondence. * checkstyle * fix test cases without UUID * remove extra space * remove debug messages * Fix test cases * update assert * Fix test cases * remove debug message * checkstyle fix * add debug message * Revert "add debug message" This reverts commit 353344e. * confidential documents uploaded by LA restricts access to solicitors only. * CAFCASS should not be notified when HMCTS admin upload a document. * checkstyle fix * Fix the loophole that CAFCASS can access confidential document when HMCTS upload it. * checkstyle * remove unused methods * Fix Cafcass getting notification when HMCTS uploads a confidential documents for additional application * Fix Cafcass getting notification when HMCTS uploads a confidential documents for C2 additional application * checkstyle * rename and tidy up * confidential issue when uploading court bundle * simplified * method renamed * typo * Deprecated wrapElementsWithRandomUUID * simplified the logic --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1325 Enable Consumer Deploy Checks for Pact tests (#4299) * Update Jenkinsfile_CNP * test pact test failed * test pact test failed * revert testing * try update CaseAccessDataStoreConsumerTest * Revert "try update CaseAccessDataStoreConsumerTest" This reverts commit a353b7b. * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Famil… (#4382) * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Family Court * remove (new address) wording * remove 404 --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1437 Document removal for data breach on ZW23C50136 (#4375) * removed done test cases * Migration script for DFPL-1437 * renamed * checkstyle fix * Test case for removeHearingFurtherEvidenceDocuments * test cases for removeFurtherEvidenceSolicitorDocuments --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1118: Fix case access when swapping solicitors in `children` event (#4037) * DFPL-1118: Add CaseEventToXYZ ccd configuration for updateRepresentation * DFPL-1118: Add logging to check if the request has null fields * DFPL-1118: Fix logging * DFPL-1118: checkstyle * DFPL-1118: Log errors + skip tests for speed * DFPL-1118: Change applyDecision to user version * Add extraEnvs * bump ccd chart * Bumping chart version/ fixing aliases * Add values copied from civil's successful PR * TEST Spin up manage org in preview * Bumping chart version/ fixing aliases * Add manage org oauth callback * remove vault access for AAC * Update AAC url for manage-org * add xui_mo_webapp to aac in preview * Revert "remove vault access for AAC" This reverts commit a2b4d87. * Update secrets + bump AAC chart version * case type not jurisdiction id... * Bumping chart version/ fixing aliases * change updateRepresentation to be about-to-start * Update change org request field THEN apply it in another event * update tests to take into account new update pattern * update tests to take into account new update pattern * DFPL-1118: Add tests for about-to-start callback * Fix checkstyle * DFPL-1118: Respondent tests * DFPL-1118: Add child controller test changes * DFPL-1118: remove unused imports * DFPL-1118: update NoCServiceTest * DFPL-1118: Rearrange RespondentController.prepareNewRespondents * DFPL-1118: Revert rearrange - add caseData conversion so we can replace the OrgPolicy * Add permission for systemupdate user to modify the policies * Remove permissions dupes --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> * DFPL-1242 - Reverting OrderType:EDUCATION_SUPERVISION_ORDER - Unable to upload documents to case (#4241) * Fix typo * Migration script * checkstyle fix --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1393 INC5501309 Cases getting stuck in gatekeeping (#4361) * add EventEnablingCondition * Update GatekeepingListing.json * update with new behaviour * fix sdo checking * DFPL-1455 INC5507506 Unable to return application (#4392) * DFPL-1455 null check on submittedForm * Test case * typo --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Fix merge accidentally removing a function * fix checkstyle + missing curly brace in application-local * update fpla-docker * DFPL-1431: Add dummy migration for testing migration-tool (#4386) * Remove 404ing submitted callback from migrateCase event * update fpla-docker commit (#4401) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * update fpla-docker (#4402) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" (#4403) This reverts commit 32ddeca. * Dfpl 1310 v2 (#4405) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * Dfpl 1310 v2 (#4406) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix2: Migrate the ordersSolicitor.court * DFPL-1310-v4: Migrate the orders.court specifically (#4409) * Grant system update user read permission for orderPreview field. (#4407) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * DFPL-1427: Fix Cafcass gatekeeping notifications (#4371) * DFPL-1427: Fix Cafcass gatekeeping notifications * fix translation submitted tests and remove json ignore for casedata function * remove unused imports * remove unrequired test changes * Remove override and replace with standalone function * Fix tests * fix respondents updater test mock * add permissions for court select when making standalone application * add suppressions --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1401 INC5501195 Manage Cases/CCD Not creating orders (#4384) * migration script for setting missing relatingLA to NCC * test case for the migration script * resolved conflicts --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1451: Migration script to remove the draft order from advocates meeting (#4396) * DFPL-1451: Migration script to remove the draft order from advocates meeting * Add new line * Remove older migrations * Re-add 1359 * Remove unused imports * Remove test * Remove imports * Update suppressions. * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests (#4391) * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests * Send array of recipient names * Send one recipient name per request * Fix tests * Fix checkstyle * Fix more tests --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow (#4380) * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow * Revert permission changes * Migration script to remove manageorder temp fields * Update permissions for manageorders temp fields * Revert migration changes --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1445: Fix use of old case data/details causing docstore errors (#4373) * DFPL-1332: Fix use of old case data/details causing docstore errors * DFPL-1445: Unify permissions for all roles working on behalf of LA * DFPL-1482: Remove wide-ranging role access to this event (#4422) * Dfpl 1047 New event for judges to review additional applications (#4394) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> * DFPL-1214: Changes to Send/Reply to Message CCD Events (#4119) * DFPL-1214: Changes to Send/Reply to Message CCD Events * Update spelling for Legal Adviser --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Add Publish attributes to all initiating events * Add Publish attributes hearing field in submitApplication.json * DTSPO-13810 reschedule nightlybuilds to start at 8am (#4427) * DTSPO-13810 reschedule nightlybuilds to start at 8am * Update Jenkinsfile_nightly * DFPL-1511 INC5512575 Confidential Document to be removed (#4424) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1501: Document removal (#4423) * DFPL-1466: Migration to remove incorrect position statement (#4416) * DFPL-1344 ZE23C50059 draft order emailed to judge instead of uploaded into hearing tab (#4353) * fix link * update test --------- Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> * enable review on CYA page (#4370) * Add a dummy DateTime whilst we don't have HMC (#4433) * Add a dummy DateTime whilst we don't have HMC * Add hearing time in test * Add time to gatekeeping test * fix generator test * DFPL-1484 INC5511563 Document removal via hearing documents tab (#4428) * DFPL-1484 INC5511563 Document removal via hearing documents tab * test cases * missing comma --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1435: Update Cafcass England subject line mappings (#4381) * DFPL-1435: Add noticeOfPlacement + placementApplication to mapping * DFPL-1435: Add skeleton argument mapping * DFPL-1435: Remove skeleton argument mapping * DFPL-1435: Add document type to the DocumentReference * use the set we just modified! * Don't sync perftest at the moment * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> * Upgrading pact version to fix annotation issue following gradle upgrade. (#4444) * Dfpl update pact version (#4445) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Dfpl update pact version (#4446) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Dfpl revert gradle upgrade (#4447) * Revert "Dfpl update pact version (#4446)" This reverts commit 74561ae. * Revert "Dfpl update pact version (#4445)" This reverts commit e79286e. * Revert "Upgrading pact version to fix annotation issue following gradle upgrade. (#4444)" This reverts commit b25b415. * Revert "Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080)" This reverts commit 9569ad1. * DFPL-1532: Reading Code incorrect in case progression (#4443) * Specifying ShowEventNotes so that it is set on all events. (#4450) * DFPL-1483: Align caseData.court with caseData.caseManagementLocation (#4453) * DFPL-1483: Get court from JSON config rather than onboardings to store in caseData.court * DFPL-1483: Use a 'real' court ID in tests * CFTLib and Gradle Upgrade (#4457) * Disable functional tests in preview for testing pact step * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> (cherry picked from commit 9569ad1) * Upgrade pact version * Upgrade pact version * Re-enabling functional tests --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Publish task reconfiguration events (#4464) * COT-317: Remove idam role mappings + update AM AccessProfiles (#4459) * Update the jobClass to match the actual java class * publish changeCaseName-superuser * add suppression from branch 'master' * suppress CVE-2023-20883 (#4466) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Make sure court name follows 'Family Court sitting at X' pattern on transfer (#4468) * Fix tests, don't change the High Court's name * DFPL-1445: Remove unnecessary upload as part of send letter implementation (#4436) * DFPL-1445: Remove unnecessary upload as part of send letter implementation * Rearrange for checkstyle * Fix tests * Fix couple more tests * Fix tests * DFPL-1445: Add convertToPdfBytes tests * schedule 'overnight job' for 2pm in demo * DFPL-1477 Cafcass receiving multiple notifications (#4451) * change to async listener for sending email to cafcass * add retry to cafcass async listener * fix unit test * change to async for all notification listener in manageDoc * fix unit test * remove unused import * fix unit test * remove notification service Retryable * only retry on EmailFailedSendException * Dfpl 1447 - 404 errors on downloading docs via CDAM for manage orders (#4474) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * Turning off retry mechanism for manage orders * Add specific and challenged access for staff roles (#4475) * DFPL-1528 not populating the Applicant's name when the Applicant isn't a local authority (#4471) * get first applicant name if no designatedLocalAuthority is found * add new unit test * fix check style * apply changes to all application type * Upgrading app insights to v3 and upgrading to java 17. * Fix failing tests * Update app insights terraform. * Updating Dockerfile * remove duplicate reviewAdditionalApplication * DFPL-1200: Add a new case list filters - DFJ Area and court (#4431) * Revert "Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364)" This reverts commit 47f9054 * Fix fpla-docker pointing at wrong commit * missing import * Update MigrateCaseController.java comma! * DFPL-1584: Remove blank document from case summary (#4483) * DFPL-1572: Remove blocker on Cafcass notifications for newly submitted standalones (#4478) * Remove blocker on Cafcass notifications for newly submitted applications * checkstyle * Deleting test duplicated in UpdateCMOHearingTest shouldThrowExceptionWhenNoHearingFoundForTheCMOId * Bumping chart version/ fixing aliases * Fix Brighton DFJ court code (#4494) * DFPL-1529 SDO created but venue didn't pull though to the order (#4484) * fix previous hearing venue is empty * fix unit test * fix checkstyle * fix check style * update format --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Correcting resource group names for app insights and key vault * Correcting app insights name. * Disable functional tests in preview to test rest of pipeline. * DFPL-1571: Change wording on C2 application type (#4488) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Update suppressions list. (#4498) * Use DFPL-702 fpla-docker branch * Fix tests after merge master * DFPL-1293: Change court name from "Central London County" to "Central Family Court" (#4285) Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> * Update suppressions list. (#4504) * DFPL-1589: Add system-update permissions for factorsParenting field (#4486) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Move connection string app insights secret creation to main.tf. * Reinstate functional tests. * fix labarrister permission (#4499) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Disable ithc sync with prod * DFPL-1352: Add migration to set sendToCtsc to true (#4288) * DFPL-1352: Add migration to set sendToCtsc to true * Fix merge conflicts * DFPL-1612: Remove UDO from case (#4506) * DFPL-1612: Remove UDO from case * add UUID and remove filename * change to use substring of 32 * remove unused import * checkstyle * checkstyle 2 * checkstyle 3 * add additional test * fix test to use correct directions order * Add migration for DFPL-1616 * remove field entirely * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event (#4496) * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event * DFPL-1533: Revert more event permission changes --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> * Fix merge conflict issues --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Qasim Nawaz <qasim.nawaz@justice.gov.uk> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Co-authored-by: jamesrferguson1 <james.ferguson1@justice.gov.uk> Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> Co-authored-by: mokainos <72137340+mokainos@users.noreply.github.com> Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com>
AlistairEdwinOsborne
added a commit
that referenced
this pull request
Jul 13, 2023
* DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * Add CMO_REVIEWED work allocation task * Create work allocation task if CMO not refused * Update test * Add work allocation task for manage order for judges * Implement work allocation tasks into event listeners and undo prev changes * Add tests * Fix tests * checkstyle fix * DFPL-702 Global Search (0aa11b8) * Link to fpla-docker's commit hmcts/fpla-docker#83 * DFPL-1214: Changes to Send/Reply to Message CCD Events * checkstyle * DFPL-806: Add AuthorisationCaseField for fields accessed by WA * Dfpl 1047 New event for judges to review additional applications (#4076) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1092 Create New CCD Event- CTSC when Reviewing Failed Payment (WA-FPL-CCD) (#4069) * DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * PLEASE REVERT * sending dummy work allocation event. * Set variables to payment api url and fees-register api url * sending dummy work allocation event. * reverted * Updating caseData when failed payment event caught * UI flow * fix check style * update test case * dont need the completion events * dont need the completion events * dont need the completion events * revert secure doc store flag * update log message * test case * remove extra line * remove logging * Fix test cases * fix checkstyle * fix test case --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> * DFPL-1093 Create New Event-CTSC to Review Correspondence (WA-FPL-CCD) (#4086) * DFPL-WA: Add utility function to create the work allocation dummy event * DFPL-WA: extract var out * DFPL-WA: Add basic test * DFLP-1093 Create New Event-CTSC to Review Correspondence (WA-FPL-CCD) * checkstyle fix * resolve code review conversation * fixing test cases * fix test cases * missing permission * check if the uploader is a judge. * fix test cases * move featureToogleService.isNewDocumentUploadNotificationEnabled to FurtherEvidenceUploadedEventHandler * checkstyle * revert * fix test cases * update test cases * fixing test cases * add back the checking on uploader * revert * tidy up * revert removing extra lines * prevent NPE for cafcass flow * missing userService * revert * remove duplicated code * move the same codes to init() * code tidy up * reverting changes * tidy up * bug fix * remove extra blank lines. * remove extra blank lines * add logging message * change to use helper class for the cafcass logic * Cafcass user also create work allocation task * remove extra line --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> * DFPL-1191: Allow AM validation user to access case details * Add caseworker-wa-task-configuration and caseworker-ras-validation * Merge Dfpl 1095 into superbranch (#4181) * DFPL-1095: Add ES index for hearing end date (!!!) * DFPL-1095: Create initial chasing task creation job * DFPL-1095: Add basic event for sending a reminder notification * DFPL-1095: Update event text * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * DFPL-1095: Update ES query to find hearings now-5d ago * DFPL-1095: add comment explaining hasCMOAssociation call * Revert "Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559" This reverts commit 96f18b4. * DFPL-1095: fix checkstyle * DFPL-1095: Add tests + add missing default event data builders * DFPL-1095: Add more tests + refactor common functions * DFPL-1095: checkstyle * DFPL-1095: checkstyle * DFPL-1095: Simple content provider test * DFPL-1095: checkstyle * DFPL-1095: Remove unnecessary feature toggle * DFPL-1095: Add extra test + sorting hearings by date * DFPL-1095: Add hearingIds to draft orders + add checking logic for sealed CMOs * DFPL-1095: Fix checkstyle + broken test initiation * DFPL-1095: Fix unit tests with new id param * DFPL-1095: Fix unit tests with new id param * DFPL-1095: Add missing subfield for other type of HearingOrder --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> * DFPL-702 Migration script * fix resolving conflict errors * Setting fields used in DMN initiation table as publishable. (#4108) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * DFPL-972: Add role to access profiles for AM roles * Fix missing curly bracket * Fix checkstyle * DFPL-1095: Fix sonar complaint * DFPL-1095: Add basic EventHandler test * Removing unused migration controller tests left after resolving merge conflicts * Removing unused imports * Grant caseworker-ras-validation permission to read caseManagementLocation * Fix merge conflict missing commas * Point at fpla-docker branch * Disabling sync with master for demo while testing wa. (#4344) * DFPL-1260: Fix no field found error in amend children flow (#4323) * DFPL-1371: Removal of Doc on PO22C50396 (#4326) * DFPL-1380: MIgration to reinstate closed case (#4338) * DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350) * DFPL-1381 Unknown Error when uploading Gatekeeping Order - Judicial Gatekeeping (#4347) * fix null pointer * add null checking * fix unuse import * fix check style * DFPL-1378 Warning restriction on gatekeeping is not allowing urgent gatekeeping to be completed (#4334) * add test case * allow standalone interim care order * typo * allow standalone secure accommodation order * check style * allow adding urgent direction to standalone child recovery order. * Allow access for ICO and EPO --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1249: Update .internal links to .platform links (#4221) * DFPL-1249: Update internal link in Jenkinsfile_CNP * Update more internal links * Update internal link for api tests * DFPL-1412: Add system update user permissions for gatekeeping sealing (#4351) * add IDAM roles: caseworker-caa and casworker-approver to RoleToAccessProfiles.json * Update suppressions list. (#4356) * DFPL-1400: Add permission for system-update user to see the multiCourts field for task list rendering (#4349) * Add caseworker-wa-task-configuration to the case states + case type * DFPL-1395: Add Package script for nightly e2e tests (#4343) * DFPL-1152: Yarn v3 update * update outdated packages * update dependancy check to work around yarn upgrade * add yarn lock * switch to immutable from frozen lock file * yarn lock update * re-add yarn lock * set node version * set node version * set node version * DFPL-1152-V2: Yarn V3 * testing gradle task to for node update * install and swap node version with nvm * add directory to nvm call * shift to use yarnBuilder * remove immutable to allow for lockfile changes * remove functionals gradle task * add mocha and set eslint * remove deprecated mutex flag * remove dependency check as no longer supported in yarn 3 * add lint UI tests to yarnbuilder * remove silent call on lint tests * remove silent call on browser tests + shift smoke test dependency install to jenkins file * change syntax of functionals script in package * add dependency install into nightly, remove from gradle tasks * add debug node module for concepts * add peer dependencies * add yarnrc for mocha reporter * move browser tests to jenkinsfile * remove test_selector from grep as no longer works with new yarn * change to after success to prevent longer pipeline times * change nightly to alwaysAfter and remove branch reference * DFPL-1395: Add Package script for nightly e2e tests * add flaky too! * use http for nightly case service access * set case service url to use http * ensure functionals point at AAT * ensure functionals point at AAT * DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342) * DFPL-1200: Initial work basket configuration * DFPL-1200: Updated dft label and add config to search input fields * DFPL-1200: Added missing courts * DFPL-1200: Added high court and renamed dfj to dfjArea * DFPL-1200: Update court transfer flow to add DFJ Area and court info * DFPL-1200: Added test DFJ Area Court mapping * DFPL-1200: Updated DFJ Area Court * DFPL-1200: Fix for HighCourt DFJ * DFPL-1200: Removed unused variable courtCode * DFPL-1200: Incorporated code review comments * DFPL-1200: Rollback implementation * DFPL-1200: Fixed build issue * DFPL-1200: adding suppressions * DFPL-1200: Fixed CaseInitiationController about to submit test * DFPL-1200: Updated court codes * DFPL-1200: Adding idam credentials to key vaults * DFPL-1200: Upgraded java chart version to 4.0.13 * Bumping chart version/ fixing aliases * Merging in master * Checkstyle * Fix dupe permission * Bumping chart version/ fixing aliases * Fixing merge conflicts --------- Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364) This reverts commit 4addc69. * fix timezone math (#4365) * Dfpl 1200 revert skip test (#4366) * fix timezone math * skip API tests * add house keep option to final decision detail (#4325) * Re-enabling functional tests. (#4369) * DFPL-1336: Remove CTSC feature toggle, always set sending emails to the CTSC on submission (#4269) * DFPL-1336: Disable the CTSC feature toggle, set always YES on case submission * DFPL-1336: Set default if all other paths fail to be the CTSC inbox * checkstyle * DFPL-1336: Update tests as no longer using LD during case submission * checkstyle * DFPL-1336: Remove CTSC feature flag completely * DFPL-1336: Fix tests to use CTSC as email not null * DFPL-1336: Revert to using value not enum as CaseData is storing it as a string * checkstyle * DFPL-1386 Notification of Document Uploaded- but showing several documents (#4345) * add log message for debugging * enhanced log messages * fix for applicationDocument * checkstyle * update checking new document upload logic * update * checkstyle * update test cases * checkstyle * checkstyle * simlpify * rename * renaming * Rename and add back element id to testing data * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Move test case to template * checkstyle * fine tuning * removing unused import * removed moved test case * add test case when docs removed. not sending notification to cafcass * added test case for not sending notification to cafcass when uploaded documents are the same. * code format * added test case for not sending notification when confidential change in AnyDocumentUpload * Fix cafcass hearing further evidence path * moved test cases to template for sending notification to cafcass when application document upload * updated * simplied * test cases updated * missing line * test case's already moved * updated * update test cases * checkstyle * fix getDocumentInfo * update respondent statement test cases * updated. test cases * suppress CVE-2023-20863 * checkstyle * checkstyle * added test case for uploading correspondence. * checkstyle * fix test cases without UUID * remove extra space * remove debug messages * Fix test cases * update assert * Fix test cases * remove debug message * checkstyle fix * add debug message * Revert "add debug message" This reverts commit 353344e. * confidential documents uploaded by LA restricts access to solicitors only. * CAFCASS should not be notified when HMCTS admin upload a document. * checkstyle fix * Fix the loophole that CAFCASS can access confidential document when HMCTS upload it. * checkstyle * remove unused methods * Fix Cafcass getting notification when HMCTS uploads a confidential documents for additional application * Fix Cafcass getting notification when HMCTS uploads a confidential documents for C2 additional application * checkstyle * rename and tidy up * confidential issue when uploading court bundle * simplified * method renamed * typo * Deprecated wrapElementsWithRandomUUID * simplified the logic --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1325 Enable Consumer Deploy Checks for Pact tests (#4299) * Update Jenkinsfile_CNP * test pact test failed * test pact test failed * revert testing * try update CaseAccessDataStoreConsumerTest * Revert "try update CaseAccessDataStoreConsumerTest" This reverts commit a353b7b. * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Famil… (#4382) * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Family Court * remove (new address) wording * remove 404 --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1437 Document removal for data breach on ZW23C50136 (#4375) * removed done test cases * Migration script for DFPL-1437 * renamed * checkstyle fix * Test case for removeHearingFurtherEvidenceDocuments * test cases for removeFurtherEvidenceSolicitorDocuments --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1118: Fix case access when swapping solicitors in `children` event (#4037) * DFPL-1118: Add CaseEventToXYZ ccd configuration for updateRepresentation * DFPL-1118: Add logging to check if the request has null fields * DFPL-1118: Fix logging * DFPL-1118: checkstyle * DFPL-1118: Log errors + skip tests for speed * DFPL-1118: Change applyDecision to user version * Add extraEnvs * bump ccd chart * Bumping chart version/ fixing aliases * Add values copied from civil's successful PR * TEST Spin up manage org in preview * Bumping chart version/ fixing aliases * Add manage org oauth callback * remove vault access for AAC * Update AAC url for manage-org * add xui_mo_webapp to aac in preview * Revert "remove vault access for AAC" This reverts commit a2b4d87. * Update secrets + bump AAC chart version * case type not jurisdiction id... * Bumping chart version/ fixing aliases * change updateRepresentation to be about-to-start * Update change org request field THEN apply it in another event * update tests to take into account new update pattern * update tests to take into account new update pattern * DFPL-1118: Add tests for about-to-start callback * Fix checkstyle * DFPL-1118: Respondent tests * DFPL-1118: Add child controller test changes * DFPL-1118: remove unused imports * DFPL-1118: update NoCServiceTest * DFPL-1118: Rearrange RespondentController.prepareNewRespondents * DFPL-1118: Revert rearrange - add caseData conversion so we can replace the OrgPolicy * Add permission for systemupdate user to modify the policies * Remove permissions dupes --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> * DFPL-1242 - Reverting OrderType:EDUCATION_SUPERVISION_ORDER - Unable to upload documents to case (#4241) * Fix typo * Migration script * checkstyle fix --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1393 INC5501309 Cases getting stuck in gatekeeping (#4361) * add EventEnablingCondition * Update GatekeepingListing.json * update with new behaviour * fix sdo checking * DFPL-1455 INC5507506 Unable to return application (#4392) * DFPL-1455 null check on submittedForm * Test case * typo --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Fix merge accidentally removing a function * fix checkstyle + missing curly brace in application-local * update fpla-docker * DFPL-1431: Add dummy migration for testing migration-tool (#4386) * Remove 404ing submitted callback from migrateCase event * update fpla-docker commit (#4401) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * update fpla-docker (#4402) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" (#4403) This reverts commit 32ddeca. * Dfpl 1310 v2 (#4405) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * Dfpl 1310 v2 (#4406) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix2: Migrate the ordersSolicitor.court * DFPL-1310-v4: Migrate the orders.court specifically (#4409) * Grant system update user read permission for orderPreview field. (#4407) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * DFPL-1427: Fix Cafcass gatekeeping notifications (#4371) * DFPL-1427: Fix Cafcass gatekeeping notifications * fix translation submitted tests and remove json ignore for casedata function * remove unused imports * remove unrequired test changes * Remove override and replace with standalone function * Fix tests * fix respondents updater test mock * add permissions for court select when making standalone application * add suppressions --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1401 INC5501195 Manage Cases/CCD Not creating orders (#4384) * migration script for setting missing relatingLA to NCC * test case for the migration script * resolved conflicts --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1451: Migration script to remove the draft order from advocates meeting (#4396) * DFPL-1451: Migration script to remove the draft order from advocates meeting * Add new line * Remove older migrations * Re-add 1359 * Remove unused imports * Remove test * Remove imports * Update suppressions. * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests (#4391) * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests * Send array of recipient names * Send one recipient name per request * Fix tests * Fix checkstyle * Fix more tests --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow (#4380) * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow * Revert permission changes * Migration script to remove manageorder temp fields * Update permissions for manageorders temp fields * Revert migration changes --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1445: Fix use of old case data/details causing docstore errors (#4373) * DFPL-1332: Fix use of old case data/details causing docstore errors * DFPL-1445: Unify permissions for all roles working on behalf of LA * DFPL-1482: Remove wide-ranging role access to this event (#4422) * Dfpl 1047 New event for judges to review additional applications (#4394) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> * DFPL-1214: Changes to Send/Reply to Message CCD Events (#4119) * DFPL-1214: Changes to Send/Reply to Message CCD Events * Update spelling for Legal Adviser --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Add Publish attributes to all initiating events * Add Publish attributes hearing field in submitApplication.json * DTSPO-13810 reschedule nightlybuilds to start at 8am (#4427) * DTSPO-13810 reschedule nightlybuilds to start at 8am * Update Jenkinsfile_nightly * DFPL-1511 INC5512575 Confidential Document to be removed (#4424) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1501: Document removal (#4423) * DFPL-1466: Migration to remove incorrect position statement (#4416) * DFPL-1344 ZE23C50059 draft order emailed to judge instead of uploaded into hearing tab (#4353) * fix link * update test --------- Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> * enable review on CYA page (#4370) * Add a dummy DateTime whilst we don't have HMC (#4433) * Add a dummy DateTime whilst we don't have HMC * Add hearing time in test * Add time to gatekeeping test * fix generator test * DFPL-1484 INC5511563 Document removal via hearing documents tab (#4428) * DFPL-1484 INC5511563 Document removal via hearing documents tab * test cases * missing comma --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * DFPL-1435: Update Cafcass England subject line mappings (#4381) * DFPL-1435: Add noticeOfPlacement + placementApplication to mapping * DFPL-1435: Add skeleton argument mapping * DFPL-1435: Remove skeleton argument mapping * DFPL-1435: Add document type to the DocumentReference * use the set we just modified! * Don't sync perftest at the moment * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> * Upgrading pact version to fix annotation issue following gradle upgrade. (#4444) * Dfpl update pact version (#4445) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Dfpl update pact version (#4446) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Dfpl revert gradle upgrade (#4447) * Revert "Dfpl update pact version (#4446)" This reverts commit 74561ae. * Revert "Dfpl update pact version (#4445)" This reverts commit e79286e. * Revert "Upgrading pact version to fix annotation issue following gradle upgrade. (#4444)" This reverts commit b25b415. * Revert "Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080)" This reverts commit 9569ad1. * DFPL-1532: Reading Code incorrect in case progression (#4443) * Specifying ShowEventNotes so that it is set on all events. (#4450) * DFPL-1483: Align caseData.court with caseData.caseManagementLocation (#4453) * DFPL-1483: Get court from JSON config rather than onboardings to store in caseData.court * DFPL-1483: Use a 'real' court ID in tests * CFTLib and Gradle Upgrade (#4457) * Disable functional tests in preview for testing pact step * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> (cherry picked from commit 9569ad1) * Upgrade pact version * Upgrade pact version * Re-enabling functional tests --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Publish task reconfiguration events (#4464) * COT-317: Remove idam role mappings + update AM AccessProfiles (#4459) * Update the jobClass to match the actual java class * publish changeCaseName-superuser * add suppression from branch 'master' * suppress CVE-2023-20883 (#4466) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> * Make sure court name follows 'Family Court sitting at X' pattern on transfer (#4468) * Fix tests, don't change the High Court's name * DFPL-1445: Remove unnecessary upload as part of send letter implementation (#4436) * DFPL-1445: Remove unnecessary upload as part of send letter implementation * Rearrange for checkstyle * Fix tests * Fix couple more tests * Fix tests * DFPL-1445: Add convertToPdfBytes tests * schedule 'overnight job' for 2pm in demo * DFPL-1477 Cafcass receiving multiple notifications (#4451) * change to async listener for sending email to cafcass * add retry to cafcass async listener * fix unit test * change to async for all notification listener in manageDoc * fix unit test * remove unused import * fix unit test * remove notification service Retryable * only retry on EmailFailedSendException * Dfpl 1447 - 404 errors on downloading docs via CDAM for manage orders (#4474) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * Turning off retry mechanism for manage orders * Add specific and challenged access for staff roles (#4475) * DFPL-1528 not populating the Applicant's name when the Applicant isn't a local authority (#4471) * get first applicant name if no designatedLocalAuthority is found * add new unit test * fix check style * apply changes to all application type * Fix failing tests * remove duplicate reviewAdditionalApplication * DFPL-1200: Add a new case list filters - DFJ Area and court (#4431) * Revert "Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364)" This reverts commit 47f9054 * Fix fpla-docker pointing at wrong commit * missing import * Update MigrateCaseController.java comma! * DFPL-1584: Remove blank document from case summary (#4483) * DFPL-1572: Remove blocker on Cafcass notifications for newly submitted standalones (#4478) * Remove blocker on Cafcass notifications for newly submitted applications * checkstyle * Fix Brighton DFJ court code (#4494) * DFPL-1529 SDO created but venue didn't pull though to the order (#4484) * fix previous hearing venue is empty * fix unit test * fix checkstyle * fix check style * update format --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * DFPL-1571: Change wording on C2 application type (#4488) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * Update suppressions list. (#4498) * Use DFPL-702 fpla-docker branch * Fix tests after merge master * DFPL-1293: Change court name from "Central London County" to "Central Family Court" (#4285) Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> * Update suppressions list. (#4504) * DFPL-1589: Add system-update permissions for factorsParenting field (#4486) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> * fix labarrister permission (#4499) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * DFPL-1352: Add migration to set sendToCtsc to true (#4288) * DFPL-1352: Add migration to set sendToCtsc to true * Fix merge conflicts * DFPL-1612: Remove UDO from case (#4506) * DFPL-1612: Remove UDO from case * add UUID and remove filename * change to use substring of 32 * remove unused import * checkstyle * checkstyle 2 * checkstyle 3 * add additional test * fix test to use correct directions order * Add migration for DFPL-1616 * remove field entirely * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event (#4496) * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event * DFPL-1533: Revert more event permission changes --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> * Fix merge conflict issues * DFPL-702 Global search Migration (#3737) * DPFL-779 Reduce number of case data fields * DFPL-779 fix lombok bug with jsonunwrapped * remove commented code * DFPL-702 Global Search * Remove caseNamePublic and caseNameHmctsRestricted. Set caseManagementCategory. * Set supplementary data in migration script * remove comments * update region_id and epimmsid to court * missing cardiff * migrating caseManagementLocation * update test * missing ccd configuration for new fields * GlobalSearchMigrationAPITest * update court to caseManagementLocation * missing required court JSON * method renamed * remove GlobalSearchMigrationApiTest and test case fine tuning * Fixing checkstyle * revert * update submodule commit * revert * rollback * remove caseNameHmctsRestricted and caseNamePublic * update migration script to use orders.court before outer court. * Add missing roles defined in CaseRoles.json * resolve merge conflicts * checkstyle fix * fixing checkstyle * Fix test cases * check null * Duplicated MockBean for CoreCaseDataApiV2 * checkstyle fix * Fix wrongly merged * Change to caseTypeID * Fix test case * update constants according to changed configuration * bypass the internal error * linked to fpla-docker branch DFPL-702 * skip test * update migration script after resolving conflicts * update after resolving conflicts * add back test case 985 * method relocation * update method position * resolving conflicts * resolving conflicts * checkstyle issue * checkstyle issue * checkstyle * checkstyle issue * update fpla-docker subproject commit * revert for global search migration * rollback script for the migration script * add back SearchCriteria.json and SearchParty.json * Changes for code review * Remove fields not set to null * fix tests * fix checkstyle * Use latest 'fpla-docker' --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: chak-shing-lo-justice <ChakShing.Lo@justice.gov.uk> Co-authored-by: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> * Dfpl 1379 (#4512) * Upgrading app insights to v3 and upgrading to java 17. * Update app insights terraform. * Updating Dockerfile * Deleting test duplicated in UpdateCMOHearingTest shouldThrowExceptionWhenNoHearingFoundForTheCMOId * Bumping chart version/ fixing aliases * Correcting resource group names for app insights and key vault * Correcting app insights name. * Disable functional tests in preview to test rest of pipeline. * Move connection string app insights secret creation to main.tf. * Reinstate functional tests. * Disable ithc sync with prod * Undoing change to remove syncing with ithc branch. --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> * DFPL-1372-AppInsights: App insights upgrade * Bumping chart version/ fixing aliases * DFPL-1629: Keep caseManagementLocation upto date when transferring courts (#4533) * Update caseManagementLocation on transfer court + add test * move variable closer for checkstyle * revert change, has to be recorded before we transfer... * mark oldCourt as final * Revert "Dfpl 1379 (#4512)" This reverts commit 61b5117. * remove unused files * fix merge conflict errors in migratecasecontroller and tests --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Co-authored-by: Qasim Nawaz <qasim.nawaz@justice.gov.uk> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Co-authored-by: jamesrferguson1 <james.ferguson1@justice.gov.uk> Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> Co-authored-by: mokainos <72137340+mokainos@users.noreply.github.com> Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: chak-shing-lo-justice <ChakShing.Lo@justice.gov.uk>
chak-shing-lo-justice
added a commit
that referenced
this pull request
Jul 20, 2023
commit 4c6dd18cde2b5f34fd79dd5ed8ad92ce07210df2 Author: Hannah Smith <13995068+hannah38@users.noreply.github.com> Date: Mon Jul 17 09:48:41 2023 +0100 create new managed identity in correct subscription (#4505) commit b93c8959e8ed586cf5934cce317b0a64147bb7cb Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Fri Jul 14 10:58:39 2023 +0100 add error log (#4538) commit 1d417dfb3256c085f96631a8398c0d31b658eeb5 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Fri Jul 14 10:01:33 2023 +0100 DFPL-1379: Add AppInsights connection string to terraform (#4537) commit bfbbe028a9ffd322554ba7b013084cd48583d115 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Thu Jul 6 18:25:51 2023 +0100 DFPL-702 Global search Migration (#3737) * DPFL-779 Reduce number of case data fields * DFPL-779 fix lombok bug with jsonunwrapped * remove commented code * DFPL-702 Global Search * Remove caseNamePublic and caseNameHmctsRestricted. Set caseManagementCategory. * Set supplementary data in migration script * remove comments * update region_id and epimmsid to court * missing cardiff * migrating caseManagementLocation * update test * missing ccd configuration for new fields * GlobalSearchMigrationAPITest * update court to caseManagementLocation * missing required court JSON * method renamed * remove GlobalSearchMigrationApiTest and test case fine tuning * Fixing checkstyle * revert * update submodule commit * revert * rollback * remove caseNameHmctsRestricted and caseNamePublic * update migration script to use orders.court before outer court. * Add missing roles defined in CaseRoles.json * resolve merge conflicts * checkstyle fix * fixing checkstyle * Fix test cases * check null * Duplicated MockBean for CoreCaseDataApiV2 * checkstyle fix * Fix wrongly merged * Change to caseTypeID * Fix test case * update constants according to changed configuration * bypass the internal error * linked to fpla-docker branch DFPL-702 * skip test * update migration script after resolving conflicts * update after resolving conflicts * add back test case 985 * method relocation * update method position * resolving conflicts * resolving conflicts * checkstyle issue * checkstyle issue * checkstyle * checkstyle issue * update fpla-docker subproject commit * revert for global search migration * rollback script for the migration script * add back SearchCriteria.json and SearchParty.json * Changes for code review * Remove fields not set to null * fix tests * fix checkstyle * Use latest 'fpla-docker' --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: chak-shing-lo-justice <ChakShing.Lo@justice.gov.uk> Co-authored-by: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit b504b8f1af4cc09a63197305ca8f2f4b6b716ff9 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Jul 5 14:17:17 2023 +0100 DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event (#4496) * DFPL-1533: Remove generic solicitor IDAM role from accessing non-LA event * DFPL-1533: Revert more event permission changes --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> commit 7baeb94807ed29f966e2684343c20e732c2ee089 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Wed Jul 5 10:23:43 2023 +0100 DFPL-1612: Remove UDO from case (#4506) * DFPL-1612: Remove UDO from case * add UUID and remove filename * change to use substring of 32 * remove unused import * checkstyle * checkstyle 2 * checkstyle 3 * add additional test * fix test to use correct directions order * Add migration for DFPL-1616 * remove field entirely commit 892559f904e6d2361ff8609c7c8d0de5f2ce8be5 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Jul 4 15:57:06 2023 +0100 DFPL-1352: Add migration to set sendToCtsc to true (#4288) * DFPL-1352: Add migration to set sendToCtsc to true * Fix merge conflicts commit c33be9a02927e97a5f778260d04bf3084c5d35d3 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Tue Jul 4 09:35:16 2023 +0100 fix labarrister permission (#4499) Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit c7cdbe7d69b49d9cf356754a7a06013043359342 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Thu Jun 29 14:52:38 2023 +0100 DFPL-1589: Add system-update permissions for factorsParenting field (#4486) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit a2ed093de81212c5704c013dbf0e4b06389e29fe Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Thu Jun 29 11:40:26 2023 +0100 Update suppressions list. (#4504) commit 14126cb0d98922ddcde80eaf0e7d779075b08e39 Author: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Date: Thu Jun 29 10:59:02 2023 +0100 DFPL-1293: Change court name from "Central London County" to "Central Family Court" (#4285) Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> commit 5f5e8d7c1f880bfeaa6078434618670e352ee86b Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Tue Jun 27 09:51:58 2023 +0100 Update suppressions list. (#4498) commit f77039dcd8307c1aa5aaa04584df244fcf512e4e Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Mon Jun 26 09:53:36 2023 +0100 DFPL-1571: Change wording on C2 application type (#4488) Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit a086a0a9944e99d2b86a0f8b3f41813ac5209b58 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Thu Jun 22 14:51:03 2023 +0100 DFPL-1529 SDO created but venue didn't pull though to the order (#4484) * fix previous hearing venue is empty * fix unit test * fix checkstyle * fix check style * update format --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit bc62733607272b29e908f310233cd22da04d054a Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Thu Jun 22 13:33:32 2023 +0100 Fix Brighton DFJ court code (#4494) commit cae72e216c097f785d37eb68745d122a77566452 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Jun 21 14:59:31 2023 +0100 DFPL-1572: Remove blocker on Cafcass notifications for newly submitted standalones (#4478) * Remove blocker on Cafcass notifications for newly submitted applications * checkstyle commit a47c3d44893df33fbf001edefcffc570947c43ef Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Wed Jun 21 10:22:41 2023 +0100 DFPL-1584: Remove blank document from case summary (#4483) commit c3dbc2095018d4eec5d4b9bda5d3dbf7cf8be771 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Jun 20 18:38:01 2023 +0100 DFPL-1200: Add a new case list filters - DFJ Area and court (#4431) * Revert "Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364)" This reverts commit 47f90545 * Fix fpla-docker pointing at wrong commit * missing import * Update MigrateCaseController.java comma! commit c68adbbbbcab31eae90f59b90a3caa978dbe6d7e Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Thu Jun 15 10:22:33 2023 +0100 DFPL-1528 not populating the Applicant's name when the Applicant isn't a local authority (#4471) * get first applicant name if no designatedLocalAuthority is found * add new unit test * fix check style * apply changes to all application type commit cde5c65f418cce04c8a560766f517bed7646f637 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Wed Jun 14 13:50:54 2023 +0100 Dfpl 1447 - 404 errors on downloading docs via CDAM for manage orders (#4474) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. * Turning off retry mechanism for manage orders commit 0049c26f6a62ab9d9bf2fe0a7c829f500382b38b Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Wed Jun 14 10:59:22 2023 +0100 DFPL-1477 Cafcass receiving multiple notifications (#4451) * change to async listener for sending email to cafcass * add retry to cafcass async listener * fix unit test * change to async for all notification listener in manageDoc * fix unit test * remove unused import * fix unit test * remove notification service Retryable * only retry on EmailFailedSendException commit 0db76072b927f91468e0ad437b180d80a393f0fa Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Jun 13 11:58:56 2023 +0100 DFPL-1445: Remove unnecessary upload as part of send letter implementation (#4436) * DFPL-1445: Remove unnecessary upload as part of send letter implementation * Rearrange for checkstyle * Fix tests * Fix couple more tests * Fix tests * DFPL-1445: Add convertToPdfBytes tests commit 8b1a4376dfc50b6bc8fc6d32327e631e33e3860d Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Mon Jun 12 15:07:08 2023 +0100 suppress CVE-2023-20883 (#4466) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 4a4b7f858baad8d265c6f6767c72a376b78ad97a Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Fri Jun 9 09:29:41 2023 +0100 CFTLib and Gradle Upgrade (#4457) * Disable functional tests in preview for testing pact step * Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> (cherry picked from commit 9569ad1a9273dfb6b84a680e3f1950d5c1cb0184) * Upgrade pact version * Upgrade pact version * Re-enabling functional tests --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit 25ce30b07f1f3965fb4b80afae67cebfdd3ecb0c Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Wed Jun 7 12:21:17 2023 +0100 Specifying ShowEventNotes so that it is set on all events. (#4450) commit 21d411e17e3914d632628346bb852ee005b2c2c8 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Tue Jun 6 11:45:45 2023 +0100 DFPL-1532: Reading Code incorrect in case progression (#4443) commit 17f8d5cb02bfd34d8e7959d49e94c0a95310f7da Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Tue Jun 6 09:33:34 2023 +0100 Dfpl revert gradle upgrade (#4447) * Revert "Dfpl update pact version (#4446)" This reverts commit 74561aeb7a1c6218f869648868f541c63ec949d3. * Revert "Dfpl update pact version (#4445)" This reverts commit e79286e7ee8109bb3dfb0209fe3b3460f14523c5. * Revert "Upgrading pact version to fix annotation issue following gradle upgrade. (#4444)" This reverts commit b25b415a078ebb10e20ab3b388c0190d95e0313d. * Revert "Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080)" This reverts commit 9569ad1a9273dfb6b84a680e3f1950d5c1cb0184. commit 74561aeb7a1c6218f869648868f541c63ec949d3 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Mon Jun 5 17:27:43 2023 +0100 Dfpl update pact version (#4446) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. commit e79286e7ee8109bb3dfb0209fe3b3460f14523c5 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Mon Jun 5 17:18:32 2023 +0100 Dfpl update pact version (#4445) * Upgrading pact version to fix annotation issue following gradle upgrade. * Upgrading pact version to fix annotation issue following gradle upgrade. commit b25b415a078ebb10e20ab3b388c0190d95e0313d Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Mon Jun 5 16:47:12 2023 +0100 Upgrading pact version to fix annotation issue following gradle upgrade. (#4444) commit 9569ad1a9273dfb6b84a680e3f1950d5c1cb0184 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Mon Jun 5 14:46:21 2023 +0100 Update Gradle to 7.6.1 (+ build.gradle changes), update cftlib to 0.19.693 (#4080) * Update Gradle to 7.5.1 (+ build.gradle changes), update cftlib to 0.19.559 * fix merge conflict * DFPL-1134: make hearingTypeDetails optional/visible in listing event * DFPL-1408: fix integration test issue * DFPL-1408: tidy up to fix functional tests * DFPL-1408: bump the version to 7.6.1 --------- Co-authored-by: taleb <tech@benouaer.com> Co-authored-by: taleb <20416858+benouaer@users.noreply.github.com> Co-authored-by: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> commit 354b939bad28850b7935cc1cd61b18e847c3445a Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Mon Jun 5 11:59:56 2023 +0100 DFPL-1435: Update Cafcass England subject line mappings (#4381) * DFPL-1435: Add noticeOfPlacement + placementApplication to mapping * DFPL-1435: Add skeleton argument mapping * DFPL-1435: Remove skeleton argument mapping * DFPL-1435: Add document type to the DocumentReference * use the set we just modified! * Don't sync perftest at the moment commit 99cdb9aa404434231bd990b27ba4d36a824fb8c3 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Fri Jun 2 10:28:12 2023 +0100 DFPL-1484 INC5511563 Document removal via hearing documents tab (#4428) * DFPL-1484 INC5511563 Document removal via hearing documents tab * test cases * missing comma --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit d50297b35e3688d08240ccff956b2353f68cb6e8 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Wed May 31 10:49:28 2023 +0100 enable review on CYA page (#4370) commit 3154599d1772a9681d0e142eb5ea10d8f1906768 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Tue May 30 10:51:53 2023 +0100 DFPL-1344 ZE23C50059 draft order emailed to judge instead of uploaded into hearing tab (#4353) * fix link * update test --------- Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> commit a7d9ebe391f279f3f3a8d3ed6c94a8ebdb905e6f Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Fri May 26 15:36:41 2023 +0100 DFPL-1466: Migration to remove incorrect position statement (#4416) commit 4e47f6337ca719e30836368da9ef12efd9bf3d23 Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Fri May 26 15:04:11 2023 +0100 DFPL-1501: Document removal (#4423) commit 13c82b8502e010ab025ed3260b3f710c4207ff67 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Fri May 26 10:46:00 2023 +0100 DFPL-1511 INC5512575 Confidential Document to be removed (#4424) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit f90cf95fd404fde9bdffa3d3f3866c64e7d63eee Author: mokainos <72137340+mokainos@users.noreply.github.com> Date: Fri May 26 08:11:16 2023 +0100 DTSPO-13810 reschedule nightlybuilds to start at 8am (#4427) * DTSPO-13810 reschedule nightlybuilds to start at 8am * Update Jenkinsfile_nightly commit 8cac1aa79a77e7ccdc001af1fc3248ec4a0e808b Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Thu May 25 11:40:55 2023 +0100 DFPL-1214: Changes to Send/Reply to Message CCD Events (#4119) * DFPL-1214: Changes to Send/Reply to Message CCD Events * Update spelling for Legal Adviser --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit 7f8c8fa7afd71e0c65d39b9d699e370a043a01c1 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Thu May 25 11:06:47 2023 +0100 Dfpl 1047 New event for judges to review additional applications (#4394) * add new event - confirmApplicationReviewed * show review status in Tab * update unit test * fix ConfirmApplicationReviewedService * fix code review * update 1047 * fix check style * fix err * Update judiciary.json * Update ReviewAdditionalApplicationServiceTest.java * fix typo * fix historical case data * fix default review status not set * fix code style check * Update UploadAdditionalApplicationsServiceTest.java * Update ReviewAdditionalApplicationServiceTest.java * remove magistrate access from reviewing add app --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> Co-authored-by: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> commit 06dabd006002f4de89b0305c98c19af3f824bf63 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Thu May 25 10:28:02 2023 +0100 DFPL-1482: Remove wide-ranging role access to this event (#4422) commit ed3eaf078d8ab1b42d151f15ec4c142e9a1eedd7 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed May 24 13:58:28 2023 +0100 DFPL-1445: Fix use of old case data/details causing docstore errors (#4373) * DFPL-1332: Fix use of old case data/details causing docstore errors * DFPL-1445: Unify permissions for all roles working on behalf of LA commit f809a51c538bd72ec5cced43b05f321c6a2128ab Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Tue May 23 15:16:08 2023 +0100 DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow (#4380) * DFPL-1390: Update permissions to fix 'no field found' error in ManageOrders flow * Revert permission changes * Migration script to remove manageorder temp fields * Update permissions for manageorders temp fields * Revert migration changes --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit 709eb9f348c6a09a14955858104618e702193789 Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Tue May 23 13:21:24 2023 +0100 DFPL-1414: Fix issue of Bulk Print receiving duplicated requests (#4391) * DFPL-1414: Fix issue of Bulk Print receiving duplicated requests * Send array of recipient names * Send one recipient name per request * Fix tests * Fix checkstyle * Fix more tests --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com> commit 23c78b2273e9b007725854cd535edbec1d688aac Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Mon May 22 14:09:50 2023 +0100 DFPL-1451: Migration script to remove the draft order from advocates meeting (#4396) * DFPL-1451: Migration script to remove the draft order from advocates meeting * Add new line * Remove older migrations * Re-add 1359 * Remove unused imports * Remove test * Remove imports commit ff9d0867ff48b648a94b1f709326fe6c5e2a7497 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Mon May 22 11:57:04 2023 +0100 DFPL-1401 INC5501195 Manage Cases/CCD Not creating orders (#4384) * migration script for setting missing relatingLA to NCC * test case for the migration script * resolved conflicts --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit cb022dd6002107d21240a9c3c1c72ae5e12056e4 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Mon May 22 11:02:16 2023 +0100 DFPL-1427: Fix Cafcass gatekeeping notifications (#4371) * DFPL-1427: Fix Cafcass gatekeeping notifications * fix translation submitted tests and remove json ignore for casedata function * remove unused imports * remove unrequired test changes * Remove override and replace with standalone function * Fix tests * fix respondents updater test mock * add permissions for court select when making standalone application * add suppressions --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit af174e128a107083cd092770604b2ca5a446c218 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Thu May 18 10:09:33 2023 +0100 Grant system update user read permission for orderPreview field. (#4407) * Grant system update user read permission for orderPreview field. * Log when order has been manually uploaded for a case. commit 170455733a7dd7ca7a6428b06dc64c94c1b9eae0 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed May 17 15:36:18 2023 +0100 DFPL-1310-v4: Migrate the orders.court specifically (#4409) commit 081d3a22746f1ecea412c8bdeaaf07dfa761539c Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed May 17 10:30:19 2023 +0100 Dfpl 1310 v2 (#4406) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca4ddb3bb8977a3bea5da2d926f0f8ad5ef. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix2: Migrate the ordersSolicitor.court commit 14930ef6e0679eb79b6529ce31333521aa6f6b95 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed May 17 09:30:33 2023 +0100 Dfpl 1310 v2 (#4405) * Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" This reverts commit 32ddeca4ddb3bb8977a3bea5da2d926f0f8ad5ef. * DFPL-1310-fix: Migrate the orders.court * DFPL-1310-fix: Migrate the orders.court commit 5b629a1ab421b7163a42b3b65b7e5901fcc0cdee Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed May 17 08:05:04 2023 +0100 Revert "DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350)" (#4403) This reverts commit 32ddeca4ddb3bb8977a3bea5da2d926f0f8ad5ef. commit be51145f5d7c5d2b307d778368205d6989b81106 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Tue May 16 12:21:20 2023 +0100 update fpla-docker (#4402) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit b99444de5520300141629a2147649b488d350830 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Tue May 16 11:24:51 2023 +0100 update fpla-docker commit (#4401) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 74b0f0626d24a13c5e6f322ac95241037a084f92 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Fri May 12 10:09:05 2023 +0100 DFPL-1455 INC5507506 Unable to return application (#4392) * DFPL-1455 null check on submittedForm * Test case * typo --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit fda47df35bccc895069c085415b3d378d0b87cb7 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Wed May 10 11:00:59 2023 +0100 DFPL-1393 INC5501309 Cases getting stuck in gatekeeping (#4361) * add EventEnablingCondition * Update GatekeepingListing.json * update with new behaviour * fix sdo checking commit e668db80958fcdd490fca3ca63c135d9a439413f Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Wed May 10 08:02:07 2023 +0100 DFPL-1242 - Reverting OrderType:EDUCATION_SUPERVISION_ORDER - Unable to upload documents to case (#4241) * Fix typo * Migration script * checkstyle fix --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 4a5f969158ed5b181dec4c8880634bc7751a490a Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue May 9 14:01:13 2023 +0100 DFPL-1118: Fix case access when swapping solicitors in `children` event (#4037) * DFPL-1118: Add CaseEventToXYZ ccd configuration for updateRepresentation * DFPL-1118: Add logging to check if the request has null fields * DFPL-1118: Fix logging * DFPL-1118: checkstyle * DFPL-1118: Log errors + skip tests for speed * DFPL-1118: Change applyDecision to user version * Add extraEnvs * bump ccd chart * Bumping chart version/ fixing aliases * Add values copied from civil's successful PR * TEST Spin up manage org in preview * Bumping chart version/ fixing aliases * Add manage org oauth callback * remove vault access for AAC * Update AAC url for manage-org * add xui_mo_webapp to aac in preview * Revert "remove vault access for AAC" This reverts commit a2b4d8773eb7a8fa52f131902698b0c351a09ec4. * Update secrets + bump AAC chart version * case type not jurisdiction id... * Bumping chart version/ fixing aliases * change updateRepresentation to be about-to-start * Update change org request field THEN apply it in another event * update tests to take into account new update pattern * update tests to take into account new update pattern * DFPL-1118: Add tests for about-to-start callback * Fix checkstyle * DFPL-1118: Respondent tests * DFPL-1118: Add child controller test changes * DFPL-1118: remove unused imports * DFPL-1118: update NoCServiceTest * DFPL-1118: Rearrange RespondentController.prepareNewRespondents * DFPL-1118: Revert rearrange - add caseData conversion so we can replace the OrgPolicy * Add permission for systemupdate user to modify the policies * Remove permissions dupes --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> commit 68beb57758f669e2f9ee37b53ea55a029f4e42b5 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Fri May 5 10:49:09 2023 +0100 DFPL-1437 Document removal for data breach on ZW23C50136 (#4375) * removed done test cases * Migration script for DFPL-1437 * renamed * checkstyle fix * Test case for removeHearingFurtherEvidenceDocuments * test cases for removeFurtherEvidenceSolicitorDocuments --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit d084031eb14b4e88d3c1deb7c882b0e708dca644 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Thu May 4 12:05:15 2023 +0100 DFPL-1450 INC5505842 Court Address Amendment - Watford County & Famil… (#4382) * DFPL-1450 INC5505842 Court Address Amendment - Watford County & Family Court * remove (new address) wording * remove 404 --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit f882720c6d5b1a22351520be8c80c11e87bd9251 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Wed May 3 15:31:18 2023 +0100 DFPL-1325 Enable Consumer Deploy Checks for Pact tests (#4299) * Update Jenkinsfile_CNP * test pact test failed * test pact test failed * revert testing * try update CaseAccessDataStoreConsumerTest * Revert "try update CaseAccessDataStoreConsumerTest" This reverts commit a353b7bd3e76fc1d53ba97a9c93c03b0813cdc72. commit d66308afb68766e56d008fac14b4373d178529cb Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Wed May 3 10:20:41 2023 +0100 DFPL-1386 Notification of Document Uploaded- but showing several documents (#4345) * add log message for debugging * enhanced log messages * fix for applicationDocument * checkstyle * update checking new document upload logic * update * checkstyle * update test cases * checkstyle * checkstyle * simlpify * rename * renaming * Rename and add back element id to testing data * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Rename to CAFCASS_REPRESENTATIVE to make it clearly. * Move test case to template * checkstyle * fine tuning * removing unused import * removed moved test case * add test case when docs removed. not sending notification to cafcass * added test case for not sending notification to cafcass when uploaded documents are the same. * code format * added test case for not sending notification when confidential change in AnyDocumentUpload * Fix cafcass hearing further evidence path * moved test cases to template for sending notification to cafcass when application document upload * updated * simplied * test cases updated * missing line * test case's already moved * updated * update test cases * checkstyle * fix getDocumentInfo * update respondent statement test cases * updated. test cases * suppress CVE-2023-20863 * checkstyle * checkstyle * added test case for uploading correspondence. * checkstyle * fix test cases without UUID * remove extra space * remove debug messages * Fix test cases * update assert * Fix test cases * remove debug message * checkstyle fix * add debug message * Revert "add debug message" This reverts commit 353344ee28a2aea9fb11df452040c5a9380f1348. * confidential documents uploaded by LA restricts access to solicitors only. * CAFCASS should not be notified when HMCTS admin upload a document. * checkstyle fix * Fix the loophole that CAFCASS can access confidential document when HMCTS upload it. * checkstyle * remove unused methods * Fix Cafcass getting notification when HMCTS uploads a confidential documents for additional application * Fix Cafcass getting notification when HMCTS uploads a confidential documents for C2 additional application * checkstyle * rename and tidy up * confidential issue when uploading court bundle * simplified * method renamed * typo * Deprecated wrapElementsWithRandomUUID * simplified the logic --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 45647ded45af9df1c6ad5973e10acb5b8b7dd36a Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Fri Apr 28 10:50:43 2023 +0100 DFPL-1336: Remove CTSC feature toggle, always set sending emails to the CTSC on submission (#4269) * DFPL-1336: Disable the CTSC feature toggle, set always YES on case submission * DFPL-1336: Set default if all other paths fail to be the CTSC inbox * checkstyle * DFPL-1336: Update tests as no longer using LD during case submission * checkstyle * DFPL-1336: Remove CTSC feature flag completely * DFPL-1336: Fix tests to use CTSC as email not null * DFPL-1336: Revert to using value not enum as CaseData is storing it as a string * checkstyle commit 8597532350c80ebf0790f106ff3ec1a5508bd072 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Thu Apr 27 12:30:39 2023 +0100 Re-enabling functional tests. (#4369) commit ad48606b995f8cb2b46152a7d20ef1e516b437ec Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Thu Apr 27 10:08:47 2023 +0100 add house keep option to final decision detail (#4325) commit a7e5ebb385dd5c651ff02308b0404bd5ab87771f Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Apr 26 01:11:34 2023 +0100 Dfpl 1200 revert skip test (#4366) * fix timezone math * skip API tests commit b58b27caa77a926eea554f2d90991ecef6ce0096 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Apr 26 00:29:29 2023 +0100 fix timezone math (#4365) commit 47f90545ec199d9b427beed6689af98ffb58cd60 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Apr 26 00:13:24 2023 +0100 Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342)" (#4364) This reverts commit 4addc692dd266bbad67edbbce0e49781ed7d0821. commit 4addc692dd266bbad67edbbce0e49781ed7d0821 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Tue Apr 25 19:45:36 2023 +0100 DFPL-1200: Add a new case list filters - DFJ Area and Court (#4342) * DFPL-1200: Initial work basket configuration * DFPL-1200: Updated dft label and add config to search input fields * DFPL-1200: Added missing courts * DFPL-1200: Added high court and renamed dfj to dfjArea * DFPL-1200: Update court transfer flow to add DFJ Area and court info * DFPL-1200: Added test DFJ Area Court mapping * DFPL-1200: Updated DFJ Area Court * DFPL-1200: Fix for HighCourt DFJ * DFPL-1200: Removed unused variable courtCode * DFPL-1200: Incorporated code review comments * DFPL-1200: Rollback implementation * DFPL-1200: Fixed build issue * DFPL-1200: adding suppressions * DFPL-1200: Fixed CaseInitiationController about to submit test * DFPL-1200: Updated court codes * DFPL-1200: Adding idam credentials to key vaults * DFPL-1200: Upgraded java chart version to 4.0.13 * Bumping chart version/ fixing aliases * Merging in master * Checkstyle * Fix dupe permission * Bumping chart version/ fixing aliases * Fixing merge conflicts --------- Co-authored-by: SomeshRA <somesh.acharya1@hmcts.net> Co-authored-by: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit e46145c0802c773d221487bc05923f23ae95fa98 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Tue Apr 25 14:49:24 2023 +0100 DFPL-1395: Add Package script for nightly e2e tests (#4343) * DFPL-1152: Yarn v3 update * update outdated packages * update dependancy check to work around yarn upgrade * add yarn lock * switch to immutable from frozen lock file * yarn lock update * re-add yarn lock * set node version * set node version * set node version * DFPL-1152-V2: Yarn V3 * testing gradle task to for node update * install and swap node version with nvm * add directory to nvm call * shift to use yarnBuilder * remove immutable to allow for lockfile changes * remove functionals gradle task * add mocha and set eslint * remove deprecated mutex flag * remove dependency check as no longer supported in yarn 3 * add lint UI tests to yarnbuilder * remove silent call on lint tests * remove silent call on browser tests + shift smoke test dependency install to jenkins file * change syntax of functionals script in package * add dependency install into nightly, remove from gradle tasks * add debug node module for concepts * add peer dependencies * add yarnrc for mocha reporter * move browser tests to jenkinsfile * remove test_selector from grep as no longer works with new yarn * change to after success to prevent longer pipeline times * change nightly to alwaysAfter and remove branch reference * DFPL-1395: Add Package script for nightly e2e tests * add flaky too! * use http for nightly case service access * set case service url to use http * ensure functionals point at AAT * ensure functionals point at AAT commit d6d373d07282d67402caecfe1ff08455d219142c Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Apr 25 11:00:51 2023 +0100 DFPL-1400: Add permission for system-update user to see the multiCourts field for task list rendering (#4349) commit 5af50e15c14c0c37ee51ebfb797868611f94202d Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Mon Apr 24 14:24:45 2023 +0100 Update suppressions list. (#4356) commit d387a28e36142ee1b2e6fed9b8eb8761563b6e31 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Fri Apr 21 10:09:51 2023 +0100 DFPL-1412: Add system update user permissions for gatekeeping sealing (#4351) commit 7c2fb3ab68324f405ee7d467010c0fc0d1a2b28d Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Thu Apr 20 15:06:52 2023 +0100 DFPL-1249: Update .internal links to .platform links (#4221) * DFPL-1249: Update internal link in Jenkinsfile_CNP * Update more internal links * Update internal link for api tests commit 94cc694f2a9032cd6b192dbfdda49996acb018b4 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Thu Apr 20 11:30:05 2023 +0100 DFPL-1378 Warning restriction on gatekeeping is not allowing urgent gatekeeping to be completed (#4334) * add test case * allow standalone interim care order * typo * allow standalone secure accommodation order * check style * allow adding urgent direction to standalone child recovery order. * Allow access for ICO and EPO --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 85cc60c308eefe2c77fdec04aabab1cf26d87c51 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Wed Apr 19 15:14:55 2023 +0100 DFPL-1381 Unknown Error when uploading Gatekeeping Order - Judicial Gatekeeping (#4347) * fix null pointer * add null checking * fix unuse import * fix check style commit 32ddeca4ddb3bb8977a3bea5da2d926f0f8ad5ef Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Apr 19 14:37:57 2023 +0100 DFPL-1310-rollback: Rollback CCD changes for court value as has to happen concurrently with a migration (#4350) commit da8053c72727dd2857e3ea92b455215d8dbe6110 Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Wed Apr 19 11:47:00 2023 +0100 DFPL-1380: MIgration to reinstate closed case (#4338) commit 83aad6061966e58f1adf48e710b652c691bc2d2d Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Wed Apr 19 11:00:01 2023 +0100 DFPL-1371: Removal of Doc on PO22C50396 (#4326) commit 862b6f8bd04dcfa8b26bf89cedcfb3cafd50eb6d Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Wed Apr 19 10:28:29 2023 +0100 DFPL-1260: Fix no field found error in amend children flow (#4323) commit 39d7bfafae8be7d660fa1308a9d8399695b30e82 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Tue Apr 18 16:11:27 2023 +0100 Disabling sync with master for demo while testing wa. (#4344) commit f2a2cb81862265e5c5d12607e8695c1e5460d936 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Apr 18 15:38:18 2023 +0100 DFPL-1291,1307,1310: Fix Brighton court code, Add Carlisle court for 2 old cases (#4240) * DFPL-1291: Add migration to add a court to an old case * DFPL-1310: Migrate court code 150 -> 554 * DFPL-1310: Replace Brighton court code with 554 in configs * DFPL-1307: Add case ID to be added to Carlisle court * Checkstyle * Add extra test --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit 4c7a7d2011c2edb1287a953cf79b6f1c28581ffe Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Tue Apr 18 11:17:49 2023 +0100 DFPL-1387 Fixing alphabetical order in LA drop-down list (#4333) Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit cfe2070b8bd7e4791326b894b3003ad3ab0bedd3 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Fri Apr 14 15:50:11 2023 +0100 DFPL-1056 Tag certain E2E tests to only run on nightly (#4261) * Add a new tag @nightlyOnly which will be excluded in preview * updated to row13 * up to row 25 * up to row 41 * up to row 114 * up to row 147 * up to row 154 * up to row 174 * update to row 187 * change to https * Fix an e2e case * enable pauseOnFail * skip checking submission confirmation * update java version to 4.0.13 * Bumping chart version * upgrade ccd version to 8.0.27 * temp * Revert "upgrade ccd version to 8.0.27" This reverts commit a834f928928247e17c91101d62dbec4e1f45049e. * Revert "Bumping chart version" This reverts commit 1556bc588d5a2e754cfed6bc1e42119c6d595134. * Revert "update java version to 4.0.13" This reverts commit a7ff20e860e4981cbf6018abd5df2d2ed6a5e8dc. * revert * tempfix, it should be reverted after merging DFPL-1242 * temporary remove checking on the successful message. * Fixed HMCTS admin creates first hearings * Updated Placement precondition state * Fixed Local authority creates a placement application * Filter out @nightlyOnly e2e test cases * revert * revert to pdf * Magistrate user has read only access * update Magistrate user can see the case * typo * revert. It will be fixed by DFPL-1242 * not reusing case * not reusing case * temporary disable parallel run * missing "run" * Revert "missing "run"" This reverts commit a4d1c0437b456a7ee94817ba2fff71c86cd286e5. * Revert "temporary disable parallel run" This reverts commit 57e34d741e4cab50ba532434695af2f34498037b. * enable back 35a test --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 993b9a5e17ca1ab5d9550f79edda9b52b1c93d06 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Fri Apr 14 15:16:34 2023 +0100 DFPL-911-V4: Remove 35a due to permissions (#4337) commit d8999ba8fcd185dcf4abe7d463530821762caa9d Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Fri Apr 14 13:56:25 2023 +0100 DFPL-911-V3: Fix Duplicated CCD definition (#4335) commit 6cf976684096832938e241bd79d602e99f8e052b Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Fri Apr 14 13:22:36 2023 +0100 DFPL-911-V2: AdminManagesOrdersApi Tests (#4329) * Revert "Revert "DFPL-911: Admin Manages Order Api Test (#4278)" (#4328)" This reverts commit b7ad4abb710fed8485621deccf19884ff08e6153. * DFPL-911-V2: Fix Admin Manages orders test * swap to suffix commit 0fc0e15679bc849883ef296349af96b14087d903 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Fri Apr 14 11:03:07 2023 +0100 DFPL-1303 Data migration - remove application document (#4322) * Migration - remove application document * update id --------- Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit fe68e6ba5e5a385fd39a138fd622fa54dcb6afab Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Fri Apr 14 10:07:57 2023 +0100 DFPL-1385: Add system-update permissions for ManageOrders as concurre… (#4327) * DFPL-1385: Add system-update permissions for ManageOrders as concurrent changes now delegated * DFPL-1385: Add system-update permissions for ManageOrders as concurrent changes now delegated commit b7ad4abb710fed8485621deccf19884ff08e6153 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Thu Apr 13 15:46:18 2023 +0100 Revert "DFPL-911: Admin Manages Order Api Test (#4278)" (#4328) This reverts commit 158d483137a3a680128788c06335ecfb4223f5f7. commit 158d483137a3a680128788c06335ecfb4223f5f7 Author: Alistair Osborne <alistair.osborne@justice.gov.uk> Date: Thu Apr 13 15:11:33 2023 +0100 DFPL-911: Admin Manages Order Api Test (#4278) * DFPL-865: Add Logging to API Test create case * DFPL-865-2: Allow System Update user to access fields for API tests * fix duplicate case fields * Add working tests for Vijay to pull * Update AdminManagesOrdersApiTests.java More API Tests * Adding files for admin manage order tests * Delete c32_order_case.json * Delete c32order.txt * add formatLocalDateBaseUsingFormat * unable to use parameterized tests due to junit version * remove old field from system-update user * revert system-update user permissions to master * change expected to match new passport office address * add missing permission to system-update user * add missing permission to system-update user 2 * split out tests for better debugging * add missing case field * add missing permissions * remove senttoadmin * add gatekeeping fields * add expected output and missing fields * remove alterations required to run on preview prs * DFPL-911: Admin Manages Order Api Tests * remove authentication service log * remove list and just feed in the string --------- Co-authored-by: Vijay-knr <vijay.kayyam@gmail.com> commit 280063fe657cad31c931837e1a637835e5a89439 Author: Ashley Wong <50691452+so99y@users.noreply.github.com> Date: Thu Apr 13 10:56:32 2023 +0100 DFPL-1361 & DFPL-1363 INC5496715 INC5496532 Scripts for removing manageOrder temp fields (#4302) * DFPL-1361 INC5496715 GU22C50059 - Error whenever attempting to progress order * add case id for DFPL-1363 * checkstyle --------- Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> commit 0d8f97e72f97aae3c8f78fa40474d55985a55151 Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Thu Apr 13 10:15:05 2023 +0100 DFPL-1301: Add placement permissions for LABARRISTER (#4222) * DFPL-1301: Add placement permissions for LABARRISTER * Update permissions * Add permission for la barrister * Remove unecessary permissions * Update permissions for placement fields * remove duplicated * add placement into the instruction * Update placement permissions * Suppress CVE-2023-20860 --------- Co-authored-by: JJonesMoJ <101256639+JJonesMoJ@users.noreply.github.com> Co-authored-by: randersonMOJ <97732206+randersonMOJ@users.noreply.github.com> Co-authored-by: Ashley Wong <ashley.wong@justice.gov.uk> Co-authored-by: Ashley Wong <50691452+so99y@users.noreply.github.com> commit a575863059c2c2c9d8c8a96eb42c8621d6780539 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Apr 12 15:23:01 2023 +0100 DFPL-1334: Remove superuser read permissions on the two non-confidential placement views (#4258) commit 01d249f6cf979fa4f38270fab96eb4dad6355fa4 Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Wed Apr 12 10:59:04 2023 +0100 DFPL-1235(v2): CCD Concurrency Controls (#4294) * DFPL-1235: CCD concurrency controls (Reinstated) This reverts commit 4b3d24531c52dfa963fa6c89f5988fd2e59be386. * DFPL-1235: Add subfield permissions to additional applications bundle * checkstyle commit 65b06d7f71c51c4e00b95c5561cf758f99198cab Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Wed Apr 12 10:15:21 2023 +0100 DFPL-1373 Gatekeeping and accessing Manage hearing Link (#4313) * add listGateKeepingHearingLink * show Manage hearings in GATEKEEPING_LISTING state commit 5f7cb447fc16b75ac828375825c2359888d5a23d Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Apr 11 15:48:56 2023 +0100 DFPL-1365: Revert debug comments left in after release (#4311) commit 42c4839ef3cd49e3e04866c7edc6618391c0d94e Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Apr 11 14:08:48 2023 +0100 Fix case list logstash (#4301) * Add extraEnvs * bump ccd chart * Bumping chart version/ fixing aliases * Add values copied from civil's successful PR --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> commit 7dad79882a554acaf89993d9a6aa54ab0d3727f9 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Tue Apr 11 13:43:32 2023 +0100 DFPL-1320 data migration - remove judicial message (#4247) * migration script for DFPL1320 * fix check style * fix code check commit 073e2344fdb8ddd38ffedcb83798f1e0ff651f27 Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Tue Apr 11 10:44:56 2023 +0100 DFPL1335 INC5493942 Incorrect document uploaded by Local Authority (#4263) * DFPL1335 migration script * change to isEmpty * fix mesage commit 486eeaa6181be13528b00122c4c6f48680ed306d Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Tue Apr 11 10:17:50 2023 +0100 Fix sorting based on string to based on date (#4320) commit 8759356390551cc4ab26925fca47ef414e2bd450 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Thu Apr 6 10:45:41 2023 +0100 DFPL-1324: Adding is final order and close case question where missing for orders (#4260) * Adding is final order and close case question where missing for orders * Fix test failures * Fixing c34b manage orders bug and updating suppressions. --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit fc0eb38f907c4efbf353b2e9407d6457c2f9c3e9 Author: jamesrferguson1 <94848497+jamesrferguson1@users.noreply.github.com> Date: Wed Apr 5 16:14:24 2023 +0100 Increasing memory limits (#4312) * Increasing memory limits * Update base image --------- Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit 7e2627ad25164d4f050250c180e3014ada6edb68 Author: Qasim Nawaz <96177697+qasimnawaz-moj@users.noreply.github.com> Date: Tue Apr 4 15:35:15 2023 +0100 Suppress CVE-2023-20860 (#4310) commit 2b99dee8e542d430551c9b6ae390ab391ccf1bcc Author: Daniel Catchpole <daniel.catchpole@justice.gov.uk> Date: Mon Apr 3 21:50:45 2023 +0100 Revert "DFPL-1200: Add a new case list filters - DFJ Area and Court (#4122)" (#4309) This reverts commit 36b6efea8d9e97b05c374951dbb9bdf07a63892e. commit 36b6efea8d9e97b05c374951dbb9bdf07a63892e Author: SomeshRA <69344273+SomeshRA@users.noreply.github.com> Date: Mon Apr 3 19:42:19 2023 +0100 DFPL-1200: Add a new case list filters - DFJ Area and Court (#4122) * DFPL-1200: Initial work basket configuration * DFPL-1200: Updated dft label and add config to search input fields * DFPL-1200: Added missing courts * DFPL-1200: Added high court and renamed dfj to dfjArea * DFPL-1200: Update court transfer flow to add DFJ Area and court info * DFPL-1200: Added test DFJ Area Court mapping * DFPL-1200: Updated DFJ Area Court * DFPL-1200: Fix for HighCourt DFJ * DFPL-1200: Removed unused variable courtCode * DFPL-1200: Incorporated code review comments * DFPL-1200: Rollback implementation * DFPL-1200: Fixed build issue * DFPL-1200: adding suppressions * DFPL-1200: Fixed CaseInitiationController about to submit test * DFPL-1200: Updated court codes * DFPL-1200: Adding idam credentials to key vaults * DFPL-1200: Upgraded java chart version to 4.0.13 * Bumping chart version/ fixing aliases * Merging in master * Checkstyle * Fix dupe permission --------- Co-authored-by: Tom Elliott <tomlaelliott@gmail.com> Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Co-authored-by: jamesrferguson1 <james.ferguson1@justice.gov.uk> Co-authored-by: Daniel Catchpole <daniel.catchpole@justice.gov.uk> commit 5524f99ffc5b18a1bf9a70c157e7d4cc5a37fcec Author: Chak Shing Lo <95437003+chak-shing-lo-justice@users.noreply.github.com> Date: Fri Mar 31 15:30:24 2023 +0100 add Westmorland and rename Cumbria (#4292) commit 8fd1861e16c0d3662f5a45e9826d0426381fcc4f Author: Shaun Francis <shaun.francis1@hmcts.net> Date: Fri Mar 31 14:35:15 2023 +0100 Remove extra validation for combined and EPO for Judicial gatekeeping event (#4305) commit 15922b319ea8b2bbcd5caad75fefed48ef2786ff Author: taleb <20416858+benouaer@users.noreply.github.com> Date: Thu Mar 30 19:50:12 2023 +0100 urgent directions release branch (#4243) (#4249) * Dfpl 1127 merge judicial gatekeeping allocation decision events (#4105) * DFPL-1127: merge allocationDecision event into judicial gatekeeping * DFPL-1127: use IDs instead of xpath in e2e tests * DFPL-1127: enable admin access to allocationDecision * Dfpl 1232 judicial gatekeeping tidyup (#4173) * DFPL-1232: remove Urgent hearing order option * DFPL-1232: remove hearingDate from std/custom directions pages * Dfpl 1180 (#4176) * Add Gatekeeping Listing state (#4099) * Add court-admin authorisation for list hearing or send to admin page * Set post state of Judicial Gatekeeping event to Gatekeeping Listing * Fix checkstyle issue * Suppress CVE-2023-24998 * Remove duplicated authorisation * DFPL-1246 - Add reduce time for service standard direction and page (#4165) * Add reduce time for service standard direction and page * Fix integration tests * Suppress vulnerability 1091238 1091239 * DFPL-1247 Remove sealing order screen as part of Judicial Gatekeeping (#4184) * Removed sealing order screen * Removing next steps from definition files * Removing next steps from java files * Fixing draft pdf generation * Fixing tests * Suppressed dependency check * Deprecated field instead of removing it * Resolving conflicts * Fixed dependency errors * DFPL-1247 reinstate nextSteps (#4223) * Removing next steps from definition files * Suppressed dependency check * Deprecated field instead of removing it * Reinstated nextSteps field * Fixing merge issues * Dfpl 1129 add urgent directions event (#4243) * Add List Gatekeeping Hearing event * Add Enter hearing details page to List Gatekeeping Hearing event * Add judge and legal advisor page to List Gatekeeping Hearing event * Use hearingType on enter hearing details page * Complete about to submit callback and add integration test * Complete about to submit integration test * Refactor about to submit callback method and fix integration test * Fix integration test checkstyle issues * Fix integration test date failure * Use Time component to generate issue date when building SealDecision * Fix checkstyle issues * DFPL-1201: move submitted and postSubmit callbacks to new event * Add submmited callback integration test * Refactor ListGatekeepingHearingController and test Upload route * Disable failing integration tests * Fix checkstyle in integration tests * Remove submitted integration test will be added in DFPL-1278 * Dfpl 1127 merge judicial gatekeeping allocation decision events (#4105) * DFPL-1127: merge allocationDecision event into judicial gatekeeping * DFPL-1127: use IDs instead of xpath in e2e tests * DFPL-1127: enable admin access to allocationDecision * Added changes to send notifications * Added integration test * Fixing NoH link * Adding tests * Fixed checkstyle errors * Fixed integration test errors * REmove sendNoticeOfHearing set in about to submit * Revert removal of sendNoticeOfHearing in about to start * Update notification decider for code review comments * Remove unused method * Remove unused import * Remove unused imports * Fix failing integration tests * Remove sealDecision.json * DFPL-1129: add urgent directions event * DFPL-1129: add urgentDirections router page * DFPL-1129: add order upload and issuing judge pages * DFPL-1129: add listOrSendToAdmin page * DFPL-1129: fix build issues * DFPL-1129: align with judicial gatekeeping * DFPL-1129: fix rebase issues * DFPL-1129: align with urgentDirections order * DFPL-1129: remove allocationDecision creation * DFPL-1129: remove unused imports * DFPL-1129: fix rebase issues --------- Co-authored-by: Shaun Francis <shaun.francis1@hmcts.net> Co-authored-by: KatKovacs1 <katalin.kovacs1@justice.gov.uk> * DFPL-1130: add standard directions pages (#4246) * Add List Gatekeeping Hearing event * Add Enter hearing details page to List Gatekeeping Hearing event * Add judge and legal advisor page to List Gatekeeping Hearing event * Use hearingType on enter hearing details page * Complete about to submit callback and add integration test * Complete about to submit integration test * Refactor about to submit callback method and fix integration test * Fix integration test checkstyle issues * Fix integration test date failure * Use Time component to generate issue date when building SealDecision * Fix checkstyle issues * DFPL-1201: move submitted and postSubmit callbacks to new event * Add submmited callback integration test * Refactor ListGatekeepingHearingController and test Upload route * Disable failing integration tests * Fix checkstyle in integration tests * Remove submitted integration test will be added in DFPL-1278 * Dfpl 1127 merge judicial gatekeeping allocation decision events (#4105) * DFPL-1127: merge allocationDecision event into judicial gatekeeping * DFPL-1127: use IDs instead of xpath in e2e tests * DFPL-1127: enable admin access to allocationDecision * Added changes to send notifications * Added integration test * Fixing NoH link * Adding tests * Fixed checkstyle errors * Fixed integration test errors * REmove sendNoticeOfHearing set in about to submit * Revert removal of sendNoticeOfHearing in about to start * Update notification decider for code review comments * Remove unused method * Remove unused import * Remove unused imports * Fix failing integration tests * Remove sealDecision.json * DFPL-1129: add urgentDirections router page * DFPL-1129: add order upload and issuing judge pages * DFPL-1129: add listOrSendToAdmin page * DFPL-1129: fix build issues * DFPL-1129: align with judicial gatekeeping * DFPL-1129: fix rebase issues * DFPL-1129: align with urgentDirections order * DFPL-1129: remove allocationDecision creation * DFPL-1129: remove unused imports * DFPL-1130: add standard directions pages * DFPL-1129: reinstate allocationDecision creation * DFPL-1129: fix rebase issues * DFPL-1130: update select directions label --------- Co-authored-by: Shaun Francis <shaun.francis1@hmcts.net> Co-authored-by: KatKovacs1 <katalin.kovacs1@justice.gov.uk> * dev/urgent-directions: fix rebase issues * Dfpl 1323 urgent directions callbacks (#4252) * Add List Gatekeeping Hearing event * Add Enter hearing details page to List Gatekeeping Hearing event * Add judge and legal advisor page to List Gatekeeping Hearing event * Use hearingType on enter hearing details page * Complete about to submit callback and add integration test * Complete about to submit integration test * Refactor about to submit callback method and fix integration test * Fix integration test checkstyle issues * Fix integration test date failure * Use Time component to generate issue date when building SealDecision * Fix checkstyle issues * DFPL-1201: move submitted and postSubmit callbacks to new event * Add submmited callback integration test * Refactor ListGatekeepingHearingController and test Upload route * Disable failing integration tests * Fix checkstyle in integration tests * Remove submitted integration test will be added in DFPL-1278 * Dfpl 1127 merge judicial gatekeeping allocation decision events (#4105) * DFPL-1127: merge allocationDecision event into judicial gatekeeping * DFPL-1127: use IDs instead of xpath in e2e tests * DFPL-1127: enable admin access to allocationDecision * Added changes to send notifications * Added integration test * Fixing NoH link * Adding tests * Fixed checkstyle errors * Fixed integration test errors * REmove sendNoticeOfHearing set in about to submit * Revert removal of sendNoticeOfHearing in about to start * Update notification decider for code review comments * Remove unused method * Remove unused import * Remove unused imports * Fix failing integration tests * Remove sealDecision.json * DFPL-1129: add urgentDirections router page * DFPL-1129: add order upload and issuing judge pages * DFPL-1129: add listOrSendToAdmin page * DFPL-1129: fix build issues * DFPL-1129: align with judicial gatekeeping * DFPL-1129: fix rebase issues * DFPL-1129: align with urgentDirections order * DFPL-1129: remove allocationDecision creation * DFPL-1129: remove unused imports * DFPL-1129: reinstate allocationDecision creation * DFPL-1129: fix rebase issues * DFPL-1323: tidy up urgent directions callbacks * DFPL-1323: tidy up urgent directions callbacks * Fix lombok build issue * Set EqualsAndHashCode(callSuper=true) * DFPL-1323: fix builder related test failures * DFPL-1323: fix issue with setting/updating of directions * DFPL-1323: fix failing tests * DFPL-1323: remove unused imports * DFPL-1323: merge urgent/gatekeeping eventData objects * DFPL-1323: merge urgent and gatekeeping controllers * DFPL-1323: fix build issues * DFPL-1323: fix checkstyle issue --------- Co-authored-by: Shaun Francis <shaun.francis1@hmcts.net> Co-authored-by: KatKovacs1 <katalin.kovacs1@justice.gov.uk> * Dfpl 1132 udo notification and display on tab (#4267) * Seal urgent directions order * Seal uploaded urgent directions order * Add UDO notification * Fix tests and remove unused code * Add ListGatekeepingHearingDecider unit test * Rollback CaseDate reorigansation * Dfpl 1316 incorporate udo changes into sdo template (#4270) * Add List Gatekeeping Hearing event * Add Enter hearing details page to List Gatekeeping Hearing event * Add judge and legal advisor page to List Gatekeeping Hearing event * Use hearingType on enter hearing details page * Complete about to submit callback and add integration test * Complete about to submit integration test * Refactor about to submit callback method and fix integration test * Fix integration test checkstyle issues * Fix integration test date failure * Use Time component to generate issue date when building SealDecision * Fix checkstyle issues * DFPL-1201: move submitted and postSubmit callbacks to new event * Add submmited callback integration test * Refactor ListGatekeepingHearingController and test Upload route * Disable failing integration tests * Fix checkstyle in integration tests * Remove submitted integration test will be added in DFPL-1278 * Dfpl 1127 merge judicial gatekeeping allocation decision events (#4105) * DFPL-1127: merge allocationDecision event into judicial gatekeeping * DFPL-1127: use IDs instead of xpath in e2e tests * DFPL-1127: enable admin access to allocationDecision * Added changes to send notifications * Added integration test * Fixing NoH link * Adding tests * Fixed checkstyle errors * Fixed integration test errors * REmove sendNoticeOfHearing set in about to submit * Revert removal of sendNoticeOfHearing in about to start * Remove unused method * Remove unused import * Remove sealDecision.json * DFPL-1129: add urgentDirections router page * DFPL-1129: fix rebase issues * DFPL-1323: tidy up urgent directions callbacks * DFPL-1323:…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ccd configuration
Pull request that updates CCD definition configuration
ns:family-public-law
prd:fpl
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.
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/DFPL-1450
Change description
Deprecated Watson County Court old address
Does this PR introduce a breaking change? (check one with "x")