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

Modify HttpRequestTemplate and HttpResourceGroup to be DI friendly #138

Merged
merged 27 commits into from
Jul 29, 2014
Merged

Modify HttpRequestTemplate and HttpResourceGroup to be DI friendly #138

merged 27 commits into from
Jul 29, 2014

Commits on Jul 17, 2014

  1. Configuration menu
    Copy the full SHA
    5655c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Added ClientConfigFactory and RibbonTransportFactory

    Allen Wang committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    5d39d8d View commit details
    Browse the repository at this point in the history
  2. More updates.

    Allen Wang committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    d98a139 View commit details
    Browse the repository at this point in the history
  3. Make RibbonTransportFactory and ClientConfigFactory injected to HttpR…

    …esourceGroupFactory
    Allen Wang committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    24298b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c62f05 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Configuration menu
    Copy the full SHA
    5c67188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93a707 View commit details
    Browse the repository at this point in the history
  3. Merge with allen's fixes

    elandau committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    1291c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4c5cc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c02144b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1361628 View commit details
    Browse the repository at this point in the history
  7. Update to rxjava 0.19+

    elandau committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    f3e8cdf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Configuration menu
    Copy the full SHA
    4e85836 View commit details
    Browse the repository at this point in the history
  2. Rename HttpResourceGroupFactory to RibbonResourceFactory. Remove Http…

    …RequestTemplateFactory. Move ClientConfigFactory to core. Revert the changes to toBlockingObservable().
    Allen Wang committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    fa0921b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from allenxwang/eran-di

    Some refactoring and renaming
    elandau committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    9537655 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr/1'

    elandau committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    4d0ced0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1db9e91 View commit details
    Browse the repository at this point in the history
  6. Provide example for RxMovieProxy using Guice

    Modify RxMovieClientTestBase to use ephemeral ports instead of Random
    ports
    elandau committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    0695314 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Configuration menu
    Copy the full SHA
    51ba17b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Use local mocked HTTP server to test redirecting.

    Allen Wang committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    b566eb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from allenxwang/eran-di

    Use local mocked HTTP server to test redirecting.
    elandau committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    a2f9c87 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Configuration menu
    Copy the full SHA
    3f12bcd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Make RibbonResourceFactory and RibbonTransportFactory abstract class …

    …for future extension. Removed APIs to create proxy from ResourceGroup.
    Allen Wang committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    06abf85 View commit details
    Browse the repository at this point in the history
  2. Minor changes.

    Allen Wang committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    b020c1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from allenxwang/eran-di

    Make RibbonResourceFactory and RibbonTransportFactory abstract class for future extension. Removed APIs to create proxy from ResourceGroup.
    elandau committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    0d3aac8 View commit details
    Browse the repository at this point in the history
  4. Added test for custom binding of ClientConfigFactory.

    Allen Wang committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    df8bed4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from allenxwang/eran-di

    Added test for custom binding of ClientConfigFactory.
    elandau committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    5c11e05 View commit details
    Browse the repository at this point in the history