-
Notifications
You must be signed in to change notification settings - Fork 74
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
hotfix: sudo_session_enable
setting doesn't work
#2965
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.2% | 398/7652 |
🔴 | Branches | 4.45% | 237/5323 |
🔴 | Functions | 3.1% | 78/2519 |
🔴 | Lines | 5.12% | 383/7483 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 4405000
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
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
Merge activity
|
closes #2964 Updates the user settings modification logic to use `_.isNil` instead of `_.isEmpty` when filtering properties, ensuring that `sudo_session_enable` is changed properly. **Checklist:** - [x] Mention to the original issue - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
4405000
to
f110ee5
Compare
closes #2964
Updates the user settings modification logic to use
_.isNil
instead of_.isEmpty
when filtering properties, ensuring thatsudo_session_enable
is changed properly.Checklist: