Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #1585 was successful

Job: Release to maven did not start

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • Wikum Weerakutti <wikum@linuxdeveloper.space>

    Wikum Weerakutti <wikum@linuxdeveloper.space> 970bcdebcd0f736da9220017c71a773090e23db8

    RESTWS-900: Get conditions or patient-diagnosis by patient (#566)
    Fixing general issues.

    RESTWS-900: Get conditions or patient-diagnosis by patient

    Implemented the endpoints by overriding doSearch method.

    RESTWS-900: Get conditions or patient-diagnosis by patient

    Fixed minor issues.

    RESTWS-900: Get conditions or patient-diagnosis by patient

    Changed version to 2.2

    RESTWS-900: Get conditions or patient-diagnosis by patient

    Changed version to 2.2

    RESTWS-900: Get conditions or patient-diagnosis by patient

    Added tests for GET /condition and GET /patientdiagnosis.

    RESTWS-900: Get conditions or patient-diagnosis by patient

    This implements two end points that search for the condition of a patient and diagnosis of a patient.

    • omod-2.2/pom.xml (version 970bcdebcd0f736da9220017c71a773090e23db8)
    • omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/ConditionResource2_2.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
    • omod-2.2/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/DiagnosisResource2_2.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
    • omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/ConditionController2_2Test.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
    • omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/DiagnosisController2_2Test.java (version 970bcdebcd0f736da9220017c71a773090e23db8)
    • omod-2.2/src/test/resources/conditionTestDataset.xml (version 970bcdebcd0f736da9220017c71a773090e23db8)
    • omod-2.4/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/RestTestConstants2_4.java (version 970bcdebcd0f736da9220017c71a773090e23db8)