drupal-project icon indicating copy to clipboard operation
drupal-project copied to clipboard

Add Config Split and Updates Log

Open ragnarkurmwunder opened this issue 2 years ago • 2 comments

There is no ticket. This PR is inspired by the need to integrate the Updates Log, and remove Warden.

Changes proposed in this PR:

  • Composer:
    • Add: Updates Log
    • Add: Config Split
  • Settings:
    • Add: Updates Log
    • Remove: Warden

How to test:

  1. See if the Config Split is under contrib modules
  2. See if the Updates Log is under contrib modules
$ ls -lad /app/web/modules/contrib/{config_split,updates_log}
drwxr-xr-x 1 www-data www-data 4096 Sep  3  2022 /app/web/modules/contrib/config_split
drwxr-xr-x 1 www-data www-data 4096 Mar 16 14:13 /app/web/modules/contrib/updates_log

Link to feature environment: https://feature-updates-log--and--config-sp769.drupal-project.dev.wdr.io

ragnarkurmwunder avatar Mar 21 '23 15:03 ragnarkurmwunder

There could be some instructions in README in which environments the updates_log module should be enabled. Basically main and production, but not in feature branches. I hope they are separated by env variables in Silta? Also Monolog needs to be enabled.

misterjoonas avatar Mar 22 '23 07:03 misterjoonas

This requires removal of basic profile, see also https://github.com/wunderio/drupal-project/pull/403.

tormi avatar Apr 18 '24 21:04 tormi