Skip to content

Releases: universityofadelaide/shepherd-drupal-scaffold

S2I development image and memcache support

12 Jun 06:11

Choose a tag to compare

  • Adds memcache support
  • Moves to a decorated S2I image - extending the image used for production environments

PHPStan support

06 Jun 00:05

Choose a tag to compare

HOTFIX: Add phpstan deprecation analysis to lint command.

Let docker-compose maintain state

04 Feb 23:40
a3e95e3

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

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

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

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

Choose a tag to compare

2.1.2

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

Composer no interaction

04 Sep 01:03

Choose a tag to compare

Composer runs using non-interactive mode during build.

Mac developers rejoice

30 Aug 06:10
6ce5d75

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

Choose a tag to compare

Fixes missing docker-compose files on composer install.