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

dx: reproducible local env #257

Merged
merged 10 commits into from
Nov 17, 2023
Merged

dx: reproducible local env #257

merged 10 commits into from
Nov 17, 2023

Commits on Nov 10, 2023

  1. fix: run newest debian

    Ran into an issue with Debian-10 on macOS M1 (although not clear if the
    os/arch has anything to do with this), where the latest version of
    Parcel tried to pull in Rust-based components that relied on libc 2.29
    or higher. Unfortunately Debian 10 ships with libc 2.28, so this crashed
    at runtime.
    
    This should be enough to fix it.
    leostera committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8086979 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore: add phpmyadmin

    leostera committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    63f4d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a36f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45a8d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33dded6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    0d108cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a03cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ae5e88 View commit details
    Browse the repository at this point in the history
  4. docs: add esy instructions

    leostera committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    21e1631 View commit details
    Browse the repository at this point in the history
  5. fix: use _one/_two prefix for tenant db names

    fix(ci): use new env variable for first tenant db
    fix(ci): we need both env vars now
    fix(ci): move away from TENANT_TEST
    leostera committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5fa0794 View commit details
    Browse the repository at this point in the history