Runs unit test and deploys artifacts to artifactory. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Code commits

Git

  • icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com>

    icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com> 3cd3af5a4a66c6171ab13dcb77ad90417b713c22

    FILTER-9: Add encounter type filter. (#14)
    * FILTER-9 - Add encounter type filter

    * FILTER-9: Updated Testes

    * FILTER-9 - Add encounter type filter

    * FILTER-9 - Add encounter type tests

    * FILTER-9 - Reverted unnecessary changes

    * FILTER-9 - Optimize imports

    * FILTER-9 - Add encounter type filter + tests

    • api/src/main/java/org/openmrs/module/datafilter/impl/ImplConstants.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/main/java/org/openmrs/module/datafilter/impl/api/db/hibernate/AccessInterceptor.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/main/resources/filters/hibernate/enc_type_privilege.json (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/test/java/org/openmrs/module/datafilter/DataFilterBeanFactoryPostProcessorIntegrationTest.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/test/java/org/openmrs/module/datafilter/UtilTest.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/test/java/org/openmrs/module/datafilter/impl/BaseEncTypeViewPrivilegeBasedFilterTest.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/test/java/org/openmrs/module/datafilter/impl/DataFilterTestUtils.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/test/java/org/openmrs/module/datafilter/impl/EncTypePrivilegeBasedFilterTest.java (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)
    • api/src/test/resources/org/openmrs/module/datafilter/moduleTestData.xml (version 3cd3af5a4a66c6171ab13dcb77ad90417b713c22)

Release scripts

  • Brandon Istenes <bistenes@gmail.com>

    Brandon Istenes <bistenes@gmail.com> c4475a9228b197817dce78683d9da8a1e2c4e3a5

    Merge pull request #10 from openmrs/no-new-lang
    Don't automatically pull in new messages files

  • Brandon Istenes <bistenes@gmail.com>

    Brandon Istenes <bistenes@gmail.com> 089b049dada13e4b6a9c0aca2338242b4dcb884b

    Don't automatically pull in new messages files
    New languages also have to be added to /omod/src/main/resources/config.xml manually whenever they are added. Therefore automatically downloading the language file is just confusing.

    • update-and-commit-translations.sh (version 089b049dada13e4b6a9c0aca2338242b4dcb884b)
  • Brandon Istenes <bistenes@gmail.com>

    Brandon Istenes <bistenes@gmail.com> 15dea05005354de4a9eb94a94bb80817c59ef57c

    Merge pull request #9 from openmrs/repo-name-override
    Allow setting the repository name, to support repos other than 'openmrs/openmrs-module-XYZ'

  • Brandon Istenes <bistenes@gmail.com>

    Brandon Istenes <bistenes@gmail.com> 106ef2250159eab7b011c90c633ac4fb0c006b28

    Allow setting the repository name, to support repos other than 'openmrs/openmrs-module-XYZ'

    • update-and-commit-translations.sh (version 106ef2250159eab7b011c90c633ac4fb0c006b28)
  • Brandon Istenes <bistenes@gmail.com>

    Brandon Istenes <bistenes@gmail.com> 89b69405d5d9f253afb0ac3eb31ac1cb74d95059

    Pull unreviewed translations (#8)
    * Pull unreviewed translations

    Also automatically add translations for languages once they start being translated in Transifex. Also produce useful error messages when failing.

    • update-and-commit-translations.sh (version 89b69405d5d9f253afb0ac3eb31ac1cb74d95059)