-
Notifications
You must be signed in to change notification settings - Fork 92
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
Adding HTTP Error responses #666
Adding HTTP Error responses #666
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #666 +/- ##
===========================================
+ Coverage 53.77% 54.25% +0.48%
===========================================
Files 23 23
Lines 3669 3723 +54
===========================================
+ Hits 1973 2020 +47
- Misses 1434 1435 +1
- Partials 262 268 +6
Continue to review full report at Codecov.
|
e39aa39
to
8421343
Compare
8421343
to
dab9588
Compare
Are the tests flaky sometimes? On my forked Travis the tests are green. |
does this fix #369? |
…sue_200_incomplete_responses � Conflicts: � api/generated/common/routes.go � api/generated/v2/routes.go
api/indexer.oas2.json
Outdated
@@ -223,6 +244,12 @@ | |||
"responses": { | |||
"200": { | |||
"$ref": "#/responses/ApplicationsResponse" | |||
}, | |||
"404": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I removed it.
@@ -2295,6 +2356,12 @@ | |||
} | |||
} | |||
}, | |||
"ErrorResponse": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this change needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes #200