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-2185 Sync client should steal file ident of fresh realm when performing client reset #7850

Merged
merged 30 commits into from
Jul 3, 2024

Commits on Jun 27, 2024

  1. Initial changes to use the file ident from the fresh realm during cli…

    …ent reset
    Michael Wilkerson-Barker committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    520faad View commit details
    Browse the repository at this point in the history
  2. Fixed failing realm_sync_test tests

    Michael Wilkerson-Barker committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b1b1dd9 View commit details
    Browse the repository at this point in the history
  3. lint

    Michael Wilkerson-Barker committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5e1e1e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    73ad369 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Michael Wilkerson-Barker committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f5e1044 View commit details
    Browse the repository at this point in the history
  3. Don't send UPLOAD Messages while downloading fresh realm

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

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4b02363 View commit details
    Browse the repository at this point in the history
  5. Allow sending QUERY bootstrap for fresh download sessions

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

Commits on Jun 29, 2024

  1. Added SHARED_GROUP_FRESH_PATH to generate path for fresh realm

    Michael Wilkerson-Barker committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3a2af9a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/fix-cli…

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    aae37b7 View commit details
    Browse the repository at this point in the history
  3. Removed SHARED_GROUP_FRESH_PATH and used session_reason setting instead

    Michael Wilkerson-Barker committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6842197 View commit details
    Browse the repository at this point in the history
  4. Some cleanup after tests passing

    Michael Wilkerson-Barker committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2ddca98 View commit details
    Browse the repository at this point in the history
  5. Added test to verify no UPLOAD messages are sent during fresh realm d…

    …ownload
    Michael Wilkerson-Barker committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    86ca88a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Use is_fresh_path to determine if hook event called by client reset f…

    …resh realm download session
    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    005fea6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/fix-cli…

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    705a114 View commit details
    Browse the repository at this point in the history
  3. Fixed tsan failure around REQUIRE() within hook event callback in flx…

    …_migration test
    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    59a7b51 View commit details
    Browse the repository at this point in the history
  4. Updates from review and streamlined changes based on recommendations

    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5072e32 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:realm/realm-core into mwb/fix-cli…

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1e51055 View commit details
    Browse the repository at this point in the history
  6. Some minor cleanup after self review

    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    427d8fe View commit details
    Browse the repository at this point in the history
  7. Reverted some test changes that are no longer needed

    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c82d03b View commit details
    Browse the repository at this point in the history
  8. More updates from review

    Michael Wilkerson-Barker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bacdd57 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Updated logic for when to perform a client reset diff

    Michael Wilkerson-Barker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    49ec153 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/fix-cli…

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f5569c1 View commit details
    Browse the repository at this point in the history
  3. Updated fresh realm download to update upload progress but not send u…

    …pload messages
    Michael Wilkerson-Barker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    043a470 View commit details
    Browse the repository at this point in the history
  4. Removed has_client_reset_config flag in favor of get_cliet_reset_conf…

    …ig()
    Michael Wilkerson-Barker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f7d915c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:realm/realm-core into mwb/fix-cli…

    …ent-reset-ident
    Michael Wilkerson-Barker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    49a5016 View commit details
    Browse the repository at this point in the history
  6. Updats from the review - renamed m_allow_uploads to m_delay_uploads

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

Commits on Jul 3, 2024

  1. Updated assert

    Michael Wilkerson-Barker committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d88f2e4 View commit details
    Browse the repository at this point in the history
  2. Updated test to start with file ident, added comment about client res…

    …et and no file ident
    Michael Wilkerson-Barker committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    85abf4b View commit details
    Browse the repository at this point in the history
  3. Updated comment for m_delay_uploads

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