Skip to content
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

Release final prerelease from the master branch #170

Merged
merged 43 commits into from
Sep 23, 2024
Merged

Release final prerelease from the master branch #170

merged 43 commits into from
Sep 23, 2024

Conversation

zFernand0
Copy link
Member

@zFernand0 zFernand0 commented Sep 20, 2024

What It Does

This PR will release the final prerelease from the master branch
Also, this PR will delete the next branch

For review purposes:
https://github.com/zowe/zowe-cli-ftp-plugin/pull/170/files/d4ecdfff28e10d8922838c3feefbf6d5231fa5cd..7b042f3c63478ab23f0bb6e90971e2c46cb081d2

zFernand0 and others added 30 commits March 4, 2024 22:25
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
V3 Conformance + `zos-node-accessor` update
@zowe/cli: 8.0.0-next.202403061549 -> 8.0.0-next.202403141949
@zowe/cli-test-utils: 8.0.0-next.202403061549 -> 8.0.0-next.202403141949

Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Tian Na <tiantn@cn.ibm.com>
Signed-off-by: Tian Na <tiantn@cn.ibm.com>
Signed-off-by: Tian Na <tiantn@cn.ibm.com>
@zowe/cli: 8.0.0-next.202403141949 -> 8.0.0-next.202405241828
@zowe/cli-test-utils: 8.0.0-next.202403141949 -> 8.0.0-next.202405241828

Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
zowe-robot and others added 12 commits July 31, 2024 15:18
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
@zowe/cli: 8.0.0-next.202407291826 -> 8.0.0-next.202409091603
@zowe/cli-test-utils: 8.0.0-next.202407291826 -> 8.0.0-next.202409091603

Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
…into update-next

Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
…m master

Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
@zFernand0 zFernand0 self-assigned this Sep 20, 2024
Copy link

sonarcloud bot commented Sep 20, 2024

}
if (tempOptions.printAttributes) {
delete tempOptions.printAttributes;
response = TextUtils.prettyJson(tempOptions);

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to response here is unused.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 83.73494% with 27 lines in your changes missing coverage. Please review.

Project coverage is 73.52%. Comparing base (c65b912) to head (7b042f3).

Files with missing lines Patch % Lines
src/api/CreateDataset.ts 0.00% 7 Missing and 3 partials ⚠️
src/api/UssUtils.ts 81.25% 6 Missing ⚠️
src/api/DataSetUtils.ts 84.61% 4 Missing ⚠️
src/api/CoreUtils.ts 71.42% 2 Missing ⚠️
src/api/FTPConfig.ts 77.77% 1 Missing and 1 partial ⚠️
src/api/JobUtils.ts 94.44% 2 Missing ⚠️
src/api/AbstractTemplatedJCL.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   72.80%   73.52%   +0.72%     
==========================================
  Files          80       77       -3     
  Lines         989      982       -7     
  Branches      131      132       +1     
==========================================
+ Hits          720      722       +2     
+ Misses        248      239       -9     
  Partials       21       21              

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

@zFernand0 zFernand0 merged commit 3130835 into master Sep 23, 2024
18 checks passed
@zFernand0 zFernand0 deleted the next branch September 23, 2024 14:02
Copy link

Release succeeded for the master branch. 🎉

The following packages have been published:

  • npm: @zowe/zos-ftp-for-zowe-cli@3.0.0-next.202409231411

Powered by Octorelease 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

8 participants