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

RCORE-1386 Track client reset reason in table that detects client reset cycles #7649

Merged
merged 32 commits into from
May 31, 2024

Commits on Apr 30, 2024

  1. Broke out the client reset error and action storage from PR #7542

    Michael Wilkerson-Barker committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    805add6 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Michael Wilkerson-Barker committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e2be13f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 4, 2024
    Configuration menu
    Copy the full SHA
    846cec6 View commit details
    Browse the repository at this point in the history
  2. Updates from review

    Michael Wilkerson-Barker committed May 4, 2024
    Configuration menu
    Copy the full SHA
    09bf50d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f584b72 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3f00c6b View commit details
    Browse the repository at this point in the history
  2. Removed client reset recovery_allowed flag and other updates from review

    Michael Wilkerson-Barker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c75a671 View commit details
    Browse the repository at this point in the history
  3. Fix some test failures

    Michael Wilkerson-Barker committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3d956c6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Updated pending_client_reset store to use the schema metadata tables

    Michael Wilkerson-Barker committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8a545c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6911c0a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fixed pausing a session does not hold the DB open test

    Michael Wilkerson-Barker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6c6d92d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4576d21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ef689f3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e0d3ae4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Moved ownership of reset store to SessionWrapper

    Michael Wilkerson-Barker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a5590c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d2495e2 View commit details
    Browse the repository at this point in the history
  3. Fixed migration test crash - need to save client reset error in handl…

    …e fresh realm downloaded
    Michael Wilkerson-Barker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8982e3b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e4cd874 View commit details
    Browse the repository at this point in the history
  5. Updated changelog

    Michael Wilkerson-Barker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2c9497a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Updated PendingResetStore to be static functions instead of an initia…

    …lized object; updates from review
    Michael Wilkerson-Barker committed May 23, 2024
    Configuration menu
    Copy the full SHA
    86c8f7f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 23, 2024
    Configuration menu
    Copy the full SHA
    15a4382 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Make ClientReset::error no longer optional; fixed subscriptions tests

    Michael Wilkerson-Barker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a4d9b25 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b5615ba View commit details
    Browse the repository at this point in the history
  3. updated changelog after release

    Michael Wilkerson-Barker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e937bfc View commit details
    Browse the repository at this point in the history
  4. A few updates after going over review

    Michael Wilkerson-Barker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9ab7502 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 28, 2024
    Configuration menu
    Copy the full SHA
    901f7bc View commit details
    Browse the repository at this point in the history
  2. updates from review

    Michael Wilkerson-Barker committed May 28, 2024
    Configuration menu
    Copy the full SHA
    038b50b View commit details
    Browse the repository at this point in the history
  3. Updates from review

    Michael Wilkerson-Barker committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e3cb4e5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 28, 2024
    Configuration menu
    Copy the full SHA
    39293ac View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Updates from review

    Michael Wilkerson-Barker committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a22984a View commit details
    Browse the repository at this point in the history
  2. Minor update

    Michael Wilkerson-Barker committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0df3099 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'master' of github.com:realm/realm-core into mwb/add-ext…

    …ra-client-reset-fields
    Michael Wilkerson-Barker committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1ef12b4 View commit details
    Browse the repository at this point in the history