Closed shaal closed 1 year ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
This update modifies the project's configuration, primarily focusing on the Drupal and database versions, Docker services, and image downloading process. The changes aim to enhance the project's efficiency and maintainability.
File(s) | Summary |
---|---|
.ddev/config.yaml |
The project name has been updated, and the Drupal and database versions have been downgraded. |
.ddev/docker-compose.*.yaml |
Removed version declarations and added a new chromedriver service in the testing file. |
.gitpod.yml , .gitpod/utils/... |
Updated the initialization tasks and introduced a new script for downloading Docker images. |
🐇💻
"In the land of code, where logic is the road,
A rabbit hopped along, carrying a hefty load.
With each hop and skip, a change was made,
In the world of Docker, where no bug can evade.
Downgrades and updates, all in a day's work,
For the CodeRabbit, who never does shirk.
Celebrate these changes, for they bring us light,
In the endless tunnel of code, shining ever so bright." 🎉🌟
Fixes #119 and #120
Summary by CodeRabbit
.ddev/config.yaml
..ddev/config.yaml
..ddev/docker-compose.ports.yaml
.chromedriver
using thedrupalci/chromedriver:production
image in.ddev/docker-compose.testing.yaml
.ddev debug download-images
command with.gitpod/utils/download-ddev-images.sh
in.gitpod.yml
, indicating an update in the process of downloading images for debugging..gitpod/utils/download-ddev-images.sh
that downloads Docker images, improving efficiency and tracking time spent on this task.