-
Notifications
You must be signed in to change notification settings - Fork 143
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
Adjust ListTool response format #1887
Conversation
Signed-off-by: Jackie Han <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1887 +/- ##
============================================
- Coverage 82.63% 82.63% -0.01%
Complexity 5391 5391
============================================
Files 521 521
Lines 21724 21727 +3
Branches 2211 2212 +1
============================================
+ Hits 17952 17954 +2
- Misses 2873 2874 +1
Partials 899 899
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Jackie Han <[email protected]>
* Adjust ListTool response format Signed-off-by: Jackie Han <[email protected]> * cleanup Signed-off-by: Jackie Han <[email protected]> --------- Signed-off-by: Jackie Han <[email protected]> (cherry picked from commit 54c788a)
* Adjust ListTool response format Signed-off-by: Jackie Han <[email protected]> * cleanup Signed-off-by: Jackie Han <[email protected]> --------- Signed-off-by: Jackie Han <[email protected]> (cherry picked from commit 54c788a) Co-authored-by: Jackie Han <[email protected]>
* Adjust ListTool response format Signed-off-by: Jackie Han <[email protected]> * cleanup Signed-off-by: Jackie Han <[email protected]> --------- Signed-off-by: Jackie Han <[email protected]>
Description
Adjust ListTool response format to fix
Request failed to get to the server (status code: 502)
error when calling ListTool APIAlso, adjust exception type for GetTool when there's no such tool. Now it returns 404 when no tool found
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.