Commit Graph

27731 Commits

Author SHA1 Message Date
James Newton-King 5a77c8be25
API review Microsoft.AspNetCore.SignalR.Internal (#2022) 2018-04-15 00:23:26 +12:00
David Fowler 4fe41dc6d0
Increase timeout of test (#2021)
- Seems like it was possible for the server timeout to happen *before* the invocation happened.
- Added logging to the test
2018-04-14 05:05:49 -07:00
ASP.NET CI 6921f7a8c1 Updating submodule(s)
SignalR => d6395a52bc

[auto-updated: submodules]
2018-04-14 11:54:09 +00:00
David Fowler d6395a52bc
Send delete request after poll ends (#2020)
* Added test and fixed other test
2018-04-14 04:45:16 -07:00
ASP.NET CI 6594adb2b3 Updating submodule(s)
SignalR => 0f8485cafc

[auto-updated: submodules]
2018-04-14 04:14:43 -07:00
David Fowler 0f8485cafc
Renamed class to match the file (#2019) 2018-04-14 04:08:26 -07:00
ASP.NET CI 413fec6015 Updating submodule(s)
SignalR => e4d0f2980e

[auto-updated: submodules]
2018-04-14 02:14:51 -07:00
James Newton-King e4d0f2980e
Microsoft.AspNetCore.SignalR.Client refactor (#2000) 2018-04-14 21:09:41 +12:00
ASP.NET CI cf8cfefa4c Updating submodule(s)
AADIntegration => 898b8cec84
EntityFrameworkCore => cddbcfa2564d2ae46ab9338ce6d0ea6d008dc548
HttpClientFactory => 64e9d90776049edf219150f596f59cbdff535967
Identity => ae9aa9ebec
KestrelHttpServer => e30a02cee5
Mvc => 4984dd2cdd
Razor => 95835d6c37
ServerTests => f4493b99bd
SignalR => 3f0a6ebc0d
WebHooks => 13da6ec8ac8bab0b4fc7389dcc9352a4855cf8aa

[auto-updated: submodules]
2018-04-13 21:52:05 -07:00
Ben Adams e30a02cee5 Less StringValue struct copies for header checks (#2488) 2018-04-13 18:21:50 -07:00
Ryan Nowak d0c949f2d1 Update artifacts.props 2018-04-13 17:58:19 -07:00
BrennanConroy 3f0a6ebc0d
API Review Dependency Injection (#2015) 2018-04-13 17:21:48 -07:00
Andrew Stanton-Nurse 1fbb940b82
Remove MSG from SignalR (#2006) 2018-04-13 17:08:02 -07:00
Justin Kotalik f4493b99bd
React to ANCM current addition and organize tests (#109) 2018-04-13 17:04:56 -07:00
Javier Calvarro Nelson 4984dd2cdd Revert "[Fixes #7587] No easy way to change ASPNETCORE_ENVIRONMENT"
This reverts commit 22510e1377.
2018-04-13 16:51:25 -07:00
Javier Calvarro Nelson 86a036cf76 Revert "[Fixes #7635] Provide a way to configure clients in WebApplicationFactory"
This reverts commit 1e26571ba6.
2018-04-13 16:50:38 -07:00
Jass Bagga ae9aa9ebec
Add AllowAnonymous for resetting password navigation flow (#1744)
Addresses #1736 and aspnet/templating#448
2018-04-13 16:46:00 -07:00
Andrew Stanton-Nurse c7f7f36210
API Review for Http.Connections (#2010) 2018-04-13 16:35:07 -07:00
Pranav K 95835d6c37 Continue generating RelatedAssemblyPart on assembly if GenerateAssemblyInfo=false
Fixes #2257
2018-04-13 16:14:37 -07:00
Pranav K 898b8cec84
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:13:44 -07:00
ASP.NET CI 174d0185b2 Updating submodule(s)
AzureIntegration => c7486c5f3c
DataProtection => faf2f3f065
EntityFrameworkCore => 5bfb9a099804515d422f1593272de11d25f440fc
HttpClientFactory => f0e32f2b8caa3667aba3938a5a21a039295edb71
Identity => f51af820a5
KestrelHttpServer => 2d51d23697
Logging => 069892b6940050101ad569ba5806138b6d325d21
Mvc => d5e044f693
Razor => 60b6ec047d
Routing => 39f7420c4d
SignalR => d0137a996c
Templating => a9c7c322cb
WebHooks => 24da13d037d2927a2465fc7421fa31852066ef8f

[auto-updated: submodules]
2018-04-13 16:13:05 -07:00
Pranav K e5d9efbd48
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:12:19 -07:00
Javier Calvarro Nelson 1e26571ba6 [Fixes #7635] Provide a way to configure clients in WebApplicationFactory 2018-04-13 16:02:56 -07:00
Javier Calvarro Nelson 22510e1377 [Fixes #7587] No easy way to change ASPNETCORE_ENVIRONMENT 2018-04-13 16:02:56 -07:00
Ajay Bhargav Baaskaran 60b6ec047d Don't fail the build when ExtensionDependencyChecker fails 2018-04-13 15:55:39 -07:00
Javier Calvarro Nelson f51af820a5 [Fixes #1742, #1722, #1706, #1725, #1688] Fixes multiple issues
* Update test infrastructure to use the latest bits.
* Add tests for different types of users.
* Logout must redirect instead of just rendering
  the page so that the identity in the request gets
  properly updated
* Remove IUserFactory and IdentityUserFactory.
* Added tests to verify that the default UI endpoints are not accessible
  when the default UI is not enabled.
* Update the user name at the same time when the email is updated.
2018-04-13 15:47:23 -07:00
Kiran Challa d5e044f693 [Fixes #7373] Assigning to the context's Result property, when implementing IPageFilter, causes an exception 2018-04-13 15:11:44 -07:00
Nate McMaster faf2f3f065
Attempt to workaround issues with File.Move on NFS file shares (aspnet/Home#2941) 2018-04-13 15:08:28 -07:00
BrennanConroy d0137a996c
Internalize Microsoft.AspNetCore.Http.Connections.Client.Internal (#2014) 2018-04-13 15:04:58 -07:00
BrennanConroy 021356bf27
Internalize classes in Http.Connections (#2013) 2018-04-13 14:57:37 -07:00
Ajay Bhargav Baaskaran bfbd286ab6 Remove usages of obsolete APIs 2018-04-13 14:54:35 -07:00
John Luo 2d51d23697 Add file logging to functional tests 2018-04-13 14:53:57 -07:00
Pranav K 8d1de6ec80 Make sure RazorSdk works when BuildingInVisualStudio \ BuildProjectReferences is disabled
Fixes #2247
2018-04-13 14:35:04 -07:00
Pranav K 26278abf7b
Fixup Lineup source and update dependencies 2018-04-13 14:34:38 -07:00
Mikael Mengistu 623ab63091
HubConnectionTests.Helper Header (#2011) 2018-04-13 21:32:26 +00:00
Hao Kung a273e349ee
Fix error message (#1752)
Fixes https://github.com/aspnet/Identity/issues/1669
2018-04-13 14:31:35 -07:00
Nate McMaster e854535a8c
Push symbols to new myget symbols feed 2018-04-13 14:02:07 -07:00
Jass Bagga a9c7c322cb
Add "webapp" alias to RazorPages template.json (#467)
Addresses #325
2018-04-13 14:01:20 -07:00
Pranav K d995b0418a Allow BindPropertyAttribute to be specified on controller classes
Fixes #7350
2018-04-13 13:58:44 -07:00
Ryan Brandenburg f3e599649b Use token instead of ssh 2018-04-13 13:54:19 -07:00
Ajay Bhargav Baaskaran f8dc5c4702 Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
Pavel Krymets c7486c5f3c
Skip broken tests (#181) 2018-04-13 12:32:17 -07:00
ASP.NET CI e8b19889eb Updating submodule(s)
DependencyInjection => 04164651277bca578f0c216d979e1d77a8f12e47
Razor => 6130eb0ec5
SignalR => 499d39b364

[auto-updated: submodules]
2018-04-13 19:23:54 +00:00
Pavel Krymets 64019efb0f
2.1.0-preview3-26413-02 (#1068) 2018-04-13 12:07:07 -07:00
Andrew Stanton-Nurse ca5dfec271
react to aspnet/SignalR#2005 (#1069) 2018-04-13 12:01:50 -07:00
Andrew Stanton-Nurse 499d39b364
rename MsgPack assembly only (#2005) 2018-04-13 12:01:45 -07:00
Kiran Challa 39f7420c4d Fixed routing test 2018-04-13 11:51:45 -07:00
Andrew Stanton-Nurse 43e6ab750a
Fix #1927 by using Synchronous Callbacks everywhere. (#2003) 2018-04-13 11:38:03 -07:00
BrennanConroy 0919914e56
Internalize more classes (#2004) 2018-04-13 11:28:52 -07:00
ASP.NET CI d142a88fd1 Updating submodule(s)
Common => 66c121a172179a4c2a9bfb102b38be5bd046e26e
CORS => c4b9e061ca
Logging => d55ce0cc13050a781efef5d08c79f332e52fa385
Mvc => c35030267c
Templating => 5d52701cd2

[auto-updated: submodules]
2018-04-13 18:19:28 +00:00