Skip to content

Releases: universityofadelaide/shepherd-drupal-scaffold

Remove UA specific terms

04 Jun 06:53
162dab0
Compare
Choose a tag to compare
1.3.3

Rename to shepherd_secrets to be more generic. (#35)

Remove services.yml support

04 Jun 06:05
Compare
Choose a tag to compare

Drupal core removed the need for initialising services.yml when in 99.9% of cases in production, it has no changes (and actually causes harm when not updated to reflect changes in core). See drupal-composer/drupal-project#265

MacOS fix for xdebug

01 Jun 02:37
1976268
Compare
Choose a tag to compare

There was an issue with obtaining the current PHP_VERSION. This release fixes that issue and simplifies the pipeline to obtain the PHP_VERSION.

Support for ua middleware secrets

25 May 05:15
b6d78fd
Compare
Choose a tag to compare

Use glob and a secrets path to suck all secrets that match a pattern. This could be applied to other things.

Support ua middleware

15 May 05:00
f81489d
Compare
Choose a tag to compare
Add support for ua_middleware service. (#31)

* Add support for ua_middleware service.

* Remove spaces at end of line and file typo with auth_file env.

* More spaces to fix

* Opt for just one file for auth.

Support docker-compose > 1.20

01 May 06:44
0eff35f
Compare
Choose a tag to compare

Docker compose changed the way names are derived in 1.21 to not strip dashes and underscores. This broke dsh depending, because it assumed stripping always applied.

Dsh proxy conf and public folder fix

16 Apr 15:47
Compare
Choose a tag to compare
1.1.1

Use correct public folder.

Nginx proxy port and docker compose 1.21

16 Apr 07:44
4904a30
Compare
Choose a tag to compare
  • Adds the nginx proxy exposed port to urls for accessing the web container.
  • Removes stripping of dashes and underscores from folder names per docker-compose 1.21 release.

Dsh fix to destroy network only on purge

05 Apr 06:37
Compare
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
Compare
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.