-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* check path instead of file name Signed-off-by: Billie Simmons <[email protected]> * add changelog, fix test, run package Signed-off-by: Billie Simmons <[email protected]> * To address issue with opening project config in zowe dir Signed-off-by: Santhoshi Boyina <[email protected]> * To fix pnpm lint failure Signed-off-by: Santhoshi Boyina <[email protected]> * To update CHANGELOG.md file Signed-off-by: Santhoshi Boyina <[email protected]> * fix(ZoweDatasetNode): Add contextOverride to PS node Signed-off-by: Trae Yelovich <[email protected]> * chore: add PR number to ZE changelog Signed-off-by: Trae Yelovich <[email protected]> * fix: Add check for binary in contextOverride Signed-off-by: Trae Yelovich <[email protected]> * Update release.config.js for Zowe V3 GA Signed-off-by: Timothy Johnson <[email protected]> * chore: missing newline in ZE changelog Signed-off-by: Trae Yelovich <[email protected]> * fix(ProfilesUtils): Pass paths to new ProfileInfo instance Signed-off-by: Trae Yelovich <[email protected]> * chore: add changelog entry for ZE Signed-off-by: Trae Yelovich <[email protected]> * chore: adjust changelog to match v2 port Signed-off-by: Trae Yelovich <[email protected]> * tests: Add unit test to verify readProfilesFromDisk behavior Signed-off-by: Trae Yelovich <[email protected]> * To revert back logic to open the global config file Signed-off-by: Santhoshi Boyina <[email protected]> * chore: update ZE changelog entries Signed-off-by: Trae Yelovich <[email protected]> * Remove sample VSCEs and restore carets for SDK deps (#3173) * Remove sample VSCEs and restore carets for SDK deps Signed-off-by: Timothy Johnson <[email protected]> * Update Zowe SDKs to remove prerelease peer deps Signed-off-by: Timothy Johnson <[email protected]> * Ignore issueTsoCommand deprecation warning for now Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> * Add Sonar scan properties and remove old system test files (#3194) Signed-off-by: Timothy Johnson <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> * fix: prompt optimizations for create file/dir; address case of skipping prompt (#3189) * fix: prompt optimizations for create file/dir; fix session case Signed-off-by: Trae Yelovich <[email protected]> * chore: update ZE changelog Signed-off-by: Trae Yelovich <[email protected]> * fix: resolve failing tests, remove unused isTopLevel parameter Signed-off-by: Trae Yelovich <[email protected]> * refactor: remove unused createUSSNodeDialog function Signed-off-by: Trae Yelovich <[email protected]> * fix: use path.posix.join when building full path Signed-off-by: Trae Yelovich <[email protected]> * tests: add test case for prompting user w/ location Signed-off-by: Trae Yelovich <[email protected]> * chore: add additional bugfix to ZE changelog Signed-off-by: Trae Yelovich <[email protected]> * tests: add case for dismissing location prompt Signed-off-by: Trae Yelovich <[email protected]> * tests: add case for createUSSNode - trailing slashes Signed-off-by: Trae Yelovich <[email protected]> * refactor: use isTopLevel earlier in createUSSNode Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Billie Simmons <[email protected]> * fix(ds): File extension detection misidentifies types (#3182) * fix(ds): File extension detection misidentifies types Signed-off-by: Timothy Johnson <[email protected]> * Simplify ds extension mapping Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Co-authored-by: Billie Simmons <[email protected]> * deps: update lockfile to resolve audit failure (#3195) Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> * Fix 401 error when opening PDS members after cred change (#3157) * Temporarily disable ON_VAULT_CHANGED event to prevent double refresh Signed-off-by: Timothy Johnson <[email protected]> * Propagate profile updates to child nodes Signed-off-by: Timothy Johnson <[email protected]> * Skip vault change events triggered by ZE Signed-off-by: Timothy Johnson <[email protected]> * Update changelog Signed-off-by: Timothy Johnson <[email protected]> * fix(tests): Add EventProcessor stub to imperative module mock Signed-off-by: Trae Yelovich <[email protected]> * refactor: Move logic into separate functions; tests: add patch coverage Signed-off-by: Trae Yelovich <[email protected]> * chore: update ZE API changelog Signed-off-by: Trae Yelovich <[email protected]> * ran prepublish Signed-off-by: Billie Simmons <[email protected]> * fix: pass processor as function arg instead of bind Signed-off-by: Trae Yelovich <[email protected]> * fix(tests): Pass fake event processor to hook function Signed-off-by: Trae Yelovich <[email protected]> * Make error handling consistent across all trees Signed-off-by: Timothy Johnson <[email protected]> * Move 401 error handling back into node methods Signed-off-by: Timothy Johnson <[email protected]> * Update unit tests for error handling and placeholder nodes Signed-off-by: Timothy Johnson <[email protected]> * Fix duplicate expand for jobs, clean up logging, update changelog Signed-off-by: Timothy Johnson <[email protected]> * Fix log statements in wrong place Signed-off-by: Timothy Johnson <[email protected]> * Use contextOverride when building session nodes Signed-off-by: Timothy Johnson <[email protected]> * Add tests for memberPattern on ds node Signed-off-by: Timothy Johnson <[email protected]> * Add unit test for USS placeholder node Signed-off-by: Timothy Johnson <[email protected]> * Fix extra tree refresh on credential update Signed-off-by: Timothy Johnson <[email protected]> * Store saved profile contents by URI path Signed-off-by: Timothy Johnson <[email protected]> * Fix update creds cancelling and node not refreshing Signed-off-by: Timothy Johnson <[email protected]> * Fix failing USS actions test Signed-off-by: Timothy Johnson <[email protected]> * Handle scenario of falsy node to refresh Signed-off-by: Timothy Johnson <[email protected]> * Add unit test for syncSessionNode Signed-off-by: Timothy Johnson <[email protected]> * Don't show placeholder node when there is error Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> Co-authored-by: Billie Simmons <[email protected]> Co-authored-by: Billie Simmons <[email protected]> * resolve FTP getContents bug for MVS and USS (#3200) Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Fernando Rijo Cedeno <[email protected]> * chore: add missing license header Signed-off-by: zFernand0 <[email protected]> * patch: update lerna.json in preparation for a release Signed-off-by: zFernand0 <[email protected]> * chore: update changelog files Signed-off-by: zFernand0 <[email protected]> * chore: update changelog 😋 Signed-off-by: zFernand0 <[email protected]> * Fix children in tree nodes persisting on error (#3224) * Fix children in tree nodes persisting on error Signed-off-by: Timothy Johnson <[email protected]> * Update unit tests to ensure children don't persist Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: SanthoshiBoyina1 <[email protected]> Signed-off-by: Santhoshi Boyina <[email protected]> Signed-off-by: Trae Yelovich <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Billie Simmons <[email protected]> Signed-off-by: zFernand0 <[email protected]> Co-authored-by: Billie Simmons <[email protected]> Co-authored-by: SanthoshiBoyina1 <[email protected]> Co-authored-by: Santhoshi Boyina <[email protected]> Co-authored-by: Trae Yelovich <[email protected]> Co-authored-by: Timothy Johnson <[email protected]> Co-authored-by: Billie Simmons <[email protected]>
- Loading branch information
1 parent
74432c4
commit 950524f
Showing
108 changed files
with
889 additions
and
1,946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
sonar.sources=packages/**/src | ||
sonar.tests=packages/**/__tests__ | ||
sonar.test.inclusions=**/*.test.ts,**/*.steps.ts | ||
sonar.cpd.exclusions=packages/**/__tests__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "3.1.0-SNAPSHOT", | ||
"version": "3.0.1", | ||
"command": { | ||
"version": { | ||
"forcePublish": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
packages/zowe-explorer-ftp-extension/__mocks__/mockUtils.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* This program and the accompanying materials are made available under the terms of the | ||
* Eclipse Public License v2.0 which accompanies this distribution, and is available at | ||
* https://www.eclipse.org/legal/epl-v20.html | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Copyright Contributors to the Zowe Project. | ||
* | ||
*/ | ||
|
||
// Idea is borrowed from: https://github.com/kulshekhar/ts-jest/blob/master/src/util/testing.ts | ||
export const mocked = <T extends (..._args: any[]) => any>(fn: T): jest.Mock<ReturnType<T>> => fn as any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.