| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 1.88235% with 417 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## 4.22 #13695 +/- ##
============================================
- Coverage 17.69% 17.68% -0.01%
+ Complexity 15833 15830 -3
============================================
Files 5925 5925
Lines 533534 533626 +92
Branches 65273 65281 +8
============================================
- Hits 94421 94397 -24
- Misses 428434 428554 +120
+ Partials 10679 10675 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18672 |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
Sorry, something went wrong.
|
[SF] Trillian Build Failed (tid-16617) |
Sorry, something went wrong.
|
@DaanHoogland The Trillian failure looks like a timeout, not an actual build failure. Can you re-run it? |
Sorry, something went wrong.
the lab is being stressed so I am going to postpone that for a while. For this change the github actions is enough ci. Let’s await some reviews before continuing. |
Sorry, something went wrong.
There was a problem hiding this comment.
Refactors ApiResponseHelper#createUsageResponse to reduce technical debt by extracting usage-type-specific logic into smaller helper methods and introducing a small container to carry resourceId/resourceType for tag lookups.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
[SF] Trillian test result (tid-16647)
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Note: This is the 4.22 LTS backport of PR #13490 as requested by @DaanHoogland.
Fixes #11635
Description
This PR addresses the technical debt in ApiResponseHelper#createUsageResponse(Usage) by modularizing the 530-line method.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
N/A (Pure backend refactoring)
How Has This Been Tested?
How did you try to break this feature and the system with this change?
This is a pure structural refactor. Carefully verified that no business logic, string formatting, or calculations were altered.