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

Add missing type hints to synapse.logging.context #11556

Merged
merged 17 commits into from
Dec 14, 2021

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    1afcfd7 View commit details
    Browse the repository at this point in the history
  2. Use gather_results where appropriate

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d6dadd9 View commit details
    Browse the repository at this point in the history
  3. Add type hints for make_deferred_yieldable

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    2f19d0c View commit details
    Browse the repository at this point in the history
  4. Fix fallout from make_deferred_yieldable type hints

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    262e91d View commit details
    Browse the repository at this point in the history
  5. Correct txredisapi stubs

    txredisapi is based on Twisted and uses `Deferred`s instead of async
    functions.
    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    40a48a0 View commit details
    Browse the repository at this point in the history
  6. Add type hints for run_in_background

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    498bcd7 View commit details
    Browse the repository at this point in the history
  7. Fix fallout from run_in_background type hints

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6d28491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4eaf28 View commit details
    Browse the repository at this point in the history
  9. Add type hints for preserve_fn

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3c8e9d5 View commit details
    Browse the repository at this point in the history
  10. Fix fallout from preserve_fn type hints

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c305227 View commit details
    Browse the repository at this point in the history
  11. Add newsfile

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d32d27b View commit details
    Browse the repository at this point in the history
  12. Fix cyclic import

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    38c7390 View commit details
    Browse the repository at this point in the history
  13. Add missing type hints

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4768efc View commit details
    Browse the repository at this point in the history
  14. Reword comment on assert

    Sean Quah committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    5cbf3c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1886750 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3f9a04b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

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