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
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
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
David Fowler
9cb1185a5c
Add option to restrict the maximum hub message size ( #8135 )
...
- This change moves the limit checking from the transport layer to the protocol parsing layer. One nice side effect is that it gives us better control over error handling.
2019-03-03 15:18:32 -08:00
BrennanConroy
67d339ee3b
C++ client: string_t to string ( #8063 )
2019-03-02 22:11:18 -08:00
Ben Adams
ddce32a791
Use C#8 ( #8128 )
2019-03-02 19:48:43 -08:00
Andrew Stanton-Nurse
4aad7548c1
skip Libuv.FunctionalTests RemoteIPv6Address on Helix ( #8111 )
2019-03-01 18:37:51 -08:00
Andrew Stanton-Nurse
6e8a9f6d6a
Skip flaky clientcert test in Kestrel ( #8112 )
...
related #7265
flaked out in https://github.com/aspnet/AspNetCore/pull/7987
2019-03-01 18:37:23 -08:00
Chris Ross
93b195e566
Change SameSite default to None #2675 #4661 ( #8043 )
2019-03-01 16:22:12 -08:00
Chris Ross
1830f4f0dd
Avoid race in FileWatcher test Internal/1710 ( #8095 )
2019-03-01 15:03:21 -08:00
Justin Kotalik
fc9e48877c
Add FormPipeReader ( #7964 )
2019-03-01 14:41:05 -08:00
Andrew Stanton-Nurse
9a61275fa6
skipping ReactRedux test due to flakiness ( #8100 )
...
related #7377
2019-03-01 13:54:57 -08:00
Pranav K
85c051d8da
Skipping flaky test ( #8101 )
2019-03-01 13:37:19 -08:00
Damian Edwards
bec911d8b4
Merge pull request #7993 from zbecknell/patch-1
...
Update Blazor NDC video link
2019-03-01 12:26:14 -08:00
Andrew Stanton-Nurse
8cd36953ef
skip flaky HttpSys test in helix ( #8092 )
...
Related to #8091
2019-03-01 12:20:59 -08:00
BrennanConroy
337370263a
Remove private assets ( #8080 )
2019-03-01 11:17:29 -08:00
BrennanConroy
d0c415a4dc
Skip flaky websocket test ( #8085 )
2019-03-01 11:14:25 -08:00
Sebastien Ros
275960631d
Updating ref file
2019-03-01 10:52:24 -08:00
Sébastien Ros
1c2c2c9be0
Update NullHtmlEncoder.cs
2019-03-01 10:52:24 -08:00
Sebastien Ros
23dee7c43f
Keep argument checks
2019-03-01 10:52:24 -08:00
Sebastien Ros
ba875bffcd
Using spans to optimize the slicing case
2019-03-01 10:52:24 -08:00
Sebastien Ros
55fea7976c
Improve NullHtmlEncoder perf
2019-03-01 10:52:23 -08:00
Justin Kotalik
a7f1cc1b2a
Redisable AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires ( #8082 )
2019-03-01 10:10:14 -08:00
Ryan Brandenburg
0d489304a4
Skip react for now ( #8053 )
...
Skip react for now
2019-03-01 09:47:53 -08:00
Hao Kung
3b16c69786
Skip NodeServices tests on helix ( #8045 )
...
NodeJs not installed on helix boxes by default currently
https://github.com/aspnet/AspNetCore/issues/8044 tracking this skip
2019-03-01 09:37:43 -08:00
Justin Kotalik
32aebef4d1
Disable any flaky IIS tests ( #8050 )
2019-03-01 08:19:26 -08:00
Javier Calvarro Nelson
98c7e965bd
[ApiAuthorization] Mark package as shipping ( #8026 )
2019-03-01 07:52:29 -08:00
Justin Kotalik
5fd53d9d07
Check HasStarted before calling Flush/Start in StartAsync ( #8041 )
2019-02-28 22:45:24 -08:00