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

Test and document writeCopyTo behavior on synced realms #4231

Merged
merged 8 commits into from
Jan 19, 2022

Conversation

fronck
Copy link

@fronck fronck commented Jan 17, 2022

What, How & Why?

Test and document that Realm.writeCopyTo() now supports creating copies of synced realms that may later be opened by another user to resume synchronization.

This closes #3782

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 🚦 Tests
  • 📱 Check the React Native/other sample apps work if necessary
  • 📝 Public documentation PR created or is not necessary
  • 💥 Breaking label has been applied or is not necessary

If this PR adds or changes public API's:

  • typescript definitions file is updated
  • jsdoc files updated
  • Chrome debug API is updated if API is available on React Native

@cla-bot cla-bot bot added the cla: yes label Jan 17, 2022
@fronck fronck changed the title Ff/new writecopyto Test and document writeCopyTo behavior on synced realms Jan 17, 2022
tests/js/session-tests.js Outdated Show resolved Hide resolved
tests/js/session-tests.js Outdated Show resolved Hide resolved
FFranck and others added 2 commits January 19, 2022 10:49
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Kenneth Geisshirt <[email protected]>
@fronck fronck merged commit d02b4ce into master Jan 19, 2022
@fronck fronck deleted the ff/new-writecopyto branch January 19, 2022 17:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests and docs for Realm.WriteCopy with Sync
4 participants