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

Remove deprecated methods in vNext #2931

Closed t1m0thyj closed 2 weeks ago

t1m0thyj commented 4 weeks ago

Proposed changes

Resolves #2238 by removing methods that were deprecated in v2.

Also consolidates VS Code commands to remove duplication.

Release Notes

Milestone: v3

Changelog: Removed deprecated methods and consolidated VS Code commands (see file for more details)

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

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 89.18919% with 8 lines in your changes missing coverage. Please review.

Project coverage is 92.61%. Comparing base (3364be3) to head (f67d583).

Files Patch % Lines
...ges/zowe-explorer/src/trees/dataset/DatasetTree.ts 0.00% 3 Missing :warning:
...kages/zowe-explorer/src/trees/shared/SharedInit.ts 95.91% 2 Missing :warning:
.../zowe-explorer/src/management/ProfileManagement.ts 75.00% 1 Missing :warning:
...es/zowe-explorer/src/trees/shared/SharedActions.ts 0.00% 1 Missing :warning:
packages/zowe-explorer/src/trees/uss/USSActions.ts 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2931 +/- ## ========================================== - Coverage 92.63% 92.61% -0.03% ========================================== Files 110 110 Lines 11059 10960 -99 Branches 2272 2349 +77 ========================================== - Hits 10245 10151 -94 + Misses 812 807 -5 Partials 2 2 ```

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

sonarcloud[bot] commented 2 weeks ago

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud