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

Fix gitpod setup script #586

Merged
merged 11 commits into from
May 10, 2024
Merged

Fix gitpod setup script #586

merged 11 commits into from
May 10, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b933743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eeecaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f4162 View commit details
    Browse the repository at this point in the history
  4. Update gitpod dockerfile with correct system dependencies

    python 3.11
    mariadb not mysql
    no redis
    mrchrisadams committed May 10, 2024
    Configuration menu
    Copy the full SHA
    919c483 View commit details
    Browse the repository at this point in the history
  5. Update gitpod dockerfile for mariadb and python3.11

    Remove duplicate install steps in gitpod.yml
    mrchrisadams committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e21d815 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bcc78b View commit details
    Browse the repository at this point in the history
  7. Add mariadb via a docker container

    So we're using the same db server as production and staging
    mrchrisadams committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fc6a429 View commit details
    Browse the repository at this point in the history
  8. Adjust mariadb docker settings and connection strings

    Reflect the use of external containers in connection strings, and pass params into our calls to docker run
    mrchrisadams committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bc2967e View commit details
    Browse the repository at this point in the history
  9. resolve merge

    mrchrisadams committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cf649ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5090c2 View commit details
    Browse the repository at this point in the history
  11. Remove extra mariadb

    mrchrisadams committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4e5f2d7 View commit details
    Browse the repository at this point in the history