Releases: universityofadelaide/shepherd-drupal-scaffold
Releases · universityofadelaide/shepherd-drupal-scaffold
Release feature catchup
- Add in ability to have local docker-compose.yml.
- Adjust commands for newer/changed parameters.
- Adjust commands to suit updated drush version.
- Remove unnecessary things from linux docker-compose.
- Setup networking in linux so it works like the mac to allow the same testing.
- Adjust dsh script for early exit if already in docker.
- Provide helper script for easier/common ssh with linux and mac.
Removing sudo command
3.6.1 Removing sudo command
SSH auth sock and disable xdebug during robo build
3.6.0 Tagging 3.6.0 release.
Dsh down command
Adds dsh down command.
Fix Redis config
Fixes invalid Redis configuration.
Redis authentication
- Provides config for testing authenticated redis locally.
- Removes CONFIG_SYNC_DIRECTORY env var and use settings.php default - which doesn't change.
- Fix error on dsh pull for dev image build and force rebuild of the dev image.
Linux network mode
Fixes inconsistent linux network mode.
Standalone Chrome selenium image
Use a simpler, pre-built image for selenium chrome.
S2I development image and memcache support
- Adds memcache support
- Moves to a decorated S2I image - extending the image used for production environments
PHPStan support
HOTFIX: Add phpstan deprecation analysis to lint command.