1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1859

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 8f94c69531b52d48044fdec1506d6085b8d723d2 Fixing failing integration tests - TRUNK-4755
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 64fa88373015e4aa542dcb1e4228a6becfefbc61 Formatting the Security class
Brian Njenga <bkuriakb@gmail.com> Brian Njenga <bkuriakb@gmail.com> 1477f73c283762ab367637991a6fbcd8983d4139 Add patient program changes (#2559)
Add program workflow dao and program workflow service changes

Add hibernate config mappings

Add unit test for program work flow implementation

Add patient program attribute

Add patient program attribute types

Add program service validator implementation

Add program service validator

Add coveredratio config to jacoco

Code clean up - add license header to all files, remove commented code

Add liquibase file for update 2.2

move programserviceImpl tests into separate file

add programserviceImpl tests file

Add dataset file for program attributes

Add doctype tag for hibernate config

Update hibernate mappings

Move autowired notation to proper position

Fix hibernate mapping for patient program

Rename class instance to use camel case

Remove unused comment

Restore security.java to default state

Remove unnecessary code

Update tests to include _should in statement

Add missing license header to all files

Fix codacy errors

Fix codacy issue

Remove unused imports and comment

Reduce scope to only changed parts

restore file to default state

Add missing comment to method body

Change variable name to a reasonable name

Add retired_by column to patient_program_attribute table

Remove voided columns

Add public modifier to methods in programworkflow service

Add public access modifier to methods in programworkflow dao

Change query to refer to patient_program table

Remove unused implementation class

Change priveleges for View to Get

Save attributes before saving patientprogram

Change from retired to voided

Add missing attributes for patient program

Remove package name from class name

Remove space

Pass patientprogram recieved from parameter

Change priveleges

Add assertion to check if attribute is dropped after purging

Remove unused code

Remove unused import

Fix indentation

Revert changes for unit test

Pass in a newly created object

Revert changes causing error