-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
check for custom offering and trim size #10629
base: 4.19
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10629 +/- ##
============================================
- Coverage 15.16% 15.16% -0.01%
+ Complexity 11328 11326 -2
============================================
Files 5414 5414
Lines 474814 474816 +2
Branches 57911 57912 +1
============================================
- Hits 72026 72021 -5
- Misses 394734 394740 +6
- Partials 8054 8055 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
in my opinion, if we consider it as a bug, the bug exists in almost all input area on UI we'd better trim all input area, not only this one. |
I agree @weizhouapache but it would still be a case by case solution in a lot of cases (including this one) as the condition is for it to be done is conspicuous. Also I doubt this is always desirable like in description fields and other non-numerical fields. Alternatively we might opt for a solution in the API that handles numerical fields automatically. |
@DaanHoogland ps: if vm name has trailing spaces, deployment fails ps2: if volume is created with name "asd ", searching volumes by name "asd" will return empty result. |
Description
This PR...
Fixes: #10627
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?