Uh oh!
There was an error while loading. Please reload this page.
Fix os type response isuserdefined - #8128
Conversation
Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
|
|
Codecov Report
@@ Coverage Diff @@## main #8128 +/- ##
============================================
+ Coverage 29.22% 29.25% +0.02% - Complexity 30490 30520 +30
============================================
Files 5101 5101 Lines 358817 358817 Branches 52362 52362 ============================================
+ Hits 104861 104958 +97 + Misses 239558 239458 -100 - Partials 14398 14401 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 27 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
shwstppr
commented
Oct 21, 2023
@blueorangutan package |
blueorangutan
commented
Oct 21, 2023
@shwstppr 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
commented
Oct 21, 2023
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7458 |
weizhouapache
commented
Oct 22, 2023
@blueorangutan test |
blueorangutan
commented
Oct 22, 2023
@weizhouapache a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Oct 22, 2023
[SF] Trillian test result (tid-8050)
|
shwstppr
commented
Oct 23, 2023
@weizhouapache@DaanHoogland@harikrishna-patnala@rohityadavcloud should this also go into 4.18? |
this seems a regression @shwstppr , on 4.18 the field is already a bool. |
shwstppr
commented
Oct 24, 2023
my bad @DaanHoogland. Probably referred wrong original PR |
weizhouapache
commented
Oct 24, 2023
ooo |
DaanHoogland
commented
Oct 24, 2023
yes @weizhouapache , |
DaanHoogland
commented
Oct 25, 2023
tested: with merging |
Awesome work, congrats on your first merged pull request! |
Description
This PR resolves issue #8127. Changing the datatype of isUserDefined of class GuestOSResponse from String to Boolean.
Fixes: #8127
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?