Skip to content

Releases: factorial-io/phabalicious

3.3.0

03 Jan 22:16
Compare
Choose a tag to compare

New:

  • New command workspace:create, which will run the multibasebox scaffolder
  • Add workspace:update command and refactor scaffold code
  • scaffolder will store tokens in .phab-scaffold-tokens in the scaffolded folder. Subsequent scaffold-runs will load and use these tokens (and do not ask for them)
  • when scaffolding a project the warning that the target folder exists can be suppressed by adding allowOverride: 1 to the variables-section.
  • Add coding-style standards config file, apply them.

3.2.15

30 Dec 20:37
Compare
Choose a tag to compare

Changed/ New

  • Refactor composer command to a base class, so functionality can be shared with new commands yarn and npm
  • Drush will try to run an install, even when no database-settings were found in the current host-config.
  • git based artifact deployment will try to create the target branch if it does not exist already. This will allow to to paramtrized builds via CI where source-branch maps to a same named target branch name.

3.2.14

19 Dec 12:22
Compare
Choose a tag to compare

Fixed:

  • Add support for Drupal 8.8 and changed behavior regarding config-sync

3.2.13

15 Dec 11:40
Compare
Choose a tag to compare

Fixed:

  • Pass arguments to subsequent commands
  • If a replacement can't be parsed, throw an exception

3.2.12

14 Dec 18:12
Compare
Choose a tag to compare

Fixed:

  • Fix php declaration error

3.2.11

14 Dec 17:32
Compare
Choose a tag to compare

Fixed:

  • Allow arguments for the docker command, merge scripts variables instead of replacing them

3.2.10

12 Dec 19:57
Compare
Choose a tag to compare

Fixed:

  • Fix error when deleting existing files in copyAction

3.2.9

11 Dec 09:53
Compare
Choose a tag to compare

Fixed:

  • Harden handling of getting actual container name from a service

3.2.8

10 Dec 11:44
Compare
Choose a tag to compare

Fixed

  • Harden behavior of committing artifacts.

3.2.7

06 Dec 12:05
Compare
Choose a tag to compare

New/Fixed:

  • Ignore ssl errors when running tests'
  • Better way of handling relative paths in LocalShell
  • Refactor RunCommandBase to define a runContext. Could be host, or dockerHost
  • Bump symfony/http-foundation from 4.2.3 to 4.4.1