Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #319 from zowe/version-updates
Browse files Browse the repository at this point in the history
updated changelog and readme to reflect new version update
  • Loading branch information
Rajpreetgill authored Oct 17, 2022
2 parents 7bf825f + 5f146bd commit 9274ac8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to the "cics-extension-for-zowe" extension will be documented in this file.

## `2.3.0`
- Provided the ability to view relevant programs beneath the library dataset resource [#295](https://github.com/zowe/vscode-extension-for-cics/pull/295).
- Provided search filter functionality for programs associated with datasets and for datasets associated with libraries [#295](https://github.com/zowe/vscode-extension-for-cics/pull/295).
- Removed the ability to 'kill' a task but kept Purge and Purge Wait [#296](https://github.com/zowe/vscode-extension-for-cics/pull/296).
- Enabled the applied filter for programs to appear on the dataset tree node (for plex and single region systems) [#300](https://github.com/zowe/vscode-extension-for-cics/pull/300).
- Added filter option from Regions tree node to filter for Tasks and Library Resources [#300](https://github.com/zowe/vscode-extension-for-cics/pull/300).
- Integrated a 'Web' folder containing four added resources: TCPIP Service, URIMap, Pipeline and Web Service [#305](https://github.com/zowe/vscode-extension-for-cics/pull/305) & [#316](https://github.com/zowe/vscode-extension-for-cics/pull/316).
- Integrated search functionality for TCPIP Services and URI Maps for both stand-alone regions and plex systems [#305](https://github.com/zowe/vscode-extension-for-cics/pull/305) & [#306](https://github.com/zowe/vscode-extension-for-cics/pull/306).
- Fixed an error with the `Show Attributes` command associated with Web Service resource [#316](https://github.com/zowe/vscode-extension-for-cics/pull/316).
- Integrated search functionality for Pipelines and Web Services for both stand-alone regions and plex systems) [#316](https://github.com/zowe/vscode-extension-for-cics/pull/316).
- Incorporated `Show Attributes` Command for all resources under the web folder [#305](https://github.com/zowe/vscode-extension-for-cics/pull/305) & [#316](https://github.com/zowe/vscode-extension-for-cics/pull/316).
- Integrated the ability to show key attributes on the TCPIPS and URIMAPS resource tree node [#316](https://github.com/zowe/vscode-extension-for-cics/pull/316).
- Fixed alignment inconsistency for attributes table for all resources [#318](https://github.com/zowe/vscode-extension-for-cics/pull/318).

## `2.2.0`
- Added the ability to carry user input in the subsequent search filter for all resources [#258](https://github.com/zowe/vscode-extension-for-cics/pull/258).
- Added a new CICS Library resource type [#260](https://github.com/zowe/vscode-extension-for-cics/pull/260).
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This CICS Extension for Zowe Explorer adds additional functionality to the popul
- [Purge Task](#purge-task)
- [Inquire Functionality](#inquire-functionality)
- [View Datasets under Libraries](#view-datasets-under-libraries)
- [View four CICS Web Resources under the Web Folder](#view-four-cics-web-resources-under-the-web-folder)
- [Untrusted TLS Certificates](#untrusted-tls-certificates)
- [Usage Tips](#usage-tips)
- [Providing feedback or help contributing](#providing-feedback-or-help-contributing)
Expand Down Expand Up @@ -309,6 +310,14 @@ Expand libraries of a region to view specific datasets belonging to a library. R
<img src="./docs/images/datasets.gif" alt="Zowe CICS Explorer View Datasets functionality" width="600px"/>
</p>

### View four CICS Web Resources under the Web Folder

Expand the Web folder to view TCPIP Services, URI Maps, Pipelines and Web Services. Each of these resources can be expanded and allows for right-click functionality on the specific resource to execute the `Show Attributes` command. Use the search icon to filter down specific resources by applying a filter.

<p align="center">
<img src="./docs/images/webResources.gif" alt="Zowe CICS Explorer Web resources under the Web folder" width="600px"/>
</p>

## Untrusted TLS Certificates

If the CMCI connection is using a TLS certificate that your PC doesn't have in its trust store, then by default the connection will be rejected as potentially this could be from an unsafe site. To override this behavior, either set the `Only accept trusted TLS certificates` field on the form when creating/updating the profile to `False`. This is the same as setting `rejectUnauthorized=false` on the Zowe CICS CLI profile.
Expand Down
Binary file added docs/images/webResources.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9274ac8

Please sign in to comment.