999 Commits

Author SHA1 Message Date
Kristian Dupont
f0fd0d4308 [0.15.2] Bump version 2016-12-29 10:35:07 +01:00
Mark Rowe
d8e13bc7bb Switch to using object store's master branch (#748)
* Switch to using object store's master branch.

* Switch to caching Realm instances per JavaScript execution context.
2016-12-28 17:28:44 +01:00
Kristian Dupont
c1e7ddcda1 Throw when deleting detached object (#694)
* Throw when deleting detached object

* Update error message

* Add user file

* Throw when deleting detached object

* Update error message

* Revert "Add user file"

This reverts commit 2948f4cfc2dfd2d5d75594307b1e89806b817eb7.
2016-12-20 16:28:02 +01: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
Ari Lazier
bfa9402a06 submodule udpate 2016-12-07 16:39:39 +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
Radu Tutueanu
19d82caec4 Update ObjectStore (#723) 2016-12-07 11:21:32 +01:00
Ari Lazier
216d97ed5d update object store 2016-12-06 10:24:30 +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
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
e48e0b19f7 fixes for latest object store update 2016-11-28 07:42:41 -08:00
Radu Tutueanu
70a30484d8 Update OS (#696)
Remove duplicate files from the submodule.
2016-11-24 14:15:15 +01:00
Ari Lazier
f44f31e721 [0.15.1-rc] Bump version 2016-11-22 16:42:07 -08:00
Radu Tutueanu
4b0f5f41e6 Merge pull request #655 from realm/rt/build-without-by-default
Do not build node with sync by default
2016-11-15 18:04:07 +01:00
Ari Lazier
db524a56a2 [0.15.0-rc] Bump version 2016-11-15 05:42:25 -08:00
Radu Tutueanu
ca0fd78cee Do not build node with sync by default 2016-11-15 13:49:41 +01:00
Ari Lazier
eef8a2de3b property clean up sync state between tests in c++ 2016-11-12 05:26:37 -08:00
Ari Lazier
011f293d13 Merge branch 'al-sync-user-tests' of https://github.com/realm/realm-js into al-sync-user-tests 2016-11-11 17:54:04 -08:00
Ari Lazier
e4d4cbbdf3 proper fix/hack removal, partially working sync for rn 2016-11-11 17:53:58 -08:00
Ari Lazier
41b0426e01 Merge pull request #652 from realm/rt/improve-build
Improve build
2016-11-11 16:31:48 -08:00
Ari Lazier
043d801bb7 fix for node 2016-11-11 15:33:13 -08:00
Ari Lazier
2b90def150 terrible hack to make rn not retain the context 2016-11-11 15:05:08 -08:00
Ari Lazier
b2077910a4 fix for handle scope warning 2016-11-11 11:41:27 -08:00
Radu Tutueanu
e268cfef58 Add variable to enable skipping the download 2016-11-11 17:39:07 +01:00
Ari Lazier
d229cd6130 throw exception when trying to open a realm with an invalid user 2016-11-11 00:14:52 -08:00
Ari Lazier
08ffc3bf15 ccache support 2016-11-10 23:55:26 -08:00
Ari Lazier
30679c2470 remove unneeded script phases 2016-11-10 15:54:24 -08:00
Ari Lazier
6d485866f6 all users should return a dictionary 2016-11-10 13:55:22 -08:00
Søren Vind
87b30fb4ec Add tests of Realm.Sync.User.all and Realm.Sync.User.current. Fix both to only return active (logged-in) users. Fix current return values: Throws if >1 user logged in, returns undefined if no logged in. 2016-11-10 12:54:15 -08:00
Ari Lazier
0495c1f906 fixed object store 2016-11-10 08:51:14 -08:00
Ari Lazier
3b91ca94f4 use updated object store 2016-11-10 06:58:03 -08:00
Ari Lazier
6a257d594e only npm install actual dependencies 2016-11-10 04:42:07 -08:00
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
Radu Tutueanu
9833b8e490 Build macOS with sync by default 2016-11-09 19:07:26 +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
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
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