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

Unable to open Favorited Job Search #2930

Merged

Conversation

SanthoshiBoyina1
Copy link
Contributor

@SanthoshiBoyina1 SanthoshiBoyina1 commented Jun 3, 2024

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

  • 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: Santhoshi Boyina <Santhoshi.Boyina1@ibm.com>
Signed-off-by: Santhoshi Boyina <Santhoshi.Boyina1@ibm.com>
Signed-off-by: Santhoshi Boyina <Santhoshi.Boyina1@ibm.com>
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.

Hi @SanthoshiBoyina1, thanks for fixing this behavior! Just as a heads up, this is already in place in v3 so no need to port it over 👍

Will approve after a changelog entry is added and tests are addressed 😁

@JillieBeanSim JillieBeanSim linked an issue Jun 3, 2024 that may be closed by this pull request
@JillieBeanSim JillieBeanSim self-requested a review June 3, 2024 13:50
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.

Hey @SanthoshiBoyina1 thanks for tackling this item, I do see a broken unit test suite as well on this PR. Functionality looks good so once mentioned items are address this should be good to go 😄

Signed-off-by: Santhoshi Boyina <Santhoshi.Boyina1@ibm.com>
Signed-off-by: Santhoshi Boyina <Santhoshi.Boyina1@ibm.com>
Copy link

sonarcloud bot commented Jun 3, 2024

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

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

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.

Thanks @SanthoshiBoyina1 LGTM

@JillieBeanSim JillieBeanSim merged commit d6d1c81 into zowe:main Jun 3, 2024
15 of 16 checks passed
@zFernand0
Copy link
Member

@JillieBeanSim
Copy link
Contributor

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

@traeok
Copy link
Member

traeok commented Jun 4, 2024

@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
Copy link
Member

😓 I should've read the whole history of the PR before going through the code.
My apologies.

And thanks for clarifying 🙏🏽

@JillieBeanSim
Copy link
Contributor

😓 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 😄

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 open favorited job search
4 participants