blagoev
1f5b98bb53
Use promisified methods for login and register to have backward compatibility testing as well
2017-09-12 23:08:54 +03:00
blagoev
b58e9094da
output the error as it is in download-api-helper
2017-09-12 23:04:46 +03:00
blagoev
ba9321834b
Fix _authenticate method to use promises only
2017-09-12 23:04:20 +03:00
blagoev
eba51066d9
fix AuthError object
2017-09-12 23:02:14 +03:00
blagoev
9366de14ef
Revert user-tests to still use callbacks for login/register etc
2017-09-12 23:01:58 +03:00
blagoev
115a2c9902
add deprecated warnings
2017-09-12 20:38:43 +03:00
blagoev
3fbd1291e1
fix _authenticate call to always pass the json object
2017-09-12 20:26:08 +03:00
blagoev
a51ea72151
Fix changelog.md
2017-09-12 20:23:49 +03:00
Maximilian Alexander
1e26717d3f
Removing duplicate for changelog
2017-09-12 20:18:54 +03:00
Maximilian Alexander
78515e3b48
adding promisified apis
2017-09-12 20:10:52 +03:00
Kenneth Geisshirt
eac393571d
checkTypes() must only check the shortest array ( #1297 )
...
* Allow optional arguments when checking types
2017-09-12 15:17:59 +02:00
Kenneth Geisshirt
12a8cd5398
Adding missing TypeScript declaration of setFeatureToken ( #1295 )
...
* Adding missing TypeScript declaration of setFeatureToken
2017-09-12 14:28:16 +02:00
Ashwin Phatak
95ea9bd38a
Merge pull request #1290 from realm/ap/delete_model
...
Add Realm.deleteModel API (#573 )
2017-09-12 14:54:20 +05:30
Ashwin Phatak
532f517ded
Add Realm.deleteModel API ( #573 )
2017-09-12 14:45:36 +05:30
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
Kenneth Geisshirt
38bceddfb1
Add missing TypeScript declaration ( #1285 )
...
* Adding missing TypeScript declaration
2017-09-08 10:19:13 +02: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
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
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
Kenneth Geisshirt
0c61716c08
Fix accessToken ( #1275 )
2017-09-01 11:53:52 +02:00
kristiandupont
de94dc0e16
[1.11.0] Bump version
v1.11.0
2017-08-31 12:52:36 +02:00
Kenneth Geisshirt
8d7eac1b65
Fix linter error ( #1271 )
2017-08-31 10:18:10 +02:00