Commit Graph

502 Commits

Author SHA1 Message Date
jhkimnew 02cffd16ec Jhkim/refactoring test (#176)
Cleans up IIS initialization testing framework
2017-10-19 12:15:24 -07:00
Ryan Brandenburg 26769ba162 Add RepositoryRoot 2017-10-18 09:39:57 -07:00
Justin Kotalik 68014a7acd Changes async calls to use OnAsyncComplete event pattern (#184) 2017-10-17 16:06:59 -07:00
pan-wang 7117147a09 adding FREB and more ETW log (#185)
* adding FREB log and more ETW logs

* add missing aspnetcore_event.h file from previous commit

* Update aspnetcore_event.h

change provide id as 0x8000 is used by cors
2017-10-17 14:43:31 -07:00
Justin Kotalik 051f13f17d Add AppVeyor. (#188) 2017-10-15 14:38:23 -07:00
Justin Kotalik b4abb7382a Add AppVeyor (#449) 2017-10-15 14:36:52 -07:00
Ryan Brandenburg 4f2a75f768 Update bootstrappers 2017-10-09 12:46:42 -07:00
Justin Kotalik f91a941f8d Moves in-process to UseIISIntegration, removes Server.IIS namespace (#443) 2017-10-06 09:52:42 -07:00
pan-wang 746f578c3c Panwang/inproc (#174)
refactoring the code to support inprocess (step 1) with app_offline and Graceful shutdown support
2017-10-04 17:35:11 -07:00
Justin Kotalik ea7bc30dd3 Avoid AV if schema change doesn't exist. (#177) 2017-10-03 14:21:39 -07:00
Justin Kotalik d961ada80b Removing DotNetCliToolReference from IIS sample csproj (#437) 2017-10-02 16:18:31 -07:00
Justin Kotalik 9dc69fe361 Adds support for ANCM in process (#425) 2017-10-02 16:01:46 -07:00
jhkimnew df673f631c Disable tests (#175) 2017-09-29 16:35:16 -07:00
jhkimnew 890e49e539 ANCM Test Refactoring: Initial check-in to fix the build issue on AspNetCI (#172)
* Initial check-in to fix the build issue on AspNetCI

* Updated with Jimmy's feedbacks
2017-09-29 14:49:12 -07:00
Justin Kotalik f130330db8 Updating Xunit and dotnet versions (#143) 2017-09-25 15:10:31 -07:00
Justin Kotalik 461044f548 Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:49:01 -07:00
Justin Kotalik 2e540341db Adds in-process mode to ANCM. (#152) 2017-09-20 16:09:56 -07:00
Chris Ross (ASP.NET) 1e1e89b457 logging/#543 Clear HttpContext.User when the user is disposed. 2017-09-19 15:55:14 -07:00
Justin Kotalik 5c2906a7c6 [WIP] Fixing win7 compilation issues. (#141) 2017-09-13 14:40:00 -07:00
jhkimnew 0120dae36b Jhkim/updatetest (#155)
* Added new test scenarios for websocket

* Fixed test issues

* Fixed test issues
2017-09-13 14:32:53 -07:00
jhkimnew c5f59e06c3 Added new test scenarios for websocket (#153) 2017-09-12 11:39:55 -07:00
pan-wang a732b106f5 Fix websocket close handshake issue and race condition when websocket client disconnect without close handshake (#151) 2017-09-11 18:44:15 -07:00
Justin Kotalik 509ddc6ced Adds ANCM in-process flag. (#144) 2017-09-11 15:30:54 -07:00
Luke Latham 6b8449f491 Sortable log files with stdoutLogFile (#131)
Fixes #130
2017-08-30 14:33:30 -07:00
Nate McMaster 1297798546 Use PackageLineup to manage PackageReference versions 2017-08-29 11:38:56 -07:00
Nate McMaster 5cf936d3cd Use Directory.Build.props/targets 2017-08-29 11:36:17 -07:00
Nate McMaster d15129110e Ensure .NET Core 1.0.5 is installed 2017-08-24 13:07:05 -07:00
Nate McMaster 7908015a3d Upgrade to xunit 2.3.0-beta4 2017-08-22 16:49:36 -07:00
John Luo f6329c4dc7 Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 17:12:49 -07:00
pan-wang 93b37e14db fix websocket connection issue and some memory leak, and add debug print (#129) 2017-08-04 14:51:15 -07:00
John Luo 3789c1aa14 Ensure fallback to curl after failed wget 2017-08-02 14:32:15 -07:00
John Luo 189a37df1d Update __get_remote_file logic 2017-08-02 12:44:45 -07:00
Nate McMaster 24f09551d9 Remove usage of PackagePublisher 2017-07-28 17:17:26 -07:00
Nate McMaster a8802b2d2c Fix versions in the test project so restore works 2017-07-28 09:52:21 -07:00
Nate McMaster 42853bcca1 Update bootstrapper to use the compiled version of KoreBuild 2017-07-27 15:03:42 -07:00
Nate McMaster c0364a5508 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:27:45 -07:00
Nate McMaster a8fcb6ac65 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:32:44 -07:00
Pranav K 7b9085f7b0 Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:13:35 -07:00
Ryan Brandenburg d25fead7b2 Set AspNetCoreVersion 2017-07-24 17:56:39 -07:00
Ryan Brandenburg f935e9aad2 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:31:05 -07:00
Pranav K 4b9a10363c Explicitly call Restore on AspNetCore.csproj before calling pack on it. 2017-07-18 14:53:34 -07:00
Pranav K 4d35489e85 Use dotnet pack to pack AspNetCore file 2017-07-17 14:44:36 -07:00
Chris R cc31406913 Merge branch 'rel/2.0.0' into dev 2017-07-13 15:36:59 -07:00
Chris R 5753784ac4 #391 Add back the DisplayName setting 2017-07-13 11:22:38 -07:00
jhkimnew afba2d05ae Jhkim/add test gracefulshutdown (#120)
Add new test for Graceful shutdown and Filtering MS request headers
2017-07-12 16:48:47 -07:00
jhkimnew 078a03ac70 Fixed build issue (#119) 2017-07-10 15:02:53 -07:00
pan-wang 002c8b9bc9 Adding shutdown http message to support the scenario that ctrl signal is not allowed (#118) 2017-07-10 14:55:15 -07:00
Pranav K b2edc306f8 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:57:57 -07:00
Pranav K 550cc03619 Updating KoreBuild branch 2017-07-10 11:57:57 -07:00
Pranav K 6f486060f4 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:43:27 -07:00