Skip to content

Releases: factorial-io/phabalicious

3.0.8

10 May 19:58
Compare
Choose a tag to compare

Fixed

  • Use correct port range, previous code might have used ephemeral ports, which are reserved -- should fix sporadically failing ssh-connections, fixes #49

3.0.7

01 May 11:52
Compare
Choose a tag to compare

Fixed

  • Show a warning if local users' keyagent does not have a key when running docker copySSHKeys

3.0.6

25 Apr 19:26
Compare
Choose a tag to compare
  • rename setting dockerAuthorizedKeyFile to dockerAuthorizedKeysFile, 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

17 Apr 14:54
Compare
Choose a tag to compare

Fixed

  • Cd into siteFolder before restoring a db-dump. (Fixes #48)

3.0.4

18 Mar 21:42
Compare
Choose a tag to compare

New

  • Support for variants and parallel execution for a set of variants

Fixed

  • Document mattermost integration, fixes #29
  • Fix broken shell autocompletion
  • Limit output when using phab with pipes
  • Include jump-host when running ssh:command if needed (fixes #36)
  • Display destination for put:file (Fixes #37)

3.0.3

07 Mar 10:21
Compare
Choose a tag to compare

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

01 Mar 15:43
Compare
Choose a tag to compare

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

25 Feb 18:17
Compare
Choose a tag to compare

Fixed

  • Fix a bug in docker:getIpAddress when using the service keyword and the container is not running.

New

  • Add a new stage prepareDestination for app:create

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