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

Adding a working propagator, adding to integrations and example #137

Merged

Commits on Sep 15, 2019

  1. Adding a working propagator, adding to integrations and example

    Adding a full, end-to-end example of propagation at work in the
    example application, including a test.
    
    Adding the use of propagators into the integrations.
    toumorokoshi committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    384496c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Addressing review feedback

    Fixing incorrect type annotation for WSGI getter for
    HTTPTextFormatter.
    
    Using setdefautl to enable more atomic and simple
    setting of headers.
    
    Using UnitTest style assertions vs PyTest.
    toumorokoshi committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    4e9f075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d856f9d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Merge pull request #1 from c24t/propagator-javafication

    Make getter/setter types specific to context
    toumorokoshi committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1781bcd View commit details
    Browse the repository at this point in the history
  2. Addressing feedback

    Renaming propagator to plural, to match other top level module names.
    
    Using static functions for setting / getting global httptextformat,
    and making propagator methods static.
    
    Renaming "TraceStateHTTP" to "TraceContextHTTP", since
    the latter is the correct name for the w3c spec.
    toumorokoshi committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    9789e58 View commit details
    Browse the repository at this point in the history
  3. Fixing type signatures

    toumorokoshi committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1056545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3dc75 View commit details
    Browse the repository at this point in the history
  5. fixing formatting.

    toumorokoshi committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    607a794 View commit details
    Browse the repository at this point in the history