-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gitpod support #277
Add Gitpod support #277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Sara, I've added 3-4 non-critical comments or suggestions in the review.
I've been perfectly able to create a few workspaces, both the "default" one and a custom repo/branch one, browse the site once installed perfectly and, also, edit the code remotely with PHPStorm (I've not tried other integrations).
So far, everything has worked perfectly. So I think this is 99% ready.
Awesome integration, ciao :-)
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: * `MOODLE_REPOSITORY`. The Moodle repository to be cloned. The value should be URL encoded. If left undefined, the default repository `https://github.com/moodle/moodle.git` is used. * `MOODLE_BRANCH`. The Moodle branch to be cloned. If left undefined, the default branch `main` is employed.
Hola @stronk7! Over to you! :-) |
All discussions resolved, changes look perfect... here we go!!!! |
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:
MOODLE_REPOSITORY
. The Moodle repository to be cloned. The value should be URL encoded. If left undefined, the default repositoryhttps://github.com/moodle/moodle.git
is used.MOODLE_BRANCH
. The Moodle branch to be cloned. If left undefined, the default branchmain
is employed.In case it helps, for adding the gitpod.yml I followed the official documentation: https://www.gitpod.io/docs/references/gitpod-yml