Commit Graph

763 Commits

Author SHA1 Message Date
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
Pranav K d2f109ef6c Add environment variables to dotnet publish 2016-08-18 10:34:13 -07:00
David Fowler 0a7cf6b5a0 Added support for Startup.ConfigureContainer
- Startup.ConfigureContainer allows users to configure a 3rd party DI
container in a first class way in the Startup class. 3rd party containers
plug in via IServiceProviderFactory<TContainerBuilder> configured in
IWebHostBuilder.ConfigureServices.
- Added tests
2016-08-17 10:44:27 -07:00
Pranav K e3b5686d96 Updating NuGetPackageVerifier.json to account for project rename 2016-08-15 16:35:48 -07:00
Pranav K f8189a2296 Rename to Microsoft.AspNetCore.Server.IntegrationTesting
Fixes #824
2016-08-12 12:03:01 -07:00
Kiran Challa c6de61b520 Addressed feedback 2016-08-10 11:50:04 -07:00
Kiran Challa cc65ddfa28 Updated ApplicationDeployer to conditionally delete published application folder 2016-08-10 10:04:17 -07:00
Pranav K 5968a964c4 Switching to dotnet.myget.org feed 2016-08-09 15:02:46 -07:00
Kiran Challa 1aa5ebc585 ApplicationDeployer: Supply the build configuration to dotnet publish 2016-08-08 13:27:23 -07:00
Kiran Challa e96f2cb738 Set deployed application root folder as working directory 2016-08-04 14:07:36 -07:00
BrennanConroy 3a3405cf43 Update .travis.yml 2016-08-02 13:08:50 -07:00
Ajay Bhargav Baaskaran 184a25792a [Fixes #819] Display LoaderExceptions in ReflectionTypeLoadException 2016-07-25 12:19:32 -07:00