Doug Bunting
ec82890133
Merge branch 'release/2.1' into release/2.2
...
- move to latest release/2.2 commit from aspnet/EntityFrameworkCore
2019-04-03 08:42:07 -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
Doug Bunting
f7cb01864b
Merge branch 'release/2.1' => 'release/2.2' ( #8895 )
...
- mostly [automated]
2019-03-31 15:32:56 -07:00
Stephen Halter
a170820017
Merge branch 'release/2.1' into release/2.2
2019-03-28 15:15:51 -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
John Luo
de5310e886
Update build tools ( #8528 )
...
* update build tools' aka KoreBuild aka Internal SDK versions
* update EF submodule
* fix submodule builds with trimming
- path must not contain trailing slashes apparently
* bump Microsoft.NETFramework.ReferenceAssemblies package version to align with KoreBuild
2019-03-18 14:49:15 -07:00
Doug Bunting
909d951caf
Unpin 3 Microsoft.Extensions.Configuration packages
...
- shipping in this release
2019-03-15 17:31:59 -07:00
Doug Bunting
aa384f8765
Merge branch 'release/2.1' => 'release/2.2' ( #8570 )
...
- mostly [automated]
2019-03-15 17:15:20 -07:00
Doug Bunting
73f288bcb6
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2
2019-03-15 14:25:55 -07:00
Doug Bunting
2a2809afe4
Unpin Microsoft.Extensions.Configuration.Binder package
...
- included in this release
2019-03-15 13:28:14 -07:00
Doug Bunting
231705dc1e
Merge branch 'release/2.1' => 'release/2.2' ( #8553 )
...
- somewhat [automated]
2019-03-15 11:42:37 -07:00
BrennanConroy
2835f85b6c
Update PatchConfig.props
2019-03-15 10:59:18 -07:00
Doug Bunting
93c7555d88
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2
2019-03-15 09:42:07 -07:00
Matt Mitchell
7c732d55f6
Pin System.Net.Http package version
2019-03-15 08:11:22 -07:00
Doug Bunting
6cf554e5c5
Merge branch 'release/2.1' => 'release/2.2' ( #8521 )
...
- mostly [automated]
2019-03-14 16:14:53 -07:00
Doug Bunting
9618e24af9
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2
2019-03-14 12:07:05 -07:00
Doug Bunting
20b596a88b
Merge release/2.1 ( #8448 )
...
Thanks @pranavkm !
2019-03-14 12:04:15 -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
Pranav K
7557cb916b
Merge remote-tracking branch 'origin/release/2.1' into prkrishn/merge/2.1
2019-03-14 10:04:38 -07:00
Doug Bunting
d76c547290
Merge branch 'release/2.1' up to commit d2a4435 => 'release/2.2' #7920
...
[manual]
- remove updates about baseline test (5661c41 and d2a4435 )
- already done (differently) in release/2.2
- add JDK installation -- missing in these images but not needed in `release/2.1`
- add packages needed to run Chrome
2019-03-14 08:53:08 -07:00
Doug Bunting
0c6591baea
Merge release/2.1 up to commit d2a4435ac8 => release/2.2
...
- remove updates about baseline test (5661c41909 and d2a4435ac8 )
- already done (differently) in release/2.2
- add JDK installation -- missing in these images but not needed in `release/2.1`
- add packages needed to run Chrome
2019-03-13 19:17:05 -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
BrennanConroy
aef62d9ff8
Backport SSR fix ( #8174 )
2019-03-08 10:00:18 -08:00
Doug Bunting
4cbc33da74
Update branding to 2.2.4
2019-03-07 11:53:17 -08:00
Doug Bunting
e497f4101f
Update branding to 2.1.10 ( #8265 )
2019-03-06 19:45:46 -08:00
Mikael Mengistu
563a488f3b
Add baseline test ( #7988 )
...
- mostly matching what's in `release/2.2`
2019-03-05 15:50:25 -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
Doug Bunting
f8c3f02345
[2.1. test only] Remove checks for Microsoft.VisualStudio.Web.CodeGeneration.Design in templates ( #7983 )
...
- see aspnet/AspNetCore-Internal#1759
2019-02-26 16:50:35 -08:00
Mikael Mengistu
5661c41909
Add baseline version test ( #7627 )
2019-02-26 09:12:51 -08:00
Doug Bunting
4f2a0edc97
Update Azure queues for Linux and MacOS builds ( #7231 )
...
- aspnet/AspNetCore-Internal#1717
- use a specific Linux image
2019-02-25 09:50:01 -08:00
Doug Bunting
e8feafaa22
Merge branch 'release/2.1' => 'release/2.2'
...
- commits were an accidental merge and reverting it
2019-02-22 11:41:09 -08:00
Doug Bunting
2764ac66b0
Undo "Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates"
...
- not intended for `release/2.1` without a PR!
This reverts commit 4ed02ebc5c
2019-02-22 11:00:26 -08:00
Doug Bunting
4ed02ebc5c
Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates
...
- revert part of "Remove aspnet/Scaffolding submodule (#7166 )"
- that was commit bb8c6fcd46
2019-02-22 10:58:53 -08:00
Ryan Brandenburg
ae0c3dc42a
Fix SHA calculations ( #7804 )
...
Fix SHA calculations
2019-02-21 15:19:02 -08:00
Pranav K
82c323f599
Merge pull request #7771 from dotnet-maestro-bot/merge/release/2.1-to-release/2.2
...
[automated] Merge branch 'release/2.1' => 'release/2.2'
2019-02-20 16:28:35 -08:00
Pranav K
b2a84b7b5f
Regenerate baselines for precompilation test ( #7766 )
...
* Regenerate baselines for precompilation test
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1822
2019-02-20 15:21:45 -08:00
Doug Bunting
fbe49b396b
Merge branch 'release/2.1' => 'release/2.2'
2019-02-15 10:22:34 -08:00
Doug Bunting
b711d6cf67
Merge branch 'release/2.1' into release/2.2
2019-02-14 21:18:02 -08:00
Ryan Brandenburg
4932a4bad5
Fix typemismatch
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
3b1a0e4755
Fix algos
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
a47139f033
Fix sha tests
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
f8dea0e7f9
Fix integrity checks
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
15c5dfec2e
Upgrade bootstrap versions
2019-02-14 17:15:41 -08:00
Ryan Brandenburg
bd4af873b0
Fix urls
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
137d2d2357
Fix whitespace
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
6786f97526
Update simpleapp test
2019-02-14 17:13:06 -08:00
Ryan Brandenburg
271e222b51
Update to bootstrap 3.4.1
2019-02-14 17:13:06 -08:00