Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified Sliding Sync #28515

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from
Draft

Simplified Sliding Sync #28515

wants to merge 16 commits into from

Commits on Sep 12, 2024

  1. Experimental SSS

    Working branch to get SSS functional on element-web.
    
    Requires matrix-org/matrix-js-sdk#4400
    dbkr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    df7bb61 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    7fbac10 View commit details
    Browse the repository at this point in the history
  2. Remove well-known proxy URL lookup; always use native

    This is actually required for SSS because otherwise it would use
    the proxy over native support.
    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    194362a View commit details
    Browse the repository at this point in the history
  3. Linting

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    48eec70 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    797ef2d View commit details
    Browse the repository at this point in the history
  2. Debug logging

    kegsay committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8325c59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee85f73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be76852 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Remove SS code related to registering lists and managing ranges

    - Update the spidering code to spider all the relevant lists.
    - Add canonical alias to the required_state to allow room name calcs to work.
    
    Room sort order is busted because we don't yet look at `bump_stamp`.
    kegsay committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0b142b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7621fe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    7662b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c2436 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    f90178a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb2f6d3 View commit details
    Browse the repository at this point in the history
  3. Prettier

    dbkr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    628d2bd View commit details
    Browse the repository at this point in the history
  4. prettier on tests too

    dbkr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    473d861 View commit details
    Browse the repository at this point in the history