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

KLE classification integrated in miniscanner. #4

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

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    577c183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e7272 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. The file clear button now sizes properly, depending before on the for…

    …m height and causing it to stretch. It also does not reload the page, causing a useless miniscan() from the backend.
    MartiPuigV committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a766fc3 View commit details
    Browse the repository at this point in the history
  2. Answered all the replies and implemented fixes. The maximum text size…

    … for text input field is hard-coded at 2000 in checkTextSize.js
    MartiPuigV committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ab8a33e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a9947c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    453669f View commit details
    Browse the repository at this point in the history
  5. Added easier implementation of max length for text field. => removed …

    …js file that handled that before as well as prior translations.
    MartiPuigV committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2972c2d View commit details
    Browse the repository at this point in the history
  6. Added a test_miniscanner.py to test the miniscanner. File scanning un…

    …supported at the moment.
    MartiPuigV committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d2177af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8eb57ad View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    e8fb8aa View commit details
    Browse the repository at this point in the history
  2. Update src/os2datascanner/projects/admin/adminapp/templates/component…

    …s/miniscanner/miniscan_results.html
    
    Co-authored-by: Alexander Faithfull <[email protected]>
    MartiPuigV and magenta-af authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cbe8cd0 View commit details
    Browse the repository at this point in the history
  3. Update src/os2datascanner/projects/admin/adminapp/templates/miniscan.…

    …html
    
    Co-authored-by: Alexander Faithfull <[email protected]>
    MartiPuigV and magenta-af authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    79671b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f028018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c10548a View commit details
    Browse the repository at this point in the history
  6. Fixed the camelCase / snake_case issue. Both the miniscanner_views an…

    …d test_miniscanner now have variable and function names in snake_case.
    MartiPuigV committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    64125ad View commit details
    Browse the repository at this point in the history
  7. Changed to textarea and added spellcheck (red underline on typos). Al…

    …so fixed the redundant class problem in the test file.
    MartiPuigV committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4e34ecc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e92c91a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    77ec79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b9815d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Fixed miniscan_results.

    MartiPuigV committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e5e0273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cca4a View commit details
    Browse the repository at this point in the history
  3. Minor fixes.

    MartiPuigV committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    07cadc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c7ae07 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    5be67ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e99e2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef373a View commit details
    Browse the repository at this point in the history
  4. get_resources_folder not giving correct path or prepare.sh not downlo…

    …ading ? Did i do a mistake ?
    MartiPuigV committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f9554e5 View commit details
    Browse the repository at this point in the history
  5. KLE classification implemented in miniscanner. Now loads json file vi…

    …a prepare.sh in /code/resources/downloads/os2kledata/. Add a blank rule like regex() for when only using classification ?
    MartiPuigV committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a76602b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bed3c7a View commit details
    Browse the repository at this point in the history