Skip to content
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 downloading spool files failing to match tree nodes #2943

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

t1m0thyj
Copy link
Member

@t1m0thyj t1m0thyj commented Jun 7, 2024

Proposed changes

Fixes bug where nothing happens when trying to download spool files in the ZE jobs tree.

Release Notes

Milestone: 2.17.0

Changelog: Fixed issue where Download Spool action could fail to find spool files to download

Types of changes

What types of changes does your code introduce to Zowe Explorer?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Updates to Documentation or Tests (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer

  • I have read the CONTRIBUTOR GUIDANCE wiki
  • PR title follows Conventional Commits Guidelines
  • PR Description is included
  • gif or screenshot is included if visual changes are made
  • yarn workspace vscode-extension-for-zowe vscode:prepublish has been executed
  • All checks have passed (DCO, Jenkins and Code Coverage)
  • I have added unit test and it is passing
  • I have added integration test and it is passing
  • There is coverage for the code that I have added
  • I have tested it manually and there are no regressions found
  • I have added necessary documentation (if appropriate)
  • Any PR dependencies have been merged and published (if appropriate)

Further comments

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@t1m0thyj t1m0thyj marked this pull request as ready for review June 10, 2024 11:49
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.48%. Comparing base (88a7257) to head (b58a6d6).

Current head b58a6d6 differs from pull request most recent head 1398351

Please upload reports for the commit 1398351 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##           maintenance    #2943   +/-   ##
============================================
  Coverage        93.48%   93.48%           
============================================
  Files              104      104           
  Lines            10842    10843    +1     
  Branches          2360     2371   +11     
============================================
+ Hits             10136    10137    +1     
  Misses             705      705           
  Partials             1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@t1m0thyj t1m0thyj added this to the v2.17.0 milestone Jun 10, 2024
anaxceron
anaxceron previously approved these changes Jun 10, 2024
Copy link
Contributor

@anaxceron anaxceron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

traeok
traeok previously approved these changes Jun 11, 2024
Copy link
Member

@traeok traeok left a 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 @t1m0thyj!

@JillieBeanSim JillieBeanSim modified the milestones: v2.17.0, v2.16.2 Jun 11, 2024
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@t1m0thyj t1m0thyj dismissed stale reviews from traeok and anaxceron via b58a6d6 June 11, 2024 17:00
zFernand0
zFernand0 previously approved these changes Jun 11, 2024
Copy link
Member

@zFernand0 zFernand0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Copy link

sonarcloud bot commented Jun 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
20.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link
Contributor

@JillieBeanSim JillieBeanSim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks for fix @t1m0thyj I was able to recreate with marketplace and see the fix on branch 😄

@JillieBeanSim JillieBeanSim merged commit 3bdc5a1 into maintenance Jun 12, 2024
9 of 10 checks passed
@JillieBeanSim JillieBeanSim deleted the fix/download-spool-error branch June 12, 2024 20:17
@JillieBeanSim
Copy link
Contributor

@t1m0thyj do we have a ZE issue that can be tied to PR/milestone?

@t1m0thyj t1m0thyj linked an issue Jun 13, 2024 that may be closed by this pull request
@t1m0thyj
Copy link
Member Author

@JillieBeanSim I've created one: #2957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

Unable to download spool files
5 participants