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

Java version of curl request filter #178

Merged
merged 14 commits into from
Jun 14, 2018
Merged

Java version of curl request filter #178

merged 14 commits into from
Jun 14, 2018

Commits on Mar 23, 2018

  1. Remove duplicated logic/setup from tests

    Additionally, by using AkkaServerProvider, we are able to
    remove the need to run sequentially.
    marcospereira committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    b519b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d53d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f8d1b View commit details
    Browse the repository at this point in the history
  4. Java version of curl-logger request filter

    This required some changes in StandaloneWSRequest interface so
    that we can access more information to create the request filter. The
    good thing is that we bring Scala and Java APIs closer.
    marcospereira committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    ebe034b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e9e9b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    970a713 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cbd741 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31c702c View commit details
    Browse the repository at this point in the history
  9. Configure mima filters

    marcospereira committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    3367285 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8201f0 View commit details
    Browse the repository at this point in the history
  11. Fixes after rebase

    marcospereira committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    594ed30 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    marcospereira committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    790e6b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dde98f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f5054c View commit details
    Browse the repository at this point in the history