-
Notifications
You must be signed in to change notification settings - Fork 316
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
allow for handling of redirects in toml resolver #1053
allow for handling of redirects in toml resolver #1053
Conversation
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.
Cool feature, thank you! It'd be awesome if you added a little blurb in the CHANGELOG about this, too 👏
Ah yes, @KyleSmith19091 you need to gpg sign your commits for them to be merged into this repo 🙏 |
8217e25
to
f714a5b
Compare
Signed-off-by: KyleSmith19091 <[email protected]>
Signed-off-by: KyleSmith19091 <[email protected]>
Signed-off-by: KyleSmith19091 <[email protected]>
Signed-off-by: KyleSmith19091 <[email protected]>
Signed-off-by: KyleSmith19091 <[email protected]>
Signed-off-by: KyleSmith19091 <[email protected]>
f714a5b
to
8963883
Compare
@Shaptic would you mind just taking a look again, I merged master and noticed the change from using axios to instead using the httpClient interface, so just had to make a small change |
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.
One last comment re: tests but this looks great otherwise!
* allow for handling of redirects * correct unit tests for resolver * add maxRedirects to http client request config --------- Signed-off-by: KyleSmith19091 <[email protected]> Co-authored-by: George <[email protected]>
Linked Issue: #1052