Skip to content

Releases: sitegeist/Sitegeist.MagicWand

Flow 6 compatibility

23 Sep 09:49
5773994
Compare
Choose a tag to compare
Merge pull request #38 from sitegeist/feature/flow6-compatibility

Flow 6 compatibility

Use simple-dbal for stashing

13 Sep 12:21
b0d3b45
Compare
Choose a tag to compare

This should fix problems with specuialchars in password and even add stash support for postgresql

BUGFIX: Correct escaping of password arguments via shell #35

11 Sep 15:09
119bed9
Compare
Choose a tag to compare
Merge pull request #35 from sitegeist/bugfix/escapePasswordProperly

BUGFIX: Correct escaping of password arguments via shell

Quote sql passwords in a way to support special chars and support the upcoming flow 6

11 Sep 11:08
abef3fc
Compare
Choose a tag to compare

Fix ProxyAssets for remote hosts with `subdivideHashPathSegment` = true

03 May 11:06
57bee55
Compare
Choose a tag to compare
Merge pull request #32 from sitegeist/mficzel-patch-1

BUGFIX: Avoid double sha in proxy resource uri when subdivideHashPathSegment segment is used

Proxy asset support

20 Feb 14:08
777148d
Compare
Choose a tag to compare

With this version the proxy-assets feature is introduced that allows each clonePreset to defer the syncronisation of the persistent resources until they are actually requested in which case they are fetched via hhtp.

This allows to clone very large instances of neos with minimal delay and also saves lots of space on local development machines.

Attention: This feature is based on the FileSystemTarget and extends the ResourceStorage and Publishing. It will not work with other Storages and you don not want this on a production system. Please make sure Sitegeist.MagicWand is a dev-dependency as we always recommendet

To configure the feature add the key resourceProxy to a clonePresets and define the options below.

Sitegeist:
  MagicWand:
    clonePresets:
      examplePreset:

        ... all keys as  before ...

        # informations to access the resources of the cloned setup via http
        resourceProxy:

          # the base uri to access the resources 
          baseUri: http://vour.server.tld

          # define wether or not the remote uses subdivideHashPathSegments
          subdivideHashPathSegment: false

          # curl options to connect to the remote host
          curlOptions:
            CURLOPT_USERPWD: very:secure

v3.3.1

16 Nov 16:40
Compare
Choose a tag to compare
BUGFIX: Support null as host-value

Add PostgreSQL support

16 Nov 16:27
7debca0
Compare
Choose a tag to compare

Thanks to a contribution from https://github.com/fnkr magicWand now also supports PostgreSQL.
Please note that remote and local databases must use the same driver!

Add `./flow clone:default` command and setting

11 Oct 06:36
Compare
Choose a tag to compare

The default preset setting allows to declare a preset as default and this will
get cloned directly by via ./flow clone:default

Improve error messages to be more descriptive

27 Aug 13:39
b540cbe
Compare
Choose a tag to compare
Merge pull request #22 from daniellienert/task/improve-error-messages

TASK: Improve error messages to be more descriptive