Commit Graph

37325 Commits

Author SHA1 Message Date
Nate McMaster af478810dd
Merge branch 'release/2.2' 2018-10-11 12:51:01 -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
ASP.NET CI 2d13f24c9a Update dependencies.props
[auto-updated: dependencies]
2018-10-11 12:28:47 -07:00
ASP.NET CI 48728a72ca Update dependencies.props
[auto-updated: dependencies]
2018-10-11 12:26:21 -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
ASP.NET CI 3108b1492b Update dependencies.props
[auto-updated: dependencies]
2018-10-11 12:13:10 -07:00
ASP.NET CI c1fdd4cdc9 Update dependencies.props
[auto-updated: dependencies]
2018-10-11 12:11:56 -07:00
ASP.NET CI 51ddcc7207 Update dependencies.props
[auto-updated: dependencies]
2018-10-11 12:04:19 -07: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
ASP.NET CI 96faa96e1f Updating submodule(s)
EntityFrameworkCore => cf3f774572ecc76be2db74673c0751e321c962f0
MetaPackages => 3e0ee5a711

[auto-updated: submodules]
2018-10-11 11:33:14 -07:00
Pavel Krymets 3e0ee5a711 Merge branch 'merge/release/2.2-to-master' 2018-10-11 11:12:58 -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
ASP.NET CI a128eebd2e Updating BuildTools from 3.0.0-alpha1-20181004.7 to 3.0.0-alpha1-20181011.3
[auto-updated: buildtools]
2018-10-11 10:35:49 -07:00
ASP.NET CI 260b4fe485 Updating submodule(s)
Caching => b7cda012bca34704e5a835ace53a0f879b5f2a2d
DataProtection => 9c7731f1fa
EntityFrameworkCore => da505a582cba927cd927a9599a6f1028934d9493
IISIntegration => 4b4967d52d
Session => d5e4687a6f
SignalR => af62105cc6

[auto-updated: submodules]
2018-10-11 10:35:35 -07:00
BrennanConroy af62105cc6 Merge branch 'release/2.2' 2018-10-11 10:25:47 -07:00
BrennanConroy 9c7731f1fa Merge branch 'release/2.2' 2018-10-11 10:23:24 -07:00
Hisham Bin Ateya d5e4687a6f Sample cleanup #2405 (#199) 2018-10-11 10:11:22 -07:00
Brice Lambson 2a28f7b069 Merge branch 'release/2.2' 2018-10-11 10:05:27 -07:00
Brice Lambson e0883c2da3 Add NetTopologySuite.IO.SqlServerBytes dependency 2018-10-11 09:59:13 -07:00
Pavel Krymets 4b4967d52d
Merge pull request #1495 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-11 09:50:50 -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
ASP.NET CI 3a4b0d78cd Updating submodule(s)
IISIntegration => 6ce261af76

[auto-updated: submodules]
2018-10-11 08:17:17 -07:00
Pavel Krymets 6ce261af76
Merge pull request #1492 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-11 08:03:22 -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
ASP.NET CI 403b7201fb Updating submodule(s)
EntityFrameworkCore => 83d56c9aa3b150b5b1d136e15ada9d814c6edb84

[auto-updated: submodules]
2018-10-10 19:46:02 -07:00
ASP.NET CI b8b50748ef Updating submodule(s)
HttpAbstractions => 3fe17b9faf

[auto-updated: submodules]
2018-10-10 18:38:42 -07:00
John Luo 3fe17b9faf Merge branch 'release/2.2' 2018-10-10 18:14:38 -07:00
Ben Adams 800c79c0e4 Fast-path async in HttpResponseStreamWriter 2018-10-10 18:13:58 -07:00
ASP.NET CI 35bc89bb42 Updating submodule(s)
EntityFrameworkCore => 86c7bfc3d964b8b491251c2aa89f2a1b8418a18e
IISIntegration => 7cd5b2cbb0
KestrelHttpServer => d6c9fd8d43
Microsoft.Data.Sqlite => c4dadf19d8a5e2bc2a64552c1c1c8899a72af33c

[auto-updated: submodules]
2018-10-11 00:59:18 +00:00
John Luo d6c9fd8d43 Merge branch 'release/2.2' 2018-10-10 17:45:49 -07:00
Günther Foidl 773aa6e6ff Http{Request|Response}Stream.ValidateState made inlineable 2018-10-10 17:45:05 -07:00
BrennanConroy 9049bf709c
[Java] Cleanup exceptions (#3110) 2018-10-10 16:59:29 -07:00
BrennanConroy ed4cef6b98
Add *.StackExchangeRedis packages (#1466) 2018-10-10 16:41:12 -07:00
BrennanConroy 3f5f419df8
Add Redis 2.0 package (#325) 2018-10-10 16:40:52 -07:00
BrennanConroy 286e4bebf7
Add StackExchange.Redis 2.X.X package (#3089) 2018-10-10 16:40:27 -07:00