Skip to content
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

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented Dec 18, 2024

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:

  • 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

Copy link
Contributor Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

Copy link

Coverage report for ./react

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

@agatha197 agatha197 added urgency:blocker IT SHOULD BE RESOLVED BEFORE DISTRIBUTING urgency:4 As soon as feasible, implementation is essential. labels Dec 18, 2024 — with Graphite App
@github-actions github-actions bot added field:UI / UX type:fix Fix features that are not working labels Dec 18, 2024
@agatha197 agatha197 removed the urgency:4 As soon as feasible, implementation is essential. label Dec 18, 2024
Copy link
Contributor

@ironAiken2 ironAiken2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

graphite-app bot commented Dec 23, 2024

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
@yomybaby yomybaby force-pushed the hotfix/sudo-session-enabled-does-not-work branch from 4405000 to f110ee5 Compare December 23, 2024 09:29
@graphite-app graphite-app bot merged commit f110ee5 into main Dec 23, 2024
5 of 6 checks passed
@graphite-app graphite-app bot deleted the hotfix/sudo-session-enabled-does-not-work branch December 23, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
field:UI / UX size:XS ~10 LoC type:fix Fix features that are not working urgency:blocker IT SHOULD BE RESOLVED BEFORE DISTRIBUTING
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enable sudo session changes doesn't work properly
3 participants