Alex Skrypnyk
Alex Skrypnyk
**Describe the bug** Fresh install of Composer ``` PHP 8.1.5 (cli) (built: Apr 16 2022 00:14:18) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.5, Copyright (c) Zend Technologies with...
Existing code already handles fixing of step arguments - just needed to add another step definition.
Continuing discussion started in https://github.com/hechoendrupal/drupal-console-core/pull/364 I do not understand why something that I did not ask for (as an owner of the my consumer repo) was added to the root...
With using docker, it is possible to build images and cache them based on the hash of `composer.json` and other files like this to store the image in the cache...
``` elseif (str_starts_with(getenv('LAGOON_GIT_BRANCH'), 'release') || str_starts_with(getenv('LAGOON_GIT_BRANCH'), 'hotfix')) { $settings['environment'] = ENVIRONMENT_TEST; } ```
We are already providing redis container, but there is no config in settings to connect to it and there are no tests to assert that redis is actually used.
Examine all scripts in `scripts/drevops` for any binaries that are used and exit if they are not found Example: ``` command -v curl >/dev/null || (fail "curl command is not...
We need to make scripts completely self-contained and not relying on any logic in ahoy. Ahoy should only be used locally to speed-up manual operations. We should try as hard...