Commit Graph

30385 Commits

Author SHA1 Message Date
Ryan Brandenburg 0f75a7df94 Adding VSTS configuration (#126) 2018-07-27 10:13:38 -07:00
ASP.NET CI 1ca02db02a Updating submodule(s)
Routing => 54e5370e8f

[auto-updated: submodules]
2018-07-26 23:06:08 -07:00
Ryan Nowak 54e5370e8f Add CORS support to HttpMethodMatcherPolicy
Also removes HttpMethodEndpointConstraint, since it's been fully
replaced.
2018-07-26 23:01:11 -07:00
ASP.NET CI c9fb181939 Updating submodule(s)
Hosting => fed2eb1cdf
Razor => afc671724f

[auto-updated: submodules]
2018-07-27 00:22:25 +00:00
Ryan Brandenburg afc671724f Adding VSTS configuration (#2395) 2018-07-26 17:10:56 -07:00
Nate McMaster fed2eb1cdf
More robust username discovery on Linux in NginxDeployer (#1508)
VSTS does not have the LOGNAME env var set. This adds some fallbacks (USER and USERNAME) and `whoami` if they are not present.
2018-07-26 17:07:24 -07:00
ASP.NET CI c152384dcb Updating submodule(s)
IISIntegration => 7067d92c75

[auto-updated: submodules]
2018-07-26 14:32:29 -07:00
Pavel Krymets 7067d92c75
Limit RH native assets to netcoreapp2.2 (#1105) 2018-07-26 14:15:50 -07:00
Doug Bunting 556880872d
Ensure later validations of `null` models do not overwrite `Invalid` state
- #8078
2018-07-26 13:49:22 -07:00
ASP.NET CI 8a2223663d Updating submodule(s)
IISIntegration => afa5d60821
Razor => 8e23eb38b4

[auto-updated: submodules]
2018-07-26 12:22:18 -07:00
Pavel Krymets afa5d60821
Add content/webroot and currect directory tests (#1103) 2018-07-26 12:12:12 -07:00
Ajay Bhargav Baaskaran 8e23eb38b4 Honor NoBuild flag during publish 2018-07-26 11:40:38 -07:00
ASP.NET CI f4355d3930 Updating submodule(s)
Mvc => 0d427a60e5

[auto-updated: submodules]
2018-07-26 18:14:29 +00:00
Doug Bunting 0d427a60e5
Use `TheoryData` properties to avoid duplicate test data
- couldn't just remove duplicate `[TheoryData]` in `GlobalRoutingTest`
  - xUnit analyzers don't understand `[InlineData]` is inherited (though runtime certainly does)
2018-07-26 10:12:50 -07:00
Nate McMaster 232c71f772
React to removing .Buffers.Sources package 2018-07-26 09:32:43 -07:00
ASP.NET CI f563f757b6 Updating submodule(s)
Mvc => 498fa2d72f

[auto-updated: submodules]
2018-07-26 09:01:51 -07:00
Doug Bunting 498fa2d72f
Avoid `InvalidOperationException` when serializing `SerializableError`
- #8055
- provide unique name (`<Empty-Key>`) for XML elements that would otherwise be nameless

nits:
- remove now-useless Mono special case in updated test class
- extend updated tests to involve square brackets as well as empty keys
2018-07-26 08:56:02 -07:00
ASP.NET CI 55c6a445d4 Updating submodule(s)
IISIntegration => 61b4473abe

[auto-updated: submodules]
2018-07-26 08:16:44 -07:00
Pavel Krymets 61b4473abe
Fix another shutdown race and appofline race (#1071) 2018-07-26 08:12:08 -07:00
Mikael Mengistu debd0e3905
Merge pull request #2682 from aspnet/release/2.2
Adding Java Client Overloads up to T8. (#2660)
2018-07-25 22:36:15 -07:00
ASP.NET CI 3a1e916dd4 Updating submodule(s)
SignalR => 2a48a9a2c4

[auto-updated: submodules]
2018-07-25 22:14:31 -07:00
Mikael Mengistu 2a48a9a2c4
Adding Java Client Overloads up to T8. (#2660) 2018-07-25 22:09:03 -07:00
ASP.NET CI 34912f823a Updating submodule(s)
SignalR => daed55be36

[auto-updated: submodules]
2018-07-25 17:22:56 -07:00
Mikael Mengistu 60c5392fd5
Merge pull request #2679 from aspnet/release/2.2
Parse HandshakeResponse (#2656)
2018-07-25 16:58:24 -07:00
Nate McMaster 0b85431980
React to renaming the WebHostBuilderFactory source package 2018-07-25 16:52:21 -07:00
Hao Kung c4e8dd3664
Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
ASP.NET CI 50b253653f Updating submodule(s)
Routing => c68c5befc7

[auto-updated: submodules]
2018-07-25 16:26:04 -07:00
Mikael Mengistu daed55be36
Parse HandshakeResponse (#2656) 2018-07-25 16:23:25 -07:00
James Newton-King c68c5befc7
Remove ChangeToken from EndpointDataSource (#662) 2018-07-26 11:06:54 +12:00
ASP.NET CI 59d3fc4ff2 Updating submodule(s)
IISIntegration => ba18129d79

[auto-updated: submodules]
2018-07-25 15:30:34 -07:00
Justin Kotalik ba18129d79
Skip win7 tests (#1096) 2018-07-25 15:26:01 -07:00
ASP.NET CI 97142eecb9 Updating submodule(s)
Mvc => f31ab716ee

[auto-updated: submodules]
2018-07-25 21:25:52 +00:00
James Newton-King f31ab716ee
Change MvcEndpointDataSource to use GetChangeToken (#8137) 2018-07-26 09:20:26 +12:00
ASP.NET CI f7d210b144 Updating submodule(s)
IISIntegration => aa8a8b7471

[auto-updated: submodules]
2018-07-25 13:16:43 -07:00
Pavel Krymets aa8a8b7471 Skip IIS Jenkins (#1094) 2018-07-25 13:11:40 -07:00
BrennanConroy 34a7fc4d99 Merge branch 'merge/release/2.2-to-master' 2018-07-25 11:45:32 -07:00
Nate McMaster 06f0146731
Merge branch 'release/2.1' into release/2.2 2018-07-25 11:10:03 -07:00
Nate McMaster 7119fc7e1d
Upgrade xunit test runner to 2.4.0 RTM and xunit.analyzers to 0.10.0 (#1275)
Also, cleaned up two unused properties from the deps.props file.
2018-07-25 11:08:35 -07:00
Nate McMaster 2d79bee072
Remove condition on the Server.IIS package 2018-07-25 09:40:43 -07:00
Nate McMaster 2e96271e69
Merge branch 'release/2.1' into release/2.2 2018-07-25 09:29:48 -07:00
Nate McMaster aee905e359
Sort list of artifacts and add selenium to external artifacts 2018-07-25 09:18:53 -07:00
ASP.NET CI 7143f9b5ab Updating submodule(s)
Mvc => 10ce77b9ca

[auto-updated: submodules]
2018-07-25 15:34:54 +00:00
ASP.NET CI 8ec5259da1 Updating submodule(s)
Routing => e0294f1d1b

[auto-updated: submodules]
2018-07-25 13:53:54 +00:00
Kiran Challa 10ce77b9ca Updated MvcEndpointDataSource to create endpoints with SuppressLinkGenerationMetadata 2018-07-25 06:41:57 -07:00
ASP.NET CI 4229790d7e Updating submodule(s)
Mvc => bcd6e83591

[auto-updated: submodules]
2018-07-25 06:20:55 -07:00
Kiran Challa e0294f1d1b Upgraded dependencies.props 2018-07-25 06:17:54 -07:00
Kiran Challa bcd6e83591 Upgraded dependencies.props 2018-07-25 06:15:17 -07:00
ASP.NET CI 84e9e2e76d Updating submodule(s)
Mvc => b71d5da05e

[auto-updated: submodules]
2018-07-25 05:30:12 +00:00
Ryan Nowak b71d5da05e Fix test break due to 405 returned from routing 2018-07-24 22:15:32 -07:00
ASP.NET CI 3f11497d7f Updating submodule(s)
Routing => 19f24cad16

[auto-updated: submodules]
2018-07-24 21:59:50 -07:00