Skip to content

Releases: WeareJH/wf2

v0.9.1

26 Jun 11:07
Compare
Choose a tag to compare

fix: updated to correct env file

The one where you wipe all docker data and start again if you're smart/lazy

24 Jun 22:01
Compare
Choose a tag to compare

tl;dr - just dump your local DB & restore docker factory settings - it will just be easier since we've changed how volumes/dirs work.

if you really want to do it manually, follow these steps, then run wf2 up again from fresh

wf2 db-dump
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker volume rm $(docker volume ls -aq)
docker volume ls -q

Fixes

fix: use 'wf2' + recipe name + project name to create dir for files 7f3b03a
fix: prevent infinite loop when help is displayed a87e7ee
fix: -d to run wf2 up in the background - fixes #16 2b43d6d
fix: add pass-thru commands to help text Shane Osbourne 2019-06-11 22:54 cec32f4

Features

feat: Add M2Contrib recipe for contributing to Magento e7c5764
feat: Add --debug flag for xdebugging cli requests 125b58d (note this is subject to a name change when we can all agree on something)

0.8.2

21 Jun 10:49
03f5426
Compare
Choose a tag to compare
Merge pull request #30 from WeareJH/bug/15-unison-sql

Added sql files to unison ignore

v0.8.1-beta bug fix

14 Jun 12:18
Compare
Choose a tag to compare

fix: dont pass m through to the subcommand ac97815

ONLY USE IF BRAVE

13 Jun 21:39
Compare
Choose a tag to compare
  • fixed: pv detected & used properly

  • fixed: no need to escape arguments anymore with wf2 m commands eg:
    wf2 m some:magento:command --with-flag

  • added: pass-thru support for more commands for node, dc, & m
    eg:
    - wf2 node yarn install
    - wf2 dc logs db
    - wf2 m setup:static-content:deploy -f

  • added: -d for wf2 up to put the process in detached mode wf2 up -d

v0.7.2

10 Jun 10:02
Compare
Choose a tag to compare
release: 0.7.2

v0.7.1

10 Jun 08:42
Compare
Choose a tag to compare
chore: messed up version again

v0.7.0: Revert "fix: used a named default network"

10 Jun 08:28
Compare
Choose a tag to compare

Fixes:

fix: better message when no config-file was used eca7669
fix: a bug where php version was not respected if given in a file 9de4cc8

0.6.0

08 Jun 21:03
Compare
Choose a tag to compare
v0.6.0

The one with the config file

07 Jun 14:59
Compare
Choose a tag to compare
v0.5

release: 0.5