diff --git a/.gitignore b/.gitignore index bcda8f73..0fb58682 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ build/** .next/** dist/* !dist/README.md +**/.DS_Store diff --git a/packages/vsce/CHANGELOG.md b/packages/vsce/CHANGELOG.md index 03da5ba6..3a9f42c2 100644 --- a/packages/vsce/CHANGELOG.md +++ b/packages/vsce/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "cics-extension-for-zowe" extension will be documented in this file. +## Recent Changes + +- Renamed the VSCE to `IBM CICS for Zowe Explorer`. [#129](https://github.com/zowe/cics-for-zowe-client/issues/129) + ## `2.3.6` - BugFix: Fixed several identified problems with possible null values in the tree and web views. [#121](https://github.com/zowe/cics-for-zowe-client/issues/121) @@ -93,7 +97,7 @@ All notable changes to the "cics-extension-for-zowe" extension will be documente ## `1.1.1` - Fixed the bug that cause z/OSMF profiles with untrusted CA to be invalidated [#116](https://github.com/zowe/vscode-extension-for-cics/issues/116). -- Added 'Zowe Explorer for IBM CICS' in `category` section of the `contributes.commands` section in `package.json` for Zowe Explorer conformance. +- Added 'IBM CICS for Zowe Explorer' in `category` section of the `contributes.commands` section in `package.json` for Zowe Explorer conformance. - Updated README.md file with 'Providing feedback or help contributing' chapter for Zowe Explorer conformance. ## `1.1.0` diff --git a/packages/vsce/README.md b/packages/vsce/README.md index 26082726..f2191610 100644 --- a/packages/vsce/README.md +++ b/packages/vsce/README.md @@ -75,7 +75,7 @@ If you don't have an existing Zowe CICS CLI profile, follow these steps to creat 3. Edit the config file to add a CICS profile. -4. Refresh the Zowe Explorer for IBM CICS extension by either clicking the button at the top level of the CICS view, or the `Zowe Explorer for IBM CICS: Refresh` command palette option. +4. Refresh the IBM CICS for Zowe Explorer extension by either clicking the button at the top level of the CICS view, or the `IBM CICS for Zowe Explorer: Refresh` command palette option. 5. Select the **+** button in the CICS tree and click the newly created profile to load it into view. @@ -146,7 +146,7 @@ To show more than one CICS profile in the tree, select the + button and choose f 3. Edit the config file to update the profile(s). -4. Refresh the Zowe Explorer for IBM CICS extension by either clicking the button at the top level of the CICS view, or the `Zowe Explorer for IBM CICS: Refresh` command palette option. +4. Refresh the IBM CICS for Zowe Explorer extension by either clicking the button at the top level of the CICS view, or the `IBM CICS for Zowe Explorer: Refresh` command palette option.

