Sonar metrics for OpenMRS Core Master

Build: #1663 was successful Scheduled with changes by 4 people

Code commits

Git

  • mgoodrich <mark.goodrich@live.com>

    mgoodrich <mark.goodrich@live.com> 1475c8a5855ff5d7aceab8803380f2745a68e70b

    TRUNK-5228: PatientProgram: If a program is completed, voidPatientState should set end date of previous state to date completed of program TRUNK-5229: PatientProgram: If you transition to a new state when a program is complete, the state end date should be set to the completion date of the program

    • api/src/main/java/org/openmrs/PatientProgram.java (version 1475c8a5855ff5d7aceab8803380f2745a68e70b)
    • api/src/test/java/org/openmrs/PatientProgramTest.java (version 1475c8a5855ff5d7aceab8803380f2745a68e70b)
  • Mark Goodrich <mgoodrich@pih.org>

    Mark Goodrich <mgoodrich@pih.org> b611763523e956837e901466aa56757a399f8594

    Merge pull request #2643 from shifona1/TRUNK-5230
    Trunk-5230: PatientProgram: When completing a program, the end date of the most recent state in each workflow should be set to the completion date of the program

  • Wyclif Luyima

    Wyclif Luyima 06a5393ea5003e9a752c3d0e41e5890ca55cf670

    Merge pull request #2635 from sumangala028/TRUNK-5061
    TRUNK-5061 Added some test cases for FormServiceTest Class

  • Shifona Garg <shivanikrishgarg@gmail.com>

    Shifona Garg <shivanikrishgarg@gmail.com> 49ed1b1fb94018f4ef3a09a8f72b4b97b68d903d m

    TRUNK-5230: Updated savePatientProgram to set the End date of all recent states of each workflow and added two test cases.

    • api/src/main/java/org/openmrs/PatientProgram.java (version 49ed1b1fb94018f4ef3a09a8f72b4b97b68d903d)
    • api/src/main/java/org/openmrs/api/impl/ProgramWorkflowServiceImpl.java (version 49ed1b1fb94018f4ef3a09a8f72b4b97b68d903d)
    • api/src/test/java/org/openmrs/api/ProgramWorkflowServiceTest.java (version 49ed1b1fb94018f4ef3a09a8f72b4b97b68d903d)
  • Paradise Kelechi <paradisekelechi@gmail.com>

    Paradise Kelechi <paradisekelechi@gmail.com> 56d47e8a600f9926ad98d29e89d91682f4634272

    TRUNK-5360: Add changeset to migrate data to the new condition table (#2637)

    • api/src/main/resources/liquibase-update-to-2.2.xml (version 56d47e8a600f9926ad98d29e89d91682f4634272)
  • Sumangala028 <sumangala028@gmail.com>

    Sumangala028 <sumangala028@gmail.com> d8c4d79bf59c385fce39d83f830783631a8b8c10 m

    Added some test cases for FormServiceTest Class

    • api/src/test/java/org/openmrs/api/FormServiceTest.java (version d8c4d79bf59c385fce39d83f830783631a8b8c10)