-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Leverage Imperative's event handling capabilities and more... #2994
Conversation
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2994 +/- ##
==========================================
+ Coverage 92.82% 92.87% +0.04%
==========================================
Files 107 107
Lines 10887 10913 +26
Branches 2280 2339 +59
==========================================
+ Hits 10106 10135 +29
+ Misses 779 776 -3
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
…nto ext-not Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a couple of comments, please review 😺
Signed-off-by: zFernand0 <[email protected]>
It is theoretically possible to hide the info message (and avoid the extra
I like option 4 😋 Also, should the notification be a prompt to refresh (with a yes/no button) or do we feel that it's ok to silently refresh? Here is my reasoning:
|
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
feat: Prevent base profile name collisions by default on new configuration files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, thanks @zFernand0!
packages/zowe-explorer/__tests__/__mocks__/mockCreators/shared.ts
Outdated
Show resolved
Hide resolved
packages/zowe-explorer/__tests__/__unit__/trees/uss/UssFSProvider.unit.test.ts
Outdated
Show resolved
Hide resolved
packages/zowe-explorer/__tests__/__unit__/utils/SpoolUtils.unit.test.ts
Outdated
Show resolved
Hide resolved
packages/zowe-explorer/__tests__/__mocks__/mockCreators/shared.ts
Outdated
Show resolved
Hide resolved
packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetActions.unit.test.ts
Outdated
Show resolved
Hide resolved
packages/zowe-explorer/__tests__/__unit__/trees/uss/UssFSProvider.unit.test.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: zFernand0 <[email protected]>
…nto ext-not Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @zFernand0!
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks Fernando for the enhancement and for cleaning up the codebase 😋
Proposed changes
onVaultUpdate
andonCredMgrUpdate
for extenders.Release Notes
Milestone: 3.x.0
Changelog: Enhancement: Added
onVaultUpdate
andonCredMgrUpdate
for extenders.Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment
Further comments
These changes where demoed during today's (July 9th, 2024) standup call 😋
Also, this PR is dependent on:
zowe.extRefresh
#3009