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

Claim local one-time-keys in bulk #16565

Merged
merged 15 commits into from
Oct 30, 2023
Merged

Claim local one-time-keys in bulk #16565

merged 15 commits into from
Oct 30, 2023

Commits on Oct 27, 2023

  1. Duplicate the two code paths

    David Robertson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    651e5a2 View commit details
    Browse the repository at this point in the history
  2. Simplify

    David Robertson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    cabe113 View commit details
    Browse the repository at this point in the history
  3. Pull out the helpers to methods

    Otherwise symbols like `count` start to clash. Also my brain hurts.
    David Robertson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bcb2ba5 View commit details
    Browse the repository at this point in the history
  4. Docstring tweak

    David Robertson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    49fa421 View commit details
    Browse the repository at this point in the history
  5. Require query_list: Collection

    I'm gonna iterate over it multiple times.
    David Robertson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e30ae68 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Bulk claim OTKs

    David Robertson committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    da69538 View commit details
    Browse the repository at this point in the history
  2. Don't bother using the bulk query on SQLite

    We could probably use executemany? But I don't care.
    David Robertson committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c8abf55 View commit details
    Browse the repository at this point in the history
  3. Changelog

    David Robertson committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f34624b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update changelog.d/16565.feature

    David Robertson authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d1c7fff View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fix docstring formatting

    Co-authored-by: Patrick Cloke <[email protected]>
    David Robertson and clokep authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    14327cd View commit details
    Browse the repository at this point in the history
  2. New test case

    David Robertson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    24c032e View commit details
    Browse the repository at this point in the history
  3. Drive-by docstring

    David Robertson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    34016d8 View commit details
    Browse the repository at this point in the history
  4. Define missing using a comprehension

    David Robertson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    19e1427 View commit details
    Browse the repository at this point in the history
  5. Add back in the missing comprehension condition

    David Robertson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6dd13b7 View commit details
    Browse the repository at this point in the history
  6. Fix test expectations

    Co-authored-by: Patrick Cloke <[email protected]>
    David Robertson and clokep authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    71c91e5 View commit details
    Browse the repository at this point in the history