Kenneth Geisshirt
fb153171f8
wip
2017-08-29 18:01:20 +02:00
Kenneth Geisshirt
e53275d167
sudo
2017-08-28 15:48:24 +02:00
Kenneth Geisshirt
ffd5b34e1a
wip
2017-08-28 15:02:24 +02:00
Kenneth Geisshirt
56ed4ae47f
wip
2017-08-28 13:45:39 +02:00
Kenneth Geisshirt
821c8760c2
wrong dir
2017-08-28 13:15:21 +02:00
Kenneth Geisshirt
cb74ec65a8
missing s
2017-08-28 12:48:48 +02:00
Kenneth Geisshirt
5ba961172f
wip
2017-08-28 11:58:55 +02:00
Kenneth Geisshirt
c4d3c8005d
start and stop on Linux
2017-08-28 11:29:08 +02:00
Kenneth Geisshirt
bed99c7043
Moving stuff
2017-08-25 16:58:18 +02:00
Kenneth Geisshirt
589a497d7b
Forward ports
2017-08-25 15:17:50 +02:00
Kenneth Geisshirt
16a82c1b92
wrong path
2017-08-25 14:23:18 +02:00
Kenneth Geisshirt
65a6cef141
wrong path
2017-08-25 14:00:38 +02:00
Kenneth Geisshirt
e826f8abf0
Manually setting ROS version
2017-08-25 12:33:03 +02:00
Kenneth Geisshirt
e586f52736
Only install npm once
2017-08-25 11:19:12 +02:00
Kenneth Geisshirt
873b0aab63
extending docker to include ros
2017-08-24 16:05:36 +02:00
Kenneth Geisshirt
939f6b0490
Enabling Android building and testing
2017-08-23 15:05:24 +02:00
Ashwin Phatak
ad51b50a5c
Merge pull request #1236 from realm/ap/rm-ndk-check
...
Revert "Check if the supported version (10e) of Android NDK is instal…
2017-08-23 10:10:13 +05:30
Ashwin Phatak
9ab5468d1f
Revert "Check if the supported version (10e) of Android NDK is installed"
...
This reverts commit a3795fdfb0
.
2017-08-22 15:49:32 +05:30
Ashwin Phatak
e6c2bdee6e
Merge pull request #1227 from ashwinphatak/master
...
Use exact Node & NDK versions known to work in prerequisites
2017-08-22 14:40:33 +05:30
Ashwin Phatak
a9254a1a23
Use exact Node & NDK versions known to work in prerequisites
2017-08-22 14:33:32 +05:30
Ashwin Phatak
0e23737371
Merge pull request #1228 from realm/ap/env_check_ndk
...
Check if the supported version (10e) of Android NDK is installed
2017-08-22 12:50:23 +05:30
Ashwin Phatak
a3795fdfb0
Check if the supported version (10e) of Android NDK is installed
2017-08-22 12:48:20 +05:30
Kenneth Geisshirt
85fb49b354
Adding methods and property to manually control write transactions ( #1216 )
...
* Adding methods and property to manually control write transactions
2017-08-21 17:48:53 +02:00
Kenneth Geisshirt
bd28c05936
Add shouldCompactOnLaunch option to configuration ( #1209 )
...
* Adding shouldCompactOnLaunch option to configuration
* Adding Realm.compact()
2017-08-18 14:22:29 +02:00
Kenneth Geisshirt
0c557fcfe5
How to contribute a function ( #1224 )
...
* Guideline on how to add a function
2017-08-18 14:19:56 +02:00
Brian Munkholm
3c07391997
Merge pull request #1225 from justjenu/patch-1
...
Update link to community newsletter
2017-08-18 10:14:05 +02:00
Jennifer Hooper
8301d2838c
Update link to community newsletter
2017-08-17 13:13:57 -07:00
kristiandupont
0db8fac3e5
[1.10.3] Version bump
2017-08-17 11:35:13 +02:00
Brian Munkholm
e5cd112197
Update README.md
2017-08-16 21:03:24 +02:00
Brian Munkholm
b528c8dace
Update README.md
2017-08-16 21:02:12 +02:00
Brian Munkholm
c2d90d6fa7
Update license for Core
2017-08-16 21:00:48 +02:00
Kenneth Geisshirt
1dd85b591a
Merge pull request #1190 from ejoy-jsc/master
...
correct testProgressNotificationsForRealmOpen
2017-08-16 14:56:14 +02:00
blagoev
cd187eca43
Merge pull request #1210 from realm/depreciate-setAccessToken
...
Deprecate setAccessToken
2017-08-16 12:51:27 +03:00
Kristian Dupont
c24cc16ebf
Fix a few publish issues ( #1215 )
...
* Stop trying to kill the server twice after testing
* Fix test targets to run before publishing
* ...
* Remove electron runner from publish for now
* Update changelog
2017-08-16 11:11:28 +02:00
kristiandupont
796ebe2533
[1.10.2] Bump version
2017-08-15 15:12:18 +02:00
blagoev
fad3b369dc
fix bad term
2017-08-15 12:36:15 +03:00
blagoev
86999412f0
Depreciate setAccessToken
...
rename setAccessToken to setFeatureToken
expose both functions while setAccessToken is depreciated
Trim token argument string
2017-08-15 12:36:15 +03:00
Kristian Dupont
08acb83e58
Update pull_request_template.md
2017-08-14 12:43:59 +02:00
Kristian Dupont
f55fa10b6b
Add environment-check script ( #1199 )
...
* Add environment-check script
* Check version without using semver module
2017-08-14 10:30:03 +02:00
Kræn Hansen
e4e1431c55
Running js tests in Electron renderer process ( #1196 )
...
* First take on running the tests inside an Electron render process
* Making progress
* Making it possible to override the location of the admin token
* Ignoreing the realm-object-server files
* Fixing a console.log to return a string instead of a boolean
But it should probably be removed entirely
* Making the downloaded ROS log less
* Adjusting comments in the test.sh
* Checking number of windows to determine an Electron crash
* Added a test that triggers garbage collection of ArrayBuffers
* Enabled the ability to run the tests in Electrons main process
* Run tests first in main process and the render
* Added a README.md that documents how Electron tests can be run
* Added a comment on why the garbage-collection test was added.
* Waiting with reading the admin token, until it is actually used
* Disabling the GarbageCollectionTests for now
2017-08-11 10:30:57 +02:00
Yavor Georgiev
fb7f11263c
Modernize V8 ArrayBuffer usage ( #1198 )
...
Instead of manually allocating a chunk of memory and asking V8 to create an ArrayBuffer around it, have V8 create an ArrayBuffer with its own allocator and copy the data in it. (fixes #1197 )
Remove an extra copy when reading data from ArrayBufferViews.
Remove TODOs for Node.js versions older than 4.
2017-08-10 11:45:48 +02:00
Kristian Dupont
bb3411f7f7
Fix Object.setPrototypeOf issue on Android ( #1195 )
...
* Fix Object.setPrototypeOf issue on Android
* Fix prototype chain
2017-08-09 15:08:19 +02:00
Jagdeep Nagpal
ee3b855efb
Remove override annotation ( #1178 )
2017-08-09 11:09:31 +02:00
Kristian Dupont
b09385f97d
Make jsdoc import tutorials ( #1181 )
2017-08-08 11:35:03 +02:00
toanz
7d903cc96e
correct testProgressNotificationsForRealmOpen
...
ProgressNotifications is not working , this test is incorrect
2017-08-07 10:28:01 +07:00
Yavor Georgiev
b71eec6b98
[1.10.1] Bump version
2017-08-02 14:07:16 +02:00
blagoev
c090cd9700
Merge pull request #1146 from realm/ni/open-async
...
Don’t invoke openAsync callback twice
2017-07-27 13:26:57 +03:00
blagoev
68df00154f
Merge pull request #1162 from realm/aviwarner-patch-1
...
Create SUPPORT.md
2017-07-27 12:09:01 +03:00
Avi Warner
8f50bb772a
Create SUPPORT.md
...
Creating a SUPPORT.md file to improve issue submission
2017-07-25 11:27:28 -07:00
David Shore
56d571c204
Update README
2017-07-21 11:35:27 -07:00