fix: Broken user roles on Import service#38591
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
WalkthroughFixes role deduplication in ImportService.addUsers, adds a comprehensive ImportService test suite, and includes the new tests in the server Jest config. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. No actionable comments were generated in the recent review. 🎉 📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #38591 +/- ##
===========================================
+ Coverage 70.36% 70.48% +0.11%
===========================================
Files 3174 3174
Lines 110882 111003 +121
Branches 19940 19998 +58
===========================================
+ Hits 78023 78240 +217
+ Misses 30812 30725 -87
+ Partials 2047 2038 -9
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
74fb593 to
41a1b72
Compare
Proposed changes (including videos or screenshots)
It fix a misuse of
Setin the importer service reported on PR #38528 (#38528 (comment)).Issue(s)
ARCH-1934
Steps to test or reproduce
Further comments
Summary by CodeRabbit
Bug Fixes
Tests