Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Properly typecheck types.http #14988

Merged
merged 22 commits into from
Feb 7, 2023
Merged

Properly typecheck types.http #14988

merged 22 commits into from
Feb 7, 2023

Commits on Feb 4, 2023

  1. Tweak http types in Synapse

    AFACIS these are correct, and they make mypy happier on tests.http.
    David Robertson committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b4cd41e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Type hints for test_proxyagent

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    654cfb1 View commit details
    Browse the repository at this point in the history
  2. type hints for test_srv_resolver

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    674cd0c View commit details
    Browse the repository at this point in the history
  3. test_matrix_federation_agent

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    cab89d3 View commit details
    Browse the repository at this point in the history
  4. tests.http.server._base

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    8d0727a View commit details
    Browse the repository at this point in the history
  5. tests.http.__init__

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    992679b View commit details
    Browse the repository at this point in the history
  6. tests.http.test_additional_resource

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    1eb6e4c View commit details
    Browse the repository at this point in the history
  7. tests.http.test_client

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    56d7311 View commit details
    Browse the repository at this point in the history
  8. tests.http.test_endpoint

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    d0b86f1 View commit details
    Browse the repository at this point in the history
  9. tests.http.test_matrixfederationclient

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    1f7282c View commit details
    Browse the repository at this point in the history
  10. tests.http.test_servlet

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    489a27a View commit details
    Browse the repository at this point in the history
  11. tests.http.test_simple_client

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f4679a9 View commit details
    Browse the repository at this point in the history
  12. tests.http.test_site

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    d00a46d View commit details
    Browse the repository at this point in the history
  13. One fixup in tests.server

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    d052283 View commit details
    Browse the repository at this point in the history
  14. Untyped defs

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    1196192 View commit details
    Browse the repository at this point in the history
  15. Changelog

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    d67dd8e View commit details
    Browse the repository at this point in the history
  16. Fixup syntax for Python 3.7

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b14e4f1 View commit details
    Browse the repository at this point in the history
  17. Fix olddeps syntax

    David Robertson committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    10c164e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Use a twisted IPv4 addr for dummy_address

    David Robertson committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f9b7cae View commit details
    Browse the repository at this point in the history
  2. Fix typo, thanks Sean

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    David Robertson and squahtx committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9fdd050 View commit details
    Browse the repository at this point in the history
  3. Remove redundant Optional

    David Robertson committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    85afaef View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into dmr/typing/tests.http

    David Robertson committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1905b57 View commit details
    Browse the repository at this point in the history