drupal-project
drupal-project copied to clipboard
Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
## Changes [Replacing default file storage with Google's Filestore volume](https://github.com/wunderio/silta/blob/master/docs/gcp_filestore_migration.md) requires redefining `PUBLIC_FILES_PATH` because it disappears from Silta environment after disabling `public-files` mount (it follows the mount's naming automatically). Let's...
@vermario introduced us with elasticvue. He said he used this in daily work instead of Kibana.     @tormi
## Ticket https://github.com/wunderio/drupal-project/issues/385 ## Description This PR is using the new simpler template 🌿 - Removed 'Best practices' section for being redundant - Add square brackets for all the texts...
Drush aliases don't work the way they are setup at the moment. Running `lando drush @main uli` gets stuck on: `Connecting to http://ssh.dev.wdr.io/ [35.228.188.138] port 22.` Seems the reason is...
The current pull request template has too many elements and content. Let's try to reduce it to a reasonable level. Also, there are several syntax issues with the pull request...
There is no ticket. This PR is inspired by the need to integrate the Updates Log, and remove Warden. *Changes proposed in this PR:* - Composer: - Add: Updates Log...
I could not remember how the secret file should be formatted by heart, so an example is good to be there.
# Changes proposed in this PR: - added an example code block in silta-main.yml how to preserve certain users from being sanitized on feature environments; - updated the README.
If you install DDEV to this project and try to commit, Code Quality tool (GrumPHP) will start Lando instead because we have this in code: ``` git_hook_variables: EXEC_GRUMPHP_COMMAND: lando php...