-
Notifications
You must be signed in to change notification settings - Fork 167
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
RNET-222: V10 #2011
Merged
RNET-222: V10 #2011
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Sep 3, 2020
48cec07
to
e67c2f0
Compare
* Refactor RealmObject to reduce the number of methods * more fixes * some comments * Use PrimitiveValue for queries too * some after-rebase fixes
* Replace I1 with U1 for bools * Revert to using property indices (cherry picked from commit f00e79a7ebed995bfeb7b64914a593d34eb7ef91)
* replace sync manager with app * Start working on MDB Realm - Expose App - Expose AppConfiguration - Move stuff from User to App - Expose the new credentials - Move Realm_OpenWithSync to SharedRealm - Replace Uri with partition in SyncConfig * wire up the network transport (without error handling) * Add AppException class Add App.EmailPasswordAuth Add User.Profile * Correct content encoding for the message body * Try to get ci running * Fix a compilation error * Fix compile #2 * Add docs for Credentials * Try using sh instead of readfile * another try * Try with a custom app * .. * . * Test fixes * Reenable session tests * Reenable more tests * Reenable more tests * Try to get some sleep * inline the sleep * Try to cat the app_id instead of executing it 🤦♂️ * 🤞 * Add port to baas url * Preserve some serializers * Add user.customdata * Fix tests * Add User.Provider * Use unencrypted metadata realm for tests * Lock the stringbuilder * More attempts to compact the Realm * some docs + warning fixes * Add more docs * Fix some warnings * Rework errors + add api key creation * Add api key tests * fix displayed sdk and platform versions * Add function support * Make the error code internal * more function tests * Add docs for functions * More tests * wip * Add docs for remote mongo client * Add logs link to app exceptions * Add v10 as package publishing branch * Build the package as 10.0.0 * Clean up some things * Clean up some json serialization code * Some cleanup * preserve object serializer * Try to fix iOS tests * Mount /tmp on docker builds for caching purposes
* clean up tests and ensure we delete everything we create * Try to fix linux tests * Increase the dummy data size in release
* Implement MongoCollection APIs * Some test fixes * More tests * Final methods * Update OS * Fix tests with recursive embedded objects * don't link MongoDB.Bson
* Update to latest Core/Sync * Clean up changelog + update OS
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support for synchronizing with MongoDB Realm along with the new datatypes
Decimal128
,ObjectId
, and embedded objects.Fixes #1942
Unexhaustive TODO:
FullSyncConfiguration
toSyncConfiguration
and get rid of base classRemaining API to implement
Remaining API to test
Dependencies