Build: #105 failed Changes by Artur Walkowiak <awalkowiak@soldevelo.com> and Alan Nadolny <83239466+alannadolny@users.noreply.github.com>
Code commits
OpenBoxes (Grails 3)
-
Artur Walkowiak <awalkowiak@soldevelo.com> dee264ef195a5ce3979313e9546b3919a8f02529
OBGM-137 Remove checking if !hasExecutedAnyPreviousChangesets before running install changelogs (#4408)
-
Artur Walkowiak <awalkowiak@soldevelo.com> a904ef1cd2c876a19d8609bff4b8ee8295e70677
OBGM-337 Recreate schema and data changelogs for new installs (#4393)
* OBGM-337 Regenerate schema changelog for new installs
* OBGM-202 Recreate database migrations for basic data for new installs
* OBGM-136 Get rid of hard coded French translations
* OBGM-136 Remove manager user and change admins email
* OBGM-337 Change DECIMAL(44) to DECIMAL(45)
* OBGM-337 Remove product_demand related tables from the create schema changelog
* OBGM-337 Remove order summary materialized view from create schema changelog
* OBGM-337 Restore old unique constraint names
* OBGM-337 Remove unnecessary stockout_fact table from the changelog
* OBGM-136 Remove redundant files
* OBGM-136 Remove redundant data
* OBGM-136 Add supplier organization and location
* OBGM-136 Add missing role names
* OBGM-337 Split schema installation changelog to smaller chunks
* OBGM-136 Split data changelogs into two files
* OBGM-136 Migrate data changelogs from xml to groovy- grails-app/migrations/install/changelog-add-foreign-key-constraints.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-add-unique-constraints.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-create-indices.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-create-schema.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-create-tables.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-disable-foreign-key-checks.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-enable-foreign-key-checks.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data-core.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data-location-type-supported-activities.xml (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data-roles.xml (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data-static.xml (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data-user-roles.xml (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-data.xml (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog-insert-system-data.groovy (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
- grails-app/migrations/install/changelog.xml (version a904ef1cd2c876a19d8609bff4b8ee8295e70677) (diffs)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 93fa6b1a69ce0071d146c787c939671031cf2253
OBGM-130 Refactor database migration trigger in BootStrap.groovy to avoid having to update list of existing versions (#4391)
* OBGM-130 Remove hardcoded changelog versions and find them dynamically
* OBGM-130 add matching directory name when there is more than one number before dots
* OBGM-130 add fallback when no versions are found
* OBGM-130 Change File to PathMatchingResourcePatterResolver
* OBGM-130 Replace [0-9] with \d and add coment about the regex
* OBGM-130 Change checking size to .empty method -
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 18590803879b46b8d5e39cd93c6529d771b15d42
OBGM-745 Default dashboard configuration broken for new users (#4402)
* OBGM-745 Make deep copy of config properties instead of shallow
* OBGM-745 Add comment about deep copy