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

Tracer support #20

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Tracer support #20

wants to merge 20 commits into from

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    cedfbea View commit details
    Browse the repository at this point in the history
  2. wrap streaming requests and responses in Teeable

    response stream populate must happen in a thread, or the stream is
    consumed in Entrypoint.handle_result and will not be available to any
    extensions later (i.e. in worker_result)
    mattbennett committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    624eef2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

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

Commits on Jan 20, 2019

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

Commits on Jan 21, 2019

  1. tidyup adapter slightly

    mattbennett committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    370eebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf5f4e View commit details
    Browse the repository at this point in the history
  3. simplify adapter, split into multiple modules;

    test we're returning requests/responses in streams
    mattbennett committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    87207b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    1e8d6f4 View commit details
    Browse the repository at this point in the history
  2. green: tests passing

    mattbennett committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f6bd6fc View commit details
    Browse the repository at this point in the history
  3. DRY out log_result_stream

    mattbennett committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    1f7ed3f View commit details
    Browse the repository at this point in the history
  4. add grpc_context

    mattbennett committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    cdda0fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b20b8c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62a6b7a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    86bae2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceefcc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. docstrings and cleanup

    mattbennett committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    7573bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ef962 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    cc1face View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a48fb View commit details
    Browse the repository at this point in the history
  3. format cardinality

    mattbennett committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    5719bf9 View commit details
    Browse the repository at this point in the history