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.
This pull request introduces several updates across workflows, Docker configurations, and dependencies to improve metadata handling, build processes, and dependency management. The changes focus on enhancing version tracking, standardizing metadata inclusion in builds, and updating dependencies for the frontend application.
Workflow Updates
.github/workflows/push-tag-rc.ymland.github/workflows/push-tag.yml, including variables forRAW_TAG,CLEAN_TAG,COMMIT, andBRANCHfor better version tracking and branch identification. [1] [2]Dockerfile Enhancements
APP_VERSION_TAG,APP_COMMIT, andAPP_BRANCHindocker/Dockerfile.dev,docker/Dockerfile.prod,frontend/Dockerfile.dev, andfrontend/Dockerfile.prodto include build metadata in the application. [1] [2] [3] [4] [5] [6]version.jsonfiles in both backend and frontend builds to store metadata for runtime access. [1] [2] [3] [4]Dependency Updates
frontend/package-lock.json, including@babelpackages, to newer versions for improved performance and compatibility. [1] [2] [3] [4] [5]Configuration Changes
docker/docker-compose.ymlto use the latest release candidate images (rc-2.3.8.2) for all services. [1] [2] [3] [4]docker/.env/ngen.base.envto rename and adjust blocked fields for cases and events.