Skip to content

Releases: factorial-io/phabalicious

3.2.5

01 Dec 16:23
Compare
Choose a tag to compare

New:

  • Add preliminary documentation for webhooks
  • Allow methods to alter script callbacks
  • Add test for task-specific webhooks
  • Implement new command webhook which allows the user to invoke a webhook defined in a fabfile.

Fixed:

  • Fix non-working branch argument-handling, old code did not respect the argument at all

3.2.4

23 Nov 13:00
Compare
Choose a tag to compare

New:

  • Add dedicated npm method, similar to yarn-method.

Fixed:

  • Issue #62: Switch to using single -m for commit message

3.2.3

18 Nov 22:29
Compare
Choose a tag to compare

3.2.3 / 2019-11-18

Fixed:

  • Fixed a security alert in a symfony dependency

3.2.2 / 2019-11-14

New:

  • new method yarn, which will run yarn install on install/reset task and a custom build command when running the reset-task
  • new custom build artifact available, with full control over the stages

Fixed:

  • Require grumphp only for dev
  • Use latest grumphp
  • Update precommit config
  • Report script errors early
  • Delete target file/folder before copying
  • Tag build artifact with existing tag of source repository
  • Disregard confirm action if --force option is set
  • Fix tests and keep option override
  • Fix possible exception, when using -v show possible tokens
  • Allow multiple options '--arguments'
  • Allow --arguments for deploy command
  • Refactor actions, add new action installScript
  • Set the type as installation_type as state in drupal 8

3.2.1

14 Oct 10:39
Compare
Choose a tag to compare

Fixed:

  • Include version number for temporary folder

3.2.0

14 Oct 10:22
Compare
Choose a tag to compare

New:

  • rootFolder is set by default now to the folder where the fabfile is located.
  • All context variables are exposed as replacement patterns for using in scripts.
  • new method artifacts--git to build an artifact and push it to a git repository, see new documentation about artifacts.
  • Update documentation regarding the new artifact workflow

Changed

  • Refactored and renamed method ftp-sync to artifacts--ftp in preparation of artifacts--git. Be aware that you might need to change existing configuration!

3.1.0

27 Sep 14:37
Compare
Choose a tag to compare

3.1.0 / 2019-09-27

New

  • Switched to vuepress as documentation tool

3.1.0-beta.1

14 Sep 09:18
Compare
Choose a tag to compare

3.1.0-beta.1 / 2019-09-14

New

  • Get drush command to dump sql from configuration
  • Allow environment for host-configs, fixes #56
  • Support replacements for host-environment variables

Fixed

  • Refactor tests, so they can be run from root foldergit
  • Push and restore working dir
  • Fix build script regarding not enough file handles

3.0.22

12 Sep 12:54
Compare
Choose a tag to compare

New

  • Add support for sql-sanitize for reset task

Fixed

  • Fix for exception after certain docker commands.

3.0.21

21 Aug 20:46
Compare
Choose a tag to compare

Fixed

  • Document skipCreateDatabase
  • Add chmod to the list of executables, fixes #57

3.0.20

07 Jul 12:44
Compare
Choose a tag to compare

Fixed

  • Show error-message if shell could not be initialized. Fixes #54
  • Satisfy phpstan and add it as a new precommit-hook
  • Fix drush and other commands when using local shell provider
  • Prevent filename collision when running docker copySSHKeys, fixes #52
  • Fix issue with special characters in the pw
  • Use latest version of stecman/symfony-console-completion