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

Build: #93 was successful

Job: Build and test Module was successful

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Code commits

Git

  • Wyclif Luyima

    Wyclif Luyima c0e9e5438e4cc83833e878e84b6bf881a8d62017

    Added support for multiple config locations for the session factory to allow testing module filters
    Signed-off-by: Wyclif Luyima <wyclif@openmrs.org>

    • api/src/main/java/org/openmrs/module/datafilter/DataFilterBeanFactoryPostProcessor.java (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/main/java/org/openmrs/module/datafilter/Util.java (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/test/java/org/openmrs/module/datafilter/DataFilterBeanFactoryPostProcessorTest.java (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/test/java/org/openmrs/module/datafilter/impl/PatientLocationBasedFilterTest.java (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/test/resources/MockEntityResource.hbm.xml (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/test/resources/org/openmrs/module/datafilter/otherPersonsThatAreNotPatients.xml (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/test/resources/otherPersonsThatAreNotPatients.xml (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
    • api/src/test/resources/testHibernateCfg.xml (version c0e9e5438e4cc83833e878e84b6bf881a8d62017)
  • Wyclif Luyima

    Wyclif Luyima a4c054992f22626796c5fb28567b4e1f940d01ec

    Corrected method parameter for the session factory bean
    Signed-off-by: Wyclif Luyima <wyclif@openmrs.org>

    • api/src/main/java/org/openmrs/module/datafilter/DataFilterSessionFactoryBean.java (version a4c054992f22626796c5fb28567b4e1f940d01ec)