Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.0.0-beta.6
Fixed
- .netrc is optional, show a warning if not found, instead of breaking the flow (Fixes #27)
3.0.0
3.0.0-beta.5
Fixed
- fixes a bug resolving remote assets for app:scaffold
3.0.0-beta.4
Fixed
- Exit early after app-update to prevent php exception because of missing files. (Fixes #24)
- Make update-check more robust
3.0.0-beta.3
New
- Add transform to questions, update documentation, fix tests
- Refactor questions in
app:scaffold
questions are now part of the scaffold.yml - Add support for copying a .netrc file to the docker container
- New command
jira
which will show all open tickets for the given project and user. (#22)
3.0.0-beta.2
- Add support for .fabfile.local.yaml in user-folder
- Documentation for the new jira-command (#22)
- Remove trailing semicolon (Fixes #23)
- Report a proper error message when handling modules_enabled.txt or modules_disabled.txt is failing
- Fix shell-completion
- Show a message when a new version of phabalicious is available.
3.0.0-beta.1
- Fix logic error in InstallCommand, add testcases (Fixes #21)
- Wrap interactive shell with bash only if we have a command to execute
- Try up to 5 parent folders to find suitable fabfiles (Fixes #18)
- Use paralell uploads for ftp-deployments
- Use a login-shell when running drush or drupalconsole interactively. (Fixes #20)
- Add autocompletion for
install-from
3.0.0-alpha.8
- Call overridden methods only one time, add missin reset-implementation to platform-method (fixes #14)
- Increase verbosity of app:scaffold
- Add missing twig-dependency to phar-creation (fixes #17)
- Fix handling of relative paths in app:scaffold (Fixes #16)
- Fix parsing of multiple IPs from a docker-container (Fixes #15)
- Pass available arguments to autocompletion for command copy-from (Fixes #13)
- Run drupalconsole in an interactive shell
3.0.0-alpha.7
- Handle app-options correctly when doing shell-autocompletion (Fixes #12)
- Silent warnings when doing autocompletion (fixes #11)
- Better command output for start-remote-access (fixes #10)
- Throw exception if docker task fails
- Fix command output parsing
- Source /etc/profile and .bashrc
- Better defaults for lftp
3.0.0-alpha.6
- Some bugfixes for ftp-deployments
- Nicer output
- Add docs for shell-autcompletion
- Fix fish autocompletion (sort of)
- Set version number, when not bundling as phar