Build: #67 failed Manual run from the stage: Release by Rohit Yawalkar

Stages & jobs

  1. Update versions

  2. Build

  3. Push docker image

  4. Validate

  5. Release

    Requires a user to start manually
  6. Release 2nd stage

  7. Release 3rd stage

Code commits

Release scripts

  • Burke Mamlin <burke@openmrs.org>

    Burke Mamlin <burke@openmrs.org> 39269cb8f38c786e7c5c4df804871bc2073177ad

    ITSM-4320: upgrade sourceforce key to ED25519

    • scp-to-sourceforge.sh (version 39269cb8f38c786e7c5c4df804871bc2073177ad)

openmrs-module-webservices.rest

  • herman <hermanmuhereza22@gmail.com>

    herman <hermanmuhereza22@gmail.com> b4be58a7effd647cb009da2bc25c56f65af156e8

    Restws 895: Ensure fetching Allergies for a newly created patient returns HTTP 204-No Content Response Status code (#561)
    * Fetching allergies for a newly registered patient throws an exception

    * adding the required tests

    * Improve exception class description

    Co-authored-by: dkayiwa <dkayiwa@openmrs.org>

    • omod-2.0/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_0/PatientAllergyResource2_0.java (version b4be58a7effd647cb009da2bc25c56f65af156e8)
    • omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/PatientAllergyController2_0Test.java (version b4be58a7effd647cb009da2bc25c56f65af156e8)
    • omod-common/src/main/java/org/openmrs/module/webservices/rest/web/response/NoContentFoundException.java (version b4be58a7effd647cb009da2bc25c56f65af156e8)