Commit Graph

2763 Commits

Author SHA1 Message Date
blagoev 8402a6d30b fix docs 2017-10-01 12:21:33 +03:00
blagoev b632389b75 Fix docs 2017-10-01 12:21:17 +03:00
blagoev 4a73b242af fix docs and TS definitions 2017-10-01 08:50:31 +03:00
blagoev 56533b59c4 Merge pull request #1363 from realm/mar/build-from-source
Update the include and library search paths used when building against a local version of core / sync
2017-09-30 19:48:31 +03:00
blagoev 6349d22f55 Merge branch '2.0.x' into kneth/v1_v2-upgrade 2017-09-30 17:21:24 +03:00
blagoev 43c28424fd Revert xcode project nvm support 2017-09-30 16:53:53 +03:00
blagoev e06f9e2384 add test file to resources 2017-09-30 16:44:17 +03:00
blagoev 4178ba09a4 Fix xcode project to use nvm’s node if node is not global 2017-09-30 16:44:02 +03:00
blagoev 0b439d6c79 fix IncompatibleRealmSynced tests 2017-09-30 16:43:40 +03:00
Kenneth Geisshirt 87efc0bd60 Merge pull request #1365 from realm/kneth/master-to-2.0.x
Merging `master` into `2.0.x`
2017-09-30 11:05:13 +02:00
Kenneth Geisshirt 3ca8f3b1e1 Readding schema for table in test. 2017-09-30 10:26:42 +02:00
Kenneth Geisshirt c361bdc9ed Merge branch '2.0.x' of github.com:realm/realm-js into kneth/master-to-2.0.x 2017-09-30 09:55:50 +02:00
Kenneth Geisshirt e109e32ac4 Merge branch 'master' of github.com:realm/realm-js into kneth/master-to-2.0.x 2017-09-30 09:55:14 +02:00
Mark Rowe f8cee8d653 Update the include and library search paths used when building against a
local version of core

Core switched to CMake a while back, resulting in build
products (generated headers, libraries) ending up in different locations
than before.
2017-09-29 23:16:02 -07:00
blagoev 6ed42a95bb Merge pull request #1364 from realm/mar/ros-alpha-42
Update ROS to v2.0.0-alpha.42
2017-09-30 08:54:06 +03:00
Mark Rowe 0f9e99affe Update ROS to v2.0.0-alpha.42.
alpha.42 uses realm-sync v2.0.0-rc26, allowing our sync tests to pass
once more.
2017-09-29 21:31:56 -07:00
Kenneth Geisshirt 9b6569716e [2.0.0-rc16] Bump version 2017-09-29 23:33:27 +02:00
Kenneth Geisshirt 477ead57c9 Updating core (4.0.1) and sync (2.0.0-rc26) (#1362) 2017-09-29 23:29:40 +02:00
blagoev 6062a5ab06 Forgotten file 2017-09-29 21:52:57 +03:00
blagoev 6d9f85759e Fix IncompatibleSyncedRealm support 2017-09-29 21:43:04 +03:00
Kenneth Geisshirt 7ae915fe0b [2.0.0-rc15] Bump version 2017-09-29 20:36:49 +02:00
Ashwin Phatak 199210eb68 Add support for aggregates on collections (#807) (#1350) 2017-09-29 16:53:37 +05:30
blagoev 8e984feedb Merge branch '2.0.x' into kneth/v1_v2-upgrade 2017-09-29 12:42:27 +03:00
Kenneth Geisshirt 04cf15a36e [2.0.0-rc14] Bump version 2017-09-29 00:33:51 +02:00
Kenneth Geisshirt 51a4f524a9 Updating to core 4.0.0 and sync 2.0.0-rc25 (#1360)
* Updating to core 4.0.0 and sync 2.0.0-rc25
* Adding file to React Native projects
* Move sync_config.cpp to the correct target in the Xcode project.
2017-09-29 00:31:22 +02:00
Thomas Goyne 154d259326 Update typescript declarations for arrays of primitives (#1359) 2017-09-28 15:03:56 -07:00
blagoev fc4f6f6c20 Merge pull request #1353 from realm/kneth/lazy-enable-sync
Enable SyncManager late
2017-09-28 11:21:38 +03:00
blagoev 3bf61963e8 Merge branch '2.0.x' into kneth/v1_v2-upgrade 2017-09-28 10:38:09 +03:00
blagoev 6c5960ee7b fix merge 2017-09-28 10:37:45 +03:00
blagoev 37105e7f00 Merge branch '2.0.x' into kneth/lazy-enable-sync 2017-09-28 10:29:37 +03:00
Kenneth Geisshirt 77e05b474a [2.0.0-rc13] Bump version 2017-09-28 09:14:48 +02:00
blagoev 7e048a9bee Merge pull request #1338 from realm/fix-accountInfo-2.0
Fix account info 2.0
2017-09-28 10:08:47 +03:00
Thomas Goyne e608255282 Update JSDocs for arrays of primitives (#1357) 2017-09-27 17:57:41 -07:00
blagoev 3b00719aaa Enable _adminUser in RN debug context 2017-09-28 01:26:20 +03:00
Kenneth Geisshirt 5616fb6f50 [2.0.0-rc12] Bump version 2017-09-27 22:58:50 +02:00
Mark Rowe 666d606914 Specify a timeout when making the HTTP request to refresh access tokens. (#1356)
* Specify a timeout when making the HTTP request to refresh access tokens.

Without the timeout, some requests are silently never made.

Fixes realm/realm-js-private#338.

* Add a changelog entry.
2017-09-27 22:52:14 +02:00
Kenneth Geisshirt c370de6d5d Linker issue. 2017-09-27 22:31:27 +02:00
Kenneth Geisshirt a738415763 wip 2017-09-27 21:02:09 +02:00
Kenneth Geisshirt 2caa14abf2 Don't expose an initializer function. 2017-09-27 20:16:44 +02:00
Kenneth Geisshirt fba3b3fc38 Merge branch '2.0.x' of github.com:realm/realm-js into kneth/v1_v2-upgrade 2017-09-27 18:10:39 +02:00
Kenneth Geisshirt f94f351bfb Adding documentation, TS definition and change log. 2017-09-27 17:53:09 +02:00
Kenneth Geisshirt e669a221a1 Cleaning up 2017-09-27 16:00:45 +02:00
Kenneth Geisshirt f4248f5d30 wip 2017-09-27 15:59:21 +02:00
Kenneth Geisshirt 87ab6dd6d3 creating a Realm.Sync.initialiize() 2017-09-27 15:56:09 +02:00
blagoev 273d241999 Merge pull request #1345 from realm/tg/primitive-array
Add support for lists of things other than objects
2017-09-27 16:23:16 +03:00
Kenneth Geisshirt d52121f290 make it fail 2017-09-27 11:22:46 +02:00
Kenneth Geisshirt 20defad505 Merge branch '2.0.x' of github.com:realm/realm-js into fix-accountInfo-2.0 2017-09-27 10:01:20 +02:00
Thomas Goyne c9a3548f32 Add some missing property type validation 2017-09-26 14:43:44 -07:00
Thomas Goyne fbf5da388b Make an error message test less specific to accomodate platform differences 2017-09-26 13:43:01 -07:00
Thomas Goyne cf0f0d127f Align the error thrown for assigning to read-only collection properties 2017-09-26 13:43:01 -07:00