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

chore(electric): Load and clear client reconnection info per client #1188

Merged
merged 10 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Implement Repo.Client.query/2

    alco committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ac9acd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fc8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6149bbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49806cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84d5653 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bab877 View commit details
    Browse the repository at this point in the history
  7. Load cached reconnection info for all clients first, reload on demand

    This gets rid of the batching and debouncing logic in favour of
    a simpler approach.
    alco committed May 6, 2024
    Configuration menu
    Copy the full SHA
    58e415b View commit details
    Browse the repository at this point in the history
  8. Revert "Deduplicate setup_with_mocks() calls in WsServerTest"

    This reverts commit e9ab0c4.
    alco committed May 6, 2024
    Configuration menu
    Copy the full SHA
    01dabfa View commit details
    Browse the repository at this point in the history
  9. Fix matches in the e2e test

    alco committed May 6, 2024
    Configuration menu
    Copy the full SHA
    77c5cd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1d6854 View commit details
    Browse the repository at this point in the history