Ryan Nowak
1e8e541f65
Clean up timeout reporting
...
This was sometimes reporting a null when the timeout takes place. We
need to throw with a timeout for real
2018-09-13 15:40:37 -07:00
Ryan Nowak
35597db277
Fix #8451
...
Change tokens can call into your code IMMEDIATELY when you subscribe. I
reviewed our other usage of ChangeToken.OnChange in MVC and everything
looks good.
2018-09-13 15:38:42 -07:00
ASP.NET CI
98d00978a6
Updating submodule(s)
...
Razor => b67fa0664d
Routing => 8d74954ad5
[auto-updated: submodules]
2018-09-13 15:30:27 -07:00
ASP.NET CI
b74b73b9c5
Updating submodule(s)
...
Routing => 9a68f48a5c
Templating => b8f7f967ce
[auto-updated: submodules]
2018-09-13 15:11:05 -07:00
Ryan Nowak
8d74954ad5
Merge branch 'release/2.2'
2018-09-13 14:57:33 -07:00
Ryan Nowak
9a68f48a5c
Minor improvments to RVD perf
2018-09-13 14:55:00 -07:00
Ryan Nowak
b67fa0664d
Check for spans that are missing from output
2018-09-13 14:51:46 -07:00
Ryan Brandenburg
5fa3d642a8
Merge branch 'merge/release/2.2-to-master'
2018-09-13 14:47:59 -07:00
Ryan Brandenburg
b8f7f967ce
Normalize FSharp templates and don't check in site.min.js
2018-09-13 14:41:32 -07:00
ASP.NET CI
9d7c9e559b
Updating submodule(s)
...
HttpAbstractions => d0ddb068be
[auto-updated: submodules]
2018-09-13 14:08:04 -07:00
ASP.NET CI
f16fe8739e
Updating submodule(s)
...
HttpAbstractions => 41c4a47680
[auto-updated: submodules]
2018-09-13 20:57:02 +00:00
Ryan Nowak
41c4a47680
Minor perf updates for RVD
...
Porting changes from perf work in
https://github.com/aspnet/Routing/pull/788
Includes porting/adding the RVD benchmarks, as well as a new TryAdd
method.
2018-09-13 13:45:08 -07:00
Pranav K
d0ddb068be
Return FormCollection.Empty when Content-Length is 0 ( #1038 )
...
* Return FormCollection.Empty when Content-Length is 0
Fixes https://github.com/aspnet/Mvc/issues/5631
2018-09-13 13:35:31 -07:00
ASP.NET CI
5f12d0ea15
Updating submodule(s)
...
SignalR => 7663de258e
[auto-updated: submodules]
2018-09-13 13:34:21 -07:00
BrennanConroy
7663de258e
Merge branch 'release/2.1' into release/2.2
2018-09-13 13:26:29 -07:00
ASP.NET CI
315a9a026f
Updating submodule(s)
...
Templating => 704a77b8a4
[auto-updated: submodules]
2018-09-13 13:03:24 -07:00
ASP.NET CI
5f19d3dafa
Updating submodule(s)
...
SignalR => 8a8d1e7d0a
[auto-updated: submodules]
2018-09-13 12:48:00 -07:00
BrennanConroy
8a8d1e7d0a
Add expected test log exception to fix flaky test ( #2958 )
2018-09-13 12:43:52 -07:00
Ryan Brandenburg
704a77b8a4
Fix template run script
2018-09-13 12:38:27 -07:00
ASP.NET CI
b52b31d2e4
Updating submodule(s)
...
IISIntegration => c93c974dbc
[auto-updated: submodules]
2018-09-13 12:32:17 -07:00
Pavel Krymets
c93c974dbc
Update certs on Jenkins ( #1397 )
2018-09-13 12:15:38 -07:00
ASP.NET CI
12d26983e2
Updating submodule(s)
...
KestrelHttpServer => 55e5e56422
[auto-updated: submodules]
2018-09-13 12:01:15 -07:00
Chris Ross (ASP.NET)
55e5e56422
Dispatch Http/2 write callbacks #2878
2018-09-13 11:53:30 -07:00
ASP.NET CI
88930e79be
Updating submodule(s)
...
IISIntegration => 1a0f988064
[auto-updated: submodules]
2018-09-13 11:27:52 -07:00
Pavel Krymets
1a0f988064
Skip AppOfflineDroppedWhileSiteFailedToStartInRequestHandler_SiteStops_InProcess ( #1396 )
2018-09-13 11:22:11 -07:00
Steve Sanderson
fa19f1c4ac
Update linker config following upgrade to linker 07c0d489b2c335d0ecddc5a427ef29d39afc8d84
2018-09-13 12:44:08 +01:00
ASP.NET CI
0425845b3e
Updating submodule(s)
...
IISIntegration => 3649f5bb81
[auto-updated: submodules]
2018-09-13 06:28:48 +00:00
Justin Kotalik
3649f5bb81
Add OutOfProc logging tests/ merge all inproc test sites into a single site ( #1384 )
2018-09-12 23:20:52 -07:00
ASP.NET CI
f46e354fec
Updating submodule(s)
...
EntityFrameworkCore => c41cf5c918402add69a2398bd8607158d5ac535b
Scaffolding => 420b2cd9d06769766a8c3a6c1b8e8a06cf9d656f
[auto-updated: submodules]
2018-09-13 00:50:41 +00:00
ASP.NET CI
c1be10871b
Updating submodule(s)
...
EntityFrameworkCore => 4961accafaa412ceb49cd7e97f6dbbf0b108eaf6
[auto-updated: submodules]
2018-09-13 00:34:35 +00:00
ASP.NET CI
9718344cc2
Updating submodule(s)
...
SignalR => 55597adf61
[auto-updated: submodules]
2018-09-12 23:05:46 +00:00
ASP.NET CI
ae5931a667
Updating submodule(s)
...
Routing => 9df5918239
[auto-updated: submodules]
2018-09-12 15:56:29 -07:00
BrennanConroy
55597adf61
[Java] De-Serializing Custom Types ( #2940 )
...
Move json out of HubConnection
2018-09-12 15:47:10 -07:00
James Newton-King
9df5918239
Clean up endpoint builder ( #791 )
2018-09-13 10:27:01 +12:00
ASP.NET CI
ad9e1fd4ec
Updating submodule(s)
...
Mvc => 3671faf2ac
Routing => cf484a49d0
Scaffolding => 90fa2d00c52e425171b88ce7b480e257037ce593
[auto-updated: submodules]
2018-09-12 14:53:43 -07:00
ASP.NET CI
ab8d99d5ce
Updating submodule(s)
...
Mvc => cb88e906b2
[auto-updated: submodules]
2018-09-12 14:24:00 -07:00
James Newton-King
cf484a49d0
Merge branch 'merge/release/2.2-to-master'
2018-09-13 09:22:33 +12:00
ASP.NET CI
eb4b9cf339
Updating submodule(s)
...
Scaffolding => 1a28e77f0f114dcc147800822300e4937a973780
[auto-updated: submodules]
2018-09-12 14:21:48 -07:00
James Newton-King
3671faf2ac
Update routing dependency
2018-09-13 09:21:03 +12:00
James Newton-King
7d072c1c1a
Merge release/2.2
2018-09-13 09:16:12 +12:00
Pranav K
cb88e906b2
Allow ProducesAttribute to apply along with conventions
...
Fixes #8389
2018-09-12 13:58:02 -07:00
ASP.NET CI
09c09c26b5
Updating submodule(s)
...
Mvc => a73d073eea
[auto-updated: submodules]
2018-09-12 13:56:50 -07:00
Pranav K
a73d073eea
Allow ApiControlelrAttribute to be applied to assemblies
...
Fixes #7343
2018-09-12 13:42:22 -07:00
ASP.NET CI
6373b860dc
Updating submodule(s)
...
Mvc => 13281613a5
[auto-updated: submodules]
2018-09-12 12:42:49 -07:00
Pranav K
13281613a5
Refactor DefaultPageApplicationModel to use conventions
2018-09-12 12:28:16 -07:00
ASP.NET CI
8075f0345d
Updating submodule(s)
...
Identity => b9452868db
[auto-updated: submodules]
2018-09-12 12:09:58 -07:00
Rick Anderson
b9452868db
Update IdentityServiceCollectionExtensions.cs docs ( #1962 )
2018-09-12 12:04:28 -07:00
Ryan Nowak
4923a577d3
Merge remote-tracking branch 'origin/release/2.2'
2018-09-12 11:50:26 -07:00
ASP.NET CI
52d01c029b
Updating submodule(s)
...
EntityFrameworkCore => c94c0a37329103607fd64e68162081f598d7d5d5
[auto-updated: submodules]
2018-09-12 17:30:06 +00:00
ASP.NET CI
02d7ea4c2c
Updating submodule(s)
...
EntityFrameworkCore => c9284b7950f27c08e8f58d5ad3d071fb898e8cd1
[auto-updated: submodules]
2018-09-12 10:12:33 -07:00