Commit Graph

9898 Commits

Author SHA1 Message Date
Nate McMaster fe6d5fff03
Fix demand condition to use agent.name 2018-08-24 14:07:06 -07:00
Nate McMaster 63355f13ba
Attempt to fix queue demands
See internal issue #80 about demands evaluation
2018-08-24 14:06:17 -07:00
John Luo f6cc980b2c Revert "Remove default port tests"
This reverts commit 74f4387807.
2018-08-24 13:55:15 -07:00
ASP.NET CI 5e323e148a Updating submodule(s)
KestrelHttpServer => 64127e6c76

[auto-updated: submodules]
2018-08-24 18:59:59 +00:00
ASP.NET CI df1d6af76a Updating submodule(s)
SignalR => 118fc0a27f

[auto-updated: submodules]
2018-08-24 11:08:16 -07:00
John Luo 64127e6c76 Implement MaxFrameSize and HeaderTableSize for HTTP/2 2018-08-24 11:07:41 -07:00
Nate McMaster d9d2130639
Update Microsoft.DotNet.Build.Tasks.Feed to 2.2.0-preview1-03124-01 and increase timeout to 10 minutes 2018-08-24 10:59:36 -07:00
ASP.NET CI ceb26b18d9 Updating submodule(s)
EntityFrameworkCore => 66f10e8726dd26642e43862bf709fdab1836d164

[auto-updated: submodules]
2018-08-24 09:52:02 -07:00
ASP.NET CI facd8cb309 Updating submodule(s)
KestrelHttpServer => d318d7b94d

