Skip to content

Conversation

daviftorres
Copy link
Contributor

@daviftorres daviftorres commented Sep 16, 2025

Description

This PR makes trivial changes to the strings that are presented top the UI users.

While investigating a mysterious issue this message trough me off rails, chasing a possible heading or trailing space character.

image

I searched how this throws were presented in the code and realized this is probably how it should be presented.

image

It was easy to spot a few other occasions of the same pattern.

I am sorry if this sounds irrelevant but I hope this helps others.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • build/CI
  • test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

Copy link

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 3.62%. Comparing base (9de77e1) to head (2aaf506).
⚠️ Report is 134 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (9de77e1) and HEAD (2aaf506). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (9de77e1) HEAD (2aaf506)
unittests 1 0
Additional details and impacted files
@@              Coverage Diff              @@
##               main   #11649       +/-   ##
=============================================
- Coverage     17.37%    3.62%   -13.76%     
=============================================
  Files          5885      441     -5444     
  Lines        524852    37135   -487717     
  Branches      64030     6808    -57222     
=============================================
- Hits          91196     1346    -89850     
+ Misses       423367    35625   -387742     
+ Partials      10289      164    -10125     
Flag Coverage Δ
uitests 3.62% <ø> (-0.02%) ⬇️
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jbampton
Copy link
Member

@blueorangutan package

@blueorangutan
Copy link

@jbampton 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.

@blueorangutan
Copy link

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15046

Copy link
Contributor

@harikrishna-patnala harikrishna-patnala left a comment

Choose a reason for hiding this comment

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

code LGTM

@harikrishna-patnala harikrishna-patnala added this to the 4.22.0 milestone Sep 17, 2025

@Override
public String getEventDescription() {
return "Update load balancer health check policy ID= " + id;
Copy link
Member

Choose a reason for hiding this comment

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

The id attribute here represents the resource's serial ID, right? We should always try to expose the UUID instead


@Override
public String getEventDescription() {
return "Update load balancer stickiness policy ID= " + id;
Copy link
Member

Choose a reason for hiding this comment

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


@Override
public String getEventDescription() {
return "Updating site-to-site VPN connection id= " + id;
Copy link
Member

Choose a reason for hiding this comment

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


@Override
public String getEventDescription() {
return "Update site-to-site VPN gateway id= " + id;
Copy link
Member

Choose a reason for hiding this comment

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

result.add(new Ternary<Integer, Integer, Integer>(rs.getInt(1), rs.getInt(2), rs.getInt(3)));
}
} catch (Exception e) {
logger.warn("Error counting vms by size for dcId= " + dcId, e);
Copy link
Member

Choose a reason for hiding this comment

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

return rs.getLong(1);
}
} catch (Exception e) {
logger.warn(String.format("Error counting vms by host tag for dcId= %s, hostTag= %s", dcId, hostTag), e);
Copy link
Member

Choose a reason for hiding this comment

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

}

if (domainId != null && !domainId.equals(caller.getDomainId())) {
throw new PermissionDeniedException("Can't list domain id= " + domainId + " projects; unauthorized");
Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants