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

test_load_corrector #162

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

test_load_corrector #162

wants to merge 7 commits into from

Commits on Oct 10, 2024

  1. test_load_corrector

    NormannK committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    047d604 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Streamline Dockerfile, remove unused deps

     * Dockerfile: Use non-root user, buildx cache, setup for readonly
       container, remove unused apt deps.
       For now don't install pip package and keep development flask server
       as this will be replaced in the future (fastapi). Then a proper
       webserver (e.g. nginx) should be used and the pip package can be
       created and deployed just to the run-stage (with the webserver).
     * docker-compose: Set to readonly (anonymous volumes declared in
       Dockerfile should maintain all writable data).
       Mount config.py for easier development. Should be replaced by
       environment support for all config file variables.
     * Remove unused runtime dependencies: mariadb, joblib, pytest,
       pytest-cov.
     * Move pytest-cov to dev dependencies.
     * Add output_dir to config.py.
     * Fix visualization_results.pdf endpoint.
     * Update docs.
    Lasall authored and NormannK committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    21fd711 View commit details
    Browse the repository at this point in the history
  2. Extend line length

    Chris authored and NormannK committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    62c6a0c View commit details
    Browse the repository at this point in the history
  3. Ruff format

    Chris authored and NormannK committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d24ebb5 View commit details
    Browse the repository at this point in the history
  4. rebase fixes

    NormannK committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8b3b249 View commit details
    Browse the repository at this point in the history
  5. ruff changes

    NormannK committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0bcaa71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd1b1d5 View commit details
    Browse the repository at this point in the history