File tree
18 files changed
+180
-41
lines changed- buildSrc/src/main/kotlin
- packages
- external
- library-base/src/commonMain/kotlin/io/realm/kotlin
- internal
- types
- library-sync/src/commonMain/kotlin/io/realm/kotlin/mongodb
- internal
- sync
- test-base/src/commonTest/kotlin/io/realm/kotlin/test/common
- test-sync/src
- commonMain/kotlin/io/realm/kotlin/test/mongodb
- commonTest/kotlin/io/realm/kotlin/test/mongodb/common
18 files changed
+180
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
30 | 62 | | |
31 | 63 | | |
32 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
- CHANGELOG.md+49-4
- Jenkinsfile+42-70
- Package.swift+1-1
- dependencies.list+2-2
- evergreen/abspath.sh+4-5
- evergreen/build_libuv.sh-74
- evergreen/cmake_vars_utils.sh+12-12
- evergreen/config.yml+289-105
- evergreen/install_baas.sh+277-161
- evergreen/setup_baas_host.sh+147
- evergreen/setup_baas_host_local.sh+166
- evergreen/wait_for_baas.sh+75-8
- src/realm.h+18-9
- src/realm/CMakeLists.txt+1
- src/realm/exceptions.cpp+5
- src/realm/exceptions.hpp+9-3
- src/realm/exec/realmd.cpp+1-1
- src/realm/obj.cpp+1-1
- src/realm/object-store/c_api/object.cpp+14-14
- src/realm/object-store/c_api/query.cpp+2-2
- src/realm/object-store/c_api/schema.cpp+1-1
- src/realm/object-store/c_api/sync.cpp+13-1
- src/realm/object-store/c_api/types.hpp+2-2
- src/realm/object-store/collection.cpp+1-1
- src/realm/object-store/impl/apple/keychain_helper.cpp+2-1
- src/realm/object-store/impl/object_accessor_impl.hpp+2-2
- src/realm/object-store/impl/realm_coordinator.cpp+32-7
- src/realm/object-store/impl/realm_coordinator.hpp+2-1
- src/realm/object-store/object.hpp+9-2
- src/realm/object-store/sync/async_open_task.cpp+70-17
- src/realm/object-store/sync/async_open_task.hpp+13-2
- src/realm/object-store/sync/sync_manager.cpp+6
- src/realm/object-store/sync/sync_session.cpp+40-24
- src/realm/object-store/thread_safe_reference.cpp+1-1
- src/realm/sync/CMakeLists.txt+2-1
- src/realm/sync/client.cpp+3-1
- src/realm/sync/client_base.hpp+6-1
- src/realm/sync/config.hpp+14-2
- src/realm/sync/instruction_applier.hpp+1-1
- src/realm/sync/noinst/client_impl_base.cpp+106-257
- src/realm/sync/noinst/client_impl_base.hpp+104-51
- src/realm/sync/noinst/client_reset.cpp+20-10
- src/realm/sync/noinst/client_reset.hpp+2-1
- src/realm/sync/noinst/client_reset_operation.cpp+2-4
- src/realm/sync/noinst/client_reset_operation.hpp+1-1
- src/realm/sync/noinst/client_reset_recovery.cpp+32-1
- src/realm/sync/noinst/client_reset_recovery.hpp+3-1
- src/realm/sync/noinst/pending_bootstrap_store.hpp+1-1
- src/realm/sync/protocol.hpp+11
- src/realm/util/time.hpp+46-4
- test/CMakeLists.txt+1
- test/expect_json.json+454-1
- test/expect_test_upgrade_database_9_to_10.json+13.6k-10.6k
- test/expected_json_nulls.json+16-1
- test/fuzz_tester.hpp+1-1
- test/object-store/benchmarks/client_reset.cpp+2-2
- test/object-store/benchmarks/object.cpp+65
- test/object-store/c_api/c_api.cpp+14-5
- test/object-store/collection_fixtures.hpp+1-1
- test/object-store/dictionary.cpp+3-3
- test/object-store/frozen_objects.cpp+4-4
- test/object-store/geospatial.cpp+5-5
- test/object-store/list.cpp+2-2
- test/object-store/migrations.cpp+6-6
- test/object-store/object.cpp+27-27
- test/object-store/results.cpp+3-3
- test/object-store/sectioned_results.cpp+1-1
- test/object-store/sync/app.cpp+7-5
- test/object-store/sync/client_reset.cpp+52-48
- test/object-store/sync/flx_migration.cpp+64-45
- test/object-store/sync/flx_sync.cpp+542-44
- test/object-store/sync/metadata.cpp+6-4
- test/object-store/sync/sync_test_utils.cpp+19
- test/object-store/sync/sync_test_utils.hpp+4
- test/object-store/thread_safe_reference.cpp+77-75
- test/object-store/util/test_file.cpp+7-1
- test/test_client_reset.cpp+2-1
- test/test_query2.cpp+1-1
- test/test_shared.cpp+17-4
- test/test_sync_error_backoff.cpp+89
- test/test_util_file.cpp+13
- test/util/unit_test.cpp+1-1
- tools/build-apple-device.sh+1
- tools/build-cocoa.sh+40-43
- tools/cmake/Utilities.cmake+11
- tools/cmake/xcode.toolchain.cmake+14-1
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
228 | | - | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
71 | | - | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
314 | 318 | | |
315 | 319 | | |
316 | 320 | | |
| |||
324 | 328 | | |
325 | 329 | | |
326 | 330 | | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
333 | 335 | | |
334 | | - | |
335 | | - | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments