-
Notifications
You must be signed in to change notification settings - Fork 100
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
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.44% 93.49% +0.04%
==========================================
Files 120 120
Lines 12676 12694 +18
Branches 2884 2887 +3
==========================================
+ Hits 11845 11868 +23
+ Misses 830 825 -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]>
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]>
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 for the fix @SanthoshiBoyina1
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.
This fix LGTM, thanks Santhoshi! I had a quick question before approving, but the changes make sense to me.
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 @SanthoshiBoyina1! Just one question
@@ -67,6 +67,7 @@ export namespace Definitions { | |||
session?: imperative.Session; | |||
profile?: imperative.IProfileLoaded; | |||
contextOverride?: string; | |||
contextValue?: string; |
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.
Do we need to add contextValue
here? It feels redundant since it's already defined on tree nodes, and the IZoweTreeOpts
type (which is only used in constructors) has contextOverride
to support overriding the default context value.
Signed-off-by: Santhoshi Boyina <[email protected]>
194fcf0
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 @SanthoshiBoyina1 for the fix
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! 😋
great catch on this edge case 🤯
Thanks for the fix! 🙏
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