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

Provide CryptoStore::mark_inbound_group_sessions_as_backed_up on stores and use it in BackupMachine::mark_request_as_sent #2934

Merged
merged 10 commits into from
Dec 15, 2023

Commits on Dec 12, 2023

  1. Provide CryptoStore::mark_sessions_as_backed_up on stores and use it …

    …in BackupMachine::mark_request_as_sent
    
    Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
    andybalaam committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4ebb8e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Formatting

    andybalaam committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f879f3d View commit details
    Browse the repository at this point in the history
  2. Clippy fixes

    andybalaam committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    794b7ea View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    9e67b6f View commit details
    Browse the repository at this point in the history
  2. Move repeat_vars into utils so it can be reused

    Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
    andybalaam committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    03aad4e View commit details
    Browse the repository at this point in the history
  3. Move chunk_large_query_over into SqliteObjectExt so it can be reused

    Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
    andybalaam committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dfb33c9 View commit details
    Browse the repository at this point in the history
  4. Switch to using chunk_large_query_over in mark_inbound_group_sessions…

    …_as_backed_up
    
    Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
    andybalaam committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    512509c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Remove comments in favour of a separate PR with type aliases

    Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
    andybalaam committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a032d33 View commit details
    Browse the repository at this point in the history
  2. Delete accidentally-copied repeat_vars function

    Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
    andybalaam committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0cf99db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3101ba View commit details
    Browse the repository at this point in the history