John Luo
67f2c3149e
Use port 0 to avoid port collisions during tests
2018-09-28 11:59:48 -07:00
Nate McMaster
2a1cf12ae9
Merge branch 'release/2.2'
2018-09-28 11:54:18 -07:00
Nate McMaster
3825c24959
Merge branch 'release/2.2'
2018-09-28 11:50:15 -07:00
Nate McMaster
83a490c058
Merge branch 'release/2.2'
2018-09-28 11:48:51 -07:00
Nate McMaster
e48d280f1b
Merge branch 'release/2.1' into release/2.2
2018-09-28 11:48:24 -07:00
Nate McMaster
a0323945bc
Remove PublicSign and unnecessary certificate name properties
2018-09-28 11:48:05 -07:00
Nate McMaster
4258a43b4b
Merge branch 'release/2.2'
2018-09-28 11:45:46 -07:00
Nate McMaster
9f6fd02bba
Merge branch 'release/2.2'
2018-09-28 11:44:54 -07:00
ASP.NET CI
78a355a51b
Updating submodule(s)
...
KestrelHttpServer => 6183f1851e
[auto-updated: submodules]
2018-09-28 11:40:28 -07:00
Nate McMaster
75ac1a60f7
Include .jar files in microbuild code signing
2018-09-28 11:22:16 -07:00
Chris Ross (ASP.NET)
6183f1851e
Merge branch 'release/2.2'
2018-09-28 11:16:08 -07:00
Simon Cropp
d4ab8b27a9
typos, inline outs, redundant usings ( #2965 )
2018-09-28 11:14:59 -07:00
ASP.NET CI
a668fda12c
Updating submodule(s)
...
BasicMiddleware => 0143da672c
StaticFiles => dd29e9de9d
[auto-updated: submodules]
2018-09-28 11:12:50 -07:00
Chris Ross (ASP.NET)
0143da672c
Merge branch 'release/2.2'
2018-09-28 11:06:41 -07:00
Chris Ross (ASP.NET)
09a7b3bef5
Add logging to the response compression middleware #222
2018-09-28 11:05:20 -07:00
Chris Ross (ASP.NET)
dd29e9de9d
Merge branch 'release/2.2'
2018-09-28 10:53:03 -07:00
Chris Ross (ASP.NET)
722ed78c36
Merge branch 'release/2.2'
2018-09-28 10:51:12 -07:00
ASP.NET CI
455832d463
Updating submodule(s)
...
KestrelHttpServer => ccaed5176a
[auto-updated: submodules]
2018-09-28 10:43:24 -07:00
Nate McMaster
89fccf3ac5
Enable MicroBuild code signing ( #1456 )
...
Fixup the paths to files to be signed.
2018-09-28 10:37:18 -07:00
Nate McMaster
ef21286792
Fix microbuild code signing configuration ( #8511 )
...
Fixup the paths to files to be signed.
2018-09-28 10:36:56 -07:00
Nate McMaster
47ae0c15cc
Fix microbuild signing configuration
2018-09-28 10:36:24 -07:00
John Luo
ccaed5176a
Merge branch 'release/2.2'
2018-09-28 10:34:17 -07:00
Pranav K
ccb6579cd7
Do not return ProblemDetails for < 4xx status codes
...
Fixes #8504
2018-09-28 10:33:45 -07:00
John Luo
7cf1cf2a54
Update API check baselines to 2.1.0
2018-09-28 10:30:50 -07:00
Nate McMaster
f20e2f82aa
Bumping version from 2.1.4 to 2.1.5
2018-09-28 09:52:59 -07:00
Nate McMaster
646e65cb1d
Bumping version from 2.1.3 to 2.1.4
2018-09-28 09:51:26 -07:00
Unai Zorrilla
fa961b003f
Added execution time duration (HealthReportEntry TotalDuration) ( #493 )
...
* Added execution time duration into HealthReportEntry and TotalDuration on HealthReport
* review PR feedback from @rynowak.
* added the same duration into HealthReportEntry and log when the health check throw
2018-09-28 09:14:58 -07:00
Ryan Nowak
c887f730dd
Add DFA Graph viewer to sample
2018-09-28 09:11:24 -07:00
Justin Kotalik
45a52ebff5
Move Log call before starting application ( #1453 )
2018-09-28 08:53:32 -07:00
ASP.NET CI
a01fcb92c3
Updating submodule(s)
...
Mvc => e01fbe420f
[auto-updated: submodules]
2018-09-28 08:00:20 -07:00
Pranav K
e01fbe420f
Merge pull request #8505 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-28 07:55:27 -07:00
ASP.NET CI
063c6a471a
Updating submodule(s)
...
Diagnostics => 258a62f10f
[auto-updated: submodules]
2018-09-27 23:08:57 -07:00
Ryan Nowak
258a62f10f
Merge pull request #492 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-27 23:04:47 -07:00
ASP.NET CI
5c19faf833
Updating submodule(s)
...
SignalR => 370702f1a2
[auto-updated: submodules]
2018-09-27 21:47:26 -07:00
BrennanConroy
370702f1a2
Merge pull request #3023 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-27 21:41:42 -07:00
ASP.NET CI
5ee5cc7ea3
Updating submodule(s)
...
StaticFiles => df1f72d3d2
[auto-updated: submodules]
2018-09-27 20:38:51 -07:00
Simon Cropp
df1f72d3d2
make StaticFileResponseContext constructable ( #250 )
...
* make StaticFileResponseContext constructible so people can instantiate it for testing purposes
2018-09-27 20:32:58 -07:00
BrennanConroy
1f91b523f7
Add error to negotiate ( #2998 )
2018-09-27 20:27:06 -07:00
Simon Cropp
8dcc011324
spelling, inline outs, redundant braces ( #252 )
2018-09-27 20:24:42 -07:00
ASP.NET CI
9da702ee2d
Updating submodule(s)
...
Routing => 6bdf8d18fa
[auto-updated: submodules]
2018-09-28 02:43:27 +00:00
Ryan Nowak
6bdf8d18fa
Merge pull request #821 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-27 19:37:09 -07:00
Stephen Halter
e9c2acf4dc
Add HTTP/2 response draining timeout ( #2956 )
...
* Move drain timeout to Http1Connection
* Add TimeoutControl class
2018-09-27 17:59:12 -07:00
ASP.NET CI
67ac5ae994
Updating submodule(s)
...
HttpAbstractions => c7eaf77953
[auto-updated: submodules]
2018-09-27 17:45:45 -07:00
Roma Marusyk
c7eaf77953
Fix XML documentation for IFormFileCollection ( #1041 )
2018-09-27 17:13:28 -07:00
ASP.NET CI
58c6f9f3c0
Updating submodule(s)
...
AADIntegration => 4a575751da
Antiforgery => 372b663992
AuthSamples => f9da85ab27
AzureIntegration => c9486d1251
BasicMiddleware => 601bf83bda
BrowserLink => 7a7ad55dd85718db3344c90b9c4d24bc831d529a
Caching => f6d0f012e67eca6165f89ade07d322ef6f513669
Common => c76331c74d942679658f4eb35c12850985c452ac
Configuration => 9b80cd866891a34738fa7f7f74a3e6c98f74b281
CORS => f4ab94e9ff
DataProtection => 6cb6ae5216
DependencyInjection => 6fb966a3505034f4cc66efb3e199116bf34160be
DotNetTools => ba676a9f62
EventNotification => a5808b63889805b06bd3d5bc9f4498780764ee5a
FileSystem => f10bc4b41e09b51c0016ec73c394076dbe1b8858
Hosting => 7826b5bc89
HtmlAbstractions => f21eca33e2
HttpAbstractions => 65338ca9f1
HttpClientFactory => 3234163a5b508fb7ad1c836ebb0057aa767ab92c
HttpSysServer => ffa368cdcb
Identity => d55bd557e0
IISIntegration => c0de15cc45
JavaScriptServices => ec82df4287
JsonPatch => 212465673e
Localization => 6c2088ebc5
Logging => 1e896bfa0741f5f999289760220c4bf65f8f1ed5
MetaPackages => 0ae86b44ee
Microsoft.Data.Sqlite => e2452af08d3b1c4215a51b2f51319423eb653fde
MusicStore => 25b9a2cb9a
Options => 702412cdf7388f1d6d088dfb46d2a0341cab6941
Proxy => ace56659cc232667db27b9e8aa3a21615749495f
Razor => dc70687f0e
ResponseCaching => 6a014522ca
Scaffolding => 8f7006cf21e3bf415252e07fdadb1cc235292397
Security => 59bbd96690
ServerTests => 79a5fa8069
Session => a8500025ed
SignalR => 31809536e3
StaticFiles => 1380326811
Templating => 7813cf0c71
WebHooks => 84b3a09dcb975542d358fba8860219ed94a9a733
WebSockets => 2200d2a6b0
[auto-updated: submodules]
2018-09-28 00:12:19 +00:00
Justin Kotalik
33b5575017
Merge branch 'release/2.2'
2018-09-27 16:54:43 -07:00
Justin Kotalik
fc39ea3bec
Make hosting bundle get prodcon runtime versions ( #1435 )
2018-09-27 16:44:40 -07:00
Nate McMaster
73062c89f6
Change spec test packages to depend on xunit.execution.core, not the xunit metapackage ( #1979 )
2018-09-27 16:40:38 -07:00
Ajay Bhargav Baaskaran
dc70687f0e
Test tag helper directives correctly
2018-09-27 16:37:28 -07:00
Pranav K
c9486d1251
Merge remote-tracking branch 'origin/release/2.2'
2018-09-27 16:36:30 -07:00