vortex icon indicating copy to clipboard operation
vortex copied to clipboard

🌀 Drupal project template

Results 145 vortex issues
Sort by recently updated
recently updated
newest added

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...

Type: Feature
State: Confirmed

``` 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...

Type: Feature

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...

Currently, tests are added as a part of deployment workflow. We need to create separate unit tests with mocked binaries to test all variations. Note that Lagoon deployment scripts are...

chore

Currently, deployment notifications are called separately from Lagoon configuration. We need to create a proxy notification script (in the same way we are using deployment and test proxy scripts) to...

enhancement