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

ports: Recent features and fixes from v2 #2937

Closed traeok closed 2 weeks ago

traeok commented 3 weeks ago

Proposed changes

Ports the following PRs over to the next branch:

This PR also fixes ~25 existing lint errors in the codebase

Release Notes

Milestone: v3

Changelog: See CHANGELOG.md

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

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 80.64516% with 6 lines in your changes missing coverage. Please review.

Project coverage is 92.63%. Comparing base (19b920f) to head (e105018). Report is 2 commits behind head on next.

Files Patch % Lines
packages/zowe-explorer/src/trees/uss/USSActions.ts 66.66% 4 Missing :warning:
...ges/zowe-explorer/src/trees/dataset/DatasetInit.ts 50.00% 1 Missing :warning:
packages/zowe-explorer/src/trees/uss/USSInit.ts 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2937 +/- ## ========================================== - Coverage 92.68% 92.63% -0.06% ========================================== Files 109 109 Lines 10981 11008 +27 Branches 2313 2350 +37 ========================================== + Hits 10178 10197 +19 - Misses 801 809 +8 Partials 2 2 ```

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

sonarcloud[bot] commented 3 weeks ago

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud