Commit Graph

27744 Commits

Author SHA1 Message Date
John Luo 183a09f763 Update branding to 2.1.16 2020-01-14 14:42:47 -08:00
dotnet-bot 163c80cb0f Merge in 'release/2.1' changes 2019-12-03 05:34:46 +00:00
Matt Mitchell 049cdec742
Unpin package (#17536) 2019-12-02 21:30:51 -08:00
Brennan Conroy 07579555be Merged PR 2918: Cancel Sends if they take too long 2019-11-22 23:28:28 +00:00
John Luo 147f950686
Update branding to 2.1.15 (#17273) 2019-11-20 17:10:59 -08:00
Brennan Conroy 57e68b069e Merged PR 3557: Revert "Wait to Complete Pipe" 2019-10-11 01:46:11 +00:00
Brennan Conroy 7fd42c4e94 Merged PR 3115: Wait to Complete Pipe
Fixed the `PipeWriterStream` to properly detect a canceled write and throw an `OperationCanceledException` in those cases. And making sure `Complete` is called in a safe manner by ensuring it is in a lock so writes can't be in-progress.
2019-10-10 04:41:00 +00:00
Chris Ross f198e559f8 [2.1] Re-implement SameSite for 2019 (#13746)
* Re-implement SameSite for 2019 #12125

* Rename compat flag

* Use Microsoft.AspNetCore.SuppressSameSiteNone compat key

* Backport CookiePolicy quirk and sample

* Patch config
2019-10-03 14:37:24 -07:00
Doug Bunting a9fb7f4a6d
Get latest from EntityFrameworkCore for 2.1.14 2019-10-03 12:32:34 -07:00
Doug Bunting 82c42d58ae Update branding to 2.1.14
- aspnet/AspNetCore-Internal#3153
2019-09-23 22:45:27 -07:00
Chris R 1fe84a6ded Replace obsolete feeds 2019-09-10 18:42:11 -07:00
Andrew Stanton-Nurse 2a6c96a684 Merged PR 2630: Fix patch config for SpaServices MSRC
I'll merge this ASAP once I'm confident it will fix the issue.
2019-08-13 22:13:40 +00:00
Steve Sanderson d49d7d7e0a Merged PR 2262: Fix encoding used in JS generated by prerenderer
Fix encoding used in JS generated by prerenderer
2019-08-08 22:24:48 +00:00
dotnet-bot b75fa18cf5 Merge in 'release/2.1' changes 2019-07-25 03:38:08 +00:00
John Luo f7a7c98e53
Ship templates in 2.1 (#12540)
Addresses https://github.com/aspnet/AspNetCore/issues/12208
2019-07-24 20:36:52 -07:00
Mikael Mengistu fd023a6698 Merged PR 2157: Bump version of Microsoft.Data.OData to 5.8.4
Bump version of Microsoft.Data.OData to 5.8.4

Work item: https://dev.azure.com/dnceng/internal/_workitems/edit/222/
2019-07-19 15:38:28 +00:00
Justin Kotalik 010fdeac8e Generate VS nuget package for 2.1 (#11616) 2019-07-16 08:26:29 -07:00
Doug Bunting 6ed7bf85b1 Re-pin System.Threading.Tasks.Extensions
- not shipping this time around
2019-07-12 12:47:47 -07:00
Ryan Brandenburg c8fc054096 Version the SPA template package [release/2.1] (#11774)
* Version the SPA template package

* Update src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj

* Fix templates
2019-07-12 11:45:46 -07:00
Doug Bunting 59d43346e6
Update branding to 2.1.12 (#12096)
* also improve PreparingPatchUpdates.md
  - document changes to dependencies.props
  - reflect changes in how Templating is handled
    - e.g. use EF Core examples
  - nit: adjust indentation to avoid markdown warnings
2019-07-11 15:35:47 -07:00
dotnet-bot 7b0f67689b Merge in 'release/2.1' changes 2019-06-14 20:30:02 +00:00
Justin Kotalik f74ca433b4 Always include ANCM in build output (#11199) 2019-06-14 13:29:00 -07:00
dotnet-bot 800f380325 Merge in 'release/2.1' changes 2019-06-11 21:36:23 +00:00
Pranav K d805ee112b Make the test input a bit more reasonable (#11096)
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
2019-06-11 14:35:19 -07:00
dotnet-bot 07b26f32f3 Merge in 'release/2.1' changes 2019-06-11 16:08:48 +00:00
Matt Mitchell dab998e7d2 Unpin 2.1.12 package versions (#11091) 2019-06-11 09:07:33 -07:00
Chris Ross (ASP.NET) c2bb354675 Merged PR 1480: [2.1] HttpSys path normalization
This takes PathNormalizer from Kestrel to normalize the request path and prevent traversals. (e.g. "/./" and "/../").

In 2.1 only HttpSys was affected. In 2.2 HttpSys and IIS-in-proc will share this code (with additional tests). In 3.0 we'll refactor it to use more shared source across all three servers.
2019-06-07 21:20:28 +00:00
John Luo a8388b4fa4
Add TeamName to MicroBuildCleanup@1 (#10959) 2019-06-07 12:58:07 -07:00
John Luo aed62cdd9f
Skip model binding test due to environment changes (#10923) 2019-06-05 15:45:12 -07:00
Nate McMaster 6ab3df58af
Update branding to 2.1.12 (#10865) 2019-06-04 16:58:12 -07:00
Nate McMaster d558350d50
Move updateMigrations.cmd back into its correct subfolder 2019-05-14 10:49:47 -07:00
dotnet-bot 0890d19e27 Merge in 'release/2.1' changes 2019-05-14 05:35:58 +00:00
Doug Bunting 064dce2bef Get e2e tests running
- correct `--filter` syntax; perform `contains` match on `Name` and not `FullyQualifiedName`
  - `FullyQualifiedName` doesn't seem to include NUnit test case data
- move to latest test package versions
- support recent SDK versions

Background: successful but no-op builds have been common lately
- blocking real work on aspnet/AspNetCore-Internal#1843
2019-05-13 22:34:58 -07:00
Matt Mitchell 11ab4bd196 Fix aspnet e2e tests
- add `-CliManifestName` option to run-tests.ps1 command
- pass `-CliManifestName` and more from YAML to run-tests.ps1
  - pass access token suffix
2019-05-13 22:34:58 -07:00
dotnet-bot ff87665cc5 Merge in 'release/2.1' changes 2019-05-07 04:51:54 +00:00
Doug Bunting c7287509a0 Update EF Core submodule for 2.1
- aspnet/AspNetCore-Internal#2474
2019-05-06 21:50:39 -07:00
dotnet-bot cab367eb5a Merge in 'release/2.1' changes 2019-05-06 22:05:20 +00:00
Doug Bunting 17ea650638
Add `--update` option to BaselineGenerator (#9956)
- aspnet/AspNetCore-Internal#1649
- remove `$(StartArguments}` from project; conflicts with `--update`
- support v3 source _automatically_ when not using `--update`
  - use NuGet's V3 source by default
- update README.md

nits:
- `--source` -> `--package-source` due to conflict with a `dotnet` argument
- address Markdown lint warnings in README.md
- grab a couple of improvements from 'release/2.2'
  - never exit silently
  - remove `first` special case
2019-05-06 15:04:15 -07:00
dotnet-bot 8aa70f479a Merge in 'release/2.1' changes 2019-05-05 05:24:30 +00:00
Doug Bunting 6a6a119c9a Switch to non `-Int` pools and clear NuGet caches
- aspnet/AspNetCore-Internal#2436
- aspnet/AspNetCore#9767
2019-05-04 22:23:33 -07:00
dotnet-bot d1a4528160 Merge in 'release/2.1' changes 2019-04-20 01:25:16 +00:00
Doug Bunting e96a53f9e7
Support internal pull requests (#9578)
- aspnet/AspNetCore-Internal#2231
- use internal pools for all internal builds
- do not sign in builds for internal pull requests

nits:
- VSTS -> Azure DevOps
- restore higher `maxParallel` values for E2E tests on Linux and Windows
2019-04-19 18:23:54 -07:00
dotnet-bot d5d91ad3a9 Merge in 'release/2.1' changes 2019-04-16 18:55:33 +00:00
Matt Mitchell 860071e31c Pin System.Net.WinHttpHandler (#9427) 2019-04-16 11:54:06 -07:00
dotnet-bot 339bed91f2 Merge in 'release/2.1' changes 2019-04-16 17:13:42 +00:00
Matt Mitchell 180554e732 Unpin System.Memory (#9425) 2019-04-16 10:12:10 -07:00
dotnet-bot 476be1182f Merge in 'release/2.1' changes 2019-04-16 16:14:24 +00:00
Javier Calvarro Nelson 2657cb87b6 [2.1] Include Identity UI in the 2.1.11 patch 2019-04-16 09:13:00 -07:00
Nate McMaster fafae36461
Merge changes from 'release/2.1' 2019-04-15 17:02:10 -07:00
Brice Lambson dad3703d1b [2.1] Include EntityFrameworkCore in the 2.1.11 patch (#9397) 2019-04-15 16:08:43 -07:00