2421 Commits

Author SHA1 Message Date
Ari Lazier
c5c451ed18 remove invalid resource 2016-11-10 04:23:34 -08:00
Ari Lazier
3e37795d62 fix for unregistering notifications in a notification 2016-11-09 18:01:56 -08:00
Ari Lazier
85c655a91c fix for constructor destruction after timeout 2016-11-09 17:46:26 -08:00
Ari Lazier
4fc874f35c some small fixes for download-core script 2016-11-09 15:01:42 -08:00
Søren Vind
f8eba17c48 Make it possible to run test suite with and without sync 2016-11-09 12:50:19 -08:00
Radu Tutueanu
049db589a8 Merge pull request #647 from realm/rt/fix-node--tests
Fix node tests
2016-11-09 19:14:38 +01:00
Radu Tutueanu
9833b8e490 Build macOS with sync by default 2016-11-09 19:07:26 +01:00
Radu Tutueanu
b8c5bafd24 Fix untarring core 2016-11-09 17:51:19 +01:00
Radu Tutueanu
397dbbd2e5 Download node 2016-11-09 17:44:37 +01:00
Radu Tutueanu
c9579dafd1 Enable build with sync when running tests 2016-11-09 17:28:47 +01:00
Radu Tutueanu
c995253202 Fix building with sync 2016-11-09 17:25:25 +01:00
Radu Tutueanu
ba48933561 Enable building without sync
This is needed because the linux node binding needs to work without sync
2016-11-09 16:47:17 +01:00
Søren Vind
d5cd3d7266 Download and start ROS before running tests + Run all tests + Run using node4.4.7 2016-11-08 16:47:20 -08:00
Ari Lazier
42cab3a95a update submodule 2016-11-08 15:07:57 -08:00
Ari Lazier
8ce8f52105 add test for login 2016-11-08 14:07:04 -08:00
Ari Lazier
b2e71a5fb6 test fixes 2016-11-08 09:21:27 -08:00
Ari Lazier
fde1c5d00d start implementing sync tests 2016-11-08 08:59:30 -08:00
Ari Lazier
5a49dbc325 make sync work with RealmJS tests 2016-10-27 13:49:41 -07:00
Ari Lazier
60d9da1b44 remove unneded server argument for adminUser, update care and sync dependencies 2016-10-26 17:20:34 -07:00
Ari Lazier
e52351fc50 add support for logging out 2016-10-26 17:00:46 -07:00
Ari Lazier
dfc10a5a42 update to latest object store changes/bugfixes 2016-10-26 17:00:46 -07:00
Ari Lazier
d987c7db7b add api for all users 2016-10-26 17:00:46 -07:00
Ari Lazier
92adb669d5 hook up new object store apis 2016-10-26 17:00:46 -07:00
Ari Lazier
c49727913c update to public object store 2016-10-26 17:00:46 -07:00
Ari Lazier
5e1ecdf19e default the schema version to 0 when a schema is provided 2016-10-26 17:00:33 -07:00
Ari Lazier
18c419fb96 don't set version to 0 when not set 2016-10-26 17:00:33 -07:00
Ari Lazier
e05ef29e4f update object store 2016-10-26 16:30:00 -07:00
Ari Lazier
0d74c05366 add sync cleanup method 2016-10-25 15:04:58 -07:00
Ari Lazier
d76ec0934e revert download core changes 2016-10-25 09:37:08 -07:00
Yavor Georgiev
c3e082616e
Use latest object store 2016-10-25 00:46:49 +02:00
Yavor Georgiev
622482029a Pass AuthError in Realm.Sync.User methods callbacks (#619)
* Pass AuthError in Realm.Sync.User methods callbacks

The new Realm.Sync.AuthError class exposes properties common to the Problem family of classes in the Realm Object Server

* extract AuthError in a separate file

* whitespace
2016-10-25 00:12:12 +02:00
Yavor Georgiev
a66198fe46 make tests require the symlinked realm module 2016-10-13 16:09:14 +02:00
Yavor Georgiev
b2d7d66b90 remove UvAsync 2016-10-12 01:15:27 +02:00
Yavor Georgiev
f5d396a93c remove the global notifier from object store 2016-10-12 00:54:13 +02:00
Yavor Georgiev
a37fe03e20 bring back node ci 2016-10-11 22:30:39 +02:00
Yavor Georgiev
33b87e6582 remove the node sync logger 2016-10-11 01:33:10 +02:00
Yavor Georgiev
3dc968cfe2 rename wireup 2016-10-11 00:45:01 +02:00
Yavor Georgiev
245328009a expose the node class constructor 2016-10-11 00:38:32 +02:00
Yavor Georgiev
3a8ed6cbe6 fix linux build. again. 2016-10-10 18:09:25 +02:00
Yavor Georgiev
74d385141a refactor Realm constructor wireup 2016-10-10 16:17:05 +02:00
Yavor Georgiev
28924b4f99 Build the node addon as a static library 2016-10-10 14:20:54 +02:00
Yavor Georgiev
0ff7357cc3 Build for node without sync 2016-10-10 14:20:33 +02:00
Yavor Georgiev
5623653477 prepare for the glorious future 2016-10-08 19:36:03 +02:00
Ari Lazier
857369f5a4 download core and sync and get the test app running on sync 2016-10-04 17:27:09 -07:00
Ari Lazier
9d0df0de3d Sync and fine grained notifications 2016-10-04 15:07:14 -07:00
Ari Lazier
c8e4dc39c0 Merge pull request #572 from realm/al-npm-dedupe
Don't run npm install multiple times
2016-09-14 12:49:04 -04:00
Yavor Georgiev
33eb3fe06f Make Collection prototype methods configurable and writable (#592)
* Make Collection prototype methods configurable and writable

* Make `Realm.Types` re-definable
2016-09-09 01:33:42 +03:00
Ari Lazier
1ea107258f don't run npm install multiple times 2016-08-19 10:07:15 -07:00
Ari Lazier
876417716f Merge pull request #567 from realm/al-latest
Update changelog/version on master
2016-08-19 06:55:17 -07:00
Mark Rowe
d01fe2440c Merge pull request #568 from realm/mar/core-1.5.0
Update to core 1.5.0
2016-08-15 14:32:31 -07:00