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

Fix bug in sliding sync when using old DB. (default instance_name to "master") #17398

Merged
merged 10 commits into from
Jul 8, 2024

Commits on Jul 4, 2024

  1. Fix bug in sliding sync when using old DB.

    We don't necessarily have `instance_name` for old events (before we
    support multiple event persisters). We treat those as if the
    `instance_name` was "master".
    erikjohnston committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    59314d5 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c742b74 View commit details
    Browse the repository at this point in the history
  3. Update changelog.d/17398.bugfix

    Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
    erikjohnston and MadLittleMods authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b2880b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b177307 View commit details
    Browse the repository at this point in the history
  5. Remove unused function

    erikjohnston committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5a47fed View commit details
    Browse the repository at this point in the history
  6. Lint

    erikjohnston committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    24444a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    d15d8ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f1612e View commit details
    Browse the repository at this point in the history
  3. Update synapse/storage/databases/main/events_worker.py

    Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
    erikjohnston and MadLittleMods authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb2fc47 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Remove assertions

    erikjohnston committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c8f1411 View commit details
    Browse the repository at this point in the history