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

mypy plugin to check @cached return types #14911

Merged
merged 44 commits into from
Oct 2, 2023
Merged

Commits on Jan 25, 2023

  1. WIP mypy plugin to check @cached return types

    David Robertson committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    eb24cdb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Whoops, Sequence is immutable

    David Robertson committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d2cbac3 View commit details
    Browse the repository at this point in the history
  2. WIP

    David Robertson committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    90631ac View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    4eb7de9 View commit details
    Browse the repository at this point in the history
  2. Update comments.

    clokep committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ad1c28a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88323dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    676c858 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. cachedList wraps Mapping

    clokep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    008ef3f View commit details
    Browse the repository at this point in the history
  2. Fix-up errors in tests.

    clokep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8aa4e87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f3c036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c94574 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5fec7f View commit details
    Browse the repository at this point in the history
  6. FIx-up push related caching.

    clokep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9a62053 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc61862 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a27a67f View commit details
    Browse the repository at this point in the history
  9. Update receipts code.

    clokep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8f7f4d7 View commit details
    Browse the repository at this point in the history
  10. Update e2e keys & devices.

    clokep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9fdc5a1 View commit details
    Browse the repository at this point in the history
  11. Update appservice stuff.

    clokep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d8cce5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef61f3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    96faa34 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Kick CI

    clokep committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2f75929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7849b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1b15b View commit details
    Browse the repository at this point in the history
  4. Revert "Kick CI"

    This reverts commit 2f75929.
    clokep committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    451c9b1 View commit details
    Browse the repository at this point in the history
  5. Newsfragment

    clokep committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d52e30c View commit details
    Browse the repository at this point in the history
  6. FIx-up sync changes.

    clokep committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    47b7ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

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

Commits on Sep 25, 2023

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

Commits on Sep 29, 2023

  1. Correct context

    erikjohnston committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    745ad61 View commit details
    Browse the repository at this point in the history
  2. Remove ignores for call-sites.

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    03b0e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c07b1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    460ed3c View commit details
    Browse the repository at this point in the history
  5. Actually check cachedList.

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fbecb56 View commit details
    Browse the repository at this point in the history
  6. Fix incorrect generic.

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dba8e72 View commit details
    Browse the repository at this point in the history
  7. Lint

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4f06d85 View commit details
    Browse the repository at this point in the history
  8. Abstract shared code.

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3875662 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb4ff5d View commit details
    Browse the repository at this point in the history
  10. Update comments.

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    06ddf65 View commit details
    Browse the repository at this point in the history
  11. Lint

    clokep committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9b7ee03 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    e2f599d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da377cf View commit details
    Browse the repository at this point in the history
  3. Fix duplicate word.

    Co-authored-by: David Robertson <davidr@element.io>
    clokep and David Robertson committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a2956a6 View commit details
    Browse the repository at this point in the history