Skip to content

Releases: universityofadelaide/shepherd-drupal-scaffold

Dsh fix to destroy network only on purge

05 Apr 06:37

Choose a tag to compare

1.0.13

Don't destroy the network on dsh stop - network id changes and contai…

Dsh nginx proxy config

05 Apr 01:48
18e3440

Choose a tag to compare

Adds nginx-proxy config file to support large file uploads (#26)

* Allow uploads bigger than 1M - also lets projects customise their nginx config.

* Volumes must be full path, not relative. Nicer comment.

* Break up connect the web container to the nginx-proxy. Start nginx-proxy first to allow running setup command from the scaffold.

* Doh, wrong brackets. Exec, not variable.

Php version detection for xdebug

04 Apr 06:27
2d10e23

Choose a tag to compare

1.0.11

Merge pull request #27 from universityofadelaide/feature/xdebug-php-v…

Add tmp dir support

18 Oct 23:38

Choose a tag to compare

1.0.10

Release 1.0.10 add tmp dir support.

Use env var for Drupal install profile

16 Oct 22:10

Choose a tag to compare

Use an environment variable to specify the install profile instead of requiring code changes to RoboFile.php

Added stricter checking to the grep in dsh

29 Sep 03:06

Choose a tag to compare

1.0.7

Merge pull request #19 from universityofadelaide/feature/18-specific-…

Don't write to settings.php multiple times

08 Sep 00:26

Choose a tag to compare

1.0.6

Don't append to settings.php multiple times for developers.

Updated scaffold strategy

06 Sep 05:31

Choose a tag to compare

1.0.5

Shepherd scaffold no longer runs after composer install by default. (…

Add user spec to docker compose

06 Sep 04:52

Choose a tag to compare

1.0.4

Add user spec to docker compose.

Drupal scaffold provision settings files

06 Sep 03:29

Choose a tag to compare

1.0.3

Delegate to Drupal scaffold to handle creating settings.php and servi…