Christian Münch

Results 279 comments of Christian Münch

@ktomk the travis job is running again. Did a quick fix and downgraded Composer to v1. For the future I see that we also migrate this project to Github Actions.

I am currently not working on that. My focus is currently n98-magerun2 with PHP 8.1 support.

I did some first work to support OpenMage 20.0.4. https://github.com/cmuench/n98-magerun/tree/feature/php81 It's not easy because we have to update or rewrite at least this: - CI Setup (configuration) - Unit Tests...

@sreichel wow. Thanks. Sadly I am currently injured and cannot really work on the PC. I did a short review.

@amenk That can be done by a simple magerun script which can be placed i.e. in a script repo. ``` admin:user:create user1 [email protected] mypasswd Firstname Lastname myrole admin:user:create user2 [email protected]...

Thanks. I must check this, because you can run n98-magerun from source installed by composer. In this case the vendor/autoload.php in Magento root is already used. The other normal use...

Confirmed. We merge all the configs together with a deep array merge function. `\N98\Util\ArrayFunctions::mergeArrays` Currently it's not possible to overwrite an "anonymous" key "0".

@tylerssn What is the difference between? `magerun config:set path/to/setting value --global` and `magerun config:set path/to/setting value`

If only need the "global" value, you can set the scope-id to zero. That's the default.

@tylerssn ok, Now i know what you are meaning. The name "global" was a little bit misleading for me. The term "global scope" also exists. The feature is more a...