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

fix: case-insensitive curator comment + fix logger.warning statement #23

Merged
merged 8 commits into from
Aug 10, 2023

Commits on Jul 24, 2023

  1. fix: case-insensitive curator comment + fix logger.warning statement

     	modified:   adsdocmatch/oracle_util.py
    seasidesparrow committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cc9260a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix: added cleanup_db method to oracle_util.py

     	modified:   adsdocmatch/oracle_util.py
    seasidesparrow committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e67e7fb View commit details
    Browse the repository at this point in the history
  2. fix: added cleanup argument to run.py

     	modified:   adsdocmatch/oracle_util.py
     	modified:   run.py
    seasidesparrow committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0b1c1e3 View commit details
    Browse the repository at this point in the history
  3. added unit test for cleanup_db

     	modified:   adsdocmatch/tests/unittests/test_oracle_util.py
    seasidesparrow committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    825e9a5 View commit details
    Browse the repository at this point in the history
  4. updated oracle_util.cleanup_db return values and tests

     	modified:   adsdocmatch/oracle_util.py
     	modified:   adsdocmatch/tests/unittests/test_oracle_util.py
     	modified:   run.py
    seasidesparrow committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0b31602 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. capture return text from oracle_util.cleanup_db

     	modified:   adsdocmatch/oracle_util.py
     	modified:   adsdocmatch/tests/unittests/test_oracle_util.py
     	modified:   run.py
    seasidesparrow committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    44b9cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix: modify cleanup_db return per GS

     	modified:   adsdocmatch/oracle_util.py
    seasidesparrow committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5d1edca View commit details
    Browse the repository at this point in the history
  2. Updated unit tests for cleanup_db "details" json

     	modified:   adsdocmatch/tests/unittests/test_oracle_util.py
    seasidesparrow committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b153e3e View commit details
    Browse the repository at this point in the history