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

Fix TraceState to adhere to specs #1502

Merged
merged 46 commits into from
Jan 20, 2021

Commits on Dec 19, 2020

  1. WIP

    srikanthccv committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    4344ce2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Working part WIP

    srikanthccv committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ee01f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ea2f9 View commit details
    Browse the repository at this point in the history
  3. Use .fullmatch for regex

    srikanthccv committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    640809c View commit details
    Browse the repository at this point in the history
  4. Remove lint rule

    srikanthccv committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a4660b9 View commit details
    Browse the repository at this point in the history
  5. Black formatting

    srikanthccv committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    39a4e4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbba511 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c110522 View commit details
    Browse the repository at this point in the history
  8. Fix exporter tests

    srikanthccv committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    e280fd4 View commit details
    Browse the repository at this point in the history
  9. Fix sdk tests

    srikanthccv committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a9eb66f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Update mutation ops

    srikanthccv committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    758bcb5 View commit details
    Browse the repository at this point in the history
  2. Remove unknown import

    srikanthccv committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    0e57e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af0c284 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Configuration menu
    Copy the full SHA
    1687914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f255c5e View commit details
    Browse the repository at this point in the history
  3. Update tests

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    bcd433a View commit details
    Browse the repository at this point in the history
  4. Remove type errors

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    476e788 View commit details
    Browse the repository at this point in the history
  5. Update docstring

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    9e9a563 View commit details
    Browse the repository at this point in the history
  6. Update docstring

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    9a23c74 View commit details
    Browse the repository at this point in the history
  7. Add CHANGELOG entry

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    98a8e3d View commit details
    Browse the repository at this point in the history
  8. Lint fixes

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    883e80e View commit details
    Browse the repository at this point in the history
  9. Updte contrib repo SHA

    srikanthccv committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    ae755d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

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

Commits on Jan 5, 2021

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

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    c89b7b6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'trace-state-fix' of github.com:lonewolf3739/opentelemet…

    …ry-python into trace-state-fix
    srikanthccv committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    c125fee View commit details
    Browse the repository at this point in the history
  3. Fix mypy

    srikanthccv committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f5f7870 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    srikanthccv committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8ebe62c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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

Commits on Jan 8, 2021

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

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    344b6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea21fd View commit details
    Browse the repository at this point in the history
  3. Update contrib repo SHA

    srikanthccv committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2fb93c9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'trace-state-fix' of github.com:lonewolf3739/opentelemet…

    …ry-python into trace-state-fix
    srikanthccv committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f85aa23 View commit details
    Browse the repository at this point in the history
  5. Fix docs

    srikanthccv committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6234ae1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a6ca2a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

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

Commits on Jan 15, 2021

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

Commits on Jan 16, 2021

  1. Apply suggestions from code review

    Co-authored-by: Aaron Abbott <aaronabbott@google.com>
    srikanthccv and aabmass committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e72294a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233e15f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7de36 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    2ff5aae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    246f4a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f88937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4013599 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

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