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

HTTP semantic convention stability migration for urllib #2736

Merged
merged 50 commits into from
Jul 30, 2024

Commits on Apr 3, 2024

  1. Update .pylintrc

    lzchen committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    27e4c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 16, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 24, 2024

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

Commits on May 13, 2024

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

Commits on May 22, 2024

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

Commits on May 23, 2024

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

Commits on May 28, 2024

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

Commits on May 31, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 12, 2024

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

Commits on Jun 14, 2024

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

Commits on Jun 17, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 11, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    1796b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9731e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 18, 2024

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

Commits on Jul 22, 2024

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

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    5993cfd View commit details
    Browse the repository at this point in the history
  2. urllib

    lzchen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f477c4c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. tests

    lzchen committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a7d8393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3502a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. lint

    lzchen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3a06428 View commit details
    Browse the repository at this point in the history
  2. lint

    lzchen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ecaa7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97c1964 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    lzchen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    21f7f80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39e82b4 View commit details
    Browse the repository at this point in the history
  6. lint

    lzchen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f13cc2b View commit details
    Browse the repository at this point in the history
  7. pylint

    lzchen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    695569d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update CHANGELOG.md

    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cdf3ed5 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a1ce13c View commit details
    Browse the repository at this point in the history
  3. Update instrumentation/opentelemetry-instrumentation-urllib/src/opent…

    …elemetry/instrumentation/urllib/__init__.py
    
    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c91d6fb View commit details
    Browse the repository at this point in the history
  4. Update instrumentation/opentelemetry-instrumentation-urllib/src/opent…

    …elemetry/instrumentation/urllib/__init__.py
    
    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a715501 View commit details
    Browse the repository at this point in the history
  5. flavor

    lzchen committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bb1cabb View commit details
    Browse the repository at this point in the history
  6. flavor

    lzchen committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b51f8b7 View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    lzchen committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    463b0fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    def5568 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update instrumentation/opentelemetry-instrumentation-urllib/src/opent…

    …elemetry/instrumentation/urllib/__init__.py
    
    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    de38908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474d4d5 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    lzchen committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8c5a578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb8b3c2 View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    lzchen committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1924c5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7895e7d View commit details
    Browse the repository at this point in the history