-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 Fixed issue with query params validation in dynamic-scheduler
#6989
🐛 Fixed issue with query params validation in dynamic-scheduler
#6989
Conversation
…ynamic-scheduler-ui
dynamic-scheduler
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6989 +/- ##
==========================================
+ Coverage 86.91% 87.97% +1.05%
==========================================
Files 1630 1148 -482
Lines 64378 49709 -14669
Branches 2035 308 -1727
==========================================
- Hits 55956 43730 -12226
+ Misses 8088 5906 -2182
+ Partials 334 73 -261
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
What do these changes do?
Fixes an issue where parameters get incorrectly serialised to empty string
http://master_director-v2:8000/v2/dynamic_services?user_id=&project_id=
.The issue was a wrong assumption made by the escaping function.
Related issue/s
How to test
Dev-ops checklist