Zowe CICS Explorer Filter @@ -184,7 +184,7 @@ Open the menu actions for a profile by right-clicking a profile and select `Hide 3. Edit the config file to remove the cics profile entry. -4. Refresh the Zowe Explorer for IBM CICS extension by either clicking the button at the top level of the CICS view, or the `Zowe Explorer for IBM CICS: Refresh` command palette option. +4. Refresh the IBM CICS for Zowe Explorer extension by either clicking the button at the top level of the CICS view, or the `IBM CICS for Zowe Explorer: Refresh` command palette option.

Zowe CICS Explorer NewCopy Program @@ -342,7 +342,7 @@ If you define a profile as only accepting trusted TLS certificates when the Zowe ### Checking the source of an error -Before filing an issue, check if an error is arising from the Zowe Explorer for IBM CICS extension and not the Zowe Explorer extension by expanding the error message and checking if the `Source` is `Zowe Explorer for IBM CICS (Extension)`. +Before filing an issue, check if an error is arising from the IBM CICS for Zowe Explorer extension and not the Zowe Explorer extension by expanding the error message and checking if the `Source` is `IBM CICS for Zowe Explorer (Extension)`.

Zowe CICS Explorer NewCopy Program @@ -354,4 +354,4 @@ Error messages arising from the Zowe Explorer extension will have the `Source` a Before filing an issue, check the [Troubleshooting guide](./docs/Troubleshooting.md) first to ensure that the issue hasn't already been addressed. -To file issues, use the [Zowe Explorer for IBM CICS issue list](https://github.com/zowe/vscode-extension-for-cics/issues), or chat with use on [Slack](https://openmainframeproject.slack.com/archives/CUVE37Z5F) by indicating the message is for the Zowe Explorer for IBM CICS extension. +To file issues, use the [IBM CICS for Zowe Explorer issue list](https://github.com/zowe/vscode-extension-for-cics/issues), or chat with use on [Slack](https://openmainframeproject.slack.com/archives/CUVE37Z5F) by indicating the message is for the IBM CICS for Zowe Explorer extension. diff --git a/packages/vsce/docs/Troubleshooting.md b/packages/vsce/docs/Troubleshooting.md index 4ebf9785..8fd86852 100644 --- a/packages/vsce/docs/Troubleshooting.md +++ b/packages/vsce/docs/Troubleshooting.md @@ -1,6 +1,6 @@ -# Zowe Explorer for IBM CICS extension Troubleshooting +# IBM CICS for Zowe Explorer extension Troubleshooting -Check that the [source of the error](https://github.com/zowe/vscode-extension-for-cics#checking-the-source-of-an-error) is from the Zowe Explorer for IBM CICS extension before refering to the troubleshooting documentation. +Check that the [source of the error](https://github.com/zowe/vscode-extension-for-cics#checking-the-source-of-an-error) is from the IBM CICS for Zowe Explorer extension before refering to the troubleshooting documentation. ## Contents @@ -13,7 +13,7 @@ If a socket closed error occurs when trying to connect to a profile with an IP a ## `Failed to load schema for profile type cics` error -This Zowe V2 error appears when a cics profile entry is missing from the `zowe.schema.json` file. Currently, the installation of the Zowe Explorer for IBM CICS extension does not automatically add this cics entry. This is being worked on. +This Zowe V2 error appears when a cics profile entry is missing from the `zowe.schema.json` file. Currently, the installation of the IBM CICS for Zowe Explorer extension does not automatically add this cics entry. This is being worked on. There are 2 ways of adding the cics entry to the schema file and getting around this error message: diff --git a/packages/vsce/package.json b/packages/vsce/package.json index 372c4058..76396f53 100644 --- a/packages/vsce/package.json +++ b/packages/vsce/package.json @@ -1,8 +1,9 @@ { "name": "cics-extension-for-zowe", - "displayName": "Zowe Explorer for IBM CICS", - "description": "Extension to the Zowe Explorer for IBM CICS", + "displayName": "IBM CICS for Zowe Explorer", + "description": "Adds IBM CICS support to Zowe Explorer.", "publisher": "Zowe", + "author": "Zowe", "repository": { "type": "git", "url": "https://github.com/zowe/cics-for-zowe-client.git" @@ -47,7 +48,7 @@ { "command": "cics-extension-for-zowe.addSession", "title": "Create a CICS Profile", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/plus-dark.svg", "dark": "resources/imgs/plus-light.svg" @@ -56,7 +57,7 @@ { "command": "cics-extension-for-zowe.refreshTree", "title": "Refresh", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/refresh-dark.svg", "dark": "resources/imgs/refresh-light.svg" @@ -65,7 +66,7 @@ { "command": "cics-extension-for-zowe.newCopyProgram", "title": "New Copy", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/newcopy-dark.svg", "dark": "resources/imgs/newcopy-light.svg" @@ -74,7 +75,7 @@ { "command": "cics-extension-for-zowe.filterPrograms", "title": "Filter Programs", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -83,7 +84,7 @@ { "command": "cics-extension-for-zowe.filterDatasetPrograms", "title": "Filter Programs", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -92,7 +93,7 @@ { "command": "cics-extension-for-zowe.filterLibraries", "title": "Filter Libraries", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -101,7 +102,7 @@ { "command": "cics-extension-for-zowe.filterDatasets", "title": "Filter Datasets", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -110,7 +111,7 @@ { "command": "cics-extension-for-zowe.filterTCPIPServices", "title": "Filter TCPIP Services", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -119,7 +120,7 @@ { "command": "cics-extension-for-zowe.filterURIMaps", "title": "Filter URI Maps", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -128,7 +129,7 @@ { "command": "cics-extension-for-zowe.filterPipelines", "title": "Filter Pipelines", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -137,7 +138,7 @@ { "command": "cics-extension-for-zowe.filterWebServices", "title": "Filter Web Services", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -146,7 +147,7 @@ { "command": "cics-extension-for-zowe.filterTransactions", "title": "Filter Transactions", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -155,7 +156,7 @@ { "command": "cics-extension-for-zowe.filterTasks", "title": "Filter Tasks by Transaction ID", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -164,7 +165,7 @@ { "command": "cics-extension-for-zowe.filterLocalFiles", "title": "Filter Local Files", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -173,7 +174,7 @@ { "command": "cics-extension-for-zowe.filterPlexResources", "title": "Filter Plex Resources in Regions tree", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -182,7 +183,7 @@ { "command": "cics-extension-for-zowe.filterAllPrograms", "title": "Filter All Programs", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -191,7 +192,7 @@ { "command": "cics-extension-for-zowe.filterAllLibraries", "title": "Filter All Libraries", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -200,7 +201,7 @@ { "command": "cics-extension-for-zowe.filterAllPipelines", "title": "Filter All Pipelines", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -209,7 +210,7 @@ { "command": "cics-extension-for-zowe.filterAllWebServices", "title": "Filter All Web Services", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -218,7 +219,7 @@ { "command": "cics-extension-for-zowe.filterAllTCPIPServices", "title": "Filter All TCPIP Services", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -227,7 +228,7 @@ { "command": "cics-extension-for-zowe.filterAllURIMaps", "title": "Filter All URI Maps", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -236,7 +237,7 @@ { "command": "cics-extension-for-zowe.filterAllTransactions", "title": "Filter All Transactions", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -245,7 +246,7 @@ { "command": "cics-extension-for-zowe.filterAllLocalFiles", "title": "Filter All Local Files", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -254,7 +255,7 @@ { "command": "cics-extension-for-zowe.filterAllTasks", "title": "Filter All Tasks by Transaction ID", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/filter-dark.svg", "dark": "resources/imgs/filter-light.svg" @@ -263,7 +264,7 @@ { "command": "cics-extension-for-zowe.clearFilter", "title": "Clear Resource Filter", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/clear-filter-dark.svg", "dark": "resources/imgs/clear-filter-light.svg" @@ -272,7 +273,7 @@ { "command": "cics-extension-for-zowe.clearPlexFilter", "title": "Clear Plex Filter", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/clear-filter-dark.svg", "dark": "resources/imgs/clear-filter-light.svg" @@ -281,112 +282,112 @@ { "command": "cics-extension-for-zowe.showProgramAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showLibraryAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showLibraryDatasetsAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showTCPIPServiceAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showURIMapAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showTransactionAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showLocalFileAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showTaskAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showPipelineAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showWebServiceAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showRegionAttributes", "title": "Show Attributes", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.showRegionParameters", "title": "Show SIT Parameters", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.enableProgram", "title": "Enable Program", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.disableProgram", "title": "Disable Program", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.enableTransaction", "title": "Enable Transaction", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.disableTransaction", "title": "Disable Transaction", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.enableLocalFile", "title": "Enable Local File", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.disableLocalFile", "title": "Disable Local File", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.disableLibrary", "title": "Disable Library", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.closeLocalFile", "title": "Close Local File", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.openLocalFile", "title": "Open Local File", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.phaseInCommand", "title": "Phase In", - "category": "Zowe Explorer for IBM CICS", + "category": "IBM CICS for Zowe Explorer", "icon": { "light": "resources/imgs/phasein-dark.svg", "dark": "resources/imgs/phasein-light.svg" @@ -395,32 +396,32 @@ { "command": "cics-extension-for-zowe.removeSession", "title": "Hide Profile", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.updateSession", "title": "Update Profile", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.deleteSession", "title": "Delete Profile", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.inquireTransaction", "title": "Inquire Transaction", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.inquireProgram", "title": "Inquire Program", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" }, { "command": "cics-extension-for-zowe.purgeTask", "title": "Purge Task", - "category": "Zowe Explorer for IBM CICS" + "category": "IBM CICS for Zowe Explorer" } ], "menus": { @@ -761,7 +762,7 @@ }, "configuration": { "type": "object", - "title": "Zowe Explorer for IBM CICS", + "title": "IBM CICS for Zowe Explorer", "properties": { "zowe.cics.persistent": { "default": { diff --git a/packages/vsce/resources/.DS_Store b/packages/vsce/resources/.DS_Store deleted file mode 100644 index 42ad7eea..00000000 Binary files a/packages/vsce/resources/.DS_Store and /dev/null differ diff --git a/packages/vsce/resources/conformance/test_evaluation_guide_table.md b/packages/vsce/resources/conformance/test_evaluation_guide_table.md index f55cbf13..482894d7 100644 --- a/packages/vsce/resources/conformance/test_evaluation_guide_table.md +++ b/packages/vsce/resources/conformance/test_evaluation_guide_table.md @@ -74,7 +74,7 @@ General conformance criteria for all extensions that add new capabilities to Zow v1 x - Zowe Explorer for IBM CICS + IBM CICS for Zowe Explorer Naming: If the extension uses the word "Zowe" in its name, it abides by The Linux Foundation Trademark Usage Guidelines and Branding Guidelines to ensure the word Zowe is used in a way intended by the Zowe community. diff --git a/packages/vsce/src/extension.ts b/packages/vsce/src/extension.ts index 94168a3a..bfb9f3f8 100644 --- a/packages/vsce/src/extension.ts +++ b/packages/vsce/src/extension.ts @@ -80,7 +80,7 @@ import { getInquireProgramCommand } from "./commands/inquireProgram"; import { Logger } from "@zowe/imperative"; /** - * Initialises extension + * Initializes the extension * @param context * @returns */ @@ -110,7 +110,7 @@ export async function activate(context: ExtensionContext) { logger.debug("Zowe Explorer was modified for the CICS Extension."); } catch (error) { console.log(error); - logger.error("Zowe Explorer for IBM CICS was not initiliaized correctly"); + logger.error("IBM CICS for Zowe Explorer was not initialized correctly"); return; } } else {