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

Refactor error response #85

Merged
merged 11 commits into from
Feb 20, 2019
Merged

Refactor error response #85

merged 11 commits into from
Feb 20, 2019

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    7aa6b36 View commit details
    Browse the repository at this point in the history
  2. Remove Rfc7807ErrorResponse from utils.py - was moved to error_respon…

    …ses.py in previous commit.
    
    + Also remove related tests from test_utils.py - same reason.
    dougthor42 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    1b6a323 View commit details
    Browse the repository at this point in the history
  3. Fix imports on routes.py

    dougthor42 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    3e900f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c7b514 View commit details
    Browse the repository at this point in the history
  5. Refactored ErrorResponse in routes.get_metric_as_json

    + Also fixed test that broken with this change.
    dougthor42 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    52d3db5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76b6dfd View commit details
    Browse the repository at this point in the history
  7. Refactored ErrorResponse in routes.delete_metric

    + Also fixed related test that broke.
    dougthor42 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c3506bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd63546 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8a21a9 View commit details
    Browse the repository at this point in the history
  10. Update changelog.

    dougthor42 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    2d7afa1 View commit details
    Browse the repository at this point in the history
  11. Py35 doesn't have enum.auto, so just manually define values in error_…

    …responses.ErrorResponseType
    dougthor42 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    5f58c9f View commit details
    Browse the repository at this point in the history