Commit Graph

32850 Commits

Author SHA1 Message Date
ASP.NET CI bd37a21211 Updating submodule(s)
Identity => ee8e882d17

[auto-updated: submodules]
2018-10-12 10:57:38 -07:00
Hao Kung ee8e882d17
Merge pull request #2007 from aspnet/haok/login
Fix login.cshtml
2018-10-12 10:52:13 -07:00
Nate McMaster 4f14cda425
Reorganize source code from aspnet/DataProtection into a subfolder
Prior to reorg, this source existed at b62bb5778b
2018-10-12 10:07:51 -07:00
ASP.NET CI 082711ef62 Updating submodule(s)
AzureIntegration => 494978973c
CORS => e6bdf128f2
EntityFrameworkCore => b8ad5cc289bcd501d079f64223849672fc071222
Identity => f5b5018d66
IISIntegration => fc40985dff
KestrelHttpServer => 081cef0934
Routing => 016fec75b3
Scaffolding => a426a775039ddcf0bec7edb76a44e887e06f63e6
Security => 5d5438a7f0
SignalR => facaa1387a
Templating => df394051d0

[auto-updated: submodules]
2018-10-12 09:50:42 -07:00
Nate McMaster 07faed4590
React to repo-dependency change between CORS and StaticFiles and fix code-signing error in MVC 2018-10-12 09:34:35 -07:00
Chris Ross (ASP.NET) 5d5438a7f0 Relax test SkuTelemetry strictness #1875 2018-10-12 08:39:53 -07:00
Doug Bunting d3c8d171bd
Fix builds that do real signing e.g. UniverseCoherence 2018-10-11 21:13:23 -07:00
James Newton-King 016fec75b3
Merge pull request #849 from dotnet-maestro-bot/merge/maestro/release/2.2-to-release/2.2
[automated] Merge branch 'maestro/release/2.2' => 'release/2.2'
2018-10-12 16:28:37 +13:00
James Newton-King fbf0708f19
Fix DfaGraphWriter ISuppressMatchingMetadata check (#850) 2018-10-12 16:08:50 +13:00
Ryan Brandenburg 3b327ef369 Update MVC, add ApiDescription.Design to package artifacts, and update build tools (#1492) 2018-10-11 19:58:57 -07:00
Justin Kotalik fc40985dff
Merge pull request #1501 from dotnet-maestro-bot/merge/maestro/release/2.2-to-release/2.2
[automated] Merge branch 'maestro/release/2.2' => 'release/2.2'
2018-10-11 18:00:55 -07:00
ASP.NET CI 7e43a64f82 Updating BuildTools from 2.1.3-rtm-15821 to 2.1.3-rtm-15822
[auto-updated: buildtools]
2018-10-11 23:40:37 +00:00
Doug Bunting 18acae77c8
Merge pull request #8585 from aspnet/feature/client.code.generation
Merge feature/client.code.generation branch into release/2.2
2018-10-11 16:36:36 -07:00
Pranav K e6bdf128f2 Log when a request is an OPTIONS request but not a preflight request
Fixes https://github.com/aspnet/AspNetCore/issues/2375
2018-10-11 16:30:22 -07:00
Nate McMaster 9dffb5614f
Merge branch 'release/2.1' into release/2.2 2018-10-11 16:23:42 -07:00
Nate McMaster b833d1df88
Set DOTNET_HOME to repo dir when `--ci` is specified (#1490) 2018-10-11 16:20:46 -07:00
Mikael Mengistu facaa1387a
Logging with SLF4J (#3120) 2018-10-11 16:01:17 -07:00
Doug Bunting 8c58fdb755 Add Newtonsoft.Json.dll to Microsoft.Extensions.ApiDescription.Design package
- also remove dotnet-getdocument.runtimeconfig.dev.json file
2018-10-11 15:51:20 -07:00
ASP.NET CI 867a9423f7 Updating BuildTools from 2.1.3-rtm-15820 to 2.1.3-rtm-15821
[auto-updated: buildtools]
2018-10-11 15:26:46 -07:00
Nate McMaster a45cc2cb82
Share DOTNET_HOME with sub-repo builds (#1488)
This shares the DOTNET_HOME variable on CI builds between Universe and each sub-repo build. This prevents each repository build installing duplicate copies of .NET Core SDK and runtimes.
2018-10-11 14:47:58 -07:00
Javier Calvarro Nelson f5b5018d66 [Fixes #1958] Add and generate docs for the default UI 2018-10-11 14:46:57 -07:00
Jonathan Giles fe82fd9682 Committing changes required to have SignalR depend on the centralized Microsoft BOM file for Java libraries (#3114) 2018-10-11 14:19:39 -07:00
Pavel Krymets 1fb57d9ed9
Enable appverifier and dumps on jenkins (#1491) 2018-10-11 14:03:50 -07:00
Justin Kotalik 9b1fd75b7e
Include mof file in ANCMV2 package (#1499) 2018-10-11 13:32:02 -07:00
dotnet-maestro-bot b6c7730248 Update dependencies.props (#3118)
[auto-updated: dependencies]
2018-10-11 13:26:05 -07:00
Chris Ross (ASP.NET) 081cef0934 Track aborted streams for a given grace period #2832 2018-10-11 12:55:26 -07:00
Nate McMaster b5c0ed228a
Skip code-signing EFCore with repo signing while we workout issues with signtool (#1487)
Code-signing will still happen. It will fallback to legacy signing which happens after Universe builds
2018-10-11 12:50:16 -07:00
Pavel Krymets 494978973c Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2 2018-10-11 12:37:22 -07:00
ASP.NET CI 1081b40245 Update dependencies.props
[auto-updated: dependencies]
2018-10-11 19:31:49 +00:00
Ryan Brandenburg 0afaccf4df
Prevent contention (#1486)
Pass CI to Repo builds
2018-10-11 12:30:37 -07:00
Ryan Brandenburg 04552f4005
Update Jquery.validation.Unobtrusive (#1999)
Update Jquery.validation.Unobtrusive
2018-10-11 12:29:52 -07:00
Ryan Brandenburg df394051d0 JQuery Unobtrusive to 3.2.11 2018-10-11 12:29:32 -07:00
Pranav K f6fc34aff9 React to CORS changes 2018-10-11 12:23:43 -07:00
Pranav K 2690a3f621 Remove filtering from CorsService
* Add browser based integration tests
2018-10-11 12:23:40 -07:00
ASP.NET CI 223ac3a17d Update dependencies.props
[auto-updated: dependencies]
2018-10-11 19:19:45 +00:00
ASP.NET CI 3218fa1dd9 Update dependencies.props
[auto-updated: dependencies]
2018-10-11 19:18:25 +00:00
Mikael Mengistu e08774b6f0
[Java] Add ability to configure headers (#3090) 2018-10-11 11:52:10 -07:00
Nate McMaster 901ac0cc3b
Merge branch 'release/2.1' into release/2.2 2018-10-11 11:38:37 -07:00
Pavel Krymets 1132cad70b
public const string AuthenticationScheme (#1496) 2018-10-11 10:54:00 -07:00
Nate McMaster a4b8bc4a50
Run real-code signing on individual repo builds (#1453) 2018-10-11 10:52:49 -07:00
ASP.NET CI 77fa50750d Updating BuildTools from 2.1.3-rtm-15819 to 2.1.3-rtm-15820
[auto-updated: buildtools]
2018-10-11 10:41:49 -07:00
Brice Lambson e0883c2da3 Add NetTopologySuite.IO.SqlServerBytes dependency 2018-10-11 09:59:13 -07:00
ASP.NET CI a858ac6f19 Updating BuildTools from 2.2.0-preview2-20181004.6 to 2.2.0-preview2-20181011.2
[auto-updated: buildtools]
2018-10-11 09:24:17 -07:00
ASP.NET CI a7bd2c60b4 Updating submodule(s)
Caching => 3055d015ea07a153e078f5d9881a9e94512a14fd
DataProtection => 3f5f419df8
EntityFrameworkCore => 98b594589c7995f52da974ca958e8c8ba6ff4198
HttpAbstractions => 800c79c0e4
IISIntegration => 0e04527fb4
KestrelHttpServer => 773aa6e6ff
SignalR => 9049bf709c

[auto-updated: submodules]
2018-10-11 09:24:03 -07:00
ASP.NET CI e5c4e76819 Updating BuildTools from 2.1.3-rtm-15818 to 2.1.3-rtm-15819
[auto-updated: buildtools]
2018-10-11 15:57:39 +00:00
Justin Kotalik 0e04527fb4
General cleanup for client disconnect handling. (#1446) 2018-10-11 08:44:03 -07:00
Hao Kung 06e9531d50
Update IdentityModel packages 2018-10-10 22:34:38 -07:00
Justin Kotalik aa4684f0f5
Fix flaky ClientDisconnect freb tests. (#1488) 2018-10-10 22:33:38 -07:00
Ben Adams 800c79c0e4 Fast-path async in HttpResponseStreamWriter 2018-10-10 18:13:58 -07:00
Günther Foidl 773aa6e6ff Http{Request|Response}Stream.ValidateState made inlineable 2018-10-10 17:45:05 -07:00