Skip to content

Updates for core module setup - #5

Merged
pmanko merged 2 commits into
mainfrom
pmanko-adding-core-isanteplus-modules
Sep 22, 2025
Merged

Updates for core module setup#5
pmanko merged 2 commits into
mainfrom
pmanko-adding-core-isanteplus-modules

Conversation

@pmanko

@pmanko pmanko commented Jun 10, 2025

Copy link
Copy Markdown
Member

No description provided.

@pmanko
pmanko requested a review from Copilot June 10, 2025 13:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the core module setup by revising module metadata files, removing deprecated modules, and adjusting build/deployment scripts.

  • Updated .omod files for various modules in both distribution and custom_modules directories.
  • Removed legacy modules and configuration files from packages and config directories.
  • Modified Dockerfile and mk.sh to reflect the new build process and module locations.

Reviewed Changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
projects/emr-isanteplus/distribution/openmrs_modules/*.omod New module metadata files added and legacy ones removed to update module versions.
projects/emr-isanteplus/distribution/custom_modules/*.omod New module metadata files added for custom modules.
projects/emr-isanteplus/Dockerfile Added a comment for custom_modules and preserved entrypoint execution.
packages/emr-isanteplus/xds-sender-2.4.0-SNAPSHOT.omod Removed outdated module file.
packages/emr-isanteplus/package-metadata.json Updated dependency list by removing "database-mysql".
packages/emr-isanteplus/config/custom_modules/*.omod Removed outdated configuration module files.
packages/emr-isanteplus/Dockerfile Removed custom_modules copy command from configuration build.
mk.sh Adjusted build script execution to favor the custom modules build process.
Comments suppressed due to low confidence (2)

packages/emr-isanteplus/package-metadata.json:7

  • Removing the 'database-mysql' dependency could impact system initialization if other configurations expect it; please ensure that this removal is intentional and that dependency management is updated accordingly.
  "dependencies": [],

packages/emr-isanteplus/Dockerfile:1

  • The removal of the custom_modules directory copy command may affect module availability; verify that this change aligns with the updated deployment strategy.
-add ./config/custom_modules /custom_modules

@pmanko
pmanko merged commit c6f4ad3 into main Sep 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants