ddev-drupal-contrib
ddev-drupal-contrib copied to clipboard
DDEV integration for developing Drupal contrib projects
Adding something more useful in terms of test coverage, for now this adds: Different drupal version and a smaller set of tests are run by GHA strategy matrix - a...
I would like my contrib module (Project Browser) to have its own .gitattributes file (it needs this to help with `git diff's` in GitLab since we're committing a compiled file)....
## Description I would love to be able to offer folks wanting to set this up a single-command solution of some kind. I wrote the following bash script below which...
## The Issue * https://github.com/ddev/ddev-drupal-contrib/issues/75 ## How This PR Solves The Issue I moved the information on changing the core version to a separate section and rewrote it. This is...
I just tried this addon today, hoping to run phpunit tests on a contrib module using drupal 11. The README states: ``` To customize the version of Drupal core, create...
I have this situation where the ddev project/site name is different from the desired module name. Currently the project name is like "something-drupal" whereas the module name should be like...
## The Issue Not an issue at all, feel free to ignore the PR. Move project name to the end of the command, so when you copy the command you...
## Problem Statement I see the following error: ``` $ ddev eslint /mnt/ddev_config/commands/web/eslint: line 16: cd: web/modules/custom/my-module: No such file or directory Failed to run eslint : exit status 1...
## The Issue - #111 Leverage environment variable DRUPAL_PROJECTS_PATH in all custom ddev commands shipped with ddev-drupal-contrib. ## How This PR Solves The Issue Adds the following line to all...
## The Issue - #115 ## How This PR Solves The Issue Adds `export XDEBUG_MODE=off` to the poser command ## Manual Testing Instructions ## Automated Testing Overview ## Release/Deployment Notes