Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com>

    icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com> 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3

    RA-1985 - Allow changing visit time dynamically (#450)
    * RA-1985 - Allow changing visit time dynamically
    - Add global property to enable / disable such behavior

    * RA-1985 - Changed new Boolean to BooleanUtils
    - Change allowChangingVisitTime default state to false

    * RA-1985 - Minor fix, no need to change date if it is the same day

    * RA-1985 - Minor improvement in code readability

    • api/src/main/java/org/openmrs/module/coreapps/CoreAppsConstants.java (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
    • omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/visit/VisitDatesFragmentController.java (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
    • omod/src/main/java/org/openmrs/module/coreapps/page/controller/patientdashboard/PatientDashboardPageController.java (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
    • omod/src/main/resources/config.xml (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
    • omod/src/main/webapp/fragments/patientdashboard/editVisitDatesDialog.gsp (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)
    • omod/src/main/webapp/fragments/patientdashboard/visits.gsp (version 99e1d0e3d2eb1b4e503fcc8d3b3c1656f91d6de3)