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

CHORE: Code Quality, long-standing issues #351

Merged
merged 7 commits into from
Jun 19, 2024

Commits on Jun 18, 2024

  1. Update utility functions and code refactoring

    This commit prioritizes the improvement of several utility functions, along with certain changes for code optimization. The hashing function is renamed to 'sha1_hash' for better clarity, and a new 'loc' function is introduced to facilitate localization. Other changes include argument updates in 'find_hits' function, removal of verbosity related parameters, and version updates in '__init__.py' and 'pyproject.toml'. Several test files have also been updated to match the modifications in utility functions.
    trentonyo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9201ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb54be View commit details
    Browse the repository at this point in the history
  3. Pulled more into todo_app

    trentonyo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b4c4bf2 View commit details
    Browse the repository at this point in the history
  4. Write integration test for multiple languages in one run, closes #346

    Updates to codebase will close #312 for now, could probably be better
    trentonyo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a12d6c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    6f8395c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e98496 View commit details
    Browse the repository at this point in the history
  3. Prod workflow fixed

    trentonyo committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    015b594 View commit details
    Browse the repository at this point in the history