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

Release: openmrs-trunk-2315

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
achilep <you@example.com> achilep <you@example.com> a8905ca49ba5023e84b25ec4d8416dc3b69274f0 TRUNK-5816: Migrate api package tests to Junit 5
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 5bdf7a11398f3eaf988f47b1463c247a788ebb6f TRUNK-5816 Fix PersonServiceTest compilation
somehow one Assert. was not replaced
achilep <39851246+achilep@users.noreply.github.com> achilep <39851246+achilep@users.noreply.github.com> 72a584d0a3b07712be7bc4431b997fbafbc1fe28 TRUNK-5816: Migrate api package tests to Junit5 4 (#3360)
TRUNK-5816: Migrate api package tests to Junit 5

Co-authored-by: achilep <you@example.com>
Co-authored-by: Ivo <teleivo@users.noreply.github.com>
achilep <you@example.com> achilep <you@example.com> aa598541834154d728256478ad10e1fcc7ecc4f2 TRUNK-5816: Migrate api package tests to Junit5
HerbertYiga <herbertyiga@gmail.com> HerbertYiga <herbertyiga@gmail.com> df3b2c17e97529ae88c98a693e74ade180df1f55 TRUNK-5064:Added untested methods for PersonServiceImpl (#3285)
Co-authored-by: Ian <52504170+ibacher@users.noreply.github.com>
?ukasz D?bicki <sacull@gmail.com> ?ukasz D?bicki <sacull@gmail.com> a2f8924c6ef5e1680fbf3d9a85af667af7d192ac TRUNK-5854: Change of object type to primitive (#3349)
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> c827c54e7e4fc696aa3b818810993b477d31d43f TRUNK-5816 Switching expected and actual
?ukasz D?bicki <sacull@gmail.com> ?ukasz D?bicki <sacull@gmail.com> bf541f6616d12d60fa3db679e9f57405275a3c98 TRUNK-5847: Javadoc improvement (#3351)
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> ee01136e97c58e6616336f79756ca8d9faaeb7e2 TRUNK-5816 Make BasePropertyEditorTest package private
to prevent usages outside the package and convey its only used as a
helper for PropertyEditorTests in openmrs-core
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 0b16dd5046c6ce70242da2e9f7017dba329af6df TRUNK-5816 Support only JUnit 5 BasePropertyEditorTest
as this class is used internally in openmrs-core only we do not need to
provide it in JUnit 4 and 5 as long as we migrated all tests using it to
JUnit 5 which we did
Am-Coder <39997970+Am-Coder@users.noreply.github.com> Am-Coder <39997970+Am-Coder@users.noreply.github.com> dca5529e94f56557dce8d651057f319ed5a4c61f TRUNK-5864 UUID functions support for PostgreSQL (#3363)
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 3d65c92aa9449b6e6ada30847d9639d9dfd24990 Use assertEquals for better error messages
when the test fails we only get expected true but was false with
assertTrue. We loose information in these specific cases because knowing
what the actual value was might help us fix the issue faster. Locally
but also more importantly on a PR or push to master when looking at the
CI logs.
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 66ef7a998c51c5d7b67065d3d7896f82f828e1ec assertNull for null checks
is the appropriate assertion
achilep <you@example.com> achilep <you@example.com> 3a7d59c9e464c09d691bdac61516853ecbfdd862 TRUNK-5816: Migrate api package tests to Junit 5
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 47e6b20ed9b8730a62851776f3e9be8f550f8b2f TRUNK-5140 Fix validator test of obs.value_complex column
now that its can have 1000 chars we need to provide more than that to
see that the validation flags this field
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 04ea19b2485edc4a7e3ed429ae5d341d526670d2 TRUNK-5140 increase the size of the obs.value_complex column