zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
159 stars 89 forks source link

Unable to open Favorited Job Search #2930

Closed SanthoshiBoyina1 closed 4 weeks ago

SanthoshiBoyina1 commented 4 weeks ago

Proposed changes

To add the ability to open a Favorited Job Search under Favorites and as well as when the extension is reloaded.

Release Notes

Milestone:

Changelog:

Types of changes

What types of changes does your code introduce to Zowe Explorer? Put an x in the boxes that 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

Further comments

sonarcloud[bot] commented 4 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
31.9% Duplication on New Code (required ≀ 3%)

See analysis details on SonarCloud

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.50%. Comparing base (a320a65) to head (dd2abfb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2930 +/- ## ========================================== - Coverage 93.52% 93.50% -0.02% ========================================== Files 104 104 Lines 10891 10890 -1 Branches 2354 2362 +8 ========================================== - Hits 10186 10183 -3 - Misses 704 706 +2 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zFernand0 commented 4 weeks ago

Hey @traeok and @JillieBeanSim, Should this be ported to vNext?

https://github.com/zowe/zowe-explorer-vscode/blob/next/packages/zowe-explorer/src/trees/job/ZoweJobNode.ts#L125

JillieBeanSim commented 4 weeks ago

@zFernand0, @traeok mentions in a comment that it is not needed on next branch

traeok commented 4 weeks ago

@zFernand0 That line points to the placeholder node that we show when expanding a profile in the Jobs tree w/o a filter, so that should be okay. I've made some adjustments in PR #2827 to address this specific case, so I don't believe this needs to be ported πŸ‘

zFernand0 commented 4 weeks ago

πŸ˜“ I should've read the whole history of the PR before going through the code. My apologies.

And thanks for clarifying πŸ™πŸ½

JillieBeanSim commented 4 weeks ago

πŸ˜“ I should've read the whole history of the PR before going through the code. My apologies.

And thanks for clarifying πŸ™πŸ½

No worries, thanks for double checking. Better than it slipping through πŸ˜„