-
Notifications
You must be signed in to change notification settings - Fork 1.2k
UI: Change resource settings to be type based #10596
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
UI: Change resource settings to be type based #10596
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10596 +/- ##
============================================
+ Coverage 16.17% 16.29% +0.12%
- Complexity 13291 13437 +146
============================================
Files 5668 5674 +6
Lines 498179 499203 +1024
Branches 60290 60368 +78
============================================
+ Hits 80581 81368 +787
- Misses 408578 408765 +187
- Partials 9020 9070 +50
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:
|
|
@bernardodemarco a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
DaanHoogland
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.
lgrm, tested in qa
bernardodemarco
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.
lgtm, nice work @lucas-a-martins
Tested updating and resetting configuration values, and filtering settings by name
Co-authored-by: Lucas Martins <[email protected]>
Description
Currently, the only way to update a value in the resource settings tabs is by typing the new value as a text, regardless of its type (boolean, range, percentage, etc).
This PR change this behavior to work like the global settings, where the edition is based on the value type.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
I tested it by accessing each affected settings tab to confirm that the changes were applied.
I also changed some configurations values to see if everything still works as intended.