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

Resolves #3829 Improve codespaces debugging #4482

Merged
merged 11 commits into from
Aug 4, 2024

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    8004cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377cf8e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Rewrite Dockerfile to use apt-get and noninteractive

    * apt-get is best practice for scripts, see this [link](https://askubuntu.com/a/990838/1817536)
    * DEBIAN_FRONTEND noninteractive is best practice for Docker setup, see this [link](https://askubuntu.com/a/1430072/1817536)
    jimmyli97 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    cb86084 View commit details
    Browse the repository at this point in the history
  2. Add desktop environment accessible on port 6080

    * Can now run Chrome in NOT_HEADLESS=true and view tests in browser
      on Codespaces
    jimmyli97 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4cb004e View commit details
    Browse the repository at this point in the history
  3. Add node and rbenv setup

    jimmyli97 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    92217c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    3281007 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary export

    jimmyli97 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    55487b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    3e62b46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5f319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dfb6ea View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

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