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
173 stars 92 forks source link

fix(v2): Pass `responseTimeout` in z/OSMF MVS and USS API calls #3295

Closed traeok closed 2 weeks ago

traeok commented 2 weeks ago

Proposed changes

Fixes the issue where the responseTimeout profile property was ignored during MVS and USS API calls when using z/OSMF. (v2 port of #3292)

Release Notes

Milestone: 2.18.1

Changelog:

Types of changes

Checklist

General

Code coverage

Deployment

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 2 weeks ago

📅 Suggested merge-by date: 11/18/2024

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 93.93939% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.36%. Comparing base (29d09ff) to head (db1456f). Report is 2 commits behind head on v2-lts.

Files with missing lines Patch % Lines
...-explorer-api/src/profiles/ZoweExplorerZosmfApi.ts 93.93% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2-lts #3295 +/- ## ======================================== Coverage 93.35% 93.36% ======================================== Files 105 105 Lines 11081 11092 +11 Branches 2305 2445 +140 ======================================== + Hits 10345 10356 +11 Misses 735 735 Partials 1 1 ```

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