128 Commits

Author SHA1 Message Date
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
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
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
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
d76ec0934e revert download core changes 2016-10-25 09:37:08 -07:00
Yavor Georgiev
a37fe03e20 bring back node ci 2016-10-11 22:30:39 +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
1ea107258f don't run npm install multiple times 2016-08-19 10:07:15 -07:00
Mark Rowe
5b888ed91d Update to core 1.5.0 and the latest version of the object store. 2016-08-15 11:29:58 -07:00
Yavor Georgiev
fb7911e3fa add support for the jest runner’s node environment 2016-08-10 15:50:37 +02:00
Yavor Georgiev
1a98077794 Add tests to ensure realm-js is usable inside mocha and ava tests 2016-08-10 15:47:55 +02:00
Ari Lazier
1b1c6b9cbc wipe simulators between runs 2016-08-04 11:12:46 -07:00
Thomas Goyne
6a2e86cf93 Use the correct extension for the non-node core download 2016-07-18 15:09:44 -07:00
Thomas Goyne
88b3be3e30 Update to core 1.4.0 2016-07-18 14:55:38 -07:00
Scott Kyle
e0ff68059b Remove rnpm post install script
This will mean we only support rnpm 1.9.0 and above.
2016-06-22 14:25:35 -04:00
Scott Kyle
ae549aa32e Default to /tmp for TMPDIR
Even though it's UNIX standard, it appears that TMPDIR is missing on Linux!
2016-06-17 13:17:01 -07:00
Scott Kyle
928ab03ce4 Update to download and use core build for Node
This will need to be updated again with a newer version since 1.1.2 build was created on CI but is not actually on static.realm.io until a new release is made.
2016-06-17 11:19:19 -07:00
Scott Kyle
12517a0d1e Add ability to run Node tests on Linux
It uses the Android ExternalCommitHelper implementation.

The Dockerfile requires that you have a static library build of core for Linux with PIC enabled.
2016-06-17 02:38:33 -07:00
Scott Kyle
fa4a281f19 Update core to 1.1.0 2016-06-14 17:42:49 -07:00
Scott Kyle
4e457526bb Merge branch 'sk-node-xcode'
* sk-node-xcode:
  Consolidate RealmNode.xcodeproj into RealmJS.xcodeproj
2016-05-27 13:20:01 -07:00
Scott Kyle
118567ca4e [0.13.2] Bump version 2016-05-26 13:35:29 -07:00
Scott Kyle
858d67125d Consolidate RealmNode.xcodeproj into RealmJS.xcodeproj
Moved it up one level since it references the whole source tree inside the src/ directory. Added the functionality to run Node tests from Xcode on the existing RealmNode target.
2016-05-19 14:50:27 -07:00
Scott Kyle
5bc72ab2cf Make Date testing work for Node 2016-05-13 16:30:57 -07:00
Ari Lazier
919d8f7da5 bump version 2016-05-09 15:35:36 -07:00
Ari Lazier
a960d88893 add project for building/debugging node 2016-05-09 15:16:37 -07:00
Ari Lazier
047c414e59 update download core script 2016-05-05 13:15:28 -07:00
Scott Kyle
c8e7ddc3af [0.12.0-rc] Bump version 2016-05-03 12:06:15 -07:00
Scott Kyle
7abdacdf06 Make sure core is downloaded for node tests 2016-04-19 17:10:14 -07:00
Scott Kyle
648748cd24 Add node_modules to PATH in test script 2016-04-19 16:57:52 -07:00
Scott Kyle
d5aad959ce Run npm install for node tests 2016-04-19 16:40:48 -07:00
Scott Kyle
2a58862070 Add test script for Node 2016-04-19 14:10:10 -07:00
Scott Kyle
bbc0ed9d62 Update changelog script 2016-03-29 15:26:45 -07:00
Scott Kyle
4b6d59f949 Update publish script for new Xcode project location 2016-03-23 16:08:02 -07:00
Scott Kyle
daa2948028 Move RealmJS.xcodeproj to be under src/ios 2016-03-23 13:39:12 -07:00
Scott Kyle
d34ce0055d Fix tests 2016-03-23 13:20:05 -07:00
Scott Kyle
42485045f3 Support linking project with rnpm
The postlink script takes care of linking in libc++ and libz. So now the only setup instructions will be: `rnpm link realm`.

Resolves #226
2016-03-23 10:51:57 -07:00
Ari Lazier
b9475ad772 pr feedback 2016-03-21 11:46:34 -07:00
Ari Lazier
48199f6c08 share core version 2016-03-18 19:53:52 -07:00
Ari Lazier
9999120ba6 Use core 0.97.1 2016-03-18 17:44:02 -07:00
Ari Lazier
b2e4d93732 support for indexed properties 2016-03-18 16:50:55 -07:00
Scott Kyle
f5039faf40 Update test script to npm install root modules 2016-03-16 17:49:20 -07:00