Skip to content

Refactored the HTTP Client Implementation #483

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 36 commits into from
Apr 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c634e1f
Initial implementation for batch send
hiranya911 Feb 5, 2019
0ea4631
Unit tests for BatchRequestClient
hiranya911 Feb 5, 2019
26932e1
Finished sendAll() implementation
hiranya911 Feb 6, 2019
e063f4f
Fixed some lint errors
hiranya911 Feb 6, 2019
e68bf31
Fixed messaging test imports
hiranya911 Feb 6, 2019
ff24eee
Adding more tests
hiranya911 Feb 6, 2019
d3cc374
Increased test coverage
hiranya911 Feb 6, 2019
2b54313
Updated tests
hiranya911 Feb 6, 2019
2f96e3f
Implemented multipart parsing with dicer for performance
hiranya911 Feb 7, 2019
e65b8d1
Increased test coverage for HttpClient
hiranya911 Feb 7, 2019
ae23539
Added a test case for zlib
hiranya911 Feb 7, 2019
35c7131
Removed http-message-parser frm required dependencies
hiranya911 Feb 7, 2019
3c3c8d1
Added some documentation
hiranya911 Feb 7, 2019
3168d0e
Updated comments
hiranya911 Feb 7, 2019
b9a80af
Trigger CI
hiranya911 Feb 7, 2019
519d442
Implementing sendMulticast() API
hiranya911 Feb 12, 2019
69d9430
Added integration test
hiranya911 Feb 12, 2019
434bfe5
Fixed some typos; Reduced batch size limit to 100
hiranya911 Feb 19, 2019
80c44ba
Merge branch 'master' into hkj-fcm-batch
hiranya911 Feb 21, 2019
64eb6e6
More documentation and clean up
hiranya911 Mar 4, 2019
39882bb
Merged with latest hkj-fcm-batch
hiranya911 Mar 6, 2019
051e8de
Refactoring the http code
hiranya911 Mar 6, 2019
80e44c5
Cleaning up the http client code
hiranya911 Mar 7, 2019
aa07747
Further refactored the AsyncHttpCall
hiranya911 Mar 7, 2019
3311cbb
Added some comments
hiranya911 Mar 7, 2019
1e97607
Merge branch 'master' into hkj-http-cleanup
hiranya911 Mar 7, 2019
92beb51
Correct handling of entity check
hiranya911 Mar 7, 2019
19eee07
Merged with master
hiranya911 Mar 18, 2019
fd40099
Refactored the HTTP request config processing out of AsyncHttpCall
hiranya911 Mar 18, 2019
1953d12
Cleaned up the HttpRequestConfigImpl class
hiranya911 Mar 18, 2019
3362c4b
Merge branch 'master' into hkj-http-cleanup
hiranya911 Apr 1, 2019
4e9455f
Merge branch 'master' into hkj-http-cleanup
hiranya911 Apr 3, 2019
2744bd9
Merge branch 'master' into hkj-http-cleanup
hiranya911 Apr 18, 2019
98aa755
Merge branch 'hkj-http-cleanup' of github.com:firebase/firebase-admin…
hiranya911 Apr 18, 2019
fafe456
Merge branch 'master' into hkj-http-cleanup
hiranya911 Apr 18, 2019
14fe1fd
Making AsyncHttpCall constructor private
hiranya911 Apr 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading