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

Comments on the /sync tentacles #11494

Merged
merged 23 commits into from
Dec 2, 2021
Merged

Comments on the /sync tentacles #11494

merged 23 commits into from
Dec 2, 2021

Commits on Dec 1, 2021

  1. comment wait_for_sync_for_user

    David Robertson committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    dc3d504 View commit details
    Browse the repository at this point in the history
  2. Comment current_sync_for_user

    David Robertson committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    39a376d View commit details
    Browse the repository at this point in the history
  3. Comment generate_sync_result

    David Robertson committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7da68f7 View commit details
    Browse the repository at this point in the history
  4. Comment _generate_sync_entry_for_to_device

    David Robertson committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a91bf8b View commit details
    Browse the repository at this point in the history
  5. Comment _generate_sync_entry_for_rooms

    David Robertson committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    326bc74 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Small refactor in _get_all_rooms

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d107917 View commit details
    Browse the repository at this point in the history
  2. Comment for and rename inside _have_rooms_changed

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    fd66d02 View commit details
    Browse the repository at this point in the history
  3. Comments to stream.py

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ef9482a View commit details
    Browse the repository at this point in the history
  4. Typo fix

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f7fdab3 View commit details
    Browse the repository at this point in the history
  5. Comment for _get_rooms_changed

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9932b6d View commit details
    Browse the repository at this point in the history
  6. Fix URL line break

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6a506c4 View commit details
    Browse the repository at this point in the history
  7. Changelog

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4a995ce View commit details
    Browse the repository at this point in the history
  8. linty

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    15c022d View commit details
    Browse the repository at this point in the history
  9. Fix a couple of typos

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    3eca8bc View commit details
    Browse the repository at this point in the history
  10. Rewrite current_sync_for_user docstring

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d9c3c15 View commit details
    Browse the repository at this point in the history
  11. Use explicit inequality signs

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6908482 View commit details
    Browse the repository at this point in the history
  12. Itemise the 4-tuple

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    52929d0 View commit details
    Browse the repository at this point in the history
  13. Expand comments in _get_rooms_changed

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    3954082 View commit details
    Browse the repository at this point in the history
  14. Comment _get_all_rooms

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d0c15cc View commit details
    Browse the repository at this point in the history
  15. Explicitly describe order in get_recent_events_for_room

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    a165e27 View commit details
    Browse the repository at this point in the history
  16. Add type annotations for the five lists

    I think mypy can deduce these, but I find it helpful as a reader to have them.
    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    90dd4da View commit details
    Browse the repository at this point in the history
  17. Oops, re-create empty lists!

    David Robertson committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9a0a16b View commit details
    Browse the repository at this point in the history
  18. Typo fixes, thanks Patrick!

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    c04d7e2 View commit details
    Browse the repository at this point in the history