-
Notifications
You must be signed in to change notification settings - Fork 1.2k
small refactors on account manager #11784
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11784 +/- ##
============================================
+ Coverage 16.17% 17.50% +1.33%
- Complexity 13296 15426 +2130
============================================
Files 5656 5894 +238
Lines 498219 526879 +28660
Branches 60451 64338 +3887
============================================
+ Hits 80579 92243 +11664
- Misses 408672 424259 +15587
- Partials 8968 10377 +1409
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:
|
@blueorangutan package |
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✖️ debian ✔️ suse15. SL-JID 15282 |
@blueorangutan test |
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
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.
Pull Request Overview
This PR performs small refactoring improvements to the AccountManagerImpl class to enhance code readability and maintainability. The changes include simplifying conditional logic, extracting reusable methods, and updating logging patterns.
- Simplified multiple conditional statements to use direct return expressions
- Extracted domain ID calculation logic into a reusable private method
- Updated logging to use parameterized format and modern charset handling
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
[SF] Trillian test result (tid-14531)
|
Description
This PR does some small refactors encountered during trouble shooting. ...
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?