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 django #2714

Merged
merged 46 commits into from
Jul 22, 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
  2. django

    lzchen committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    45a8808 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfa3292 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. wsgi

    lzchen committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cd714f9 View commit details
    Browse the repository at this point in the history
  2. chagelog

    lzchen committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    240e994 View commit details
    Browse the repository at this point in the history
  3. asgi

    lzchen committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a454db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b94396d View commit details
    Browse the repository at this point in the history
  5. lint

    lzchen committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    80e1ce3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e76d724 View commit details
    Browse the repository at this point in the history
  7. lint

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

Commits on Jul 19, 2024

  1. Update CHANGELOG.md

    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1ba98d5 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 19, 2024
    Configuration menu
    Copy the full SHA
    6b9acaf View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Co-authored-by: Emídio Neto <[email protected]>
    lzchen and emdneto authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c719502 View commit details
    Browse the repository at this point in the history
  4. lint

    lzchen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ae17c7c View commit details
    Browse the repository at this point in the history
  5. Update test_middleware.py

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

Commits on Jul 22, 2024

  1. lint

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

    lzchen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9adb588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    985b28e View commit details
    Browse the repository at this point in the history
  4. fixes

    lzchen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3af7e5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4622d74 View commit details
    Browse the repository at this point in the history
  6. test

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

    lzchen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9f0ae9a View commit details
    Browse the repository at this point in the history
  8. tests

    lzchen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fef7677 View commit details
    Browse the repository at this point in the history
  9. Update test_middleware.py

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