David Fowler
5e7f63b096
Make un-graceful shutdown a bit more graceful ( #2748 )
...
* Make un-graceful shutdown a bit more graceful
- Change how graceful shutdown is done to ensure there are no errors on shutdown.
- Avoid closing pipes from under other components that own those pipes.
- Close the application output so that the application's read loop ends gracefully. For websockets, we cancel the token, for other transports, we close the output directly.
2018-08-07 21:39:09 -07:00
ASP.NET CI
dec23931d5
Updating submodule(s)
...
IISIntegration => 7431892e64
[auto-updated: submodules]
2018-08-07 23:44:49 +00:00
Mike Harder
7431892e64
Replace "std::experimental::filesystem" with "std::filesystem" ( #1153 )
...
* Continuation of #1082
2018-08-07 16:37:11 -07:00
Mike Lorbetske
b53d50f6f0
Fix incorrectly resolved cross-document pointers
2018-08-07 16:16:33 -07:00
ASP.NET CI
a14632f603
Updating submodule(s)
...
IISIntegration => 8c26579016
Mvc => 3c19cede7d
[auto-updated: submodules]
2018-08-07 23:15:13 +00:00
Pavel Krymets
8c26579016
Don't push artifacts in forks ( #1168 )
2018-08-07 16:04:33 -07:00
Kiran Challa
3c19cede7d
Updated dependencies
2018-08-07 16:01:48 -07:00
ASP.NET CI
e8c1aef103
Updating submodule(s)
...
KestrelHttpServer => 0a28806c17
[auto-updated: submodules]
2018-08-07 22:47:14 +00:00
John Luo
0a28806c17
Fix flaky graceful shutdown tests
2018-08-07 15:40:38 -07:00
Stephen Halter
0e99235d59
Add in-memory functional test project ( #2780 )
...
- Run AddressRegistrationTests independently to avoid port conflicts
- Only run tests that verify transport behavior for each transport
2018-08-07 15:34:11 -07:00
ASP.NET CI
3e1227d5cc
Updating submodule(s)
...
SignalR => fddf341913
[auto-updated: submodules]
2018-08-07 22:18:02 +00:00
Chris Ross (ASP.NET)
0cf53e7d34
Show HTTP/2 status on requests #106
2018-08-07 14:39:27 -07:00
Andrew Stanton-Nurse
fddf341913
Merge branch 'release/2.1' into release/2.2
2018-08-07 14:36:44 -07:00
Nate McMaster
e4161d8971
Prepare 2.1.4 patch
...
* Update submodules for EF Core, Scaffolding, and Templating
* Change version number for metapackages to 2.1.4
2018-08-07 21:24:01 +00:00
ASP.NET CI
4488560d5e
Updating submodule(s)
...
SignalR => c1aa708a8b
[auto-updated: submodules]
2018-08-07 21:20:51 +00:00
Andrew Stanton-Nurse
c1aa708a8b
TypeScript improvements and tslib dep ( #2692 )
2018-08-07 14:15:07 -07:00
BrennanConroy
cef7dfcdbb
Check connection state in ping Typescript client ( #2753 )
2018-08-07 14:14:32 -07:00
Mikael Mengistu
02d1d4b1aa
Adding Javadocs ( #2745 )
2018-08-07 15:10:22 -06:00
ASP.NET CI
273a52d21c
Updating BuildTools from 2.2.0-preview1-20180731.1 to 2.2.0-preview1-20180807.2
...
[auto-updated: buildtools]
2018-08-07 13:51:13 -07:00
ASP.NET CI
46543a288a
Updating submodule(s)
...
EntityFrameworkCore => 8c25ff590b8d2bb19a59c461225c277a0c2329b1
KestrelHttpServer => b494e50353
Mvc => 9585084258
MvcPrecompilation => 53ad62a3fa
Routing => dce72c9553
Scaffolding => bfc3712881f3578192e9f26fd2bb1d54feae2bf3
SignalR => d8741d1b0f
Templating => 2b273f0f73
[auto-updated: submodules]
2018-08-07 13:50:59 -07:00
Kiran Challa
9585084258
Using Routing feature branch versions
2018-08-07 13:38:36 -07:00
BrennanConroy
fc8979aeca
Update TS docs for docs.microsoft.com generation ( #2605 )
2018-08-07 13:36:10 -07:00
Nate McMaster
2b273f0f73
Merge branch 'release/2.1' into release/2.2
2018-08-07 12:53:44 -07:00
Nate McMaster
678449fca0
Bumping version from 2.1.3 to 2.1.4
2018-08-07 12:42:45 -07:00
Pranav K
53ad62a3fa
Remove Precompilation_WorksForViewsUsingDirectoryTraversal
2018-08-07 12:39:46 -07:00
Kiran Challa
685176faf5
Updated dependencies
2018-08-07 12:14:33 -07:00
John Luo
b494e50353
Fixup shutdown functional tests
2018-08-07 11:50:09 -07:00
John Luo
8a74cf3ed5
Gracefully shutdown HTTP/2 connections on server and client initiated shutdown
2018-08-07 10:59:29 -07:00
BrennanConroy
d8741d1b0f
Skip Redis tests on macOS ( #2740 )
2018-08-07 10:20:11 -07:00
BrennanConroy
dadff9fc29
Avoid ODE in tests with Server logging ( #2742 )
2018-08-07 09:18:10 -07:00
James Newton-King
dce72c9553
Remove public extension methods for registering endpoint routing ( #697 )
2018-08-07 17:49:31 +12:00
ASP.NET CI
903495da50
Updating submodule(s)
...
SignalR => e403de7fbf
[auto-updated: submodules]
2018-08-06 19:46:31 -07:00
ASP.NET CI
e7a71ba52a
Updating submodule(s)
...
SignalR => d76c074780
[auto-updated: submodules]
2018-08-06 19:19:36 -07:00
BrennanConroy
e403de7fbf
Solve LongPolling races by moving Cts disposal to connection disposal ( #2731 )
2018-08-06 19:17:29 -07:00
BrennanConroy
1874368a5c
Fix flaky test ( #2739 )
2018-08-06 19:16:52 -07:00
BrennanConroy
d76c074780
Up Redis test log level ( #2743 )
2018-08-06 19:15:53 -07:00
BrennanConroy
31b6ad69ae
Increase poll timeout in TS client ( #2737 )
2018-08-06 19:14:44 -07:00
ASP.NET CI
34f1906601
Updating submodule(s)
...
Routing => 39c5700148
[auto-updated: submodules]
2018-08-06 18:19:43 -07:00
James Newton-King
39c5700148
Add docs to RouteValuesAddress ( #695 )
2018-08-07 13:14:35 +12:00
ASP.NET CI
f36d7d30c2
Updating submodule(s)
...
IISIntegration => c6830afa55
[auto-updated: submodules]
2018-08-06 17:25:44 -07:00
Pavel Krymets
c6830afa55
Add default debug log file name and dll information to debug log ( #1149 )
2018-08-06 17:20:44 -07:00
ASP.NET CI
c28fdc2540
Updating submodule(s)
...
Diagnostics => 8ec69456ca
[auto-updated: submodules]
2018-08-06 16:57:12 -07:00
Ryan Nowak
8ec69456ca
Update CustomWriterStartup.cs
...
Fix a misleading comment in sample
2018-08-06 16:44:54 -07:00
ASP.NET CI
878ff27dba
Updating submodule(s)
...
Templating => 647f0f81c2
[auto-updated: submodules]
2018-08-06 16:27:15 -07:00
Ryan Brandenburg
647f0f81c2
CompatibilityVersion -> 2.2
2018-08-06 16:22:05 -07:00
ASP.NET CI
f1868d9b02
Updating submodule(s)
...
EntityFrameworkCore => 9d0c0d2bdfb47112bf8a28e156a9c9daa48b09ac
Templating => e47a08612b
[auto-updated: submodules]
2018-08-06 22:27:47 +00:00
Ryan Brandenburg
e47a08612b
JQuery-validate-unobtrusive version 3.2.10
2018-08-06 15:21:46 -07:00
ASP.NET CI
c00b2ecc08
Updating submodule(s)
...
IISIntegration => 60a559719f
[auto-updated: submodules]
2018-08-06 21:58:28 +00:00
Mike Harder
60a559719f
Reduce probability of startup port collisions ( #1136 )
...
- GetTickCount() is limited to the resolution of the system timer, which is typically 10-16 ms. If two apps in separate app pools are started within this time window, it's possible GetTickCount() will return the same value, which causes the apps to try the same random port(s).
- Addresses #1124
2018-08-06 14:41:11 -07:00
ASP.NET CI
948eaeb4bc
Updating submodule(s)
...
Mvc => 47f2f451e3
[auto-updated: submodules]
2018-08-06 21:30:06 +00:00