-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Wrong uid property instead of uuid alias when getting Solver function
#8149
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
🐛 Wrong uid property instead of uuid alias when getting Solver function
#8149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8149 +/- ##
==========================================
+ Coverage 87.33% 89.91% +2.57%
==========================================
Files 1634 1487 -147
Lines 63095 61200 -1895
Branches 1280 496 -784
==========================================
- Hits 55105 55025 -80
+ Misses 7610 6047 -1563
+ Partials 380 128 -252
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
uid property instead of uuid alias when getting solver functionuid property instead of uuid alias when getting Solver function
pcrespov
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.
thx
odeimaiz
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.
🎄
|
Thank you @giancarloromeo 👍🏻 |



What do these changes do?
Whenever we get a Function (Project/Solver), its UUID is part of the response. This field has been renamed from
uidtouuidbut not for Solver ones. 😞This PR fixes that. 😃
Related issue/s
How to test
Dev-ops