[MDS-7009] - Enhance/update error reporting features - #3993
Merged
Merged
Conversation
added 4 commits
September 10, 2026 13:05
…t details (severity, description, seen before), integrated into emails, modals, and logs. Signed-off-by: Mat Busby <mat.busby@studio.ey.com>
… dependencies, and clean up package installation. Signed-off-by: Mat Busby <mat.busby@studio.ey.com>
…sOptions` interface location and usage. Signed-off-by: Mat Busby <mat.busby@studio.ey.com>
…ring success and error handling scenarios, notifications, and environment-specific adapters. Signed-off-by: Mat Busby <mat.busby@studio.ey.com>
|
|
|
|
simensma-fresh
approved these changes
Sep 11, 2026
alazar-aot
reviewed
Sep 11, 2026
alazar-aot
self-requested a review
September 11, 2026 18:04
alazar-aot
approved these changes
Sep 11, 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.



Objective
MDS-7009
Implemented enhanced error reporting features.
Here is a concise summary you can paste into your PR description:
Postgres Base Image Upgrade to Debian 12 (Bookworm)
postgresDocker build because Debian 11 (Bullseye) reached End-of-Life (EOL) on September 7, 2026. Upstream security repositories for Bullseye expired, causingapt-get updateto fail with exit code 100. The previous base image (postgis/postgis:16-3.5) was built on Debian 11 Bullseye and has not received an upstream Debian 12 release.services/postgres/Dockerfileto the officialpostgres:16-bookworm(Debian 12).postgresql-16-postgis-3andpostgresql-16-postgis-3-scriptsviaaptdirectly alongside build dependencies, eliminating the need for repository snapshot pins or expired archive workarounds.ENVsyntax and cleaned apt package caches.docker compose -f docker-compose.ci.yaml build postgres.PostGIS 3.6andoracle_fdw 2.6.0with Oracle Instant Client 21.6) inside a fresh container.