Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove extRefresh cmd & FTP registration popup #3140

Merged
merged 8 commits into from
Sep 24, 2024
Merged

Conversation

JillieBeanSim
Copy link
Contributor

@JillieBeanSim JillieBeanSim commented Sep 23, 2024

Proposed changes

fix for #2862 & #3100

log writing can be found at ~/.vscode/extension/zowe.zowe-explorer-ftp-extension-3.0.0-next-SNAPSHOT/logs

Release Notes

Milestone: 3.0 GA

Changelog:

ZE - Removal of broken VSC command Zowe Explorer: Refresh Zowe Explorer, use VS Code's Extensions: Refresh command instead. #3100
zFTP - Removed popup notification of successful registration with Zowe Explorer and log the success instead. #2862

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which adds or improves functionality)
  • Breaking change (a change that would cause existing functionality to not work as expected)
  • Documentation (Markdown, README updates)
  • Other (please specify above in "Proposed changes" section)

Checklist

General

  • I have read the CONTRIBUTOR GUIDANCE wiki
  • All PR dependencies have been merged and published (if applicable)
  • A GIF or screenshot is included in the PR for visual changes
  • The pre-publish command has been executed:
    • v2 and below: yarn workspace vscode-extension-for-zowe vscode:prepublish
    • v3: pnpm --filter vscode-extension-for-zowe vscode:prepublish

Code coverage

  • There is coverage for the code that I have added
  • I have added new test cases and they are passing
  • I have manually tested the changes

Deployment

  • I have added developer documentation (if applicable)
  • Documentation should be added to Zowe Docs
    • If you're an outside contributor, please post in the #zowe-doc Slack channel to coordinate documentation.
    • Otherwise, please check with the rest of the squad about any needed documentation before merging.
  • These changes may need ported to the appropriate branches (list here):

Further comments

Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
@JillieBeanSim JillieBeanSim self-assigned this Sep 23, 2024
@JillieBeanSim JillieBeanSim changed the title V3 cleanup items Remove extRefresh cmd & FTP registration popup Sep 23, 2024
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (06f1236) to head (2b25c27).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3140      +/-   ##
==========================================
- Coverage   92.77%   92.76%   -0.01%     
==========================================
  Files         113      113              
  Lines       11662    11650      -12     
  Branches     2491     2593     +102     
==========================================
- Hits        10819    10807      -12     
  Misses        841      841              
  Partials        2        2              

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

Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
@JillieBeanSim JillieBeanSim marked this pull request as ready for review September 23, 2024 18:57
Copy link

📅 Suggested merge-by date: 10/7/2024

Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
zFernand0
zFernand0 previously approved these changes Sep 23, 2024
@zFernand0 zFernand0 dismissed their stale review September 23, 2024 20:06

not sure if this is considered a breaking change and if we are ok with it 😋

@JillieBeanSim
Copy link
Contributor Author

@zFernand0 I presented the proposal with the v2 fix and it was discussed in scrum to remove the command in favor of the VSC command.

Signed-off-by: Billie Simmons <BillieJean.Simmons@ibm.com>
@@ -14,7 +14,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Fix issue with extender profiles not being included in fresh team configuration file. [#3122](https://github.com/zowe/zowe-explorer-vscode/issues/3122)
- Fixed issue where file extensions were removed from data sets, causing language detection to sometimes fail for Zowe Explorer extenders. [#3121](https://github.com/zowe/zowe-explorer-vscode/issues/3121)
- Fixed an issue where copying and pasting a file/folder in the USS tree would fail abruptly, displaying an error. [#3128](https://github.com/zowe/zowe-explorer-vscode/issues/3128)
- To fix Strange behaviour of Job label under Job Favorites. [#2632](https://github.com/zowe/zowe-explorer-vscode/issues/2632)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed, v2 port changelog

@JTonda JTonda requested a review from zFernand0 September 24, 2024 15:04
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 Billie for resolving these clean-up items!

await Gui.showMessage("Zowe Explorer was modified for FTP support.", { logger: globals.LOGGER });
globals.LOGGER.logImperativeMessage("Zowe Explorer was modified for FTP support.", MessageSeverity.INFO);
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for removing this! 😋

Copy link

@JillieBeanSim JillieBeanSim merged commit 8cd0e19 into main Sep 24, 2024
21 checks passed
@JillieBeanSim JillieBeanSim deleted the v3-cleanup-items branch September 24, 2024 20:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

Refresh Zowe Explorer command breaks extension Remove zFTP pop up on startup
3 participants