-
Notifications
You must be signed in to change notification settings - Fork 615
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
Faraday #998
Merged
Merged
Faraday #998
Changes from 35 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9ba2f5f
replace httpi with faraday, pull in rubyntlm since it'll be needed fo…
LukeIGS 1473978
remove httpi mock adapter implementations, since faraday has its own …
LukeIGS 7fd858e
create a helper for mocking out faraday responses
LukeIGS e6f0823
remove hashes from in front of descriptions because it breaks rubymin…
LukeIGS 4309008
mock expectations use faraday responses now
LukeIGS da1c429
use faraday approaches to determining error stats
LukeIGS 7fc03ff
more faraday field renames
LukeIGS 017711d
use faraday for observer specs
LukeIGS e024205
remove direct reliance on an http client in options; add an error for…
LukeIGS 69e68bf
update response_spec to use faraday logic
LukeIGS 92ee244
update the integration test to use an existent service and faraday logic
LukeIGS 118125c
more httpi removal
LukeIGS 6f2d6aa
rip out httpi; pass the connection around and use faraday post since …
LukeIGS b70b003
update dependency version constraints so CI errors out for a more cle…
LukeIGS e9192ef
uncomment a spec that i accidentally left commented
LukeIGS 3b6a87f
fix ssl version spec, remove specs for functionality unsupported by f…
LukeIGS 2799f0f
remove infinite recursion comment since it was an error in the spec
LukeIGS 4cebdf8
use from initializer for env for 2.7 compat
LukeIGS c5d8720
refactor to use the Responses helper to mock faraday responses
LukeIGS 2d57a45
extraction refactor
LukeIGS 7776c4e
standardize parenthesis use a bit more
LukeIGS a10ec73
extract connection to a protected attribute
LukeIGS fead8e7
fix a typeo
LukeIGS 3bc87c7
mixed janitorial work
LukeIGS 298f163
Merge branch 'master' into faraday
pcai 6562ecf
change cookies to make more sense, document new usage
LukeIGS 1482387
also document empty string case
LukeIGS 5875622
Merge branch 'faraday' of github.com:LukeIGS/savon into faraday
LukeIGS 636e2dd
Merge branch 'main' of github.com:savonrb/savon into faraday
LukeIGS 335adeb
use the correct wasabi version
LukeIGS a381d7a
follow rack and remove support for digest auth
LukeIGS 6b336a2
more digest removals, update the changelog
LukeIGS 3f1ecbf
forgot to deprecate ssl cert key files
LukeIGS a19bb89
add httpclient as a development dep so we can run our tests on 3.4
LukeIGS 04eeea6
add mutex_m as a development dep so we can run our tests on 3.4, sinc…
LukeIGS d35cf7b
Merge branch 'main' into faraday
pcai 4fb9fed
don't use reflection to find the calling method for deprecate since t…
LukeIGS c726d38
Merge branch 'faraday' of github.com:LukeIGS/savon into faraday
LukeIGS 892f1fb
returns the faraday response
LukeIGS 959b618
less magic, re-enable open timeout test
LukeIGS a70a1e6
less magic, re-enable open timeout test
LukeIGS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
why do this?