Build plan for Cohort module including release to BinTray
Build: #77 was successful Manual run from the stage: Release by Piumal Rathnayake
Code commits
Git
-
Manoj Lakshan <48247516+ManojLL@users.noreply.github.com> d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8
COH-50 : Cohort resources cannot be voided (#26)
* COH-50 : fixed cohort delete issue
* delete cohort members when deleteing cohort
* add unit test for voidCohort method
* remove all imports
* optimized the void cohort test
* fixed formatting issue
* improve voidCohort unit tests
* Change voidCohort method name to voidCohortM
* added test for voidCohortM method and voidCohortType method
* updated tests on voidCohortM method and voidCohortType method
* use services without mocking on tests
* remove voided from VoidCohortM tests
* update unit test on voidCohort
* update unit test on voidCohort
* update unit test on voidCohort- api/src/main/java/org/openmrs/module/cohort/api/CohortService.java (version d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8)
- api/src/main/java/org/openmrs/module/cohort/api/impl/CohortServiceImpl.java (version d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8)
- api/src/main/java/org/openmrs/module/cohort/api/impl/CohortTypeServiceImpl.java (version d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8)
- api/src/test/java/org/openmrs/module/cohort/api/dao/CohortGenericDaoTest.java (version d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8)
- api/src/test/java/org/openmrs/module/cohort/api/dao/CohortTypeGenericDaoTest.java (version d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8)
- omod/src/main/java/org/openmrs/module/cohort/web/resource/CohortResource.java (version d73dd40d239bbf3bcb66a0e6075a88a2aceb96f8)