-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 web-api: wallet update operation has now optional thumbnail #7736
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
🐛 web-api: wallet update operation has now optional thumbnail #7736
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7736 +/- ##
==========================================
+ Coverage 87.38% 88.91% +1.53%
==========================================
Files 1838 1458 -380
Lines 71336 60494 -10842
Branches 1202 474 -728
==========================================
- Hits 62335 53790 -8545
+ Misses 8671 6584 -2087
+ Partials 330 120 -210
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify queue |
🛑 The pull request could not be mergedThis could be related to an activated branch protection or ruleset rule that prevents us from merging. (details: 3 of 6 required status checks are expected.) |
sanderegg
left a comment
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!
matusdrobuliak66
left a comment
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.
👍
packages/models-library/src/models_library/api_schemas_webserver/wallets.py
Show resolved
Hide resolved
…-simcore into is7680/fix-rename-wallet
|
|
This pull request has been removed from the queue for the following reason: Pull request #7736 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (details: 3 of 6 required status checks are expected.). You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
🛑 The pull request could not be mergedThis could be related to an activated branch protection or ruleset rule that prevents us from merging. (details: 2 of 6 required status checks are expected.) |
|
This pull request has been removed from the queue for the following reason: Pull request #7736 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (details: 2 of 6 required status checks are expected.). You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |



What do these changes do?
Front-end is not respecting OAS that requires
thumbnailin the body leading to{ "error": { "status": 422, "errors": [ { "code": "missing", "message": "Field required", "resource": "/v0/wallets/8", "field": "thumbnail" } ] } }Fixes the issue by dropping the requirement on
thumbnailSuggestions to follow up
PATCHinstead ofPUTRelated issue/s
How to test
Dev-ops