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 #6866 client side cache when running with web sockets #7182

Merged
merged 8 commits into from
Aug 5, 2024

Commits on Jul 16, 2024

  1. for #6866 start on srCache for websockets

    - also removed removed unneeded stripHashKey feature from deepEquals()
    moellep committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    166cc92 View commit details
    Browse the repository at this point in the history
  2. for #6866 removed extra autoSaves

    moellep committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3f491fb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    2f7ab5c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. for #6866 remove temp var

    moellep committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    295b505 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. for #6866 address PR comments

    moellep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    497424e View commit details
    Browse the repository at this point in the history
  2. for #6866 method order by name

    moellep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fe2aadf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    ad87094 View commit details
    Browse the repository at this point in the history
  2. for #6866 wait for onsuccess() to set db

     - change objectStore() to getObjectStore() and add doc
    moellep committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4fb62d9 View commit details
    Browse the repository at this point in the history