Commit Graph

2886 Commits

Author SHA1 Message Date
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
Kenneth Geisshirt e7137b48e3 Adding test of creating objects during migration. 2017-11-01 17:43:52 +01:00
Kenneth Geisshirt 20fb839d86 Updating gitignore 2017-11-01 15:39:22 +01:00
Kenneth Geisshirt d858c4e87a Updating documentation of realmAtPath 2017-11-01 14:44:40 +01:00
Kenneth Geisshirt 973959174d Updating change log for for PRs. 2017-11-01 10:27:54 +01:00
Kenneth Geisshirt 9308e75c56 Adding test to illustrate deleting objects while iterating 2017-11-01 10:12:03 +01:00
blagoev 3755bbde1b
Merge pull request #1431 from rh389/main-queue-setup
iOS: Add requiresMainQueueSetup (YES?)
2017-10-31 11:16:16 +02:00
blagoev 576d22d274
Merge pull request #1436 from michelalbers/master
Fix for missing Realm constructor in js debugging mode
2017-10-31 11:14:57 +02:00
Thomas Goyne 8c6f16d770 [2.0.2] Bump version 2017-10-30 13:06:01 -07:00
Thomas Goyne 4711f1c602 Define the die() function used in test.sh 2017-10-30 12:57:45 -07:00
Thomas Goyne 97ed1db18e Fix eslint errors 2017-10-30 12:55:50 -07:00
Thomas Goyne 80089404ac
Update object store (#1442) 2017-10-30 11:20:52 -07:00
Yuta Kawabe 582907dfec Update React Native Android buildToolsVersion to 26.0.2 (#1441) 2017-10-30 18:30:51 +01:00
blagoev 9c132ee702
Merge pull request #1428 from rh389/master
Don't download + extract unnecessarily at build time
2017-10-30 14:00:52 +02:00
Michel Albers 0a43df6860 remove uneccessary blank line 2017-10-25 18:16:59 +02:00
Michel Albers f98eb7a4ec Fix "realm constructor not defined" in JS remote debugging mode 2017-10-25 18:16:23 +02:00