Plan for OpenMRS Core 1.11.x

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

Git

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

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

    TRUNK-4717 add unit test for condition when an exception is thrown by the ContextDAO during updateSearchIndex.
    (cherry picked from commit aa2eb43bbcf71a37726d4a2954cbd51637e7b451)

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

    Clifton McIntosh <cliff.mcintosh@gmail.com> 050f62220e8c54f63047a36d23d1c87bdd8f4444

    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.
    (cherry picked from commit f75e4ac301cdab87f62c351fc4d523c1ff4e1298)

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