2561 Commits

Author SHA1 Message Date
blagoev
cb72fe1977 addressed pr review comments 2017-05-17 16:09:48 +03:00
blagoev
a0f963775b Fix download api for RN
fix tests when run in RN
2017-05-17 16:09:19 +03:00
blagoev
0d3fbccbe1 forgotten file 2017-05-17 16:09:05 +03:00
blagoev
be0611a255 Pass the error code and message to user code 2017-05-17 16:08:55 +03:00
blagoev
4b67d883b6 Add a fix for RN hang with promises 2017-05-17 16:08:42 +03:00
blagoev
4aecf90176 enable all session-tests and Realm.openAsync 2017-05-17 16:08:24 +03:00
blagoev
d0a6ca5db6 Fix showing syntax errors in sync test files 2017-05-17 16:08:12 +03:00
blagoev
315b8c1a7a Fix download api to wait correctly using schema less realm
Added tests using two processes (nodes only)
2017-05-17 16:08:01 +03:00
blagoev
4e77bf326f fix Realm.open to use the correct ctor function 2017-05-17 16:07:35 +03:00
blagoev
216484aede Initial download api support 2017-05-17 16:07:08 +03:00
blagoev
4751aca0dc Fix event_loop_dispatcher 2017-05-17 16:06:21 +03:00
blagoev
33bb01be11 Fix EventLoopDispatcher
Fixes callback not called due to dispatcher freed when instance go out of scope. Preserves the EventLoopSignal if there are pending invocations
2017-05-17 16:05:46 +03:00
blagoev
468e69d76e Improve VS Code debug
Allow debugging of session-tests and improve VS Code debug tasks.
New VS Code task to download and start server for debugging
New VS Code tasks to build only changed files and full rebuild
2017-05-17 16:05:15 +03:00
blagoev
e3ef08b837 Merge pull request #1017 from realm/revert-1005-download-api
Revert "Download api (aka open async api)"
2017-05-17 15:13:14 +03:00
blagoev
018afe6207 Revert "Download api (aka open async api)" 2017-05-17 15:12:30 +03:00
blagoev
8258e184f4 Merge pull request #1005 from realm/download-api
Download api (aka open async api)
2017-05-17 14:29:42 +03:00
blagoev
b100e782cb Cleaner error checking 2017-05-16 12:11:23 +03:00
blagoev
ab626253e5 addressed pr review comments 2017-05-15 15:33:53 +03:00
blagoev
45e18a4300 Fix download api for RN
fix tests when run in RN
2017-05-12 15:38:44 +03:00
blagoev
d214b72fc6 forgotten file 2017-05-12 01:41:04 +03:00
blagoev
1ae58780bf Pass the error code and message to user code 2017-05-12 01:40:15 +03:00
blagoev
6be9ad5e35 Add a fix for RN hang with promises 2017-05-12 00:04:19 +03:00
blagoev
6c3dc8258a enable all session-tests and Realm.openAsync 2017-05-11 23:54:29 +03:00
blagoev
4073730259 Fix showing syntax errors in sync test files 2017-05-11 23:31:50 +03:00
blagoev
6cd8eefe5d Fix download api to wait correctly using schema less realm
Added tests using two processes (nodes only)
2017-05-11 23:22:28 +03:00
kristiandupont
a916958941 [1.3.0] Bump version v1.3.0 2017-05-11 14:34:52 +02:00
blagoev
22987f0a8f fix Realm.open to use the correct ctor function 2017-05-08 00:32:13 +03:00
blagoev
ef63a8829c Initial download api support 2017-05-07 02:26:14 +03:00
blagoev
5a6baef612 Fix event_loop_dispatcher 2017-05-07 02:02:57 +03:00
blagoev
44432660ea Add MakeCallback method abstraction
Needed for node to kick next tick properly. JSC uses regular call
2017-05-07 02:02:05 +03:00
blagoev
9c700053af Fix EventLoopDispatcher
Fixes callback not called due to dispatcher freed when instance go out of scope. Preserves the EventLoopSignal if there are pending invocations
2017-05-06 15:33:06 +03:00
blagoev
9a73d9d215 Improve VS Code debug
Allow debugging of session-tests and improve VS Code debug tasks.
New VS Code task to download and start server for debugging
New VS Code tasks to build only changed files and full rebuild
2017-05-06 15:19:19 +03:00
Radu Tutueanu
42bbdc9f07 Merge pull request #1000 from realm/rt/use-sync-1.8.3
Use sync 1.8.3
2017-05-05 16:08:52 +02:00
Radu Tutueanu
1dfefb60be Fix typo in Jenkinsfile 2017-05-05 15:31:52 +02:00
Radu Tutueanu
6a2b0efe07 Add missing files to the xcode project 2017-05-05 15:15:59 +02:00
Radu Tutueanu
f8a8a3ca80 Add a changelog entry 2017-05-05 13:53:20 +02:00
Radu Tutueanu
f6564ca68f Add the variables to the syncConfig 2017-05-05 13:50:45 +02:00
Radu Tutueanu
b9f90a956b Update handling of ssl certificates according to changes in OS 2017-05-05 11:48:34 +02:00
Radu Tutueanu
7d25a5a380 Add missing apple specific sources 2017-05-05 11:47:12 +02:00
Radu Tutueanu
7653c7f10d Use sync 1.8.3 2017-05-04 16:58:00 +02:00
Dmitry Patsura
ded541a759 [React-Native] Android - buildToolsVersion to 25.0.2 2017-05-02 10:56:03 +09:00
blagoev
58a25dd453 Merge pull request #989 from realm/fix-deleteAll-event
report undefined deletions on deleteAll instead of max int count indexes
2017-05-01 11:31:39 +03:00
blagoev
0dabf3d87d report null instead of undefined for deleteAll indexes count 2017-05-01 10:51:48 +03:00
blagoev
5effd3a9ac report undefined deletions on deleteAll instead of max int count indexes 2017-04-28 12:54:23 +03:00
blagoev
8d3b4aca95 Merge pull request #972 from dbhowell/gradle-use-dependencies-list
Use dependencies.list file instead of npm for build.gradle
2017-04-20 23:58:48 +03:00
blagoev
bb9d3d5e2e Merge branch 'master' into gradle-use-dependencies-list 2017-04-20 23:58:16 +03:00
blagoev
922a526fe9 Merge pull request #974 from realm/fix-sessions-tests
Fix sessions tests
2017-04-20 19:25:05 +03:00
blagoev
db8eb39b86 add semicolon 2017-04-20 18:23:30 +03:00
blagoev
c959cc799c possible fix to session tests timeout 2017-04-20 18:23:30 +03:00
Yavor Georgiev
7543c1274d increase jasmine timeout to a ridiculously high value 2017-04-20 18:23:30 +03:00