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

Change dir #143

Merged
merged 23 commits into from
Sep 5, 2024
Merged

Change dir #143

merged 23 commits into from
Sep 5, 2024

Commits on Jun 11, 2024

  1. BUG: Removing parent from imports as source files are siblings.

    This fixes the codes import errors an enables it to run. However, pylint will error saying it cannot import, which is less of a priority than the code running.
    khalford committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fbd76b4 View commit details
    Browse the repository at this point in the history
  2. ENH: Changed exceptions to inherit from specific errors.

    Inheriting from "Exception" is still broad and we can use specific exceptions for more detail
    khalford committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    56719c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. ENH: Modularised classes as they were doing multiple thins

    Slack and GitHub classes have been broken down into further classes to help atomise the module. Also, moved to use data classes over dictionaries as they make the code much cleaner read and easier to work with.
    khalford committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9f1f035 View commit details
    Browse the repository at this point in the history
  2. LINT; Pylint and black

    khalford committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fe702be View commit details
    Browse the repository at this point in the history
  3. BUG: Changed directory structure

    Changed this to fix issues with Pylint and Python importing.
    khalford committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b1d172c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f53ee7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd761aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0695c5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1139e9e View commit details
    Browse the repository at this point in the history
  8. BUG: Changing directories again to fix import errors

    With this directory structure: Pylint, Pytest and Python all show no errors.
    khalford committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bb6601f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2ac54d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f927eaf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. DOC: Response to PR comments

    khalford committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8521877 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. BUG: Changed directory structure

    Changed this to fix issues with Pylint and Python importing.
    khalford committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    58f2eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebabf6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab1104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df274d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aef42e2 View commit details
    Browse the repository at this point in the history
  6. BUG: Changing directories again to fix import errors

    With this directory structure: Pylint, Pytest and Python all show no errors.
    khalford committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1e542b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b82e322 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b035084 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce43ddf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. ENH: PR comment changes

    khalford committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    28417e5 View commit details
    Browse the repository at this point in the history