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

RNET-222: V10 #2011

Merged
merged 46 commits into from
Oct 14, 2020
Merged

RNET-222: V10 #2011

merged 46 commits into from
Oct 14, 2020

Conversation

nirinchev
Copy link
Member

@nirinchev nirinchev commented Sep 3, 2020

This adds support for synchronizing with MongoDB Realm along with the new datatypes Decimal128, ObjectId, and embedded objects.

Fixes #1942

Unexhaustive TODO:

Remaining API to implement

  • User.Identities
  • User.LogOutAsync
  • User.LinkCredentialsAsync
  • User.Push
  • MongoClient.*
  • MongoClient.Database.*
  • MongoClient.Collection.*
  • ? PushClient.*

Remaining API to test

  • App.EmailPasswordAuth.*
  • App.LoginAsync - all credential types
  • User.Profile.*
  • User.CustomData
  • User.Identities
  • User.LogOutAsync
  • User.LinkCredentialsAsync
  • User.Push
  • MongoClient.*
  • MongoClient.Database.*
  • MongoClient.Collection.*
  • ? PushClient.*

Dependencies

Base automatically changed from ni/junit to yg/core6 September 3, 2020 19:50
@nirinchev nirinchev changed the base branch from yg/core6 to ni/sort-descriptors September 3, 2020 19:57
Base automatically changed from ni/sort-descriptors to yg/core6 September 3, 2020 20:19
Base automatically changed from yg/core6 to master September 7, 2020 19:16
@nirinchev nirinchev changed the title V10 RNET-222: V10 Sep 18, 2020
* 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
@nirinchev nirinchev self-assigned this Oct 4, 2020
@nirinchev nirinchev marked this pull request as ready for review October 13, 2020 15:04
@nirinchev nirinchev merged commit 7b77c15 into master Oct 14, 2020
@nirinchev nirinchev deleted the v10 branch October 14, 2020 20:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Stitch SDK functionality
1 participant