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

Update HTTP Response For Not Allowed Requests #199

Merged
merged 6 commits into from
Feb 20, 2024

Commits on Feb 12, 2024

  1. add type to handle response message

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b208b48 View commit details
    Browse the repository at this point in the history
  2. add put/post/delete endpoints and responses

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5ece0fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. add new endpoint handling for post/put/delete

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    959247c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. add unit tests for new endpoint handlers

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8bc2885 View commit details
    Browse the repository at this point in the history
  2. break down response into function

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4b5d84d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. update codecoverage to exclude generated code

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b5a9e5c View commit details
    Browse the repository at this point in the history