Build: #2588 was successful
Job: Default Job was successful
Code commits
openmrs-core master
-
Herman Muhereza <hermanmuhereza22@gmail.com> 00f89f70d5ff3f2ca48429de3545c5b9f3bee4a3
TRUNK-6329: Persist authentication during maintenance mode database updates (#5076)
* TRUNK-6329: Persist authentication during maintenance mode database updates
* use volatile variable instead- web/src/main/java/org/openmrs/web/filter/update/UpdateFilter.java (version 00f89f70d5ff3f2ca48429de3545c5b9f3bee4a3)
-
Herman Muhereza <hermanmuhereza22@gmail.com> b4afbc408c35783d45479e55094114deb5578bce
TRUNK-6343: Add PostgreSQL support to the simple setup in the setup wizard (#5040)
* TRUNK-6343: Add PostgreSQL support to simple setup in the setup wizard
* Add user interface changes
* add postgres as the default superusername
* remove code duplication
* handle when a user or a dbname already exists
* fix the create statement
* fail gracefully
* improve logging
* remove checks for existing db users and name for postgres- api/src/main/resources/messages.properties (version b4afbc408c35783d45479e55094114deb5578bce)
- web/src/main/java/org/openmrs/web/filter/initialization/InitializationFilter.java (version b4afbc408c35783d45479e55094114deb5578bce)
- web/src/main/java/org/openmrs/web/filter/initialization/InitializationWizardModel.java (version b4afbc408c35783d45479e55094114deb5578bce)
- web/src/main/resources/org/openmrs/web/filter/initialization/simplesetup.vm (version b4afbc408c35783d45479e55094114deb5578bce)