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
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
9ace9a8
Prep work for vNext
zFernand0 Mar 4, 2024
8016f6e
adjust first prerelease version and update changelog
zFernand0 Mar 4, 2024
2bd0cdc
first round of interface changes
zFernand0 Mar 5, 2024
c0aeb4a
fix all lint warnings
zFernand0 Mar 5, 2024
ba9b195
fix all build errors
zFernand0 Mar 5, 2024
b187943
fix all unit tests
zFernand0 Mar 5, 2024
20836b0
fix all integration tests. missing 8 system tests
zFernand0 Mar 5, 2024
d97087e
fix all system tests and any remaining behavior issues
zFernand0 Mar 6, 2024
98f8f40
update snapshots
zFernand0 Mar 7, 2024
6f5de49
update docs
zFernand0 Mar 7, 2024
e568aca
address VSCE breaking changes
zFernand0 Mar 8, 2024
e8096a8
address PR feedback
zFernand0 Mar 8, 2024
37b4f9b
fix code indentation
zFernand0 Mar 8, 2024
0534f8b
update readme + remove quotes from deleteDs APIs
zFernand0 Mar 11, 2024
f584d5d
add downloadspoolcontent
zFernand0 Mar 13, 2024
1dd3d5f
export zosNodeAccessor as zna
zFernand0 Mar 15, 2024
1e925e6
update exports
zFernand0 Mar 15, 2024
79708fd
remove jenkinsfile.old
zFernand0 Mar 16, 2024
1f5419d
Merge pull request #155 from zowe/prep/next
zFernand0 Mar 19, 2024
ee5dfa3
Update dependencies [ci skip]
zowe-robot Mar 19, 2024
4dea27d
Bump version to 3.0.0-next.202403191358 [ci skip]
zowe-robot Mar 19, 2024
b8c21b4
fix list spool file hang problem.
tiantn Jun 3, 2024
a2fcbc7
push npm-shrinkwrap.json
tiantn Jun 3, 2024
7827720
add checking files length as well and update unit test
tiantn Jun 4, 2024
59c5773
Merge pull request #159 from zowe/fix-list-spoolfiles-hang-problem
zFernand0 Jun 4, 2024
81b2778
Update dependencies [ci skip]
zowe-robot Jun 4, 2024
ddfb280
Bump version to 3.0.0-next.202406041826 [ci skip]
zowe-robot Jun 4, 2024
e282a69
Merge remote-tracking branch 'origin/master' into update-with-master
awharn Jul 31, 2024
1fb22aa
Update changelog
awharn Jul 31, 2024
78c2770
Update braces dependency
awharn Jul 31, 2024
61a52b9
Merge pull request #162 from zowe/update-with-master
zFernand0 Jul 31, 2024
3808b7c
Bump version to 3.0.0-next.202407311518 [ci skip]
zowe-robot Jul 31, 2024
4073bea
Update workflows (v3)
awharn Sep 9, 2024
f4212ed
Merge pull request #167 from zowe/update-workflows-v3
awharn Sep 9, 2024
ecc5351
Update dependencies [ci skip]
zowe-robot Sep 9, 2024
65160f3
Bump version to 3.0.0-next.202409091753 [ci skip]
zowe-robot Sep 9, 2024
6acdf7b
Update release.config.js
zFernand0 Sep 10, 2024
c5e215f
Merge pull request #168 from zowe/update-npm-tag
zFernand0 Sep 10, 2024
d4ecdff
Bump version to 3.0.0-next.202409101453 [ci skip]
zowe-robot Sep 10, 2024
b098fae
Merge branch 'master' of https://github.com/zowe/zowe-cli-ftp-plugin …
zFernand0 Sep 20, 2024
f65023c
chore: update changelogs, and release config for final prerelease fro…
zFernand0 Sep 20, 2024
8577808
review: address PR feedback, thanks @awharn :yum:
zFernand0 Sep 20, 2024
7b042f3
Merge pull request #169 from zowe/update-next
zFernand0 Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- Update: Final prerelease

## `3.0.0-next.202407311518`

- Update: See `2.1.9` for details
Expand Down
154 changes: 67 additions & 87 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"peerDependencies": {
"@zowe/imperative": ">=8.0.0-next.0 <8.0.0"
"@zowe/imperative": "^8.0.0"
},
"dependencies": {
"zos-node-accessor": "2.0.11"
Expand All @@ -47,9 +47,9 @@
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@zowe/cli": "^8.0.0-next.202409091603",
"@zowe/cli-test-utils": "^8.0.0-next.202409091603",
"@zowe/imperative": "^8.0.0-next.202403061549",
"@zowe/cli": "^8.0.0",
"@zowe/cli-test-utils": "^8.0.0",
"@zowe/imperative": "^8.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
Expand Down
Loading
Loading