Updated aio libraries aio-lib-cloudmanager and aio-lib-core-networking to incorporate HTTP/HTTPS proxy fix#663
Closed
pahupe wants to merge 2 commits intoadobe:mainfrom
Closed
Conversation
…-core-networking. fixes adobe#662 chore(deps): also updated dependencies to all other aio libraries docs(test): added details for test execution (debug log output breaks test) BREAKING CHANGE: Using new major versions of aio libraries
Contributor
|
Handled in #664 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore(deps): updated dependencies to aio-lib-cloudmanager and aio-lib-core-networking. fixes #662
chore(deps): also updated dependencies to all other aio libraries
docs(test): added details for test execution (debug log output breaks test)
Description
Core change: two aio libraries have been updated to incorporate existing fixes. This would fix the issue #662: aio-cli-plugin-cloudmanager behind an https proxy.
While at it, the other aio libraries have also been updated
Related Issue
fixes #662
Motivation and Context
Makes the fix for adobe/aio-lib-core-networking#16 available in aio-cli-plugin-cloudmanager
How Has This Been Tested?
e2e tests without a proxy configuration and without a proxy => SUCCESS
e2e tests with a proxy configuration and no active proxy => EXPECTED FAILURE
e2e tests with a proxy configuration and an active proxy (squid) => SUCCESS
Types of changes
Checklist: