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

Add Define URIMAP CLI and API, Delete URIMAP API #55

Closed awharn closed 4 years ago

awharn commented 4 years ago

Adds the cics define urimap-server, cics define urimap-pipeline, and cics define urimap-client CLI commands, enabling functionality requested in issue #53. Also adds the API for deleting a URIMAP, simplifying future development for issue #52.

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will not change coverage. The diff coverage is 93.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   90.87%   90.87%           
=======================================
  Files          48       48           
  Lines         493      493           
  Branches       58       58           
=======================================
  Hits          448      448           
  Misses         45       45
Impacted Files Coverage Δ
src/api/constants/CicsCmci.constants.ts 100% <ø> (ø) :arrow_up:
src/cli/-strings-/en.ts 100% <ø> (ø) :arrow_up:
src/cli/get/resource/Resource.definition.ts 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:
...li/define/urimap-client/UrimapClient.definition.ts 100% <100%> (ø) :arrow_up:
src/cli/define/Define.definition.ts 100% <100%> (ø) :arrow_up:
...c/cli/define/urimap-client/UrimapClient.handler.ts 100% <100%> (ø) :arrow_up:
...li/define/urimap-server/UrimapServer.definition.ts 100% <100%> (ø) :arrow_up:
src/api/methods/define/Define.ts 100% <100%> (ø) :arrow_up:
... and 3 more

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 180a187...bbfd1bb. Read the comment docs.

zFernand0 commented 4 years ago

Thanks for addressing some of the comments right away, and for adding the aliases also. 👍