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

Batch look-ups to see if rooms are partial stated. #14917

Merged
merged 14 commits into from
Jan 26, 2023

Commits on Jan 26, 2023

  1. Batch look-ups to see if rooms are partial stated.

    clokep authored and David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e8a96bc View commit details
    Browse the repository at this point in the history
  2. Fix issues found in linting.

    clokep authored and David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    16487c9 View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    clokep authored and David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9f4a5c1 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    2 people authored and David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    528183b View commit details
    Browse the repository at this point in the history
  5. Clarify comments.

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    2 people authored and David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1ce0bd2 View commit details
    Browse the repository at this point in the history
  6. Also improve the cache size while we're at it

    David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5c1fe0b View commit details
    Browse the repository at this point in the history
  7. is_partial_state_rooms -> is_partial_state_room_batched

    David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e01b43a View commit details
    Browse the repository at this point in the history
  8. Run black

    David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    71c4fd8 View commit details
    Browse the repository at this point in the history
  9. Improve annotation for simple_select_many_batch

    David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e0f863d View commit details
    Browse the repository at this point in the history
  10. Fix is_partial_state_room_batched impl

    David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    874f520 View commit details
    Browse the repository at this point in the history
  11. Okay, _actually_ fix impl

    David Robertson committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8607804 View commit details
    Browse the repository at this point in the history
  12. Update description.

    clokep authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    bafea9e View commit details
    Browse the repository at this point in the history
  13. Update synapse/storage/databases/main/room.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c0f61d3 View commit details
    Browse the repository at this point in the history
  14. Run black.

    clokep committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1eb1071 View commit details
    Browse the repository at this point in the history