Skip to content

Releases: factorial-io/phabalicious

3.0.20

07 Jul 12:44
Compare
Choose a tag to compare

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

3.0.19

25 Jun 12:01
Compare
Choose a tag to compare

Fixed

  • Fix warning
  • Better errorhandling

3.0.18

18 Jun 17:29
Compare
Choose a tag to compare

Fixed

  • Smaller enhancements regarding scaffolding
  • Sleep only when shell did not produce any output

3.0.16

09 Jun 11:33
Compare
Choose a tag to compare

Fixed

  • Fix introduced regression when running a drush command

3.0.15

07 Jun 08:38
Compare
Choose a tag to compare

Changed

  • Enhance support for docker shells
  • Rework shell execution for docker-exec
  • Allow relative paths for docker rootFolder. Add sleep to reduce processor drain

Fixed:

  • Fix default values

3.0.14

28 May 10:55
Compare
Choose a tag to compare

Fixed

  • Fix bug with variants overriding existing configuration

3.0.12

27 May 16:03
Compare
Choose a tag to compare

Fixed

  • Run composer install on ·installPrepare

3.0.11

19 May 16:50
Compare
Choose a tag to compare

Fixed

  • Fix bug when using inheritsFromBlueprint

3.0.10

19 May 16:13
Compare
Choose a tag to compare

Added

  • Add new inheritFromBlueprint config, so a host-config can inherit from a blueprinted config

    hosts:
      local:
        inheritFromBlueprint:
          config: <config-which-contains-blueprint>
          variant: <the-variant>
    

    Thats roughly the same as calling phab --config=<config-which-contains-blueprint> --blueprint=<the-variant> but using it in the fabfile allows you to override the config if needed.

  • Introduce deprecated-flag for inherited data. Will display a warning, when found inside data

  • Enhance output-command to support output of docker-, host- and applied blueprint config, and also of all global data.

    phab -clocal output --what host # will output the complete host-config
    phab -cremote output --what docker # will output the complete docker-host config
    phab output --what global # will output all global settings
    

3.0.9

11 May 17:01
Compare
Choose a tag to compare

Fixed

  • Add validation for foldernames
  • Harmonize option copy-from