-
Notifications
You must be signed in to change notification settings - Fork 99
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
Unable to open a Sequential DS after renaming a favourited Sequential DS #3453
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Santhoshi Boyina <[email protected]>
…ming the favorited pds Signed-off-by: Santhoshi Boyina <[email protected]>
…renaming a seq ds in the favorites Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
…ee view upon renaming the seq ds from the ds tree view Signed-off-by: Santhoshi Boyina <[email protected]>
📅 Suggested merge-by date: 2/24/2025 |
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3453 +/- ##
==========================================
+ Coverage 93.24% 93.29% +0.04%
==========================================
Files 120 120
Lines 12674 12692 +18
Branches 2800 2808 +8
==========================================
+ Hits 11818 11841 +23
+ Misses 855 850 -5
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
packages/zowe-explorer/__tests__/__unit__/trees/dataset/DatasetTree.unit.test.ts
Fixed
Show fixed
Hide fixed
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
…meFavorite function Signed-off-by: Santhoshi Boyina <[email protected]>
… profile used Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[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.
Thanks for looking into this Santhoshi!
Is the newUri
parameter a required change to fix this behavior? Extenders have to update their implementation to support the proposed function definitions for renameNode
and renameFavorite
, which is a breaking change as these functions are required as part of satisfying the IZoweTree
interface. We should have enough information to generate a new URI based on the new label and the existing profile on the node.
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
…TreeProvider class Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
laration in IZoweTree interface Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
…the ds tree view Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Signed-off-by: Santhoshi Boyina <[email protected]>
Proposed changes
Fixes #3345
Release Notes
Milestone:
Changelog:
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