Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Changes

gustavderdrache edited this page Oct 1, 2019 · 9 revisions

1.5.0

  • Infrastructure: we are now linting with ESLint. (#34)
  • f1 drush and f1 wp now bind mount the user's SSH config in order to forward information about jump boxes. (#36)

1.3.0

Added a doctor command. This command does sanity checks (making sure the docker command is available) and attempts to diagnose issues (such as out-of-date tools or no SSH keys). (#17)

1.2.0

Mac systems now require the use of uber-common/docker-ssh-agent-forward in order to forward $SSH_AUTH_SOCK into Linux containers. This works around docker/for-mac#483. (#16)

1.1.0

Added a cap:stage command to interact with generator-web-starter's Capistrano stage creation functionality. (#15)

1.0.2

On Windows, the $SSH_AUTH_SOCK variable is rewritten to a more *nix-friendly version. This addresses an issue where, e.g., drush containers could not be started due to a bind mount containing a drive letter. (#14)

1.0.1

The theme:build and theme:watch commands have been deprecated. Projects using these commands to manage their theme builds should read the migration guide in generator-web-starter. (#13)

These commands existed when it was possible to split PHP and Node.js from each other for theme builds. Gesso 2.x used the PHP edition of Pattern Lab, which is now unmaintained. Gesso 3.x requires PHP and Node to be available at the same time to render Twig templates, so generator-web-starter outputs a custom-built theme container, eliminating the need for the theme topic. In order to reduce the maintenance burden (the theme commands are somewhat buggy), we will require that 2.x projects migrate to a 3.x-compatible structure.

1.0.0

Initial release.

Clone this wiki locally