Commit Graph

2901 Commits

Author SHA1 Message Date
blagoev d91782cd01 use full path to node-pre-gyp
# Conflicts:
#	package.json
2017-11-20 13:54:37 +02:00
blagoev 8dd1bdbee5
Merge pull request #1494 from realm/enable-objectid-test-rn
enable testSynced objectid test for RN
2017-11-20 11:50:09 +02:00
blagoev 3fd06badf6
don't run a sync test when sync tested are not enabled 2017-11-20 11:39:11 +02:00
Kenneth Geisshirt 493ef7dc71 [2.0.8] Bump version 2017-11-17 21:28:15 +01:00
Kenneth Geisshirt 9dc2bd885b
Merge pull request #1504 from realm/mar/fix-gcc-4.9
Update object store to fix the build with GCC 4.9
2017-11-17 20:40:15 +01:00
Mark Rowe 4eca12968e Update object store to fix the build with GCC 4.9 2017-11-17 10:43:24 -08:00
Kenneth Geisshirt a4c71db20c
Merge pull request #1503 from realm/kneth/sync-2.1.6
Updating to Realm Sync 2.1.6
2017-11-17 17:26:12 +01:00
Kenneth Geisshirt 1e701cada2 Update to sync 2.1.6 2017-11-17 15:51:28 +01:00
Kenneth Geisshirt 64f0b29326 Updating change log 2017-11-17 14:56:03 +01:00
Kenneth Geisshirt a7345143a1
Merge pull request #1499 from realm/tg/multiplex-ident
Use the sync label as the multiplex identifier
2017-11-17 14:40:54 +01:00
Thomas Goyne 8faf94918b Use the sync label as the multiplex identifier 2017-11-16 16:36:58 -08:00
Mark Rowe fa57ae282f Update to v2.1.1 of https://github.com/nlohmann/json. (#1493)
The old version we were using has pathalogical performance issues when
parsing numbers in large inputs.
2017-11-16 14:39:44 +01:00
blagoev 4f1d5e36a1 enable test for RN 2017-11-16 12:57:14 +02:00
blagoev 92273843e5 [2.0.7] Bump version (1) 2017-11-15 21:51:10 +02:00
blagoev e728439e9c [2.0.7] Bump version 2017-11-15 15:05:25 +02:00
blagoev 1a0593cf3a revert node-pre-gyp version 2017-11-15 13:06:01 +02:00
blagoev 45feb7ca5f update node-pre-gyp version 2017-11-15 11:56:33 +02:00
blagoev e8d3470826 make eslint happy 2017-11-14 18:15:30 +02:00
Kenneth Geisshirt 9ccf305a99
Updated to Realm Sync 2.1.4 (#1490) 2017-11-14 15:04:30 +01:00
blagoev 4fd144f982
Merge pull request #1488 from realm/fix-realm-open-android-debugger
Fix realm open android debugger
2017-11-14 11:29:21 +02:00
blagoev 255873ab9d add changelog entry 2017-11-14 11:11:28 +02:00
blagoev c68c3983cf format the code 2017-11-14 11:08:40 +02:00
blagoev 9bcfa35bba fix js code 2017-11-14 08:58:21 +02:00
blagoev ba2309a540 revert the promise resolve 2017-11-13 23:31:33 +02:00
blagoev d22f1cd1ed remove commented code 2017-11-13 22:57:04 +02:00
blagoev 3e65994474 remove debug code 2017-11-13 22:53:27 +02:00
blagoev c3ac7ac81d fix iOS code 2017-11-13 22:52:50 +02:00
blagoev 521fd12937 fix iOS debugger 2017-11-13 14:19:59 +02:00
blagoev e2c6a5f906 remove dead code 2017-11-13 14:19:59 +02:00
blagoev 5365e1bb13 initial CFRunLoop impl 2017-11-13 14:19:59 +02:00
blagoev f10df2164c fix RN Android debugger 2017-11-13 14:19:59 +02:00
blagoev 7b49cf89ef android debugger looper fixes 2017-11-13 14:16:46 +02:00
blagoev e5ecd4adb4 make wait_for_download call the rpc backend 2017-11-13 13:33:38 +02:00
Thomas Goyne a3577117a4 Expose disable_sync_to_disk() via an env variable
This makes core not actually flush data to disk when durability is not needed,
such as when running tests. Doesn't help much for realm-js since the bulk of
the time in them is spent waiting for things to time out, but it cuts the run
time of the ROS tests in half.
2017-11-10 18:12:48 -08:00
Thomas Goyne 8972a20459 Update tests to not use deprecated APIs
Switch to the newer promise-based APIs rather than the callback versions.
2017-11-10 18:12:21 -08:00
Kenneth Geisshirt c532c139d9 [2.0.6] Bump version 2017-11-10 14:58:05 +01:00
Kenneth Geisshirt 0ca292c133
Enable object Ids on RN Android (#1481)
* Using C function instead of C++ function since Android NDK r10e doesn't support std::stoull().
* Update CHANGELOG.md
2017-11-10 10:05:06 +01:00
Thomas Goyne d567cd2dd9 Update object store 2017-11-09 15:54:24 -08:00
Kenneth Geisshirt 5a8d217dbd [2.0.5] Bump version 2017-11-09 08:18:30 +01:00
Kenneth Geisshirt 687611fb29
Upgrading to Realm Sync 2.1.2. (#1479) 2017-11-09 08:15:17 +01:00
Mark Rowe 848a5b1c09 Expose an object's internal object ID, and allow fetching an object by its object ID (#1460)
* Expose an object's internal object ID, and allow fetching an object by its object ID
* Throw an exception if methods related to object IDs are used on non-synced Realms.
* Use `std::stoull` to ensure we can return the entire range of possible values.
* Add tests for _objectId() / _objectForObjectId().
* Adding change log
* Skip ObjectIdTests.testSynced for non-Node.
2017-11-08 11:22:59 +01:00
Kenneth Geisshirt 837e8d90a3 Bump version 2017-11-07 14:43:38 +01:00
Kenneth Geisshirt 50ebae917b
Updating to sync 2.1.1 (#1474) 2017-11-07 14:39:54 +01:00
Kenneth Geisshirt 0ca53b2142 [2.0.3] Bump version 2017-11-06 13:54:38 +01:00
Kenneth Geisshirt e81d8589ae
Post-release feedback on client reset (#1372) (#1459)
* Post-release feedback on client reset (#1372)
* Using error.name instead
2017-11-06 13:51:33 +01:00
Kræn Hansen 1de8fbbf39 Update index.d.ts (#1458) 2017-11-03 16:02:34 +01:00
Brian Munkholm e95d5423db
Merge pull request #1450 from realm/bug/deleting-last-object
Adding test to illustrate deleting objects while iterating
2017-11-02 04:47:10 -07:00
Brian Munkholm 75c383e05f
Merge pull request #1454 from realm/kneth/create-object-during-migration
Adding test of creating objects during migration.
2017-11-02 04:46:17 -07:00
Brian Munkholm ebedb93edb
Merge pull request #1452 from realm/kneth/remove-unused-argument-from-realmAtPath
Updating documentation of realmAtPath
2017-11-02 04:44:43 -07:00
Brian Munkholm 5caf1d8b81
Merge pull request #1453 from realm/kneth/update-gitignore
Updating gitignore
2017-11-02 04:31:55 -07:00