zowe / zowe-cli-cics-plugin

Migrated to zowe/cics-for-zowe-client.
https://github.com/zowe/cics-for-zowe-client
Eclipse Public License 2.0
7 stars 11 forks source link

Breaking Change: Default define urimap to https #87

Closed awharn closed 4 years ago

awharn commented 4 years ago

Default URIMAPs to use HTTPS over HTTP. Add options for defining the TCPIPService for a URIMAP to use, Client authentication scheme, and Client certificates. Add field to define certificate to use for system tests.

Resolves #61

codecov[bot] commented 4 years ago

Codecov Report

Merging #87 into next will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             next     #87      +/-   ##
=========================================
+ Coverage   94.25%   94.3%   +0.04%     
=========================================
  Files          74      74              
  Lines         749     755       +6     
  Branches       86      89       +3     
=========================================
+ Hits          706     712       +6     
  Misses         43      43
Impacted Files Coverage Δ
...li/define/urimap-client/UrimapClient.definition.ts 100% <ø> (ø) :arrow_up:
src/cli/-strings-/en.ts 100% <ø> (ø) :arrow_up:
...li/define/urimap-server/UrimapServer.definition.ts 100% <ø> (ø) :arrow_up:
...efine/urimap-pipeline/UrimapPipeline.definition.ts 100% <ø> (ø) :arrow_up:
...c/cli/define/urimap-client/UrimapClient.handler.ts 100% <100%> (ø) :arrow_up:
...i/define/urimap-pipeline/UrimapPipeline.handler.ts 100% <100%> (ø) :arrow_up:
...c/cli/define/urimap-server/UrimapServer.handler.ts 100% <100%> (ø) :arrow_up:
src/api/methods/define/Define.ts 96.66% <100%> (+0.23%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ec19c1...17df3cd. Read the comment docs.