-
Notifications
You must be signed in to change notification settings - Fork 322
Feat: gzip/decompressed response content handling #584
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
Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
ef6d872
feat: asyncio http request logic and asynchronous credentials log c
anibadde 0a63b3c
feat: all asynchronous credentials types implemented and with tests
anibadde 1fb2bce
included system tests for the asynchronous auth library
anibadde 06606ff
feat: added the private scope for Response class
anibadde cd57fad
feat: added docstring for Auth Session request method
anibadde a38e333
fix: Changed initialization of client session to within an async cont…
anibadde 57d6d10
changed aiohttp_requests abbreviation for the async authorized sessio…
anibadde 1db84f2
Merge branch 'auth1' into auth2
anibadde cc14082
fix: changed abbrevation of the aiohttp_requests file
anibadde 80d005f
Merge branch 'auth2' into auth3
anibadde aa6ece2
fix: comments on PR regarding shared data between requests and aiohtt…
anibadde d88839b
fix: fixed noxfile test dependency sharing
anibadde dfc6251
fix: Made fixes based on comments on first PR
anibadde c62dd1a
fix: fixed the noxfile dependencies between sync and async unit tests
anibadde 7080d14
fix: cover async dependency
anibadde 8122dbb
Merge branch 'auth1' into auth2
anibadde b8b585a
Merge branch 'auth2' into auth3
anibadde 77ca4c7
Merge branch 'async' into auth2
anibadde b4c306f
fix: merge conflict issue with credentials
anibadde 9ddb911
fix: merge conflict #2
anibadde 8f2d0ef
fix: changed duplicated constants for sync-->async inheritance relati…
anibadde 9ec8277
fix: async docstring
anibadde 8f254de
refactoring
anibadde aa04dc9
fix: refactoring
anibadde 0c4c3b6
fix: first round of comments, refactoring and test duplication changes
anibadde 92175f2
fix: removed duplication in _default_async
anibadde 2b29a54
Merge branch 'auth2' into auth3
anibadde 337c772
compute engine and metadata changes
anibadde 77d7b6e
fix: removed oauth2 client
anibadde fd30685
added further system tests and refactored
anibadde 0ba2dda
Merge branch 'auth2' into auth3
anibadde 50f7fb7
Merge branch 'async' into auth3
anibadde 1d7c8dc
modified aiohttp request docstring
anibadde f7b49ed
refactoring and fixing comments
anibadde dd92972
refactored system tests and re-wrote nox file
anibadde c8a61c0
metadata typo
anibadde 53567f2
fix: nox file tests added
anibadde 1ed6e11
fix: directory path in app_engine
anibadde 81d77d2
with commented changes for decompressing
anibadde e3ac25b
fix: gzip
anibadde 440fdcd
add helper, more to do
crwilcox 2795786
simplify encoding check
crwilcox 7dcdd23
fix: gzip autodecompress changes
anibadde 4a16f7c
separate response classes
crwilcox 8c2a10d
fix: mock response with raw/decompressed changes
anibadde 0bc1ff0
Merge branch 'gzip' of https://github.com/AniBadde/google-auth-librar…
anibadde 5e86c23
remove commented code
crwilcox f234566
add missing methods to complete respons interface
crwilcox 06769c4
fix: changes
anibadde 4facfed
Merge branch 'gzip' of https://github.com/AniBadde/google-auth-librar…
anibadde 5caccea
remove commented code
crwilcox c0d003b
blacken
crwilcox 74d1c65
lint
crwilcox 111c27b
move _CombinedResponse to resumable media
crwilcox 2fc6c00
Merge branch 'gzip' of https://github.com/AniBadde/google-auth-librar…
anibadde 4b2cfb3
Merge branch 'async' into gzip
anibadde 4980fcc
fix: gzip changes
anibadde 3b56a68
fix: changes for passes
anibadde 1a9b873
fix: current auth state client_async
anibadde 4cebd8f
fix: current state
anibadde b47cbb6
Update google/oauth2/_client_async.py
anibadde cce1738
fix: comment addressing
anibadde 6955a69
Merge branch 'gzip' of https://github.com/AniBadde/google-auth-librar…
anibadde 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 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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.