Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.2.5
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
3.2.3
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
3.2.0
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
toartifacts--ftp
in preparation of artifacts--git. Be aware that you might need to change existing configuration!
3.1.0
3.1.0-beta.1
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
3.0.21
3.0.20
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