-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(confighttp): do not return 200 on errors #3385
fix(confighttp): do not return 200 on errors #3385
Conversation
a18aef8
to
eec6b6c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3385 +/- ##
=========================================
+ Coverage 8.44% 8.45% +0.01%
=========================================
Files 90 90
Lines 16074 16054 -20
Branches 7636 7626 -10
=========================================
Hits 1357 1357
- Misses 12237 14197 +1960
+ Partials 2480 500 -1980
Flags with carried forward coverage won't be shown. Click here to find out more.
|
eec6b6c
to
f65d517
Compare
f65d517
to
45de0cc
Compare
45de0cc
to
78b043a
Compare
10e6d57
to
2bf4c22
Compare
2bf4c22
to
a7c5ed9
Compare
a7c5ed9
to
d945065
Compare
2c0b122
to
3c9659f
Compare
|
ac92ff6
to
10e2048
Compare
I guess we can't return valid int/boolean json? {
"status_code": 400,
"status": false,
"error": "index out of range, max index is 1"
} instead of: {
"status_code": "400",
"status": "false",
"error": "index out of range, max index is 1"
} |
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.
I mostly looked at cpp
code. Other files seem fine.
Co-Authored-By: Lukas Senionis <[email protected]>
Co-Authored-By: Lukas Senionis <[email protected]>
1e551be
to
b2c70ad
Compare
Co-Authored-By: Lukas Senionis <[email protected]>
Co-Authored-By: Lukas Senionis <[email protected]>
Co-Authored-By: Lukas Senionis <[email protected]>
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Description
default_resource
for requests that are notGET
index
works when saving an appTODO:
@FrogTheFrog
Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist