Skip to content

Releases: universityofadelaide/shepherd-drupal-scaffold

Let docker-compose maintain state

04 Feb 23:40
a3e95e3
Compare
Choose a tag to compare

Fixes a bug where a fresh installation could not start because dsh though containers were already running.

No path for drush

27 Jan 04:14
6e3bdf5
Compare
Choose a tag to compare
  • Removes the path supplied to drush because it no longer works for site install.
  • Simplifies dsh shell and status commands.

Reverse proxy configuration

12 Oct 01:16
2743df3
Compare
Choose a tag to compare
Reverse proxy config (#52)

* Generate reverse proxy config from environment variables.

* Separate file writing from code gen concerns.

* Clean up the formatting and phpcs.

* Missing new lines.

* Explode expects a string.

* Syntax error. Extra bracket.

* Default proxy addresses to empty array.

One step build process

20 Sep 05:44
Compare
Choose a tag to compare

Runs config import steps as part of the default build process.
Removes last remnant of obsolete dsh proxy config file.

Perform entity updates as part of database updates

06 Sep 03:32
b013773
Compare
Choose a tag to compare
2.1.2

Apply entity updates when performing database updates. (#47)

Composer no interaction

04 Sep 01:03
Compare
Choose a tag to compare

Composer runs using non-interactive mode during build.

Mac developers rejoice

30 Aug 06:10
6ce5d75
Compare
Choose a tag to compare
  • Adds NFS support for OSX to improve file system performance
  • Adds phpcs.xml for Drupal specific Code Sniffer configuration
  • Removes unnecessary database variables from RoboFileBase

Docker compose files missing

07 Aug 02:20
b0bde53
Compare
Choose a tag to compare

Fixes missing docker-compose files on composer install.

Simplified docker compose

07 Aug 00:38
8157adf
Compare
Choose a tag to compare
  • Simplified docker-compose and dsh using host only networking
  • Removes legacy scaffolding

Config management and linting

18 Jul 00:49
03d9abf
Compare
Choose a tag to compare

Adds drupal/drush-cmi-tools related dev commands.
Adds dev linting commands.
Fixes "shared" folder named volume to be a bind mount from the host.