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

Commits on Apr 21, 2024

  1. Add Codespaces support

    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.
    aeisenberg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6686bc8 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    aeisenberg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    eec777f View commit details
    Browse the repository at this point in the history
  3. Use -f flag when copying

    aeisenberg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    dc46c1d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    55f4599 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    d84f9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b57f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55c5371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b83dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f646c21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    281b6a8 View commit details
    Browse the repository at this point in the history