-
Notifications
You must be signed in to change notification settings - Fork 86
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
Initialize additional properties for the ConvertV1Profiles.convert function #2182
Conversation
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
…o support Zowe Explorer Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2182 +/- ##
==========================================
+ Coverage 91.19% 91.22% +0.03%
==========================================
Files 629 629
Lines 17913 17964 +51
Branches 3817 3831 +14
==========================================
+ Hits 16335 16387 +52
+ Misses 1577 1576 -1
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <eugene.johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
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.
These changes make sense to me, thanks @gejohnston! LGTM
FYI for reviewers: I left the following comment on the SonarCloud complaint. July 1, 2024 at 2:55 PM July 1, 2024 at 2:51 PM |
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
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.
Looks good, @gejohnston, thank you!
Signed-off-by: Gene Johnston <eugene.johnston@broadcom.com>
Quality Gate passedIssues Measures |
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.
LGTM, thanks @gejohnston!
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.
LGTM! 😋
sorry for the delay 😅
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
Initialize additional properties within the ConvertV1Profiles class to enable Zowe Explorer (or other VSCode extensions) to successfully call the ConvertV1Profiles.convert function.
This PR is intended to address the issue #2170
How to Test
Perform the conversion the same way as before (in CLI or ZE). Observe a successful conversion.
A sample of the output of the CLI command follows:
A sample of the result object of the ConvertV1Profiles.convert function (which would be seen by a VSCode extension) follows:
Review Checklist
I certify that I have:
Additional Comments