Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.0.8
3.0.7
3.0.6
- rename setting
dockerAuthorizedKeyFile
todockerAuthorizedKeysFile
, keep the old one for backwards compatibility - if no dockerAuthorizedKeysFile is set, use the public-keys of the ssh-agent instead
- Cd into siteFolder before restoring a db-dump. (Fixes #48)
- Ask before scaffolding into an existing directory, can be overridden by
--force
. Fixes #43 - Allow --force and --force 1
- Report errors and stop the execution when errors happen while scaffolding
- Use latest version of stecman/symfony-console-completion
- Enable/ disable modules one by one, fixes #39
- Better error-reporting for inherited files from local and remote
- Handle variants and error output better
- Allow the phab binary to called from a regular Composer installation
- Add the "phab" binary to composer.json explicitly
- Update passwords documentation
3.0.5
3.0.4
New
- Support for variants and parallel execution for a set of variants
Fixed
3.0.3
Fixed
- Use progressbar when scaffolding more then 3 asset-files
- FIx a regression for task-specific scripts. (Fixes #31)
- Make sure, that task-specific scripts are run. (Fixes #31)
- Add a notification before starting a db dump (Fixes #30 and #33)
- If no unstable update is available, try the stable branch (Fixes #34)
3.0.2
Fixed
- Fix scaffolding of empty files via http
- Add support to limit files handled by twig by an extension as third parameter to copy_assets
- Add support for a dedicated projectFolder, add support for dependent variables, so you can compose variables from other variables
- strip first subfolder from filenames to copy when running app:scaffold, keep folder hierarchy for subsequents folders
- Refactor TaskContext::getStyle to TaskContext::io for clearer code
- Fix a bug on copyFrom for specific multi.site setups
- Fix bug when running app:scaffold where stages do not fire existing docker-tasks
3.0.1
3.0.0-beta.6
Fixed
- .netrc is optional, show a warning if not found, instead of breaking the flow (Fixes #27)