Skip to content
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

Feature application interceptors #428

Merged
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f39d01a
Add interceptors to the ApolloClient
VisheshVadhera Apr 16, 2017
88ee9f1
Add network interceptors to the ApolloClient
VisheshVadhera Apr 16, 2017
66fa18a
Add interceptorTest class
VisheshVadhera Apr 16, 2017
211f7a3
Docs for interceptor methods
VisheshVadhera Apr 17, 2017
6cbdbbc
Merge branch 'master' of github.com:apollographql/apollo-android into…
VisheshVadhera Apr 17, 2017
4d8af52
First test for Interceptor. Yay!
VisheshVadhera Apr 17, 2017
286a11e
Delete networkInterceptors
VisheshVadhera Apr 17, 2017
1d69254
Add rewrite response test
VisheshVadhera Apr 17, 2017
488df3c
Add tests for async interceptors
VisheshVadhera Apr 17, 2017
1d83fe4
Add test for multiple requests
VisheshVadhera Apr 17, 2017
ec58cc5
Fix a failing test
VisheshVadhera Apr 17, 2017
58f745e
Add test for runtime exception
VisheshVadhera Apr 17, 2017
bc9b016
TODO: Write the remaining two tests
VisheshVadhera Apr 17, 2017
4f806a7
Reformat the order of tests
VisheshVadhera Apr 18, 2017
abecfc4
Merge branch 'master' of github.com:apollographql/apollo-android into…
VisheshVadhera Apr 18, 2017
dbd7718
Fix space
VisheshVadhera Apr 18, 2017
641e739
Fix codestyle
VisheshVadhera Apr 18, 2017
4669d55
Fix codestyle
VisheshVadhera Apr 18, 2017
5f804a5
shutdown mock webserver on teardown
VisheshVadhera Apr 18, 2017
b2ac0e7
Refactor code
VisheshVadhera Apr 18, 2017
37112cc
Code review
VisheshVadhera Apr 19, 2017
a12e264
Change customTypeAdapter & applicationInterceptor builder method names
VisheshVadhera Apr 19, 2017
0aa0340
Merge branch 'feature-extensible-interceptors' of github.com:VisheshV…
VisheshVadhera Apr 19, 2017
efdf9db
Merge branch 'master' of github.com:apollographql/apollo-android into…
VisheshVadhera Apr 20, 2017
851f994
Rename the test class
VisheshVadhera Apr 20, 2017
a5858da
Add test which checks that subsequent interceptors are not called on …
VisheshVadhera Apr 20, 2017
e0df529
Improve the documentation of the interceptor builder method
VisheshVadhera Apr 20, 2017
38b4210
Add test for dispose
VisheshVadhera Apr 20, 2017
dc684fe
Add NPE & RuntimeException tests for async interceptor
VisheshVadhera Apr 20, 2017
7e484ca
Replace builder with apolloClient creator method
VisheshVadhera Apr 20, 2017
a43bd0a
Merge branch 'master' of github.com:apollographql/apollo-android into…
VisheshVadhera Apr 21, 2017
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