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

Refactored Mechanism for Handling Exceptions Raised #14

Merged
merged 28 commits into from
Dec 15, 2023

Commits on Nov 5, 2023

  1. Setup pre-commit hooks

    fullerzz committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f8e7e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d965537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb251e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    7e90742 View commit details
    Browse the repository at this point in the history
  2. initial test setup

    fullerzz committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5e8a3fc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    e468e29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from fullerzz/test-setup

    Basic Test Setup
    fullerzz committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    efceb5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c8e88b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. isort formatting

    fullerzz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c3807af View commit details
    Browse the repository at this point in the history
  2. GitHub Actions + Ruff config

    * initial commit of workflow
    
    * Updated import path
    
    * Updated braches config
    
    * Updated RUFF linter config and added to GitHub Actions workflow
    
    * Updated ignore config for Ruff
    
    * Updated type annotations
    
    * Test code formatting fixes
    fullerzz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    938b04a View commit details
    Browse the repository at this point in the history
  3. Added badges to README

    fullerzz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5098058 View commit details
    Browse the repository at this point in the history
  4. Renamed workflow to CI

    fullerzz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    cdce342 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Documentation for Installation and Example Usage in README (#5)

    * Created 'Installing' and 'Usage' sections in README
    
    * Added example in 'Usage' section
    
    * Added 'Parsing Results' subsection
    
    * Removed 'Parsing Results' subsection and added to 'Example' code block
    
    * Setup PyPI Publishing from GitHub Actions Workflow (#4)
    
    * Added release workflow to publish to pypi
    
    * Updated version to 0.0.2
    
    * Updated release workflow to only be triggered by pushed to main
    
    * Fixed typo
    fullerzz committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    12a7aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d3aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6355f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d5920 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into dev

    fullerzz committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8339c28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fd4665 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into dev

    fullerzz committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    479b0a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9caa225 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Removed RequestResults

    fullerzz committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cb013d7 View commit details
    Browse the repository at this point in the history
  2. Removed RequestResults

    fullerzz committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    21f583b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1116b93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5294b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bb5158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b314170 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e04f27e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5788184 View commit details
    Browse the repository at this point in the history