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

Add ability to configure http stack #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add ability to configure http stack #52

wants to merge 2 commits into from

Commits on Apr 11, 2023

  1. Add ability to configure http stack

    This CL changes the TestRunnerService factory method to receive
    a new parameter that can be used to configure the http stack.
    
    This is especially useful for us to be able to get structured
    logs out of the Http requests of the ci-action library.
    
    Test: TestRunnerServiceImplTest
    yigit committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6340cb6 View commit details
    Browse the repository at this point in the history
  2. reformat code

    yigit committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    95f67b4 View commit details
    Browse the repository at this point in the history