chore: 26.7 release deployment to prod 18/7/26 - #414
Merged
Conversation
* added filter for initiated by column * added auto batching feature to the frontend * added progress bar when auto batch is in progress * added progress bar when auto batch is in progress
…ontact has mutiple cases
chore: merge cra release to dev 1
feat: added review flag for on_hold contacts
feat: select the correct case info to upsert into the master table when a c…
feat: preserve user set status if no update on ICM on the data points fetched
fix: fixed failing dev deployment
* fixed migrations issue * fixed migrations issue * added migrations to validate paths
* fix: restore V12 and add V13 for data_changed_at columns * fix: restore V12 and add V13 for data_changed_at columns * fix: restore V12 and add V13 for data_changed_at columns
add default-cancellation-fields release branch fix back to dev (#276)
merge back add/remove bacth race conditions fix to dev (#277)
fix: merge latest dev to test 24/06/26
* fix: improve CRA send batch failure handling and UI feedback Record job failures on batch system comments and system_error status, invoke onFailure when send setup fails, show batch numbers in send messages, and hide the running banner when the job fails or completes. * fix lint * fix: refresh batch UI after CRA send job failures Reload batch requests and details when a send job fails so updated system_error status and system comments appear without a manual refresh.
chore: merge dev to test
pool.query (used by $executeRawUnsafe) acquires clients through connect(callback), which skipped search_path after the recent pool refactor and caused staging upserts to fail with missing relations.
fix: set search_path via pg pool onConnect for Prisma raw queries
- Pg Connection Fix - Cra enable CI
…ssing tab (#391) * updated mapping for cra status filter * Created backend api calls for sort * Created backend api calls for sort * enabled sort and filter on transformed values * fixed failing health checks * fixed failing health checks * updated mapping and normalization function * updated column filter labels * revert: restore health.controller.ts to dev
…ayed in 2 lines (#392) * dynamically adjusted the column width to ensures dates get disaplyed in 2 lines * dynamically adjusted the column width to ensures dates get disaplyed in 2 lines
chore: merge dev to test
…line-ingestion-pre-prod chore: [revert] temporarily skip OOC agreement line ingest until ICM API is ready"
chore: merge test to preprod
…weekly file processing tab (#394) updated child search filter to include multiple fields
fix: stop redundant CSA status audit rows from WKL force updates
chore: merge dev to test
…399) fix: align eligibility step 9 with FDD cancellation branches
* fixed the width of last updated date column * resolved the lint warning * resolved the lint warning * resolved the lint warning
chore: merge dev to test
chore: test to pre-prod
* adjusted the column widths to avoid display in 3 lines * adjusted the column widths to avoid display in 3 lines * adjusted the column widths to avoid display in 3 lines * adjusted the column widths to avoid display in 3 lines * adjusted the column widths to avoid display in 3 lines
* fixed the weekly file table sorting issue * fixed failing frontend pod error * added UT * reverted import change * passing sort details upn refresh * restore weekly search and filter behavior from dev * fix weekly summary tie-break direction consistency * onverted sorting from in-memory to sql script driven
chore: merge dev into test
chore: merge test to preprod
Let Node.js use its default heap sizing within the pod memory limit so we can validate behaviour on dev and test before prod.
fix: remove explicit Node heap cap from backend Dockerfile (#411)
chore: merge test with pre-prod
mdiapenabc
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist
In Progress/Follow Up