2120 Commits

Author SHA1 Message Date
Ari Lazier
b55f1c4058 get notification tests working on realmjs 2016-12-13 07:18:30 -08:00
Ari Lazier
c6cf9cd5a1 run notification tests in process 2016-12-13 05:41:32 -08:00
Ari Lazier
ee2dfd5754 fix download core script to properly check the sync dependency 2016-12-12 11:33:20 -08:00
Radu Tutueanu
6606f15327 Merge pull request #728 from realm/al/custom-dir
Allow use of a custom sync dir
2016-12-12 15:39:19 +01:00
Kristian Dupont
80fc4f4b13 Update Readme (#695)
* Update readme

* Remove node build instructions
2016-12-12 14:37:06 +01:00
Nabil Hachicha
1acbbd9708 Fix Android compilation (Using EPOLL commit helper) (#707)
* Fix Android compilation (Using  EPOLL commit helper)
* Using Nexus 5 for Android tests
2016-12-11 11:37:37 +00:00
Ari Lazier
43cb7bc463 only use custom dir for the notifier 2016-12-09 17:16:07 +01:00
Ari Lazier
64730e7e97 allow use of a custom sync dir 2016-12-09 12:49:59 +01:00
Radu Tutueanu
d7c44fa7e9 Use mockery in tests to setup the realm module path(#727)
* Use mockery to set up the realm module path

* Use the right path

* Add mockery to devDependencies

* Remove unnecessary symbolic link
2016-12-09 09:05:15 +01:00
Radu Tutueanu
8eb639678e Accept a custom path for the realm module (#725)
* Accept a custom path for the realm module

* Use the correct argument for the realm module path
2016-12-08 13:01:41 +01:00
Ari Lazier
87260a42c9 Merge pull request #718 from realm/kd/test-closed-realm-protection
Add tests for closed-realm access protection
2016-12-07 16:44:35 +01:00
Ari Lazier
bfa9402a06 submodule udpate 2016-12-07 16:39:39 +01:00
Kristian Dupont
5c0bd7a97b Update android external commit helper 2016-12-07 16:33:11 +01:00
Kristian Dupont
62f5157565 Update object store 2016-12-07 16:33:11 +01:00
Kristian Dupont
43d94d1b8b Add checks for removeListener 2016-12-07 16:31:52 +01:00
Kristian Dupont
1d4bb7c2ad Add more tests and fix add_notification 2016-12-07 16:31:52 +01:00
Kristian Dupont
bf85c285a0 Add tests for closed-realm access protection 2016-12-07 16:31:52 +01:00
Radu Tutueanu
50d8a55d3f Use the KILL signal when killing the server 2016-12-07 13:28:05 +01:00
Radu Tutueanu
19d82caec4 Update ObjectStore (#723) 2016-12-07 11:21:32 +01:00
Ari Lazier
9ddc2065bb Merge pull request #717 from realm/al/notifier
Use latest core, sync, and object store
2016-12-07 07:40:30 +01:00
Ari Lazier
3fb20537b5 update notifier docs 2016-12-06 17:42:15 +01:00
Ari Lazier
b9a2c92a8b test fixes 2016-12-06 14:43:07 +01:00
Radu Tutueanu
2c99e73e6b Update sync and ros package names 2016-12-06 12:43:25 +01:00
Ari Lazier
ce676d313b use the proper version of core 2016-12-06 11:50:48 +01:00
Ari Lazier
216d97ed5d update object store 2016-12-06 10:24:30 +01:00
Ari Lazier
4b0f945072 update proper core and sync versions 2016-12-05 16:54:31 +01:00
Ari Lazier
4f3bf08704 use proper object store merge 2016-12-05 16:25:52 +01:00
Ari Lazier
335d035752 update object-store 2016-12-05 16:25:52 +01:00
Ari Lazier
696a80ec0a merge master 2016-12-05 16:25:07 +01:00
Marius Rackwitz
8964e4d7f9 Only set the path derived from the SyncManager if none was provided (#679)
* Only set the path derived from the SyncManager if none was provided

* Disable synchronizeChangeswithTwoClientsAndOneUser
2016-11-29 10:51:26 +01:00
Ari Lazier
dae2311f27 Merge pull request #701 from realm/al/js-latest
fixes for latest object store update
2016-11-28 12:49:43 -08:00
Ari Lazier
6ed6b77b52 Remove unneccesary braces 2016-11-28 10:40:50 -08:00
Ari Lazier
0f8536f23c fix for node/osx 2016-11-28 09:02:15 -08:00
Ari Lazier
0b69a38f8b fix for node/linux 2016-11-28 08:41:45 -08:00
Ari Lazier
e48e0b19f7 fixes for latest object store update 2016-11-28 07:42:41 -08:00
Adam Lebsack
9900d24181 Merge pull request #664 from realm/ajl/add-tests
Added tests directory to package.json
2016-11-28 13:44:44 +01:00
Adam Lebsack
a4e0ddb76a Merge pull request #666 from realm/ajl/jenkinsfile
Jenkinsfile to replace js_pr
2016-11-28 12:54:46 +01:00
Adam Lebsack
ad3ea0b8b0 Only push image on master 2016-11-25 12:09:16 +01:00
Adam Lebsack
88e840f315 Merge remote-tracking branch 'origin/master' into ajl/jenkinsfile 2016-11-25 11:33:48 +01:00
Adam Lebsack
1856f04cce Fix for android wrapper 2016-11-24 17:39:50 +01:00
Adam Lebsack
7d100a79a1 Fix for android wrapper 2016-11-24 17:34:09 +01:00
Adam Lebsack
4eaa8eae91 Added docker cache support 2016-11-24 17:16:15 +01:00
Adam Lebsack
eee69f0ccc Fixed arguments do doMacBuild() 2016-11-24 17:02:49 +01:00
Adam Lebsack
5ac6d97833 Added support for React tests on android in docker (phew) 2016-11-24 16:58:16 +01:00
Radu Tutueanu
70a30484d8 Update OS (#696)
Remove duplicate files from the submodule.
2016-11-24 14:15:15 +01:00
Adam Lebsack
bccec2cb3f Use android-23 2016-11-24 13:13:15 +01:00
Adam Lebsack
f2cea40c6c Fixed comment about aapt 2016-11-24 11:07:45 +01:00
Adam Lebsack
f670d0cdbe Added android SDK and NDK to dockerfile 2016-11-24 10:55:46 +01:00
Radu Tutueanu
2543413017 Build and publish node pre-gyp binaries (#657)
* Build node pre-gyp for linux

* Add Jenkisfile

* Fix core package names

* Fix Jenkinsfile errors

* To revert: only build using 4.4.7

* Do not download on linux

* Fix wrong argument

* Fix archiving linux artifacts

* Try to fix

* Revert "Try to fix"

This reverts commit 8bcd1d0ffb539b9f2881ce8e0396681b55caf69e.

* Fix moving the gyp binaries

* Update version

* Revert "To revert: only build using 4.4.7"

This reverts commit b829c0e0d27b1baed50c3af436731c5014de290f.

* Bump version in dependencies

* Publish binaries

* Use correct version

* Remove unneded quote

* Fix publish
2016-11-23 15:09:47 +01:00
Ari Lazier
f44f31e721 [0.15.1-rc] Bump version v0.15.1-rc 2016-11-22 16:42:07 -08:00