Skip to content
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

Aeisenberg devcontainer updates #4353

Merged
merged 10 commits into from
May 15, 2024
Merged

Aeisenberg devcontainer updates #4353

merged 10 commits into from
May 15, 2024

Conversation

awwaiid
Copy link
Collaborator

@awwaiid awwaiid commented May 12, 2024

This is a slightly modified version of #4292 with README and config updates.

aeisenberg and others added 8 commits April 21, 2024 05:10
This commit adds support for GitHub Codespaces. It includes a
devcontainer configuration that will be used to create a Codespace for
this repository. The configuration includes:

- Dockerfile: Installs `ruby:dev-3.2-buster` image. When the version of
  ruby used by this project changes, the Dockerfile should be
  updated. An attempt to install the correct version of ruby will be
  done, but it will take a while to download and compile the version.
- devcontainer.json: Specifies the configuration for the Codespace. It
  includes the Dockerfile to use, the extensions to install, and the
  settings to use.
- docker-compose.yml: Specifies the services to run in the Codespace. It
  includes the `postgres` service.
- post-create.sh: Script that runs after the Codespace is created. It
  optionally installs a new version of ruby, sets up the database, and
  prepares the environment.
Copy link
Contributor

@aeisenberg aeisenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for applying the suggestions. This looks fine by me.

@awwaiid
Copy link
Collaborator Author

awwaiid commented May 12, 2024

Spec fails are unrelated, I'm fixing in main and will merge that in here for a clean bill of health :)

@awwaiid awwaiid requested a review from dorner May 12, 2024 19:38
@dorner
Copy link
Collaborator

dorner commented May 15, 2024

@awwaiid Looks good to me! Any reason to wait on the merge?

@awwaiid awwaiid merged commit adab5e7 into main May 15, 2024
39 checks passed
@awwaiid awwaiid deleted the aeisenberg-devcontainer-updates branch May 15, 2024 01:56
@awwaiid
Copy link
Collaborator Author

awwaiid commented May 15, 2024

Nope :)

@aeisenberg
Copy link
Contributor

Thanks for the reviews and getting this pushed through!

@awwaiid
Copy link
Collaborator Author

awwaiid commented May 15, 2024

@aeisenberg thank you for the contribution! It'll likely take some practice, but I think it could really decrease the barrier-to-entry yet another notch for contributors.

@aeisenberg
Copy link
Contributor

You're very welcome. I hope so.

Copy link
Contributor

@awwaiid: Your PR Aeisenberg devcontainer updates is part of today's Human Essentials production release: 2024.05.26.
Thank you very much for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants