Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor packaging #1849

Merged
merged 60 commits into from
Jun 13, 2019
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
6749ab6
wip
fealebenpae Apr 11, 2019
9eced2e
Merge branch 'master' of github.com:realm/realm-dotnet into yg/realm-4.0
fealebenpae Apr 11, 2019
6311147
more wip
fealebenpae Apr 13, 2019
f23afaa
Fold databinding logic back to Realm package (#1850)
nirinchev Apr 15, 2019
13764c6
remove weaver config
fealebenpae Apr 15, 2019
fa2a84c
Update Core, Sync, and Object Store
fealebenpae Apr 15, 2019
eddfb4a
Add Realm.Server stuff
fealebenpae Apr 16, 2019
6536f5e
ignore FodyWeavers.xsd
fealebenpae Apr 16, 2019
95ab643
update test running
fealebenpae Apr 16, 2019
0c9d319
do not build server wrappers for Android until new NDK
fealebenpae Apr 16, 2019
4eead53
bring back deleteDir in nodeWithCleanup
fealebenpae Apr 16, 2019
169de29
Update test runners (#1851)
nirinchev Apr 16, 2019
9aa8f95
run tests
fealebenpae Apr 16, 2019
f035548
Android tests
fealebenpae Apr 16, 2019
8aa639e
Disable test parallelization
fealebenpae Apr 16, 2019
52bf9a0
comment out assertion
fealebenpae Apr 16, 2019
d2b1274
remove iOS binding redirects
fealebenpae Apr 16, 2019
d680468
Windows tests
fealebenpae Apr 16, 2019
3184065
more ci tests work
fealebenpae Apr 16, 2019
5b9adea
Bring back docs (#1853)
nirinchev Apr 17, 2019
47ca5df
more tests work
fealebenpae Apr 17, 2019
7b28f19
fix stuff
fealebenpae Apr 17, 2019
f8e962f
Fix the string.contains handling in the linq visitor (#1854)
nirinchev Apr 17, 2019
bf2846b
more fixes
fealebenpae Apr 17, 2019
2b40fc0
Fix iOS tests
nirinchev Apr 17, 2019
fed05b7
props cleanup
nirinchev Apr 17, 2019
af5fcde
Reference android native libraries
nirinchev Apr 17, 2019
5fb9322
more fixes
fealebenpae Apr 17, 2019
a78713f
move files around
fealebenpae Apr 17, 2019
5614f38
fix
fealebenpae Apr 17, 2019
0cb1c72
moar fixes
fealebenpae Apr 17, 2019
80cd212
build android tests on windows
fealebenpae Apr 17, 2019
11f865f
Add --nolinkaway
nirinchev Apr 17, 2019
5927db8
fix weaving the realm assembly
fealebenpae Apr 17, 2019
76a5fc4
fix realm types in default schema
fealebenpae Apr 17, 2019
064b66d
fix stuff
fealebenpae Apr 17, 2019
ed85da9
Add server tests (#1855)
nirinchev Apr 17, 2019
bb287c8
try to get ios tests to exit
nirinchev Apr 17, 2019
3808056
fix server tests
fealebenpae Apr 18, 2019
a7bf521
fix notifier tests
fealebenpae Apr 18, 2019
1fd445a
run tests on xamarin.ios nodes only
nirinchev Apr 18, 2019
6fd5e32
Explicitly build with Windows 8.1 as the target
fealebenpae Apr 22, 2019
974c9dd
Add support for subscription updating and expiration (#1857)
nirinchev May 13, 2019
a0407d3
Add support for subscription inclusions (#1858)
nirinchev May 13, 2019
4b5ffbf
Don't execute weaver multiple times (#1861)
nirinchev May 13, 2019
1d3f5b7
Update OS
nirinchev May 14, 2019
96cec54
Fix android build
nirinchev May 14, 2019
9fbd149
run weaver tests on CI
fealebenpae May 16, 2019
8c9d8cd
try to fix System.Runtime.CompilerServices.Unsafe issue
fealebenpae May 16, 2019
27a63d2
Fix failing integration test
nirinchev May 20, 2019
e1bb138
test
nirinchev May 20, 2019
3959d22
use latest ROS
nirinchev May 20, 2019
775269c
Downgrade the unsafe package
nirinchev May 20, 2019
dbb0d58
Pad the primitive_value struct to ensure its alignment
nirinchev May 21, 2019
7a5cd87
Ignore inconclusive weaver tests
nirinchev May 21, 2019
1914639
Cleanup jenkinsfile
nirinchev May 21, 2019
5414397
Workaround failing test
nirinchev May 21, 2019
5a0b888
😑
nirinchev May 21, 2019
41d096e
Clean up the runtimes
nirinchev Jun 13, 2019
ab2d136
Use the http permission API (#1864)
nirinchev Jun 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bring back deleteDir in nodeWithCleanup
fealebenpae committed Apr 16, 2019
commit 4eead53af3792d27643613e1a1c118750f9fb13a
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -360,7 +360,7 @@ def nodeWithCleanup(String label, Closure steps) {
try {
steps()
} finally {
//deleteDir()
deleteDir()
}
}
}