Commit Graph

27776 Commits

Author SHA1 Message Date
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
Nate McMaster 79e98dd169
Update dependency version of Extensions.Binder to avoid downgrading sharedfx versions from 2.1.10 (#9393) 2019-04-15 15:19:40 -07:00
Pranav K 836964a653 Don't log action and page handler arguments above Trace level (#9227) 2019-04-15 13:29:07 -07:00
dotnet-bot f70a87ccac Merge in 'release/2.1' changes 2019-04-15 17:51:13 +00:00
Doug Bunting e0a4673e0b
Add missing package archives (#9351)
- not mandatory (it seems) for 2.1 but useful pseudo-documentation
2019-04-15 10:49:43 -07:00
Brennan Conroy 182c48f0b0 Merged PR 891: Update MessagePack dependency
Update MessagePack dependency

Related work items: #142
2019-04-12 17:40:48 +00:00
Pranav K 5424045dac Ensure PackageArchive contains the right build of Razor.Design package (#6992)
* Ensure PackageArchive contains the right build of Razor.Design package

* Re-order values in build\dependencies.props to ensure Razor.Design's package version is
  overwritten.
* Convert additional package refs to project refs

Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1708

* Update CodeCheck.ps1
2019-04-11 17:14:11 -07:00
Doug Bunting c53bd798c4 Update branding to 2.1.11
- no ArchiveBaseline.*.txt additions necessary
2019-04-10 08:59:44 -07:00
Doug Bunting 4072f70b8a
Do not specify `name` of the default (hosted) pools (#9002)
- aspnet/AspNetCore#8862
    - `Hosted Linux Preview` pool name was also no longer valid; aspnet/AspNetCore-Internal#1880
- update e2e-test.yml to use modern AzDO job schema
    - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/PhaseToJobSchemaChange.md
    - also update comments to refer to the job schema
- use BYOC queues on Windows; part of aspnet/AspNetCore-Internal#2033
- pick up latest release/2.1 commit for aspnet/EntityFrameworkCore for related changes
2019-04-02 16:37:37 -07:00
Stephen Halter 2b80b9fa01 Attempt to make MaxRequestBufferSizeTests.LargeUpload less flaky (#8582)
This is for the release/2.1 branch, but should probably be ported forward to master so the test can be unskipped.

Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1775 (hopefully)
See https://github.com/aspnet/AspNetCore-Internal/issues/1970 for the master version.
2019-03-28 11:42:45 -07:00
Doug Bunting 2a2809afe4 Unpin Microsoft.Extensions.Configuration.Binder package
- included in this release
2019-03-15 13:28:14 -07:00
Matt Mitchell 7c732d55f6 Pin System.Net.Http package version 2019-03-15 08:11:22 -07:00
Doug Bunting 4941c7b90d Unpin the System.Net.Http.WinHttpHandler package version
- CoreFx shipping a new version
2019-03-14 11:57:12 -07:00
Doug Bunting e7c5e09ad2 Unpin our System.Net.Http package version
- shipped in the past patch
2019-03-08 10:19:17 -08:00
Doug Bunting e497f4101f
Update branding to 2.1.10 (#8265) 2019-03-06 19:45:46 -08:00
Pranav K db3795b368
Put MVC's functional tests in a separate test group (#8118)
Possible fix to https://github.com/aspnet/AspNetCore/issues/7313
One of the characteristics of these failures were that the
test took long to run. The build log has warnings for
several long running tests. This might be a result of CPU
contention since mondo-ification that make MVC's functional tests
run with nearly every other test project in the solution
2019-03-01 17:52:50 -08:00
Pranav K a2e6322721
Restore testassets during build to prevent timeouts (#8038)
* Restore testassets during build to prevent timeouts
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1695
2019-03-01 11:43:03 -08:00
Pranav K 1ca6202e7e
Add some additional logging to ErrorPageMiddlewareWebSite (#8049)
* Add some additional logging to ErrorPageMiddlewareWebSite

DeveloperExceptionMiddleware will log an error if rendering the exception page
throws. The test failure in https://github.com/aspnet/AspNetCore-Internal/issues/1730
suggests that we encountered an error like so but do not have anything further to go by.

This change adds logging to the test so we could identify possible issues
2019-03-01 10:49:54 -08:00
Mikael Mengistu d2a4435ac8
Update baseline test (#8014) 2019-02-28 17:11:23 -08:00