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

Feature/traceback serialization #75

Merged

Commits on Jul 15, 2024

  1. Allow serializing exceptions to JSON

    RealOrangeOne authored and Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    70fa7f9 View commit details
    Browse the repository at this point in the history
  2. Store task exceptions

    RealOrangeOne authored and Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fd6ceab View commit details
    Browse the repository at this point in the history
  3. feat: add traceback serialization

    Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1665e83 View commit details
    Browse the repository at this point in the history
  4. Validate the modified task when calling using

    Previously, this was re-validating the existing task, rather than considering the modifications
    RealOrangeOne authored and Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f1b0ef7 View commit details
    Browse the repository at this point in the history
  5. chore: pass linter

    Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b0bde78 View commit details
    Browse the repository at this point in the history
  6. refactor: match PR feedback

    Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cf07147 View commit details
    Browse the repository at this point in the history
  7. test: test c module stack trace serialization

    Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1e1018d View commit details
    Browse the repository at this point in the history
  8. doc: update the README to reflect exception serialization

    Kevin Samuel committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ae3f3b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. refactor: address last PR feedback

    Kevin Samuel committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    78287a8 View commit details
    Browse the repository at this point in the history
  2. refactor: make stacktrace testing fuzzier

    Kevin Samuel committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2b90f21 View commit details
    Browse the repository at this point in the history