-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CICS connections breaking other ZE sessions #173
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
=======================================
Coverage 93.81% 93.81%
=======================================
Files 75 75
Lines 776 776
Branches 45 44 -1
=======================================
Hits 728 728
Misses 48 48 ☔ View full report in Codecov by Sentry. |
85531d9
to
d3b74e1
Compare
39b54e9
to
7e3de0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of thoughts - look generally good though.
37980ec
to
21eb530
Compare
Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
21eb530
to
788a582
Compare
Signed-off-by: Andrew Twydell <[email protected]>
Signed-off-by: Andrew Twydell <[email protected]>
e9be358
to
10de456
Compare
Required #171 and #172
What It Does
Changes method of pulling data from CMCI from Axios HTTP requests to the CICS SDK's getResource and getCache methods. Removes the global rejectUnauthorized overrides which broke the other ZE sessions.
Review Checklist
I certify that I have:
Additional Comments
Resolves #159
Resolves #124