OpenMRS Core Master

Build: #956 failed Changes by Rafal Korytkowski

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Rafal Korytkowski

    Rafal Korytkowski 04b27cc2e37de4fb98c4b85d21e3352ef6709c84

    Merge pull request #1504 from cliftonmcintosh/TRUNK-4717
    TRUNK-4717: Rebuild search index when server is running

  • Clifton McIntosh <cliff.mcintosh@gmail.com>

    Clifton McIntosh <cliff.mcintosh@gmail.com> aa2eb43bbcf71a37726d4a2954cbd51637e7b451 m

    TRUNK-4717 add unit test for condition when an exception is thrown by the ContextDAO during updateSearchIndex.

    • web/src/test/java/org/openmrs/web/controller/maintenance/SearchIndexControllerTest.java (version aa2eb43bbcf71a37726d4a2954cbd51637e7b451)
  • Clifton McIntosh <cliff.mcintosh@gmail.com>

    Clifton McIntosh <cliff.mcintosh@gmail.com> f75e4ac301cdab87f62c351fc4d523c1ff4e1298 m

    TRUNK-4717 create a controller to handle requests for displaying a search index view and for rebuilding the search index; create a JSP for the search index view; create a privilege for managing the search index; create properties for the messages on the search index view.

    • api/src/main/java/org/openmrs/util/PrivilegeConstants.java (version f75e4ac301cdab87f62c351fc4d523c1ff4e1298)
    • web/src/main/java/org/openmrs/web/controller/maintenance/SearchIndexController.java (version f75e4ac301cdab87f62c351fc4d523c1ff4e1298)
    • web/src/test/java/org/openmrs/web/controller/maintenance/SearchIndexControllerTest.java (version f75e4ac301cdab87f62c351fc4d523c1ff4e1298)
    • webapp/src/main/webapp/WEB-INF/messages.properties (version f75e4ac301cdab87f62c351fc4d523c1ff4e1298)
    • webapp/src/main/webapp/WEB-INF/view/admin/maintenance/localHeader.jsp (version f75e4ac301cdab87f62c351fc4d523c1ff4e1298)
    • webapp/src/main/webapp/WEB-INF/view/admin/maintenance/searchIndex.jsp (version f75e4ac301cdab87f62c351fc4d523c1ff4e1298)