-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix(v2): Update migrated and recalled data sets in tree #3333
base: v2-lts
Are you sure you want to change the base?
Conversation
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
"1 New Issue" is an existing problem with |
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2-lts #3333 +/- ##
==========================================
+ Coverage 93.38% 93.39% +0.01%
==========================================
Files 105 105
Lines 11117 11134 +17
Branches 2457 2344 -113
==========================================
+ Hits 10382 10399 +17
Misses 734 734
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Quality Gate passedIssues Measures |
📅 Suggested merge-by date: 12/4/2024 |
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.
Had a chance to test this and it seems to work well.
All things considered, LGTM! 😋
From an internal conversation 😋
The migration request is sent and the icon changes automatically (which could technically be wrong 😅)
If I do the same dataset search, I still see it there (not-migrated)
But that's just because of how migration/archival schedulers may be configured.
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Thanks for testing Fernando and sorry for quickly dismissing your review 😅 I've addressed the behavior you mentioned where the icon changes right away. Now, we won't change the icon and we'll wait for it to be reflected when listing data sets. |
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
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.
Should we update the version of imperative/cli to get the updated cross-spawn 😋
LGTM! 😋
Once zowe-cli#2374 is merged, I'll bump the SDK/imperative versions in this PR 😁 |
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! 😋
probably have to wait for the new cli version to be on public npm (tomorrow 🙏 ) |
463a3f5
to
1b3315c
Compare
1b3315c
to
8e2b23b
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
8e2b23b
to
38208d1
Compare
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! 😋
will re-approve once the CLI package is updated 🙏
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Proposed changes
Fixes the following issues:
Release Notes
Milestone: 2.18.1
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
main
(WIP)