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

Code commits

openmrs-core master

  • Michael Seaton <mseaton@pih.org>

    Michael Seaton <mseaton@pih.org> 8478452b2a871e978f02c0ad162ac42ec9950c4a

    TRUNK-6210 - Concept Searching should be "diacritic-insensitive" (#4445)

    • api/src/main/java/org/openmrs/ConceptName.java (version 8478452b2a871e978f02c0ad162ac42ec9950c4a)
    • api/src/test/java/org/openmrs/api/db/ConceptDAOTest.java (version 8478452b2a871e978f02c0ad162ac42ec9950c4a)
    • api/src/test/resources/org/openmrs/api/include/ConceptServiceTest-accents.xml (version 8478452b2a871e978f02c0ad162ac42ec9950c4a)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> f78a4070951e7f8740b2e6e8966d87d7f38b1140

    maven(deps): bump junitVersion from 5.10.0 to 5.10.1 (#4446)
    Bumps `junitVersion` from 5.10.0 to 5.10.1.

    Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

    Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.0 to 5.10.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

    Updates `org.junit.vintage:junit-vintage-engine` from 5.10.0 to 5.10.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    • pom.xml (version f78a4070951e7f8740b2e6e8966d87d7f38b1140)
  • Tusha <mujuzimoses@gmail.com>

    Tusha <mujuzimoses@gmail.com> c996c518c45920026982e14e4ea92a46be8a2d88

    TRUNK-6206: Global property specific privileges (#4430)
    * TRUNK-6206: Global property specific privileges

    * TRUNK-6206: Global property specific privileges Integration tests debugging

    * TRUNK-6206: Global property specific privileges

    • api/src/main/java/org/openmrs/GlobalProperty.java (version c996c518c45920026982e14e4ea92a46be8a2d88)
    • api/src/main/resources/org/openmrs/api/db/hibernate/GlobalProperty.hbm.xml (version c996c518c45920026982e14e4ea92a46be8a2d88)
    • api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.7.x.xml (version c996c518c45920026982e14e4ea92a46be8a2d88)
    • api/src/test/java/org/openmrs/util/DatabaseUpdaterDatabaseIT.java (version c996c518c45920026982e14e4ea92a46be8a2d88)
  • Manoj Lakshan <48247516+ManojLL@users.noreply.github.com>

    Manoj Lakshan <48247516+ManojLL@users.noreply.github.com> 6fcdffac8264b6b3640b73c46e009796f0272c04

    TRUNK-6204 : Add an index on the name field of the location tag table (#4442)
    TRUNK-6204 : change table name in change set

    TRUNK-6204 : add column name on precondition section

    • api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.7.x.xml (version 6fcdffac8264b6b3640b73c46e009796f0272c04)