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

Add option(s) to do automatic cleanup of "old" models/predictions/... #169

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Mar 21, 2024

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

Commits on Mar 25, 2024

  1. - add sample project

    KriWay committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8abcd33 View commit details
    Browse the repository at this point in the history
  2. - add test cleanup simulate

    KriWay committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    34487ed View commit details
    Browse the repository at this point in the history
  3. - refactor test_cleanup

    KriWay committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1d11b50 View commit details
    Browse the repository at this point in the history
  4. - refactor test_cleanup

    KriWay committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cfcad9a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. - update changelog.md

    KriWay committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a69405e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update CHANGELOG.md

    Co-authored-by: Pieter Roggemans <pieter.roggemans@gmail.com>
    KriWay and theroggy committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d6d8fc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. - refactor

    KriWay committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7507938 View commit details
    Browse the repository at this point in the history
  2. - refactor cleanup

    KriWay committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1a8892b View commit details
    Browse the repository at this point in the history
  3. - refactor

    KriWay committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    60d1440 View commit details
    Browse the repository at this point in the history
  4. - remove cleanup sample project

    - create cleanup sample dummy files
    - refactor cleanup test
    KriWay committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8da5ec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. - removed parameter config_path

    - renamed parameter path to model_dir
    - removed logging initialisation in each function
    KriWay committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b5c374c View commit details
    Browse the repository at this point in the history
  2. - testdata created in the tests itself

    - test seperated in test for models, training en predictions
    KriWay committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    db57293 View commit details
    Browse the repository at this point in the history
  3. - added function clean_project_dir

    - refactor cleanup_old_data
    KriWay committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b800927 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. - refactor cleanup_old_data

    KriWay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    223047d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b2332 View commit details
    Browse the repository at this point in the history
  3. - remove test

    KriWay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e78fb85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de60e1 View commit details
    Browse the repository at this point in the history
  5. - projects_dir as parameter

    KriWay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fc3315b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea71ae9 View commit details
    Browse the repository at this point in the history
  7. - refactor logging

    KriWay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3891e10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    472cf4e View commit details
    Browse the repository at this point in the history
  9. - with open replaced by touch

    KriWay committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1f65a3a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    d2f3657 View commit details
    Browse the repository at this point in the history
  2. - add test aidetection_info

    KriWay committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b95e3e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    2aefea5 View commit details
    Browse the repository at this point in the history
  2. - removed pipeline

    KriWay committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    484fff6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. - refactor cleanup_predictions

    - add test_cleanup_projects_dir
    - refactor cleanup tests
    KriWay committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    79e177e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. - refactor cleanup.py

    - more specific exceptions
    - refactor test_cleanup.py
    KriWay committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c827b49 View commit details
    Browse the repository at this point in the history