2640 Commits

Author SHA1 Message Date
blagoev
7d25239fcc Merge pull request #1279 from realm/progress-api
Progress api
2017-09-12 11:33:59 +03:00
blagoev
4d1762025f Fix possible sporadic test failure 2017-09-12 11:21:15 +03:00
blagoev
069bdfd2af change the this argument for the callback 2017-09-12 02:47:07 +03:00
blagoev
2b6dc8fc14 fix API naming 2017-09-11 15:52:39 +03:00
blagoev
15af834824 Update CHANGELOG.MD
Added entries for progress api
2017-09-11 15:52:39 +03:00
blagoev
87c88b746a better naming for private properties 2017-09-11 15:50:44 +03:00
blagoev
c843f8e7f9 Validate callback was registered on unregistration 2017-09-11 15:50:44 +03:00
blagoev
9d02165db1 update typescript definitions 2017-09-11 15:50:44 +03:00
blagoev
0e07287396 Update progress api docs 2017-09-11 15:50:44 +03:00
blagoev
b85e27588f Disable verbose ROS output by default 2017-09-11 15:50:44 +03:00
blagoev
0214dff951 fix possible hang on iOS 2017-09-11 15:50:44 +03:00
blagoev
43d8f2967f Fix typo 2017-09-11 15:50:44 +03:00
blagoev
731384f228 fix iOS values null checking 2017-09-11 15:50:44 +03:00
blagoev
f8bac2d24a Fix Chrome Debugger for RN 2017-09-11 15:50:44 +03:00
blagoev
37a5a92cc9 address reviews 2017-09-11 15:50:44 +03:00
blagoev
f2ea9e849b readability 2017-09-11 15:50:44 +03:00
blagoev
e5ebb75d22 add typescript definitions 2017-09-11 15:50:44 +03:00
blagoev
3a8f56cdc0 Remove dead code 2017-09-11 15:50:44 +03:00
blagoev
e1cebe073a add progress notifications api 2017-09-11 15:50:44 +03:00
blagoev
3f3186ee84 Fix debugger detection for newer nodejs versions >= 7 2017-09-11 15:50:44 +03:00
blagoev
a60e813709 fix attach launch config 2017-09-11 15:50:44 +03:00
blagoev
22aaeedd3b Enable download-api-helper to be started for existing user 2017-09-11 15:50:43 +03:00
Yavor Georgiev
b567cd3006 Make a session bind callback factory (#1289)
which can be used in GlobalNotifier
2017-09-11 12:21:44 +02:00
Ashwin Phatak
f71f32963a Merge pull request #1291 from realm/ap/contrib_changelog
Add note about updating changelog to contrib docs
2017-09-11 13:56:53 +05:30
Ashwin Phatak
86c7ed22d8 Add note about updating changelog to contrib docs 2017-09-11 12:04:47 +05:30
Thomas Goyne
186b3d56c4 Remove the sha_win32.lib import
Core bundles this library into the main Realm library.
2017-09-08 11:42:26 -07:00
Thomas Goyne
942643911d Ensure node 6.5.0 is installed for react-native tests 2017-09-08 11:40:56 -07:00
Thomas Goyne
6c1748b622 Add the js files to the ReactExample xcode project 2017-09-08 11:38:15 -07:00
Thomas Goyne
bc33e958af Define minimum supported Windows version as Vista
Libuv makes this default to XP if it's not explicitly set, which makes
the condition variable functionality that core now uses unavailable.
2017-09-08 11:33:07 -07:00
Kenneth Geisshirt
ad896aefee Merge branch '2.0.x' of github.com:realm/realm-js into 2.0.x 2017-09-08 16:10:52 +02:00
Kenneth Geisshirt
89a81ca5f2 Updating OS 2017-09-08 16:10:31 +02:00
Kenneth Geisshirt
6e394448b6 [2.0.0-rc6] Bump version 2017-09-08 14:59:45 +02:00
Kenneth Geisshirt
c7461b1872 merge conflict 2017-09-08 14:57:49 +02:00
Kenneth Geisshirt
356033a8c4 Merge branch 'tg/update-object-store' of github.com:realm/realm-js into 2.0.x 2017-09-08 14:56:01 +02:00
Kenneth Geisshirt
fa0016ba6b Merge branch 'master' of github.com:realm/realm-js into 2.0.x 2017-09-08 14:54:56 +02:00
blagoev
352254c440 trying with latest ROS build 2017-09-08 11:45:36 +03:00
Kenneth Geisshirt
38bceddfb1 Add missing TypeScript declaration (#1285)
* Adding missing TypeScript declaration
2017-09-08 10:19:13 +02:00
Thomas Goyne
acf7b4d6cc Update to core 3.1/sync rc18 2017-09-07 16:50:51 -07:00
Ashwin Phatak
4d4606c905 Merge pull request #1269 from realm/ap/delete_realm_api
Add Realm.deleteFile API [#363]
2017-09-07 15:30:39 +05:30
Ashwin Phatak
119cd79e5d Add Realm.deleteFile API (#363) 2017-09-07 10:12:59 +05:30
Thomas Goyne
32b05dcdaa Use the static runtime on Windows 2017-09-05 11:16:59 -07:00
Thomas Goyne
d3fde5f728 Bump objectstore version again 2017-09-05 10:16:08 -07:00
Thomas Goyne
682a45a18e Disambiguate some uses of PropertyType for msvc 2017-09-05 10:04:41 -07:00
Yavor Georgiev
5353964804 Update Jenkinsfile (#1282)
* Update Jenkinsfile

Specify build nodes using granular tags

* Update Jenkinsfile

go back to building react tests on the vegas nodes
2017-09-05 15:01:55 +01:00
Thomas Goyne
2185442f41 Link against static core/sync for node
The CMake packaging added shared libraries to the node release package, but the
build system isn't set up to work with them so just go back to using the static
libraries.
2017-09-01 17:27:26 -07:00
Thomas Goyne
4e7f70965f Remove incorrect include paths 2017-09-01 15:55:59 -07:00
Thomas Goyne
49886528ac Merge pull request #1274 from realm/tg/rpc-worker-exceptions
Don't throw an exception every 10ms in the RPC worker
2017-09-01 13:37:46 -07:00
Thomas Goyne
ca9263be4f Add changelog entry 2017-09-01 10:33:28 -07:00
Thomas Goyne
360a5fbd07 Don't throw an exception every 10ms in the RPC worker
Cuts the time taken to run the react native tests on my machine from 198
seconds to 41 seconds. Probably has a similar impact on the react native
debugger performance.
2017-09-01 10:32:51 -07:00
Kenneth Geisshirt
806146b07c [1.11.1] Bump version v1.11.1 2017-09-01 13:07:37 +02:00