| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
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)
|
Sorry, something went wrong.
|
@isupersky can you please properly rebase your PR branch with 4.18 branch? |
Sorry, something went wrong.
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 |
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7458 |
Sorry, something went wrong.
There was a problem hiding this comment.
CODE LGTM
Sorry, something went wrong.
|
@weizhouapache a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
Sorry, something went wrong.
|
[SF] Trillian test result (tid-8050)
|
Sorry, something went wrong.
|
@weizhouapache @DaanHoogland @harikrishna-patnala @rohityadavcloud should this also go into 4.18? |
Sorry, something went wrong.
There was a problem hiding this comment.
clgtm
Sorry, something went wrong.
this seems a regression @shwstppr , on 4.18 the field is already a bool. |
Sorry, something went wrong.
|
my bad @DaanHoogland. Probably referred wrong original PR |
Sorry, something went wrong.
ooo |
Sorry, something went wrong.
|
yes @weizhouapache , |
Sorry, something went wrong.
|
tested: {
"description": "Windows XP SP3 (32-bit)",
"fordisplay": true,
"id": "e6561287-6db0-11ee-9ca5-1e003a000ac4",
"isuserdefined": "false",
"name": "Windows XP SP3 (32-bit)",
"oscategoryid": "e64d1a63-6db0-11ee-9ca5-1e003a000ac4",
"oscategoryname": "Windows"
}
with {
"description": "Windows XP SP3 (32-bit)",
"fordisplay": true,
"id": "246184aa-727c-11ee-9c7e-1e00ac0002c4",
"isuserdefined": false,
"name": "Windows XP SP3 (32-bit)",
"oscategoryid": "2452d76f-727c-11ee-9c7e-1e00ac0002c4",
"oscategoryname": "Windows"
}
merging |
Sorry, something went wrong.
|
Awesome work, congrats on your first merged pull request! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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?