-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update next with master #2022
Update next with master #2022
Conversation
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Deprecate old getDataSet in v2 LTS, move to zosfiles SDK
Signed-off-by: zowe-robot <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Add missing shrinkwrap v2
Signed-off-by: zowe-robot <[email protected]>
…o allow for `forceUpdate`s Signed-off-by: zFernand0 <[email protected]>
Nice catch! Thank you, @traeok Co-authored-by: Trae Yelovich <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
feat(imperative): Enhanced `ProfileInfo.updateProperty`
Signed-off-by: zowe-robot <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
chore: Add Linux dev. pre-requisites to README
Signed-off-by: KevinLoesch1 <[email protected]>
Signed-off-by: KevinLoesch1 <[email protected]>
Signed-off-by: KevinLoesch1 <[email protected]>
Signed-off-by: KevinLoesch1 <[email protected]>
…/zowe/zowe-cli into Fix-for-compare-sequence-numbers
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Update ssh2 (v2)
Signed-off-by: zowe-robot <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: KevinLoesch1 <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
…ster Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #2022 +/- ##
==========================================
- Coverage 91.00% 90.99% -0.01%
==========================================
Files 635 635
Lines 18575 18601 +26
Branches 3854 3866 +12
==========================================
+ Hits 16904 16926 +22
- Misses 1670 1674 +4
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Update Jest Configuration to run more tests in GHA
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.
I think I saw an additional merge into master. Will you need to refresh?
Well, if I didn't need one from that, I need one from the merge conflicts. 😆 |
@awharn - FYI. The previous merge of no-v1-profiles into next failed in its release step. Some shrinkwrap fixes may have to happen in this PR, or in a new PR to be merged before this PR. |
This reverts commit 80d26e1. Signed-off-by: Andrew W. Harn <[email protected]>
ceb4a31
to
e99347a
Compare
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.
Updates make sense to me!
Thanks for updating the next branch, and for handling the release items 😋
LGTM! 😋
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
Gets next up to date with changes made in master
How to Test
Review Checklist
I certify that I have:
Additional Comments