moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Add Gitpod support #277

Closed sarjona closed 7 months ago

sarjona commented 7 months ago

During my project week, I've been working on this feature to implement a mechanism for easily deploying and testing Moodle tracker issues. Gitpod is a free, cloud-based, development environment providing a suitable development environment right in your browser.

The Moodle Gitpod template supports the following environment variables:

In case it helps, for adding the gitpod.yml I followed the official documentation: https://www.gitpod.io/docs/references/gitpod-yml

sarjona commented 7 months ago

Hola @stronk7! Thanks a lot for reviewing this patch and raising these improvements! I've done most of the changes (and confirmed they haven't broken anything). It's great you tested it using the PHPStorm bridge because, while working on it, I only tested it using VSCode (web and also local). I love to see the integration with PHPStorm is also working fine <3

Over to you! :-)

stronk7 commented 7 months ago

All discussions resolved, changes look perfect... here we go!!!!