Conversation
pgorrindo
added a commit
to Salcedo-HDF/openmrs-distro-referenceapplication
that referenced
this pull request
Sep 29, 2025
* (release-revert) Reset to dev versions * O3-4492: Update the Queue module to 2.5.0 (openmrs#903) * (chore) O3-4332 : Update appointments version to 2.1.0-SNAPSHOT (openmrs#898) * (chore) update the Queue module to 2.6.0-SNAPSHOT (openmrs#908) * (chore) Bump EMR API from 2.2.0 to 2.3.0-SNAPSHOT (openmrs#910) * (chore) O3-4504: Optimize Distro E2E Test Workflow Using Matrix Strategy (openmrs#911) * (chore): Bump version of content packages (openmrs#912) * (chore) Upgrade to Java 17 from Java 11 (openmrs#913) * Bump the webservicesrest module version to 2.49.0-SNAPSHOT * Update FHIR2 version * Update openmrs core version to 2.7.3 * Restore patient list related frontend modules * Bump openmrs core to 2.7.4-SNAPSHOT * Bump legacyui module to 1.23.0-SNAPSHOT * Update module versions to latest (openmrs#920) * (release) Release v3.4.0-rc.1 * (release-revert) Reset to dev versions * Move dev3 to latest SNAPSHOT of demo content package * Update demo content version * Switch to SNAPSHOT content packages * Bump webservicesrest to 2.50.0-SNAPSHOT * (chore) Upgrade Node.js to 22 in frontend Dockerfile (openmrs#924) * Implement the same caching scheme adopted for module-spa See openmrs/openmrs-module-spa#63 and https://openmrs.atlassian.net/browse/O3-4395. In essence, almost everything is served with Cache-Control set to no-cache, must-revalidate. This means that any static content that is not either the openmrs.css file or a Javascript file will make a HTTP request with If-Modified-Since and If-None-Match headers. The server should respond to these with a 304 unless they've been changed, which is a fairly minimal response. Javascript files and openmrs.css are cached for one year. The idea here is to balance aggressive caching with the need for implementations to serve custom content from the same webroot. For implementations not using this image, module-spa implements very similar caching logic. * Update to core 2.7.5-SNAPSHOT with a fix for the conceptreferenceranges endpoint * Update backend modules to newly updated versions * Bump bedmanagement to 6.2.0-SNAPSHOT * (test)03-4887: Add support the dispensing app in the reff app e2e distro * add dispensing e2e * add dispensing to readme * README tweaks * Bump authentication module to 2.0.0-SNAPSHOT (openmrs#930) * Add CACHE_BUST work-around for backend * Bump FHIR2 to 2.6.0-SNAPSHOT * Give the backend a little longer to respond * (fix) Update frontend service queue config * (release) Release v3.5.0 * Update backend module versions * Update core version * Update bed management version * Fix REST version * Update rest version * Run E2E on every branch * Run build on push * Fix bedmanagement version * Fix bedmanagement version * (release) Release v3.5.0-rc.1 * Bump FHIR2 to 2.7.0 * (release) Release v3.5.0-rc.2 * (release) Release v3.5.0-rc.3 * Bump Queue module version * Remove stock management and billing frontends * Remove stock management and billing backend modules * Bump backend versions * Remove stock management and billing from distro.properties * Re-add stock and billing backend modules * Update distro.properties * (release) Release v3.5.0-rc.4 * Update App shell version to 8.0.0 * (release) Release v3.5.0-rc.5 * Bump queue module to version 2.9.0 * Bump Demo content package to 1.6.0 * Bump content ref app version to 1.4.0 * (release) Release v3.5.0-rc.6 * (release) Release 3.5.0 --------- Co-authored-by: openmrs-bot <infrastructure@openmrs.org> Co-authored-by: Wikum Weerakutti <wikum@linuxdeveloper.space> Co-authored-by: praneeth <141117659+Muppasanipraneeth@users.noreply.github.com> Co-authored-by: chibongho <cbho@pih.org> Co-authored-by: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Co-authored-by: Bawantha Thilan <38850236+Bawanthathilan@users.noreply.github.com> Co-authored-by: Nethmi Rodrigo <nethmi@openmrs.org> Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com> Co-authored-by: dkayiwa <dkayiwa@openmrs.org> Co-authored-by: Dennis Kigen <kigen.work@gmail.com> Co-authored-by: Ian <ian.c.bacher@gmail.com> Co-authored-by: gitcliff <gitacliff48@gmail.com>
pgorrindo
added a commit
to Salcedo-HDF/openmrs-distro-referenceapplication
that referenced
this pull request
Oct 1, 2025
* Switch to openmrs core version 2.7.2-SNAPSHOT * Bump initializer to version 2.9.0-SNAPSHOT * (feat) O3-2353: Use demo data content package (openmrs#885) * Revert "(feat) O3-2353: Use demo data content package" (openmrs#886) * Revert initializer and core version bump (openmrs#887) * (feat) O3-2353: Use demo data content package (openmrs#889) * (chore) O3-4426: Update OpenMRS version and Initializer version (openmrs#888) Co-authored-by: Nethmi Rodrigo <neth23rodrigo@gmail.com> * Create surgery nav group (#68) Create surgery nav group that contains the condition and last hemoglobin of the patient * Update reporting modules versions * Delete distro/README.md * Modify start visit panel (#69) Remove the Punctuality and Insurance Policy Number attribute * Remove patient list app (openmrs#892) * (chore) O3-4460: Prevent over-dispensing medications (openmrs#893) * Revert "(chore) O3-4460: Prevent over-dispensing medications (openmrs#893)" This reverts commit 4b2ebf3. * Update backend versions * (chore): Bump initializer (openmrs#895) * (chore): Bump backend dependencies (openmrs#896) * (release) Release v3.3.0-rc.1 * (release-revert) Reset to dev versions * Set time to philippines (#71) Set of each container time to Philippines * Add more contact details in show more panel (#70) * Add more contact details Add facebook id, email address and philhealth id in the contact section * Add more contact details Add facebook id, email address and philhealth id in contact details section * Consistent username and password for database connections * Set OMRS SMS timezone to philippines (#72) * Set time to philippines Set of each container time to Philippines * Set sms TZ to Philippines Set sms TZ to Philippines * Change sms time zone to PHT * (chore): Update content packages * (chore): Update content package (openmrs#906) * (release) Release v3.3.1 * (chore): Remove unreleased modules (openmrs#907) * (release) Release v3.3.1-rc.1 * (release) Release 3.3.1 * merge Stock/3.5.0 into Dev (#75) * (release-revert) Reset to dev versions * O3-4492: Update the Queue module to 2.5.0 (openmrs#903) * (chore) O3-4332 : Update appointments version to 2.1.0-SNAPSHOT (openmrs#898) * (chore) update the Queue module to 2.6.0-SNAPSHOT (openmrs#908) * (chore) Bump EMR API from 2.2.0 to 2.3.0-SNAPSHOT (openmrs#910) * (chore) O3-4504: Optimize Distro E2E Test Workflow Using Matrix Strategy (openmrs#911) * (chore): Bump version of content packages (openmrs#912) * (chore) Upgrade to Java 17 from Java 11 (openmrs#913) * Bump the webservicesrest module version to 2.49.0-SNAPSHOT * Update FHIR2 version * Update openmrs core version to 2.7.3 * Restore patient list related frontend modules * Bump openmrs core to 2.7.4-SNAPSHOT * Bump legacyui module to 1.23.0-SNAPSHOT * Update module versions to latest (openmrs#920) * (release) Release v3.4.0-rc.1 * (release-revert) Reset to dev versions * Move dev3 to latest SNAPSHOT of demo content package * Update demo content version * Switch to SNAPSHOT content packages * Bump webservicesrest to 2.50.0-SNAPSHOT * (chore) Upgrade Node.js to 22 in frontend Dockerfile (openmrs#924) * Implement the same caching scheme adopted for module-spa See openmrs/openmrs-module-spa#63 and https://openmrs.atlassian.net/browse/O3-4395. In essence, almost everything is served with Cache-Control set to no-cache, must-revalidate. This means that any static content that is not either the openmrs.css file or a Javascript file will make a HTTP request with If-Modified-Since and If-None-Match headers. The server should respond to these with a 304 unless they've been changed, which is a fairly minimal response. Javascript files and openmrs.css are cached for one year. The idea here is to balance aggressive caching with the need for implementations to serve custom content from the same webroot. For implementations not using this image, module-spa implements very similar caching logic. * Update to core 2.7.5-SNAPSHOT with a fix for the conceptreferenceranges endpoint * Update backend modules to newly updated versions * Bump bedmanagement to 6.2.0-SNAPSHOT * (test)03-4887: Add support the dispensing app in the reff app e2e distro * add dispensing e2e * add dispensing to readme * README tweaks * Bump authentication module to 2.0.0-SNAPSHOT (openmrs#930) * Add CACHE_BUST work-around for backend * Bump FHIR2 to 2.6.0-SNAPSHOT * Give the backend a little longer to respond * (fix) Update frontend service queue config * (release) Release v3.5.0 * Update backend module versions * Update core version * Update bed management version * Fix REST version * Update rest version * Run E2E on every branch * Run build on push * Fix bedmanagement version * Fix bedmanagement version * (release) Release v3.5.0-rc.1 * Bump FHIR2 to 2.7.0 * (release) Release v3.5.0-rc.2 * (release) Release v3.5.0-rc.3 * Bump Queue module version * Remove stock management and billing frontends * Remove stock management and billing backend modules * Bump backend versions * Remove stock management and billing from distro.properties * Re-add stock and billing backend modules * Update distro.properties * (release) Release v3.5.0-rc.4 * Update App shell version to 8.0.0 * (release) Release v3.5.0-rc.5 * Bump queue module to version 2.9.0 * Bump Demo content package to 1.6.0 * Bump content ref app version to 1.4.0 * (release) Release v3.5.0-rc.6 * (release) Release 3.5.0 --------- Co-authored-by: openmrs-bot <infrastructure@openmrs.org> Co-authored-by: Wikum Weerakutti <wikum@linuxdeveloper.space> Co-authored-by: praneeth <141117659+Muppasanipraneeth@users.noreply.github.com> Co-authored-by: chibongho <cbho@pih.org> Co-authored-by: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Co-authored-by: Bawantha Thilan <38850236+Bawanthathilan@users.noreply.github.com> Co-authored-by: Nethmi Rodrigo <nethmi@openmrs.org> Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com> Co-authored-by: dkayiwa <dkayiwa@openmrs.org> Co-authored-by: Dennis Kigen <kigen.work@gmail.com> Co-authored-by: Ian <ian.c.bacher@gmail.com> Co-authored-by: gitcliff <gitacliff48@gmail.com> * fixes (#77) --------- Co-authored-by: dkayiwa <dkayiwa@openmrs.org> Co-authored-by: Nethmi Rodrigo <34070216+NethmiRodrigo@users.noreply.github.com> Co-authored-by: Wikum Weerakutti <wikum@linuxdeveloper.space> Co-authored-by: Nethmi Rodrigo <neth23rodrigo@gmail.com> Co-authored-by: R-jhel B. Tandugon <120313539+r-jheltandugon@users.noreply.github.com> Co-authored-by: druchniewicz <druchniewicz@soldevelo.com> Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com> Co-authored-by: Dennis Kigen <kigen.work@gmail.com> Co-authored-by: Ian <ian.c.bacher@gmail.com> Co-authored-by: openmrs-bot <infrastructure@openmrs.org> Co-authored-by: praneeth <141117659+Muppasanipraneeth@users.noreply.github.com> Co-authored-by: chibongho <cbho@pih.org> Co-authored-by: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Co-authored-by: Bawantha Thilan <38850236+Bawanthathilan@users.noreply.github.com> Co-authored-by: Nethmi Rodrigo <nethmi@openmrs.org> Co-authored-by: gitcliff <gitacliff48@gmail.com>
pgorrindo
added a commit
to Salcedo-HDF/openmrs-distro-referenceapplication
that referenced
this pull request
Oct 1, 2025
* Switch to openmrs core version 2.7.2-SNAPSHOT * Bump initializer to version 2.9.0-SNAPSHOT * (feat) O3-2353: Use demo data content package (openmrs#885) * Revert "(feat) O3-2353: Use demo data content package" (openmrs#886) * Revert initializer and core version bump (openmrs#887) * (feat) O3-2353: Use demo data content package (openmrs#889) * (chore) O3-4426: Update OpenMRS version and Initializer version (openmrs#888) * Create surgery nav group (#68) Create surgery nav group that contains the condition and last hemoglobin of the patient * Update reporting modules versions * Delete distro/README.md * Modify start visit panel (#69) Remove the Punctuality and Insurance Policy Number attribute * Remove patient list app (openmrs#892) * (chore) O3-4460: Prevent over-dispensing medications (openmrs#893) * Revert "(chore) O3-4460: Prevent over-dispensing medications (openmrs#893)" This reverts commit 4b2ebf3. * Update backend versions * (chore): Bump initializer (openmrs#895) * (chore): Bump backend dependencies (openmrs#896) * (release) Release v3.3.0-rc.1 * (release-revert) Reset to dev versions * Set time to philippines (#71) Set of each container time to Philippines * Add more contact details in show more panel (#70) * Add more contact details Add facebook id, email address and philhealth id in the contact section * Add more contact details Add facebook id, email address and philhealth id in contact details section * Consistent username and password for database connections * Set OMRS SMS timezone to philippines (#72) * Set time to philippines Set of each container time to Philippines * Set sms TZ to Philippines Set sms TZ to Philippines * Change sms time zone to PHT * (chore): Update content packages * (chore): Update content package (openmrs#906) * (release) Release v3.3.1 * (chore): Remove unreleased modules (openmrs#907) * (release) Release v3.3.1-rc.1 * (release) Release 3.3.1 * merge Stock/3.5.0 into Dev (#75) * (release-revert) Reset to dev versions * O3-4492: Update the Queue module to 2.5.0 (openmrs#903) * (chore) O3-4332 : Update appointments version to 2.1.0-SNAPSHOT (openmrs#898) * (chore) update the Queue module to 2.6.0-SNAPSHOT (openmrs#908) * (chore) Bump EMR API from 2.2.0 to 2.3.0-SNAPSHOT (openmrs#910) * (chore) O3-4504: Optimize Distro E2E Test Workflow Using Matrix Strategy (openmrs#911) * (chore): Bump version of content packages (openmrs#912) * (chore) Upgrade to Java 17 from Java 11 (openmrs#913) * Bump the webservicesrest module version to 2.49.0-SNAPSHOT * Update FHIR2 version * Update openmrs core version to 2.7.3 * Restore patient list related frontend modules * Bump openmrs core to 2.7.4-SNAPSHOT * Bump legacyui module to 1.23.0-SNAPSHOT * Update module versions to latest (openmrs#920) * (release) Release v3.4.0-rc.1 * (release-revert) Reset to dev versions * Move dev3 to latest SNAPSHOT of demo content package * Update demo content version * Switch to SNAPSHOT content packages * Bump webservicesrest to 2.50.0-SNAPSHOT * (chore) Upgrade Node.js to 22 in frontend Dockerfile (openmrs#924) * Implement the same caching scheme adopted for module-spa See openmrs/openmrs-module-spa#63 and https://openmrs.atlassian.net/browse/O3-4395. In essence, almost everything is served with Cache-Control set to no-cache, must-revalidate. This means that any static content that is not either the openmrs.css file or a Javascript file will make a HTTP request with If-Modified-Since and If-None-Match headers. The server should respond to these with a 304 unless they've been changed, which is a fairly minimal response. Javascript files and openmrs.css are cached for one year. The idea here is to balance aggressive caching with the need for implementations to serve custom content from the same webroot. For implementations not using this image, module-spa implements very similar caching logic. * Update to core 2.7.5-SNAPSHOT with a fix for the conceptreferenceranges endpoint * Update backend modules to newly updated versions * Bump bedmanagement to 6.2.0-SNAPSHOT * (test)03-4887: Add support the dispensing app in the reff app e2e distro * add dispensing e2e * add dispensing to readme * README tweaks * Bump authentication module to 2.0.0-SNAPSHOT (openmrs#930) * Add CACHE_BUST work-around for backend * Bump FHIR2 to 2.6.0-SNAPSHOT * Give the backend a little longer to respond * (fix) Update frontend service queue config * (release) Release v3.5.0 * Update backend module versions * Update core version * Update bed management version * Fix REST version * Update rest version * Run E2E on every branch * Run build on push * Fix bedmanagement version * Fix bedmanagement version * (release) Release v3.5.0-rc.1 * Bump FHIR2 to 2.7.0 * (release) Release v3.5.0-rc.2 * (release) Release v3.5.0-rc.3 * Bump Queue module version * Remove stock management and billing frontends * Remove stock management and billing backend modules * Bump backend versions * Remove stock management and billing from distro.properties * Re-add stock and billing backend modules * Update distro.properties * (release) Release v3.5.0-rc.4 * Update App shell version to 8.0.0 * (release) Release v3.5.0-rc.5 * Bump queue module to version 2.9.0 * Bump Demo content package to 1.6.0 * Bump content ref app version to 1.4.0 * (release) Release v3.5.0-rc.6 * (release) Release 3.5.0 --------- * fixes (#77) --------- Co-authored-by: dkayiwa <dkayiwa@openmrs.org> Co-authored-by: Nethmi Rodrigo <34070216+NethmiRodrigo@users.noreply.github.com> Co-authored-by: Wikum Weerakutti <wikum@linuxdeveloper.space> Co-authored-by: Nethmi Rodrigo <neth23rodrigo@gmail.com> Co-authored-by: R-jhel B. Tandugon <120313539+r-jheltandugon@users.noreply.github.com> Co-authored-by: druchniewicz <druchniewicz@soldevelo.com> Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com> Co-authored-by: Dennis Kigen <kigen.work@gmail.com> Co-authored-by: Ian <ian.c.bacher@gmail.com> Co-authored-by: openmrs-bot <infrastructure@openmrs.org> Co-authored-by: praneeth <141117659+Muppasanipraneeth@users.noreply.github.com> Co-authored-by: chibongho <cbho@pih.org> Co-authored-by: Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com> Co-authored-by: Bawantha Thilan <38850236+Bawanthathilan@users.noreply.github.com> Co-authored-by: Nethmi Rodrigo <nethmi@openmrs.org> Co-authored-by: gitcliff <gitacliff48@gmail.com>
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.
No description provided.