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

Local dev fixes #171

Merged
merged 5 commits into from
Nov 13, 2024
Merged

Local dev fixes #171

merged 5 commits into from
Nov 13, 2024

Commits on Nov 12, 2024

  1. chore: also reformat tests

    They are being linted, so also apply formatting.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    85e2cec View commit details
    Browse the repository at this point in the history
  2. chore: remove deprecated key from compose config

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ec39d21 View commit details
    Browse the repository at this point in the history
  3. chore: reorder commands and cleanup

    This also fixes the ability to run `make` commands again, since we're in
    the correct `WORKDIR` after the compilation step.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    362fa8d View commit details
    Browse the repository at this point in the history
  4. chore: don't create pyc files

    Saves another ~14 MB from the image.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4256727 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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