[auto-updated: submodules]
2018-08-23 22:35:59 -07:00
David Fowler d318d7b94d
Make tests less flaky (#2848)
- Re-order logs with completing the task
2018-08-23 22:29:56 -07:00
ASP.NET CI 14b124f19f Updating submodule(s)
KestrelHttpServer => fc3c2eef5e

[auto-updated: submodules]
2018-08-24 02:21:44 +00:00
Stephen Halter fc3c2eef5e
Handle SocketError.ProtocolType as a connection reset on macOS (#2845)
* Handle SocketError.ProtocolType as a connection reset on macOS
* Make IsConnectionResetError and IsConnectionAbortError stricter
2018-08-23 19:16:44 -07:00
ASP.NET CI ec86293952 Updating submodule(s)
KestrelHttpServer => e5a1101239

[auto-updated: submodules]
2018-08-23 17:33:52 -07:00
ASP.NET CI b0a9e3ca7c Updating submodule(s)
Identity => b3a6bda45a
Mvc => dfb579d45c

[auto-updated: submodules]
2018-08-23 17:02:57 -07:00
Stephen Halter e5a1101239
Improve exception handling in SocketConnection (#2844)
- Avoid race where a connection reset observed by both DoSend() and DoReceive()
  resulted in a ConnectionAbortedException being thrown from the input Pipe
  instead of a ConnectionResetException.
2018-08-23 16:59:02 -07:00
ASP.NET CI 8c46637eed Updating submodule(s)
IISIntegration => 9d5cbe1e3d
WebSockets => 752f934a23

[auto-updated: submodules]
2018-08-23 16:17:07 -07:00
ASP.NET CI 3d0d61f323 Updating submodule(s)
EntityFrameworkCore => 5ee6730534a8a3084dfd722c2a84aae2b532a61e

[auto-updated: submodules]
2018-08-23 15:51:03 -07:00
Pavel Krymets 9d5cbe1e3d
Remove Internal.Sdk reference from test projects (#1318) 2018-08-23 15:49:39 -07:00
John Luo 752f934a23 Fix flaky test
Use dynamic port assignment to reduce address binding failures due to port collisions
2018-08-23 15:45:14 -07:00
ASP.NET CI c12387b23b Updating submodule(s)
Routing => 40fb13a021

[auto-updated: submodules]
2018-08-23 14:23:11 -07:00
ASP.NET CI b5dfbec603 Updating submodule(s)
IISIntegration => 1d4d882c0d

[auto-updated: submodules]
2018-08-23 13:54:31 -07:00
Justin Kotalik 1d4d882c0d Spelling mistake in debug log 2018-08-23 13:45:10 -07:00
Nate McMaster f86fabe9d2
Bumping version from 2.1.1 to 2.1.2 2018-08-23 12:56:36 -07:00
ASP.NET CI faa70f6ce6 Updating submodule(s)
IISIntegration => b3893720b7

[auto-updated: submodules]
2018-08-23 12:52:57 -07:00
Sourabh Shirhatti b3893720b7
inproc property was changed in 2.2 (#1316) 2018-08-23 12:41:27 -07:00
ASP.NET CI 1ffa88306d Updating submodule(s)
Identity => f2e4a63747

[auto-updated: submodules]
2018-08-23 10:55:09 -07:00
ASP.NET CI edded9af3b Updating submodule(s)
SignalR => 2db0c086b2

[auto-updated: submodules]
2018-08-23 09:55:08 -07:00
ASP.NET CI e758449bb6 Updating submodule(s)
Mvc => 8eea0ad44c

[auto-updated: submodules]
2018-08-23 15:26:18 +00:00
ASP.NET CI 5eb31c2d7f Updating submodule(s)
KestrelHttpServer => 68a0863524
Mvc => e2de54a92d
Routing => 15e46ad323

[auto-updated: submodules]
2018-08-23 10:08:53 +00:00
David Fowler 68a0863524
General connection management (#2834)
This change makes the handling of graceful shutdown work for more than just http scenarios. This should allow us to move TLS further out and should also allow us to start moving things to connection middleware instead of connection adapters.
Summary of the things changed/added:
- Added IConnectionLifetimeNotificationFeature that represents an attempt to gracefully close the connection that isn't being aborted. This feels pretty awful but we may have to do it.
- Moved connection management to the ConnectionDispatcher and out of the HttpConnectionMiddleware
- Removed Http from the names of the ConnectionManager and Heartbeat
2018-08-22 20:35:28 -07:00
Nate McMaster 12e2d30f6b
Publish .jar files to ProdCon output 2018-08-22 19:08:17 -07:00
Mike Harder e63e00ad04 Add "/warnaserror" to restore and build
- Default templates should have no restore or build warnings
2018-08-22 18:15:37 -07:00
Mike Harder ba2eacc3f5
Automatically detect if private feed is required (#16) 2018-08-22 17:12:13 -07:00
ASP.NET CI 7d8d5b72a3 Updating submodule(s)
IISIntegration => 3b3f128306
Templating => ed19e34256

[auto-updated: submodules]
2018-08-22 22:59:14 +00:00
Justin Kotalik 3b3f128306
Enable app verifier on VSTS; Fix debug log handle use (#1291) 2018-08-22 15:39:59 -07:00
ASP.NET CI 5e301e7b45 Updating submodule(s)
Mvc => 03da30f3bf

[auto-updated: submodules]
2018-08-22 15:28:26 -07:00
ASP.NET CI edb8f0d0bc Updating submodule(s)
IISIntegration => eebbb6a602
SignalR => 070bc945f1
Templating => 11c6ebea2e

[auto-updated: submodules]
2018-08-22 12:14:52 -07:00
Pavel Krymets eebbb6a602
Support portable.exe apps and better error reporting (#1287) 2018-08-22 12:04:04 -07:00
ASP.NET CI e8a48349fc Updating submodule(s)
Templating => d9e71527e8

[auto-updated: submodules]
2018-08-22 11:49:11 -07:00
ASP.NET CI 625e17371e Updating submodule(s)
SignalR => f8a46faf9d

[auto-updated: submodules]
2018-08-22 11:21:43 -07:00
ASP.NET CI 4e345154ee Updating submodule(s)
SignalR => 5f4d0dac3c

[auto-updated: submodules]
2018-08-22 10:50:37 -07:00
ASP.NET CI 63530b0791 Updating submodule(s)
IISIntegration => 36e5aceb3c

[auto-updated: submodules]
2018-08-22 09:57:45 -07:00
Pavel Krymets 36e5aceb3c
Serve 503 if server process is shutting down (#1293) 2018-08-22 09:53:25 -07:00
ASP.NET CI 3cb5d2eef9 Updating submodule(s)
IISIntegration => e26231b613

[auto-updated: submodules]
2018-08-22 08:48:12 -07:00
Pavel Krymets e26231b613
Cleanup application manager (#1250) 2018-08-22 08:23:40 -07:00
ASP.NET CI fcf11701ba Updating submodule(s)
Mvc => cbe1526763
Routing => e90e670ac8

[auto-updated: submodules]
2018-08-22 08:21:47 -07:00
ASP.NET CI efabeb37fa Updating submodule(s)
KestrelHttpServer => 0b471f2b2f

[auto-updated: submodules]
2018-08-21 19:01:20 -07:00
ASP.NET CI c142cd2fcc Updating BuildTools from 2.2.0-preview1-20180817.2 to 2.2.0-preview1-20180821.1
[auto-updated: buildtools]
2018-08-21 18:34:34 -07:00
ASP.NET CI 35a7fb7792 Updating submodule(s)
AADIntegration => 9b641283f0
Antiforgery => 108c73ca75
AuthSamples => 530542499f
AzureIntegration => 049fb37dc6
BasicMiddleware => 7f143446a0
BrowserLink => 82b96e3df754e23a19becb09f517f100231c6f9c
Caching => 413fb03253aaef9e045cd2754a39c4ec43e35733
Common => aca9fb80bcf71d5eb3e78ae04dbaf5a9eb3a7a7d
Configuration => 544666fd831a4b04cec9ae058b7720c5f6e7b6a1
CORS => e8da001870
DataProtection => c119bee8ef
DependencyInjection => 2f25974bf4a4ba73b7fc01d2310a89f58cf502bf
Diagnostics => 5c8b549882
DotNetTools => b3f6477a49
EntityFrameworkCore => 801b3c02b9cde8808ee795e72642bfaa2d314c00
EventNotification => b00a2457de69aeab2048f3e9fc09ffa7dc23c15c
FileSystem => 4e744b9dbaf32d6e52e19af54c040cc2ca3fa97c
Hosting => ef465439af
HtmlAbstractions => 386c024198
HttpAbstractions => f3dc2d069c
HttpClientFactory => b64fc5704a260feda061c2df49565bf3a1c6e07c
HttpSysServer => d6f2e8085f
Identity => ac744d8adb
IISIntegration => e23d9cb4ac
JavaScriptServices => 4bc67d6a60
JsonPatch => bd559b7966
KestrelHttpServer => 912c36a6e0
Localization => 496d61e3cb
Logging => 8f864d3dc0cd2054e6b00ae4167b9066c6cb98c7
MetaPackages => 8f0e948d60
Microsoft.Data.Sqlite => 252758cc872e027a2453690967c2fce06d83654f
MusicStore => 59f867fc37
Mvc => 5bd818bd64
MvcPrecompilation => c35b2e6e8d
Options => e93181d24f664bbc0fadbb97d7d3fe241178aa51
Proxy => b9ac3c264e69fbaba0deb91031672f1bf9b8f22e
Razor => f703a288dd
ResponseCaching => 950f569db8
Routing => 4f33362ab5
Scaffolding => dba409b17fd86c7c791081c8b6a004ff8348e2df
Security => 1cb07e1019
ServerTests => df1e9f3aa9
Session => a3b57b6e49
SignalR => fd5d024651
StaticFiles => 48e29a0078
Templating => 2476481464
WebSockets => 42efbb40c4

[auto-updated: submodules]
2018-08-21 18:34:18 -07:00
David Fowler 0b471f2b2f Sockets: do 0 byte reads to avoid allocating memory for idle connections
- Do not do 0 byte reads on OSX due to potential sockets bug
2018-08-21 18:07:15 -07:00