Commit Graph

774 Commits

Author SHA1 Message Date
Nate McMaster 2a50762008 Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
Ryan Brandenburg 51b3e82701 OnStarting throws when Response.HasStarted 2017-01-26 10:21:29 -08:00
Chris R 37d41f36c7 React to IHeaderDictionary ContentLength change 2017-01-18 13:46:34 -08:00
Nate McMaster e312552edd Add setting to extend dotnet-publish arguments in ApplicationDeployer 2017-01-12 11:24:19 -08:00
Pranav K ac8a86ff3f Skip specifying the project argument when running dotnet commands
Workaround for https://github.com/dotnet/cli/issues/5168 and https://github.com/dotnet/cli/issues/5211
2017-01-06 10:52:03 -08:00
Andrew Stanton-Nurse 2aff751547 fix reference issues in net46 by removing framework assembly refs
part of Coherence-Signed/#395
2017-01-05 15:47:23 -08:00
Chris R 2f26170dbf React to WebListener rename. 2017-01-03 15:51:54 -08:00
Pranav K 7ea92f08fc Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00
David Fowler 2c5dc9a75c CR feedback
- Added license to file
- Removed extra space
2016-12-13 21:30:08 -08:00
David Fowler 80ae7f056c Fix test name 2016-12-13 21:22:33 -08:00
David Fowler c6346cbde5 Review feedback for IApplicationLifetimeEvents
- Renamed the type to IHostedService and added Start and Stop.
- Split up the IHostedService execution and IApplicationLifetime to avoid
circular references
- Trigger IHostedService.Start after starting the server
- Trigger IHostedService.Stop before disposing the service provider

#895 #894
2016-12-13 21:22:33 -08:00
Ajay Bhargav Baaskaran 73a0401362 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:40:16 -08:00
N. Taylor Mullen 86516cba8d Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:07 -08:00
Kiran Challa 4abb48e1aa Added EventSource to Hosting 2016-11-30 14:22:46 -08:00
David Fowler 42594afd42 Introducing IApplicationLifetimeEvents (#875)
- Introduce a new DI friendly API for handling lifetime events. IApplicationLifetime isn't
isn't replaceable so we introduce a new DI friendly API that can be implemented to handle
lifetime events of an ASP.NET application. It should also make it possible to write up extension
on IWebHostBuilder to wire up to external systems that need to register the state of the application (like systemd).
- Run all handlers even if one throws
- Let both sets of event handlers run before throwing (IApplicationLifetimeEvents and IApplicationLifetime cancellation token callbacks).
2016-11-29 03:38:07 -08:00
N. Taylor Mullen fb5c0f8e5c Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:58:47 -08:00
Chris Ross (WEB TOOLS) 077bc8104e Fix IIS Express deployer for Win7 2016-11-23 10:58:42 -08:00
Chris R 3003b4c5e6 Bump IntegrationTesting version to 0.3 2016-11-22 14:09:53 -08:00
Kiran Challa 884872b969 Removed the workaround of copying forwarder dlls for remote deployment scenario testing 2016-11-21 19:38:47 -08:00
Chris R b7c9b24193 Update the IIS Express deployer to use the new ANCM package layout. 2016-11-21 16:13:55 -08:00
Nate McMaster 6e2b2da292
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:00 -08:00
Chris R 48ca10cffc Merge branch 'rel/1.1.0' into dev 2016-11-10 16:16:12 -08:00
Chris R f8fbb15e14 IISIntegration#292 Test support for bin deployed aspnetcore.dll 2016-11-10 16:06:39 -08:00
Pranav K 21f7c89838 Updating versions to 1.2.0-* 2016-11-09 14:17:46 -08:00
Pranav K a7445c3e6a Merge branch 'rel/1.1.0' into dev 2016-11-09 11:30:57 -08:00
Pranav K b508223e1c Branching for 1.1.0 2016-11-09 11:30:51 -08:00
Pavel Krymets 1ee27971a5 Add test for SIGTERM functionality (#878) 2016-11-08 09:58:45 -08:00
jacalvar 911da31476 Created public API baselines 2016-11-04 15:17:13 -07:00
Pavel Krymets 2bddba8f90 Handle SIGTERMs for graceful shutdown (#876) 2016-11-02 09:29:44 -07:00
Pavel Krymets a29ceeb9e8 Deterministically dispose instances created by WebHostBuilder (#868) 2016-10-31 11:59:57 -07:00
Pavel Krymets 0f1eac5a98 React to DependencyInjection changes (#869) 2016-10-28 15:03:50 -07:00
Pranav K 6627efecbf Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:01 -07:00
Pranav K a274d91b27 Branching for 1.1.0-preview1 2016-10-17 09:49:09 -07:00
Pranav K d0e8c4dd4c Updating to netcoreapp1.1 2016-10-13 11:17:42 -07:00
Pranav K edc36547a7 Revert "Updating to netcoreapp1.1"
This reverts commit 72114ca4fa.
2016-10-12 16:08:39 -07:00
Pranav K 72114ca4fa Updating to netcoreapp1.1 2016-10-12 13:45:24 -07:00
jhkimnew e67c82e7f2 Updated IISDeployer 2016-10-07 10:15:17 -07:00
Pranav K 37b1fc039d Updating partner package versions 2016-09-29 10:52:23 -07:00
Mikael Mengistu acc40bd449 Revert "Fixed naming abiguity" 2016-09-27 16:52:49 -07:00
Mikael Mengistu e521473f1d Fixed naming abiguity 2016-09-27 10:33:52 -07:00
Mikael Mengistu 2bdbcee7ba Fixed naming abiguity 2016-09-27 10:24:04 -07:00
Kiran Challa b6da89f54c [Fixes #852] TestHost: OnStarting and OnCompleted callbacks of response are not being awaited 2016-09-15 16:35:27 -07:00
BrennanConroy 98e35cc6da Add retry to ApplicationDeployer delete 2016-09-08 11:04:24 -07:00
Doug Bunting 2fe8c27f30 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 19:48:49 -07:00
Kiran Challa 9c44d493ca Revert "Revert "Remove existing implementation of StartupExceptionPage and use the one in Common""
This reverts commit 3f6b558cf3.
2016-08-29 12:40:13 -07:00
Kiran Challa 3f6b558cf3 Revert "Remove existing implementation of StartupExceptionPage and use the one in Common"
This reverts commit 83e0d4798e.
2016-08-25 17:21:29 -07:00
Kiran Challa 83e0d4798e Remove existing implementation of StartupExceptionPage and use the one in Common
[Fixes #831] Fix startup exception page to handle flattened exceptions
2016-08-25 16:27:30 -07:00
BrennanConroy e927dd6924 More old code 2016-08-25 11:45:19 -07:00
BrennanConroy 0bd8a841bb Remove old code 2016-08-24 16:21:59 -07:00
Pranav K ec575595ad Make dotnet publish use LogInformation instead of LogTrace
This would make it have the same LogLevel as dotnet run so we'd have better diagnostics without having to change tests.
2016-08-22 15:04:17 -07:00