Chris Ross
5170c31b23
Add details to the JwtBearer error messages #4679 ( #8259 )
2019-03-07 08:15:16 -08:00
Hao Kung
435867e8c5
Add ability to skip tests on specific helix queues ( #8231 )
2019-03-06 23:53:18 -08:00
Pranav K
cdd6e3194e
Update versions ( #8198 )
...
* Update versions
2019-03-06 17:56:51 -08:00
Ryan Brandenburg
5ce744fe83
Update korebuild ( #8246 )
...
Update korebuild
2019-03-06 15:51:59 -08:00
Doug Bunting
697a1009d2
Merge branch 'release/2.2' => 'master' ( #7630 )
...
- barely [automated]
2019-03-06 14:42:33 -08:00
Doug Bunting
e468a95a18
Update image location after move to the Microsoft Container Registry
2019-03-06 14:31:36 -08:00
Kevin Ransom (msft)
35ac392fb6
Fix F# template ( #7637 )
2019-03-06 12:47:28 -08:00
Justin Kotalik
02dbe55466
Fix StartsWithPortableAndBootstraperExe ( #8219 )
2019-03-06 11:59:42 -08:00
Ryan Brandenburg
706b8345dc
Regenerate package-lock.json
2019-03-06 11:55:05 -08:00
Ryan Brandenburg
7573597577
Merge branch 'merge/release/2.2-to-master' of github.com:dotnet-maestro-bot/AspNetCore into merge/release/2.2-to-master
2019-03-06 11:36:41 -08:00
Ryan Nowak
a1ec03e1e6
Add fallback routing for controllers and pages
2019-03-06 09:48:07 -08:00
Ryan Nowak
bb28db6fb2
Generalize Action Selection logic
...
Allows us to use the "select action via route values" logic for
endpoints.
2019-03-06 09:48:07 -08:00
Ryan Nowak
8a46e8cd93
Update SpaDefaultPageMiddleware for endpoints
...
This change makes the SpaDefaultPageMiddleware noop when an endpoint has
been chosen. This is a problem today because this usually runs after
routing, but its always terminal.
So even if endpoint routing selected something, this would still serve
the default file. We're adding more things that fill this niche, but it
seems like a good idea to fix the existing stuff.
2019-03-06 09:48:07 -08:00
Ryan Nowak
089f64c528
Add fallback routing to file
...
This is a new routing feature that integrates static files to serve a
static file when routing doesn't match anything else.
This is a scenario that's covered by SPA services today, but given the
improvements to routing it makes much more sense to move lower in the
stack.
2019-03-06 09:48:07 -08:00
Ryan Nowak
7e63e2da43
Make StaticFiles Noop for middleware
...
Teaches all of the static files middleware (incl default files,
directory browser) to noop when an endpoint is selected. This is
desirable so you can place them after routing if you want with no ill
effect.
2019-03-06 09:48:07 -08:00
Ryan Nowak
f150e89125
Add file/non-file and generic fallback
...
Adds new constraints for checking if a route value is a file or not.
Added a new set of builder methods that specify what it means to be a
'fallback'. This is really similar to what the older SPA fallback routes
do, but this is lower in the stack and directly integrated with
endpoints.
2019-03-06 09:48:07 -08:00
David Fowler
4c79e7fdc0
Rename Pipe properties ( #8227 )
...
* Rename Pipe properties
- Rename BodyPipe to BodyReader and BodyWriter on the request and response directly
2019-03-06 07:33:24 -08:00
Andrew Stanton-Nurse
303a354993
skip another flaky kestrel test in helix ( #8216 )
...
related #8215
2019-03-05 15:09:56 -08:00
Jeremy Lawrence
a1f544b62f
Correct doc comment for ApiConventionTypeMatchBehavior ( #7861 )
2019-03-05 14:43:59 -08:00
Pranav K
b90220ad05
Improve NullHtmlEncoder perf ( #7987 )
...
Fixes #7987
2019-03-05 14:41:55 -08:00
shnja
4c3996f824
Use Request.Scheme instead of Protocol ( #7911 )
2019-03-05 14:39:37 -08:00
Hao Kung
4e271ac124
Send email confirmation after register via external login ( #8013 )
2019-03-05 13:53:15 -08:00
Chris Ross
def25cb3de
Document the change policy for FileExtensionContentTypeProvider #2454 ( #8213 )
2019-03-05 13:50:48 -08:00
BrennanConroy
58ad7b7550
Fix build flakiness ( #8211 )
2019-03-05 12:59:21 -08:00
Pranav K
b41959ac32
Add additional logging to TempDataInCookiesTest to diagnose test failure
...
Diagnosis for https://github.com/aspnet/AspNetCore-Internal/issues/1803
2019-03-05 12:33:49 -08:00
Pranav K
44c66c8314
Revert "Skipping flaky test"
...
This reverts commit 680c069554fd2a184b8a3030711aed35d4293c4b.
2019-03-05 12:33:49 -08:00
Ryan Brandenburg
0add673139
Include more template baselines ( #4186 )
...
Include more template baselines
2019-03-05 12:02:34 -08:00
Mikael Mengistu
9b4f8d79fd
Fix Java Client transport select ( #8143 )
2019-03-05 11:31:56 -08:00
Pavel Krymets
2665f6d238
Isolate message compiler output files ( #8197 )
2019-03-05 11:27:09 -08:00
Ryan Brandenburg
414d8a514f
Add missing doc comments ( #8035 )
2019-03-05 10:01:20 -08:00
David Fowler
d1ee93b94b
Allow disabling automatic MVC reference ( #8167 )
2019-03-05 09:19:28 -08:00
Andrew Stanton-Nurse
98a49e332f
skip flaky SignalR test: ErrorDuringPollWillCloseConnection ( #8171 )
...
see #8138 for discussion on test priority and re-enabling
2019-03-05 08:30:40 -08:00
Andrew Stanton-Nurse
e0dbc21ccc
skip flaky Kestrel ValidationFailureRejectsConnection test on Helix ( #8170 )
...
See #8168 for details on the failure and discussions on priority of unskipping.
2019-03-05 08:23:58 -08:00
BrennanConroy
c8c12cda9b
Fix test discovery ( #8201 )
2019-03-04 23:11:16 -08:00
Pranav K
33839dc66a
Client reconnects when state's available on the server ( #7395 )
...
Reconnect if we have state on the server
Fixes #7537
2019-03-04 17:27:51 -08:00
Justin Kotalik
d09c6e8576
Disable ConfigurationChange Test ( #8113 )
2019-03-04 16:58:28 -08:00
Ben Adams
19b52bdc8b
Elide bounds check for MethodToString ( #7887 )
2019-03-04 16:44:21 -08:00
Chris Ross
b9fda976c0
Update Worker template for Worker SDK ( #7965 )
...
* Update Worker template for Worker SDK
* Change template order
* Remove servergc
2019-03-04 16:17:25 -08:00
Pranav K
39e52578d3
Make page load async when using endpoint routing ( #7938 )
...
* Make page load async
Fixes #8016
2019-03-04 14:45:59 -08:00
Hao Kung
3652b7a927
Helix tests should fail if exceptions thrown during test discovery ( #8107 )
2019-03-04 14:15:37 -08:00
Pavel Krymets
51e30ee20d
Update SDK ( #8115 )
2019-03-04 12:59:49 -08:00
Hao Kung
48a67cfd18
Fix for external logins disappearing after failed login ( #7002 )
...
Also adds external logins to register page
2019-03-04 12:46:18 -08:00
Mikael Mengistu
368269c883
Update Code Owners - SignalR ( #8173 )
2019-03-04 11:40:47 -08:00
BrennanConroy
508256d028
Always load NodeHttpClient to fix SSR ( #8047 )
2019-03-04 09:16:52 -08:00
Steve Sanderson
7111c8ffd7
Handle async exceptions when not rendering root component. Fixes #8151
2019-03-04 16:44:42 +00:00
Andrew Stanton-Nurse
7b24304739
skip flaky SecureDataFormatTest in Helix ( #8129 )
...
related #7366
2019-03-04 07:50:53 -08:00
Nikita Potapenko
83cb05d83c
Rename DataProtectorTokenProvider ( #8027 )
2019-03-04 02:03:31 -08:00
Doug Bunting
a0817e3bac
Merge branch 'release/3.0-preview3' => 'master' ( #8144 )
...
- mostly [automated]
2019-03-03 22:06:18 -08:00
Doug Bunting
d50e8228ef
Merge branch 'master' into merge/release/3.0-preview3-to-master
2019-03-03 20:46:11 -08:00
dotnet-maestro[bot]
1f05024255
[release/3.0-preview3] Update dependencies from 4 repositories ( #8141 )
...
* Update dependencies from https://github.com/dotnet/core-setup build 20190303.5
This change updates the following dependencies
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview3-27503-5
- Microsoft.Extensions.DependencyModel - 3.0.0-preview3-27503-5
- Microsoft.NETCore.App - 3.0.0-preview3-27503-5
* Update dependencies from https://github.com/aspnet/Extensions build 20190303.1
This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview3.19153.1
- Microsoft.JSInterop - 3.0.0-preview3.19153.1
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview3.19153.1
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview3.19153.1
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview3.19153.1
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration - 3.0.0-preview3.19153.1
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview3.19153.1
- Microsoft.AspNetCore.Testing - 3.0.0-preview3.19153.1
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview3.19153.1
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview3.19153.1
- Mono.WebAssembly.Interop - 3.0.0-preview3.19153.1
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview3.19153.1
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview3.19153.1
- Microsoft.Extensions.WebEncoders - 3.0.0-preview3.19153.1
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview3.19153.1
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Primitives - 3.0.0-preview3.19153.1
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Options - 3.0.0-preview3.19153.1
- Microsoft.Extensions.ObjectPool - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview3.19153.1
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.Console - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Localization - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Http - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Hosting - 3.0.0-preview3.19153.1
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview3.19153.1
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview3.19153.1
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190303.1
This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview3.19153.1
- Microsoft.NET.Sdk.Razor - 3.0.0-preview3.19153.1
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview3.19153.1
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview3.19153.1
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190303.1
This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19153.1
- Microsoft.EntityFrameworkCore - 3.0.0-preview3.19153.1
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview3.19153.1
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview3.19153.1
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview3.19153.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview3.19153.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview3.19153.1
2019-03-03 19:43:36 -08:00