Closed shaal closed 1 year ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
This update focuses on enhancing the Drupal development environment setup. It includes changes to project configurations, scripts for setting up Drupal and installing essential packages, and updates to README instructions. The modifications aim to streamline the process, improve performance, and ensure compatibility with the latest versions of Drupal and MariaDB.
File | Summary |
---|---|
.ddev/config.yaml |
Updated project name and versions of Drupal and MariaDB. |
.gitpod.yml |
Replaced prepare-environments-gcs.sh script with set-base-environment.sh . Added a temporary fix for GITPOD_REPO_ROOT . |
.gitpod/README.md |
Revised setup and testing instructions for ready-made environments. |
.gitpod/drupal/... |
Enhanced scripts for Drupal setup and package installation. Improved code organization and efficiency. |
.gitpod/utils/set-base-environment.sh |
Added a new script for cloning the Drupal core repository and loading environment variables. |
🐇💻
CodeRabbit hopped through the lines,
Making changes, refining designs.
With each commit, the project grows,
As swiftly as the river flows.
Updates here, improvements there,
Enhancing software with great care.
Celebrate this work so fine,
In the world of code divine. 🎉🥕
You have exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 15 minutes and 23 seconds before requesting another review.
To re-trigger a review, convert this PR to a draft and then mark it as ready for review again. Alternatively, you can push a new commit to this PR.
You have exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 14 minutes and 8 seconds before requesting another review.
To re-trigger a review, convert this PR to a draft and then mark it as ready for review again. Alternatively, you can push a new commit to this PR.
Summary by CodeRabbit
Release Notes for the Pull Request:
.ddev/config.yaml
.prepare-environments-gcs.sh
withset-base-environment.sh
in.gitpod.yml
..gitpod/README.md
..gitpod/drupal/drupalpod-setup.sh
for better performance and maintainability..gitpod/drupal/install-essential-packages.sh
..gitpod/utils/set-base-environment.sh
that clones the Drupal core repository and measures execution time.