Build: #74 was successful Changes by Bartłomiej Rasztabiga <contact@rasztabiga.me>

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

openmrs-module-webservices.rest

  • Bartłomiej Rasztabiga <contact@rasztabiga.me>

    Bartłomiej Rasztabiga <contact@rasztabiga.me> e661d10177ab2f389f0a5b5b8d486610f3166497

    RESTWS-837: Add REST controller for Visits Behavior management (#489)
    * RESTWS-837: Add REST controller for Visits Behavior management

    * RESTWS-837: Change visitsconfiguration URL to visitconfiguration

    * RESTWS-837: Change autoCloseVisitsTaskStarted to startAutoCloseVisitsTask

    * RESTWS-837: Change visitEncounterHandler to encounterVisitsAssignmentHandler

    * RESTWS-837: Change class names to singular (Visits to Visit)

    * RESTWS-837: Added assertion about before-test configuration

    * RESTWS-837: getAutoCloseVisitsTaskStartedValue return false when task not found

    * RESTWS-837: Assert visit type value after updating config

    * RESTWS-837: Fix VisitConfigurationConverter2_0.getRepresentationDescription

    * RESTWS-837: Log error instead of e.printStackTrace

    * RESTWS-837: Change exception message

    * RESTWS-837: Delete redundant getEncounterVisitHandlers method

    * RESTWS-837: Delete redundant updateVisitEncounterHandlerValue method

    * RESTWS-837: Bubble through SchedulerException

    * RESTWS-837: VisitConfigurationConverter2_0.getByUniqueId throw ResourceDoesNotSupportOperationException instead of returning null

    * RESTWS-837: Delete redundant updateEnableVisitsValue

    * RESTWS-837: Throw exception back to client in VisitConfigurationConverter2_0.asRepresentation

    * RESTWS-837: Add validation for EncounterVisitsAssignmentHandler

    * RESTWS-837: Delete redundant log before throwing exception

    RESTWS-837: Delete redundant log before throwing exception

    * RESTWS-837: Include invalid handler class in exception message

    * RESTWS-837: Use true as default value for GLOBAL_PROPERTY_ENABLE_VISITS

    * RESTWS-837: Use ConversionException instead of GenericRestException

    * RESTWS-837: Fix test

    * RESTWS-837: Use setGlobalProperty

    * RESTWS-837: Use setGlobalProperty

    * RESTWS-837: Use setGlobalProperty

    * RESTWS-837: Use setGlobalProperty

    • omod-2.0/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/VisitConfigurationController2_0.java (version e661d10177ab2f389f0a5b5b8d486610f3166497)
    • omod-2.0/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/converter/openmrs2_0/VisitConfigurationConverter2_0.java (version e661d10177ab2f389f0a5b5b8d486610f3166497)
    • omod-2.0/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/wrapper/VisitConfiguration.java (version e661d10177ab2f389f0a5b5b8d486610f3166497)
    • omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/VisitConfigurationController2_0Test.java (version e661d10177ab2f389f0a5b5b8d486610f3166497)