diff --git a/.github/release.config.js b/.github/release.config.js index 99dd10f18e..e9e353bcf2 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -27,7 +27,7 @@ module.exports = { { displayNames: { "zowe-explorer": "Zowe Explorer", - "zowe-explorer-ftp-extension": "Zowe Explorer Extension for FTP", + "zowe-explorer-ftp-extension": "IBM z/OS FTP for Zowe Explorer", "zowe-explorer-api": "Zowe Explorer APIs", }, headerLine: "## TBD Release", diff --git a/packages/zowe-explorer-api/CHANGELOG.md b/packages/zowe-explorer-api/CHANGELOG.md index 42074fa2ec..e95658f22c 100644 --- a/packages/zowe-explorer-api/CHANGELOG.md +++ b/packages/zowe-explorer-api/CHANGELOG.md @@ -38,7 +38,7 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t - **Next Breaking:** Changed `ProfilesCache.convertV1ProfToConfig` method to be a static method that requires `ProfileInfo` instance as a parameter. - Added the `onVaultUpdate` VSCode event to notify extenders when credentials are updated on the OS vault by other applications. [#2994](https://github.com/zowe/zowe-explorer-vscode/pull/2994) - Added the `onCredMgrsUpdate` VSCode event to notify extenders when the local PC's credential manager has been updated by other applications. [#2994](https://github.com/zowe/zowe-explorer-vscode/pull/2994) -- Updated most function signatures for exported programmatic interfaces. Changes make developing with the Zowe Explorer API more efficient for extenders by showing which properties they can expect when calling our APIs. [#2952](https://github.com/zowe/zowe-explorer-vscode/issues/2952) +- **Breaking:** Updated most function signatures for exported programmatic interfaces. Changes make developing with the Zowe Explorer API more efficient for extenders by showing which properties they can expect when calling our APIs. [#2952](https://github.com/zowe/zowe-explorer-vscode/issues/2952) ### Bug fixes diff --git a/packages/zowe-explorer-ftp-extension/CHANGELOG.md b/packages/zowe-explorer-ftp-extension/CHANGELOG.md index 8b50a7745d..2c88734114 100644 --- a/packages/zowe-explorer-ftp-extension/CHANGELOG.md +++ b/packages/zowe-explorer-ftp-extension/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum - Changed the hashing algorithm for e-tag generation from `sha1` to `sha256` to avoid collisions. [#2890](https://github.com/zowe/zowe-explorer-vscode/pull/2890) - Updated the FTP plugin dependency to `3.0.0-next.202403191358` for technical currency [#2783](https://github.com/zowe/vscode-extension-for-zowe/pull/2783). +- Renamed extension to `IBM z/OS FTP for Zowe Explorer`. [#2990](https://github.com/zowe/zowe-explorer-vscode/issues/2990) - Update Zowe SDKs to `8.0.0-next.202407232256` for technical currency. [#2994](https://github.com/zowe/zowe-explorer-vscode/pull/2994) ## `3.0.0-next.202404242037` @@ -83,7 +84,9 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum - Fixed ECONNRESET error when trying to upload or create an empty data set member. [#2350](https://github.com/zowe/vscode-extension-for-zowe/issues/2350) - Update Zowe SDKs to `8.0.0-next.202407051717` for technical currency. [#2918](https://github.com/zowe/zowe-explorer-vscode/issues/2918) -## 2.16.0 +## `2.17.0` + +## `2.16.0` ### Bug fixes diff --git a/packages/zowe-explorer-ftp-extension/README.md b/packages/zowe-explorer-ftp-extension/README.md index f88dd5c8d7..00623628b5 100644 --- a/packages/zowe-explorer-ftp-extension/README.md +++ b/packages/zowe-explorer-ftp-extension/README.md @@ -1,9 +1,9 @@ -# Zowe Explorer Extension for FTP +# IBM z/OS FTP for Zowe Explorer [![version](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg) [![downloads](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg) -Zowe Explorer's FTP extension adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS. +The IBM z/OS FTP for Zowe Explorer adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS. This VS Code extension also serves as a [source code example](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-ftp-extension) demonstrating how to use the [Zowe Explorer Extensibility API](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-api) to create VS Code extensions that extend the Zowe Explorer VS Code extensions with new capabilities. diff --git a/packages/zowe-explorer-ftp-extension/package.json b/packages/zowe-explorer-ftp-extension/package.json index 1d796d0a88..d2314534c6 100644 --- a/packages/zowe-explorer-ftp-extension/package.json +++ b/packages/zowe-explorer-ftp-extension/package.json @@ -1,6 +1,6 @@ { "name": "zowe-explorer-ftp-extension", - "displayName": "Zowe Explorer Extension for FTP", + "displayName": "IBM z/OS FTP for Zowe Explorer", "publisher": "Zowe", "author": "Zowe", "license": "EPL-2.0", diff --git a/packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetActions.unit.test.ts b/packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetActions.unit.test.ts index e5c77d22f0..2a590c0af5 100644 --- a/packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetActions.unit.test.ts +++ b/packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetActions.unit.test.ts @@ -239,8 +239,7 @@ describe("Dataset Actions Unit Tests - Function createMember", () => { parentNode: blockMocks.datasetSessionNode, session: blockMocks.session, }); - const nonFavoriteLabel = parent.label; - parent.label = parent.label?.toString(); + const nonFavoriteLabel = parent.label?.toString(); parent.contextValue = Constants.DS_PDS_CONTEXT + Constants.FAV_SUFFIX; const mySpy = mocked(vscode.window.showInputBox).mockResolvedValue("testMember"); @@ -262,7 +261,7 @@ describe("Dataset Actions Unit Tests - Function createMember", () => { expect(mocked(zosfiles.Upload.bufferToDataSet)).toHaveBeenCalledWith( blockMocks.zosmfSession, Buffer.from(""), - (nonFavoriteLabel as string) + "(TESTMEMBER)", + nonFavoriteLabel + "(TESTMEMBER)", { responseTimeout: blockMocks.imperativeProfile.profile?.responseTimeout, }