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 23 commits into
base: main
Choose a base branch
from
Draft

test_load_corrector #162

wants to merge 23 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

Commits on Oct 23, 2024

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

Commits on Oct 31, 2024

  1. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    836eb90 View commit details
    Browse the repository at this point in the history
  2. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    db5a2a5 View commit details
    Browse the repository at this point in the history
  3. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b098f15 View commit details
    Browse the repository at this point in the history
  4. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    21aaaf3 View commit details
    Browse the repository at this point in the history
  5. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e825db4 View commit details
    Browse the repository at this point in the history
  6. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6a52f4e View commit details
    Browse the repository at this point in the history
  7. extra comment removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b41df4c View commit details
    Browse the repository at this point in the history
  8. double entries removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4a2661e View commit details
    Browse the repository at this point in the history
  9. double entries removed

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5ada2da View commit details
    Browse the repository at this point in the history
  10. improvement

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6484e48 View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    53b5d76 View commit details
    Browse the repository at this point in the history
  12. ruff fix

    NormannK authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bcb175e View commit details
    Browse the repository at this point in the history
  13. ruff fix 2

    NormannK authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    94a2124 View commit details
    Browse the repository at this point in the history
  14. ruff fix

    NormannK authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b4be18a View commit details
    Browse the repository at this point in the history
  15. identi fix

    Co-authored-by: Michael Osthege <[email protected]>
    NormannK and michaelosthege authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ccec265 View commit details
    Browse the repository at this point in the history