Emanuele Zattin
3389d2d141
Merge pull request #1975 from realm/ez/devtoolset
...
Update devtoolset from 3 to 6
2018-08-22 22:57:36 +02:00
Kenneth Geisshirt
47d446ca48
Updating change log
2018-08-22 11:27:36 +02:00
Emanuele Zattin
ec2f3b44fd
Update devtoolset from 3 to 6
2018-08-21 09:26:40 +02:00
Kenneth Geisshirt
cf1683b66c
Revert "[2.15.0] Bump version"
...
This reverts commit 3d150272bc
.
2018-08-20 08:46:00 +02:00
Kenneth Geisshirt
3d150272bc
[2.15.0] Bump version
2018-08-17 12:48:53 +02:00
Kenneth Geisshirt
e67b632fbd
Upgrading to Realm Sync 3.8.11 ( #1973 )
2018-08-17 12:31:03 +02:00
Kenneth Geisshirt
015d001d5c
Using a GC'ed context will cause a crash ( #1969 )
...
* Using a GC'ed context will cause a crash
2018-08-17 11:24:08 +02:00
Igor Mandrigin
d0ba40c33a
Improve handling of parallel CI jobs. ( #1968 )
...
1. Sometimes, it is necessary to run multiple parallel CI jobs on the same
physical machine w/o any virtualization or containerization (a good
example of that is building an iOS app). To work properly in that
environment, realm should download a temp file to it's own unique temp
folder to avoid clashes (that are actually fail with `symlink` syscall
failing with `EEXISTS`).
2. To avoid an ever-growing temp folder, a new environment variable was
introduced, that you can set to be inside a job's folder. That way, CI
will be responsible for cleaning up after itself and keeping only the
necessary amount of files.
Theoretically, all of that can be solved by overriding `TMP` env
variable but in practice in many-many environments it breaks the other
part of toolchain (even Xcode builds themselves sometimes).
2018-08-17 10:27:09 +02:00
Christian Melchior
a58a984f3f
Automatically add schemas for object level permissions. ( #1970 )
2018-08-17 10:10:20 +02:00
Kenneth Geisshirt
0d5e4ad5be
Merge pull request #1964 from realm/kneth/realm-sync-3.8.10
...
Upgrading to Realm Sync v3.8.10
2018-08-16 15:36:58 +02:00
Kenneth Geisshirt
c39f190dda
Upgrading to Realm Sync v3.8.10
2018-08-16 09:55:47 +02:00
Christian Melchior
adf6bb58c9
Change order of Connection notification parameters ( #1961 )
2018-08-15 15:52:37 +02:00
Kenneth Geisshirt
81dd5931d5
Merge pull request #1941 from realm/yg/no-gnu
...
Disable GNU dialect when building for Node 10 with GCC
2018-08-14 14:07:51 +02:00
Christian Melchior
d05725c914
Add support for Android Gradle Plugin 3.0 "implementation" keyword. ( #1958 )
2018-08-14 13:12:06 +02:00
Kenneth Geisshirt
97c310980a
Fix security vulnerabilities ( #1957 )
...
* Cleaning up of `package-lock.json`
* Non-breaking changes and breaking changes from `npm audit`
* Add entry in change log
2018-08-13 14:13:37 +02:00
Christian Melchior
5a8341a5ac
Support for Connection notifications. ( #1950 )
2018-08-10 10:39:03 +02:00
Kenneth Geisshirt
ee4e29bb06
[2.14.2] Bump version
2018-08-08 12:03:31 +02:00
Kenneth Geisshirt
ae51c9c8f7
Realm Sync v3.8.8 ( #1953 )
2018-08-08 11:57:16 +02:00
Kenneth Geisshirt
31b7669a79
Bump version
2018-08-07 14:04:06 +02:00
Kenneth Geisshirt
3db11b84a5
Upgrading to Realm Sync v3.8.7 ( #1949 )
2018-08-07 13:54:00 +02:00
Christian Melchior
95472a5cd3
Fix wrong schema definition ( #1946 )
2018-08-06 15:35:26 +02:00
James Stone
5df1d7b38a
Update the query tutorial ( #1943 )
...
* Update the query tutorial
2018-08-06 11:45:17 +02:00
Yavor Georgiev
72be95beb3
Revert "[2.14.0] Bump version (again)"
...
This reverts commit f1c9f8fe88
.
2018-07-25 15:35:07 +03:00
Yavor Georgiev
5de2600133
Revert "Fix Node.js 10 support ( #1937 )"
...
This reverts commit b5d7d8ceab
.
2018-07-25 15:35:06 +03:00
Yavor Georgiev
1e0a2e6544
Disable GNU dialect when building for Node 10 with GCC
2018-07-24 23:42:24 +03:00
Yavor Georgiev
f1c9f8fe88
[2.14.0] Bump version (again)
2018-07-24 20:53:00 +03:00
Yavor Georgiev
b5d7d8ceab
Fix Node.js 10 support ( #1937 )
2018-07-24 20:51:56 +03:00
Yavor Georgiev
c810bb00dd
[2.14.0] Bump version ( #1939 )
2018-07-24 20:39:29 +03:00
Yavor Georgiev
674fad361a
Bump sync version ( #1938 )
2018-07-24 19:28:23 +03:00
Kenneth Geisshirt
2d8040c86b
[2.13.0] Bump version
2018-07-12 12:36:53 +02:00
Vincenzo Castiglia
5cd969a03e
fixed 'return' outside of function (30:4) ( #1923 )
...
* fixed 'return' outside of function (30:4)
2018-07-12 12:34:37 +02:00
Kræn Hansen
2aa06425cb
Update build.gradle ( #1918 )
...
* Use rootProject if in use, or default to specific versions
* Updating Android Gradle plugin
' Using the root RN project specific Gradle configuration or fallback to default
2018-07-12 09:26:49 +02:00
Kenneth Geisshirt
7537c3a226
Realm Core 5.7.1 and Realm Sync 3.8.0 ( #1922 )
2018-07-11 17:39:08 +02:00
Kenneth Geisshirt
805f3d0804
initial work on getting subscriptions to work in RN debugger ( #1902 )
...
* Getting subscriptions to work in RN debugger
2018-07-09 19:54:21 +02:00
Kenneth Geisshirt
d82c981386
OpenSSL isn't linked due to typing error ( #1912 )
2018-07-05 09:45:02 +02:00
Kenneth Geisshirt
49ce3c1d54
[2.12.0] Bump version
2018-07-03 21:16:51 +02:00
Thomas Goyne
7dd3951bef
Merge pull request #1903 from realm/tg/setlink
...
Add object._setLink()
2018-07-03 11:08:02 -07:00
Thomas Goyne
6b38b1cbb3
Set the link to null if the linked object doesn't exist
2018-07-03 10:45:20 -07:00
Thomas Goyne
98d25e416a
Add object._setLink()
2018-07-03 09:57:01 -07:00
Thomas Goyne
88a94ef3ba
Merge pull request #1884 from realm/tg/optim
...
Improve performance of `realm.create()` when running in node
2018-07-03 09:56:29 -07:00
Thomas Goyne
cd4046eb7a
Update a failing test
2018-07-03 08:45:41 -07:00
Thomas Goyne
45bb91b43c
Fix JSC compilation
2018-07-03 08:36:45 -07:00
Thomas Goyne
3c45c8a750
Don't bother special-casing one-byte strings as they're more complicated than it seemed
2018-07-03 08:36:45 -07:00
Thomas Goyne
1838f1f932
Update changelog
2018-07-03 08:36:45 -07:00
Thomas Goyne
35a5e831ed
Optimize reading properties of objects from v8 a bit
2018-07-03 08:35:56 -07:00
Thomas Goyne
ed8b5d835d
Eliminate some copies when reading strings from node
2018-07-03 08:35:56 -07:00
Thomas Goyne
55fe200446
Skip calling has_property() before get_property()
...
Instead just do the normal Javascript thing of checking if we got `undefined`.
This nearly doubles the speed of value_for_property() as nearly all of the time
was spent in looking up the properties in the JS object.
2018-07-03 08:35:56 -07:00
Kenneth Geisshirt
5d182a6bf3
Upgrading to Realm Core v5.6.5 and Realm Sync v3.7.0 ( #1908 )
2018-07-03 15:46:08 +02:00
Kenneth Geisshirt
48203f8a75
Fixing unsolved symbol in RN Android ( #1907 )
2018-07-03 14:12:14 +02:00
Kenneth Geisshirt
a6fef5254d
[2.11.0] Bump version
2018-06-28 15:06:56 +02:00