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

Release: openmrs-trunk-1499

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
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 402d6650f51e7e074447f3961c7e619578649ff0 Merge pull request #2045 from teleivo/TRUNK-5088
TRUNK-5088 Remove obsolete liquibase.build.xml
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> b3eebbfc1406cd4d373f8ae2ea4421af12937bca TRUNK-5088 Remove obsolete liquibase.build.xml
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> c8d0c2bccbe3f7a8ba62bd2d2fcfff45b5dd9890 Merge pull request #2043 from teleivo/TRUNK-5088
TRUNK-5088 Remove deprecated build.xml and build.properties
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 05e1d9c286bc28a6637b1b1dc820d69a558e0ae0 TRUNK-5088 Remove deprecated build.xml and build.properties
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 7110de102e4b5bacfa5b0be94a9d1fb317a62caf Merge pull request #2042 from teleivo/TRUNK-5091
TRUNK-5091 Add PMD rules
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 71c165ff21960fb5deb945bd5391cfbf847f05b5 TRUNK-5091 Add PMD rules
* updated checkstyle.xml so its rules do not overlap with rules defined
in PMD
* extracted PMD rules from codacy and added them to ruleset.xml so
codacy uses the PMD rules from the repository
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> bae2781ab12664b1b308246be934842ef737607f Merge pull request #2041 from teleivo/update-readme
update readme
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 727a72a85f4ac7742aaf5c8eb23328b05bbcb97f update readme
* add deploy section under build for deploying to jetty
* add Extend OpenMRS with modules section
* add developer stages to Contributing
* add Code Reviews section to Contributing
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> e6baadeabafae3506336590e606c13feed53a00c Merge pull request #2017 from getshravan/master
TRUNK-5056:Use apache StringUtils in OrderSetServiceImpl
getshravan <getshravan@gmail.com> getshravan <getshravan@gmail.com> 0552089ce14c1c9fe07d18ff9ba504e425d50e81 TRUNK-5056:Replaced org.springframework.util.StringUtils.hasLength with apache commons StringUtils.isBlank to increase readability