Skip to content

Commit 4de6cfc

Browse files
JillieBeanSimtraeokgejohnstonzFernand0jace-roell
authored
Port 3.2.2 updates (#3759)
* Prepare v3.2.0 Release (#3601) * chore: remove SNAPSHOT from lerna version Signed-off-by: Trae Yelovich <[email protected]> * Replace import from source to import from module (#3607) * Import ILocalStorageAccess from package, not from src Signed-off-by: Gene Johnston <[email protected]> * Add CHANGELOG entry. Signed-off-by: Gene Johnston <[email protected]> --------- Signed-off-by: Gene Johnston <[email protected]> * fix: allow listing root in USS, fix edge case w/ `cd ..` (#3603) * fix: allow listing root in USS, fix cdup edge case Signed-off-by: Trae Yelovich <[email protected]> * tests: update test to reflect changes Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> * fix: add optional chaining to tab input check (#3614) * fix: add optional chaining to tab input check Signed-off-by: Trae Yelovich <[email protected]> * tests: add patch coverage to verify graceful handling Signed-off-by: Trae Yelovich <[email protected]> * chore: add changelog Signed-off-by: Trae Yelovich <[email protected]> * chore: add api changelog Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> * fix: tree pagination edge cases (max items 0, descending pattern combos) (#3609) * fix: tree pagination edge cases Signed-off-by: Trae Yelovich <[email protected]> * tests: add patch coverage, refine check for sorting patterns Signed-off-by: Trae Yelovich <[email protected]> * add note about 0 to disable, update handling for pg sz change Signed-off-by: Trae Yelovich <[email protected]> * fix: refresh expanded PDS on pg sz change Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> * Third-Party DCO Remediation Commit for Gene Johnston <[email protected]> On behalf of Gene Johnston <[email protected]>, I, Trae Yelovich <[email protected]>, hereby add my Signed-off-by to this commit: 5bad87f Signed-off-by: Trae Yelovich <[email protected]> * `datasets` -> `dataSets`, fix event not being disposed (#3620) * chore: datasets -> dataSets Signed-off-by: Trae Yelovich <[email protected]> * fix: add onDidReceiveMessage listener to disposables array Signed-off-by: Trae Yelovich <[email protected]> * resolve tests and update l10n Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> * Fix duplicate nodes when adding profiles (#3625) * init Signed-off-by: jace-roell <[email protected]> * changelog Signed-off-by: jace-roell <[email protected]> * add unit test for case of duplicate profile types Signed-off-by: jace-roell <[email protected]> --------- Signed-off-by: jace-roell <[email protected]> * refactor: Move `onProfileUpdated` to API register, preserve access through getters (#3624) * wip: move event to api register Signed-off-by: Trae Yelovich <[email protected]> * wip: resolve failing tests Signed-off-by: Trae Yelovich <[email protected]> * wip: fixed all but one test Signed-off-by: Trae Yelovich <[email protected]> * tests: resolve remaining failing tests Signed-off-by: Trae Yelovich <[email protected]> * tests: work on patch coverage Signed-off-by: Trae Yelovich <[email protected]> * wip: move event listener into SharedUtils Signed-off-by: Trae Yelovich <[email protected]> * tests: patch coverage for SharedUtils.handleProfileChange Signed-off-by: Trae Yelovich <[email protected]> * test: SharedUtils.handleProfileChange coverage for error case Signed-off-by: Trae Yelovich <[email protected]> * chore: changelogs Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> * fix(ds): return empty list to paginator when request fails (#3630) Signed-off-by: Trae Yelovich <[email protected]> * Third-Party DCO Remediation Commit for Jace Roell <[email protected]> On behalf of Jace Roell <[email protected]>, I, Trae Yelovich <[email protected]>, hereby add my Signed-off-by to this commit: e4b36f9 Signed-off-by: Trae Yelovich <[email protected]> * Job Spool Pagination Bug fixes (#3616) * job spool fixes Signed-off-by: Pujal <[email protected]> * updated unit tests Signed-off-by: Pujal <[email protected]> * updated changelog Signed-off-by: Pujal <[email protected]> * updated jobfsprovider unit tests Signed-off-by: Pujal <[email protected]> * linting errors fix Signed-off-by: Pujal <[email protected]> * fix linting Signed-off-by: Pujal <[email protected]> * fix Signed-off-by: Pujal <[email protected]> * records to fetch 0 fix Signed-off-by: Pujal <[email protected]> * unit test Signed-off-by: Pujal <[email protected]> * removed unused var Signed-off-by: Pujal <[email protected]> * recordstofetch is 1 fix Signed-off-by: Pujal <[email protected]> * removed console log Signed-off-by: Pujal <[email protected]> * set ze settings min to 2 Signed-off-by: Pujal <[email protected]> * removed unit test Signed-off-by: Pujal <[email protected]> * updated unit tests Signed-off-by: Pujal <[email protected]> --------- Signed-off-by: Pujal <[email protected]> Signed-off-by: Pujal Gandhi <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Trae Yelovich <[email protected]> * Dragging and Dropping Datasets with members bug fix (#3626) * updated code for bug fix Signed-off-by: Pujal <[email protected]> * updated code Signed-off-by: Pujal <[email protected]> * updated to code Signed-off-by: Pujal <[email protected]> * updates Signed-off-by: Pujal <[email protected]> * updated unit test Signed-off-by: Pujal <[email protected]> * unit test Signed-off-by: Pujal <[email protected]> * updated unit tests Signed-off-by: Pujal <[email protected]> * updated changelog Signed-off-by: Pujal <[email protected]> * updates for empty PDS Signed-off-by: Pujal <[email protected]> * updated unit tests Signed-off-by: Pujal <[email protected]> * updated code coverage Signed-off-by: Pujal <[email protected]> * changelog Signed-off-by: Pujal <[email protected]> --------- Signed-off-by: Pujal <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> * Fix: Userid desync in ZE profiles tooltip (#3615) * To modify tooltips Signed-off-by: Santhoshi Boyina <[email protected]> * To pass node in checkCurrentProfile Signed-off-by: Santhoshi Boyina <[email protected]> * To call syncSessionNode in datasetFilterPrompt function Signed-off-by: Santhoshi Boyina <[email protected]> * To handle pattern tooltip Signed-off-by: Santhoshi Boyina <[email protected]> * To address userid desync in the tooltip Signed-off-by: Santhoshi Boyina <[email protected]> * refactor: To check for node in promptCredentials Signed-off-by: Santhoshi Boyina <[email protected]> * To fix failing test cases Signed-off-by: Santhoshi Boyina <[email protected]> * refactor: To add a check for node tooltip Signed-off-by: Santhoshi Boyina <[email protected]> * To improve unit test coverage for getDatasets function Signed-off-by: Santhoshi Boyina <[email protected]> * refactor: To refactor refreshElement calls Signed-off-by: Santhoshi Boyina <[email protected]> * refactor: To refactor code in AuthUtils.ts file Signed-off-by: Santhoshi Boyina <[email protected]> * To refactor tool tip update code Signed-off-by: Santhoshi Boyina <[email protected]> --------- Signed-off-by: Santhoshi Boyina <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Billie Simmons <[email protected]> * Third-Party DCO Remediation Commit for Pujal Gandhi <[email protected]> On behalf of Pujal Gandhi <[email protected]>, I, Trae Yelovich <[email protected]>, hereby add my Signed-off-by to this commit: fadac0e Signed-off-by: Trae Yelovich <[email protected]> * Third-Party DCO Remediation Commit for SanthoshiBoyina1 <[email protected]> On behalf of SanthoshiBoyina1 <[email protected]>, I, Trae Yelovich <[email protected]>, hereby add my Signed-off-by to this commit: f49dc62 Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Gene Johnston <[email protected]> Signed-off-by: jace-roell <[email protected]> Signed-off-by: Pujal <[email protected]> Signed-off-by: Pujal Gandhi <[email protected]> Signed-off-by: Santhoshi Boyina <[email protected]> Co-authored-by: Gene Johnston <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Jace Roell <[email protected]> Co-authored-by: Pujal Gandhi <[email protected]> Co-authored-by: SanthoshiBoyina1 <[email protected]> Co-authored-by: Billie Simmons <[email protected]> * Bump version to 3.2.0 [ci skip] Signed-off-by: zowe-robot <[email protected]> * Bump version to 3.3.0-SNAPSHOT [ci skip] Signed-off-by: zowe-robot <[email protected]> * Port Fixes #3655 #3668 (#3671) * Fix: Switch Auth Method misbehaviour (#3655) * To remove hardcoded value for base profile name Signed-off-by: Santhoshi Boyina <[email protected]> * To logout apiml token when switched to basic auth Signed-off-by: Santhoshi Boyina <[email protected]> * To logout jwt token when switched to basic auth Signed-off-by: Santhoshi Boyina <[email protected]> * chore: To add changelog entry Signed-off-by: Santhoshi Boyina <[email protected]> * To clear mocks after a test suite Signed-off-by: Santhoshi Boyina <[email protected]> * To fix failing test cases in handleSwitchAuthentication test suite Signed-off-by: Santhoshi Boyina <[email protected]> * To fix failing test cases for tokenAuthClearSecureArray test suite Signed-off-by: Santhoshi Boyina <[email protected]> * To fix failing test cases for ssoLogout method Signed-off-by: Santhoshi Boyina <[email protected]> * To add unit test case for handleSwitchAuthentication when logout fails Signed-off-by: Santhoshi Boyina <[email protected]> * To improve code coverage Signed-off-by: Santhoshi Boyina <[email protected]> * chore: To update changelog file Signed-off-by: Santhoshi Boyina <[email protected]> * To refactor handleSwitchAuthentication Signed-off-by: Santhoshi Boyina <[email protected]> * To fix failing test cases Signed-off-by: Santhoshi Boyina <[email protected]> * chore: update changelog entry Signed-off-by: Santhoshi Boyina <[email protected]> --------- Signed-off-by: Santhoshi Boyina <[email protected]> Signed-off-by: SanthoshiBoyina1 <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * run prepublish Signed-off-by: Billie Simmons <[email protected]> * Update SDKs (resolves log4js issue) and resolve Dependabot alerts (#3668) * chore: update SDKs to resolve log4js issue Signed-off-by: Trae Yelovich <[email protected]> * chore: API changelog Signed-off-by: Trae Yelovich <[email protected]> * chore: update SDK entry in changelog Signed-off-by: Trae Yelovich <[email protected]> * chore: update deps to fix vulns Signed-off-by: Trae Yelovich <[email protected]> * chore: restore edits to l10n (no changes made) Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Billie Simmons <[email protected]> --------- Signed-off-by: Santhoshi Boyina <[email protected]> Signed-off-by: SanthoshiBoyina1 <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: SanthoshiBoyina1 <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> * Prepare 3.2.1 release (#3675) * prepare 3.2.1 release Signed-off-by: Billie Simmons <[email protected]> * fix: Fallback to `true` if `autoStore` missing when building hover info (#3677) * fix: fallback to true when autoStore property missing Signed-off-by: Trae Yelovich <[email protected]> * chore: update changelog Signed-off-by: Trae Yelovich <[email protected]> * tests(Profiles): Add case for missing autoStore property Signed-off-by: Trae Yelovich <[email protected]> * chore: address changelog feedback Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> * Bump version to 3.2.1 [ci skip] Signed-off-by: zowe-robot <[email protected]> * Bump version to 3.3.0-SNAPSHOT [ci skip] Signed-off-by: zowe-robot <[email protected]> * Port 3.2.2 fixes (#3740) * fix(uss): Treat profile node as valid for refresh button (#3695) * fix(uss): Treat profile node as valid for refresh Signed-off-by: Trae Yelovich <[email protected]> * chore: update changelog Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * fix: Extender load on refresh (#3678) * init Signed-off-by: jace-roell <[email protected]> * implement USS on refresh loading Signed-off-by: jace-roell <[email protected]> * add 10 second resolve on readFile(), add resolved promise to promise map to prevent adding a pending promise, use Profiles.getInstance() Signed-off-by: jace-roell <[email protected]> * linting Signed-off-by: jace-roell <[email protected]> * remove circular dep Signed-off-by: jace-roell <[email protected]> * fix tests with _resolve mock and nullable on profiles Signed-off-by: jace-roell <[email protected]> * code coverage Signed-off-by: jace-roell <[email protected]> * remove test Signed-off-by: jace-roell <[email protected]> * ussfs provider test Signed-off-by: jace-roell <[email protected]> * add promise test handling Signed-off-by: jace-roell <[email protected]> * code cov Signed-off-by: jace-roell <[email protected]> * fix launch.json Signed-off-by: jace-roell <[email protected]> * add code cov Signed-off-by: jace-roell <[email protected]> * unused import Signed-off-by: jace-roell <[email protected]> * code cov Signed-off-by: jace-roell <[email protected]> * cov Signed-off-by: jace-roell <[email protected]> * failing test Signed-off-by: jace-roell <[email protected]> * add top level describe for mocking profiles Signed-off-by: jace-roell <[email protected]> * fix test title Signed-off-by: jace-roell <[email protected]> * Update packages/zowe-explorer/CHANGELOG.md Co-authored-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Jace Roell <[email protected]> * test Signed-off-by: jace-roell <[email protected]> * remove callbacks Signed-off-by: jace-roell <[email protected]> * fix test Signed-off-by: jace-roell <[email protected]> * remove import Signed-off-by: jace-roell <[email protected]> * Restore common code in BaseProvider and update changelog Signed-off-by: Timothy Johnson <[email protected]> * Fix profile await for extenders like zftp Signed-off-by: Timothy Johnson <[email protected]> * Store types in extenderReadyMap and fix for data sets Signed-off-by: Timothy Johnson <[email protected]> * Add missing patch coverage Signed-off-by: Timothy Johnson <[email protected]> * review: update changelog and tsdoc 😋 Signed-off-by: Fernando Rijo Cedeno <[email protected]> --------- Signed-off-by: jace-roell <[email protected]> Signed-off-by: Jace Roell <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * Node cached profile fix (#3673) * getProfile Signed-off-by: Billie Simmons <[email protected]> * changelog entry Signed-off-by: Billie Simmons <[email protected]> * add unit test Signed-off-by: Billie Simmons <[email protected]> * more unit test added Signed-off-by: Billie Simmons <[email protected]> * fix duplication in changelog Signed-off-by: Billie Simmons <[email protected]> * fix duplication of fix in changelog Signed-off-by: Billie Simmons <[email protected]> * Override getProfile on ZoweTreeNode classes Signed-off-by: Timothy Johnson <[email protected]> * fix unit tests Signed-off-by: Billie Simmons <[email protected]> * address codepilot, add changelog entry, run prepublish Signed-off-by: Billie Simmons <[email protected]> * Update packages/zowe-explorer-api/CHANGELOG.md Co-authored-by: Timothy Johnson <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * cover instance of impError returned that may not include errCode with 401 Signed-off-by: Billie Simmons <[email protected]> * Update packages/zowe-explorer-api/CHANGELOG.md Co-authored-by: Trae Yelovich <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * address comments Signed-off-by: Billie Simmons <[email protected]> * fix change Signed-off-by: Billie Simmons <[email protected]> --------- Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * Fix: Canceling 'Save Credentials' while autoStore is true and Secure Credential disabled (#3713) * Update code for Profilescache Signed-off-by: likhithanimma1 <[email protected]> * Restore code to avoid breaking change Signed-off-by: likhithanimma1 <[email protected]> * Add Changelog Signed-off-by: likhithanimma1 <[email protected]> --------- Signed-off-by: likhithanimma1 <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * fix: secure credentials as numbers or other types (#3728) * fix: secure credentials as numbers or other types Signed-off-by: Fernando Rijo Cedeno <[email protected]> * review: update changelog Signed-off-by: Fernando Rijo Cedeno <[email protected]> --------- Signed-off-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * Fix/jobs pagination defaults (#3749) * fix: disable jobs pagination by default, increase default records to 1k Signed-off-by: Joshua Waters <[email protected]> * Update CHANGELOG.md Signed-off-by: Joshua Waters <[email protected]> --------- Signed-off-by: Joshua Waters <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]> * chore(deps): Update dompurify to ^3.2.6 (#3753) Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]> * fix: lint warnings and other build related items Signed-off-by: Fernando Rijo Cedeno <[email protected]> * update lerna Signed-off-by: Billie Simmons <[email protected]> * update CHANGELOGS Signed-off-by: Billie Simmons <[email protected]> * update zeapi changelog misplacement Signed-off-by: Billie Simmons <[email protected]> * fix(tests): Use different method in integration test to access ZE settings (#3718) * fix(tests): Use different method to access ZE settings Signed-off-by: Trae Yelovich <[email protected]> * test: verify that ZE group exists Signed-off-by: Trae Yelovich <[email protected]> * refactor(test): Use KB shortcut to get to end of list Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: jace-roell <[email protected]> Signed-off-by: Jace Roell <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: likhithanimma1 <[email protected]> Signed-off-by: Joshua Waters <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> Co-authored-by: Jace Roell <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> Co-authored-by: likhithanimma1 <[email protected]> Co-authored-by: Joshua Waters <[email protected]> * Bump version to 3.2.2 [ci skip] Signed-off-by: zowe-robot <[email protected]> * Bump version to 3.3.0-SNAPSHOT [ci skip] Signed-off-by: zowe-robot <[email protected]> * address merge issue Signed-off-by: Billie Simmons <[email protected]> * run prepublish Signed-off-by: Billie Simmons <[email protected]> * DCO Remediation Commit for Billie Simmons <[email protected]> I, Billie Simmons <[email protected]>, hereby add my Signed-off-by to this commit: bf277fb I, Billie Simmons <[email protected]>, hereby add my Signed-off-by to this commit: c325186 Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Billie Simmons <[email protected]> * Third-Party DCO Remediation Commit for Billie Simmons <[email protected]> On behalf of Billie Simmons <[email protected]>, I, Fernando Rijo Cedeno <[email protected]>, hereby add my Signed-off-by to this commit: bf277fb On behalf of Billie Simmons <[email protected]>, I, Fernando Rijo Cedeno <[email protected]>, hereby add my Signed-off-by to this commit: c325186 Signed-off-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]> * DCO Remediation Commit for Billie Simmons <[email protected]> I, Billie Simmons <[email protected]>, hereby add my Signed-off-by to this commit: bf277fb I, Billie Simmons <[email protected]>, hereby add my Signed-off-by to this commit: c325186 Signed-off-by: Billie Simmons <[email protected]> * fix changelog positioning Signed-off-by: Billie Simmons <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Gene Johnston <[email protected]> Signed-off-by: jace-roell <[email protected]> Signed-off-by: Pujal <[email protected]> Signed-off-by: Pujal Gandhi <[email protected]> Signed-off-by: Santhoshi Boyina <[email protected]> Signed-off-by: zowe-robot <[email protected]> Signed-off-by: SanthoshiBoyina1 <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: Jace Roell <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: likhithanimma1 <[email protected]> Signed-off-by: Joshua Waters <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> Co-authored-by: Gene Johnston <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> Co-authored-by: Jace Roell <[email protected]> Co-authored-by: Pujal Gandhi <[email protected]> Co-authored-by: SanthoshiBoyina1 <[email protected]> Co-authored-by: zowe-robot <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> Co-authored-by: likhithanimma1 <[email protected]> Co-authored-by: Joshua Waters <[email protected]>
1 parent 85a8366 commit 4de6cfc

File tree

8 files changed

+38
-14
lines changed

8 files changed

+38
-14
lines changed

packages/eslint-plugin-zowe-explorer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen
66

77
### Bug fixes
88

9+
## `3.2.2`
10+
911
## `3.2.1`
1012

1113
## `3.2.0`

packages/zowe-explorer-api/CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,23 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
1616
- Added new option `iconPath` to `WebViewOpts` to allow extenders to specify the light and dark icon paths for the webview. [#3657](https://github.com/zowe/zowe-explorer-vscode/pull/3657)
1717
- Added support for asynchronous operations when using integrated terminals. [#3640](https://github.com/zowe/zowe-explorer-vscode/issues/3640)
1818
- Added support for TTY-dependent scripts when using integrated terminals. [#3640](https://github.com/zowe/zowe-explorer-vscode/issues/3640)
19-
- Implemented graceful handling for non-existent named profiles within the loadNamedProfile function. [#3678](https://github.com/zowe/zowe-explorer-vscode/pull/3678)
2019
- Added an option `throwErrorOnCancel` to the `AuthPromptParams` interface (defines parameters passed to authentication prompt functions). When this option is `true`, an error is thrown when the user cancels or dismisses an authentication prompt. [#3662](https://github.com/zowe/zowe-explorer-vscode/issues/3662)
2120
- Updated the messages for the authentication prompts to guide the user on how to continue using their profile if they dismiss the prompt. [#3662](https://github.com/zowe/zowe-explorer-vscode/issues/3662)
2221

2322
### Bug fixes
2423

2524
- BugFix: Resolved a bug where extenders adding `ssh` or `base` to `allTypes` on `ProfileCache` will result in duplicate nodes when adding a profile of that type in Zowe Explorer. [#3625](https://github.com/zowe/zowe-explorer-vscode/pull/3625)
2625
- Fixed error message shown when creating a config file that already exists. [#3647](https://github.com/zowe/zowe-explorer-vscode/issues/3647)
26+
27+
## `3.2.2`
28+
29+
### New features and enhancements
30+
31+
- Added an optional `profilesCache` parameter to `ZoweTreeNode.getProfile` to fix an issue seen with out of date profile information within tree views. When provided, the tree node uses that cache to obtain profile information. [#3664](https://github.com/zowe/zowe-explorer-vscode/issues/3664)
32+
33+
### Bug fixes
34+
35+
- Implemented graceful handling for non-existent named profiles within the loadNamedProfile function. [#3678](https://github.com/zowe/zowe-explorer-vscode/pull/3678)
2736
- Fixed an issue where clicking the Cancel button in the Save Credentials dialog triggered a 401 error prompting to update credentials. [#3713](https://github.com/zowe/zowe-explorer-vscode/pull/3713)
2837
- Resolved an issue where secure credentials were inadvertently converted to non-string data types. [#3728](https://github.com/zowe/zowe-explorer-vscode/issues/3728)
2938
- Fixed an issue where the `ZoweVsCodeExtension.profilesCache` getter was creating new ProfilesCache instances instead of using the existing one from the Zowe Explorer API, which could lead to inconsistencies and synchronization issues. [#3735](https://github.com/zowe/zowe-explorer-vscode/pull/3735)
@@ -60,12 +69,12 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
6069

6170
### Bug fixes
6271

63-
- BugFix: Fixed an issue within the `shouldRemoveTokenFromProfile()` function where a the token type check was occurring on a service profile rather than the base profile. [#3575](https://github.com/zowe/zowe-explorer-vscode/pull/3575)
72+
- Fixed an issue within the `shouldRemoveTokenFromProfile()` function where a the token type check was occurring on a service profile rather than the base profile. [#3575](https://github.com/zowe/zowe-explorer-vscode/pull/3575)
6473
- Updated dependencies for technical currency purposes. [#3576](https://github.com/zowe/zowe-explorer-vscode/pull/3576)
6574
- Fixed issue where webviews may register their `onDidReceiveMessage` event multiple times in the `resolveForView` function. [#3584](https://github.com/zowe/zowe-explorer-vscode/pull/3584)
6675
- Fixed an issue where the `BaseProvider._reopenEditorForRelocatedUri` function threw an exception when an open tab did not have a URI on its `input` property. [#3613](https://github.com/zowe/zowe-explorer-vscode/issues/3613)
6776
- Fixed an issue where the `onProfileUpdated` event emitter was not guaranteed to be the same across Zowe Explorer and extenders, causing some event listeners to not fire when an extender fires the event emitter. Now, the event is exposed through the API register, so that all operations on this event from the `ZoweVsCodeExtension` class are properly routed to the correct emitter. [#3622](https://github.com/zowe/zowe-explorer-vscode/issues/3622)
68-
- BugFix: Resolved a bug where extenders adding `ssh` or `base` to `allTypes` on `ProfileCache` will result in duplicate nodes when adding a profile of that type in Zowe Explorer. [#3625](https://github.com/zowe/zowe-explorer-vscode/pull/3625)
77+
- Resolved an issue where extenders adding `ssh` or `base` to `allTypes` on `ProfileCache` will result in duplicate nodes when adding a profile of that type in Zowe Explorer. [#3625](https://github.com/zowe/zowe-explorer-vscode/pull/3625)
6978

7079
## `3.1.2`
7180

packages/zowe-explorer-ftp-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum
66

77
### Bug fixes
88

9+
## `3.2.2`
10+
11+
### Bug fixes
12+
913
- Updated Zowe SDKs to `8.24.1` for technical currency. [#3728](https://github.com/zowe/zowe-explorer-vscode/issues/3728)
1014

1115
## `3.2.1`

packages/zowe-explorer/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,24 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
1818

1919
### Bug fixes
2020

21-
- Fixed a bug where USS and data set workspace folders accessed via an extender (SSH, FTP, etc) are not loaded until the window is reloaded. [#3689](https://github.com/zowe/zowe-explorer-vscode/pull/3689/files#diff-cafba17e22a5c24da1eeb2601f25d6025d598f5462cce554aeca3b56bc9661cf)
2221
- Fixed a bug where USS files and data set VS Code editors accessed by an extender (SSH, FTP, etc) are not restored when reloading/reopening a window. [#3678](https://github.com/zowe/zowe-explorer-vscode/pull/3678)
2322
- Fixed an issue where an incorrect profile name is shown in the output for the "Issue Unix Command" function when an SSH profile is required to issue commands. [#3646](https://github.com/zowe/zowe-explorer-vscode/issues/3646)
2423
- Improved integrated terminal behavior to match standard terminal functionality. Now, users can smoothly maintain proper cursor position when typing and backspacing. [#3391](https://github.com/zowe/zowe-explorer-vscode/issues/3391)
2524
- Fixed an issue where cancelling multiple commands in rapid succession could render the terminal unusable. [#3640](https://github.com/zowe/zowe-explorer-vscode/issues/3640)
26-
- Fix issues seen with out of date profile information within Zowe Explorer tree views. [#3664](https://github.com/zowe/zowe-explorer-vscode/issues/3664)
25+
- Fixed an issue where a `401 Unauthorized` error is thrown by the FileSystemProvider implementations when the user cancels or closes an authentication prompt. Now, the filesystem throws a more explicit `AuthCancelledError` in this scenario. [#3662](https://github.com/zowe/zowe-explorer-vscode/issues/3662)
26+
27+
### Bug fixes
28+
29+
## `3.2.2`
30+
31+
### Bug fixes
32+
2733
- Fixed an issue where clicking the refresh icon beside a profile in the Unix System Services (USS) view had no effect. [#3693](https://github.com/zowe/zowe-explorer-vscode/issues/3693)
34+
- Fixed a bug where USS files and data set VS Code editors accessed by an extender (SSH, FTP, etc) are not restored when reloading/reopening a window. [#3678](https://github.com/zowe/zowe-explorer-vscode/pull/3678)
35+
- Fix issues seen with out of date profile information within Zowe Explorer tree views. [#3664](https://github.com/zowe/zowe-explorer-vscode/issues/3664)
2836
- Fixed an issue where clicking the Cancel button in the Save Credentials dialog triggered a 401 error prompting to update credentials. [#3713](https://github.com/zowe/zowe-explorer-vscode/pull/3713)
2937
- Resolved an issue where secure credentials were inadvertently converted to non-string data types. [#3728](https://github.com/zowe/zowe-explorer-vscode/issues/3728)
3038
- Changed the jobs pagination setting to be disabled by default and the default records to fetch from 100 to 1000 due to customer feedback. [#3743](https://github.com/zowe/zowe-explorer-vscode/issues/3743)
31-
- Fixed an issue where a `401 Unauthorized` error is thrown by the FileSystemProvider implementations when the user cancels or closes an authentication prompt. Now, the filesystem throws a more explicit `AuthCancelledError` in this scenario. [#3662](https://github.com/zowe/zowe-explorer-vscode/issues/3662)
3239

3340
## `3.2.1`
3441

packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetFSProvider.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import * as path from "path";
3434
import { ZoweLogger } from "../../../../src/tools/ZoweLogger";
3535
import { ProfilesUtils } from "../../../../src/utils/ProfilesUtils";
3636
import { DeferredPromise } from "@zowe/imperative";
37+
3738
const dayjs = require("dayjs");
3839

3940
const testProfile = createIProfile();

packages/zowe-explorer/__tests__/__unit__/trees/uss/UssFSProvider.unit.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ describe("UssFSProvider", () => {
731731
profile: testProfile,
732732
path: "/aFile.txt",
733733
});
734-
735734
jest.spyOn(UssFSProvider.instance as any, "fetchFileAtUri").mockReturnValueOnce({
736735
profile: testProfile,
737736
path: "/USER.DATA.PS",
@@ -779,7 +778,6 @@ describe("UssFSProvider", () => {
779778
profile: testProfile,
780779
path: "/aFile.txt",
781780
});
782-
783781
jest.spyOn(UssFSProvider.instance as any, "fetchFileAtUri").mockReturnValueOnce({
784782
profile: testProfile,
785783
path: "/USER.DATA.PS",

packages/zowe-explorer/l10n/poeditor.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"zowe.placeholderCommand": {
2424
"Placeholder": ""
2525
},
26+
"zowe.setupRemoteWorkspaceFolders": {
27+
"Setup Remote Workspace Folders": ""
28+
},
2629
"zowe.promptCredentials": {
2730
"Update Credentials": ""
2831
},

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)