Skip to content

Releases: factorial-io/phabalicious

3.0.0-beta.6

08 Feb 14:49
Compare
Choose a tag to compare

Fixed

  • .netrc is optional, show a warning if not found, instead of breaking the flow (Fixes #27)

3.0.0

14 Feb 16:20
Compare
Choose a tag to compare

Fixed

  • Increase timeout for non-interactive processes.
  • restore:sql-from-file: Run a preparation method so tunnels are in place before running the actual scp
  • copy-from files: Fix for "too many arguments" error message of rsync

3.0.0-beta.5

05 Feb 15:40
Compare
Choose a tag to compare

Fixed

  • fixes a bug resolving remote assets for app:scaffold

3.0.0-beta.4

28 Jan 18:52
Compare
Choose a tag to compare

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

26 Jan 12:36
Compare
Choose a tag to compare

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 jirawhich will show all open tickets for the given project and user. (#22)

3.0.0-beta.2

19 Jan 22:30
Compare
Choose a tag to compare
  • 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

10 Jan 13:27
Compare
Choose a tag to compare
  • 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

20 Dec 13:34
Compare
Choose a tag to compare
  • 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

14 Dec 14:44
Compare
Choose a tag to compare
  • 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

11 Dec 13:47
Compare
Choose a tag to compare
  • 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