Commit Graph

32543 Commits

Author SHA1 Message Date
Gert Driesen bd32ec3837 Add basic test for RouteValueEqualityComparer.Equals(...). (#883) 2018-10-23 13:26:17 +13:00
Gert Driesen 25b5ab2c39 Improve performance and reduce allocations in RouteValuesAddressScheme. (#879) 2018-10-23 13:25:43 +13:00
Gert Driesen bc482cd2b0 Minor performance improvement for DfaMatcherBuilder (#854) 2018-10-23 13:25:08 +13:00
Chris Ross (ASP.NET) 32532078d6 Log binary data as a parameter #2860 2018-10-22 14:51:29 -07:00
Gert Driesen bcbf2a1a68 Minor performance improvement for UriBuildingContext.ToPathString() with zero-length path. (#880) 2018-10-23 10:20:52 +13:00
Gert Driesen c93e3a76ff Eliminate redundant isValid check from DefaultEndpointSelector.ProcessFinalCandidates(...). (#881) 2018-10-23 10:20:30 +13:00
Gert Driesen 26e5ea3274 Improves performance and reduce allocations in DefaultEndpointDataSource (#882) 2018-10-23 10:20:15 +13:00
Ryan Nowak 4943bc4896 Remove LinkGenerationTemplate
This doesn't really accomplish our goals for 2.2 - I don't have a clear
scenario where I would tell a developer to use this VS something else.
Will reevaluate in 3.0
2018-10-22 14:18:22 -07:00
Ryan Brandenburg 707b1bbf3b Fix link 2018-10-22 12:48:30 -07:00
Smit Patel b623b9912e Make EFCore.Cosmos no-ship package
Fixes https://github.com/aspnet/EntityFrameworkCore/issues/13670
2018-10-22 12:32:13 -07:00
Nate McMaster 14323b5dd5
Delete CODEOWNERS 2018-10-22 12:29:29 -07:00
ASP.NET CI abc2c27fd5 Updating submodule(s)
EntityFrameworkCore => 4336e47abfdebaae26df3d9bf77c3cbe571bae14
HttpSysServer => 0a22b927b2
IISIntegration => ffa72f5a0c
KestrelHttpServer => 2a610ee1b8
SignalR => 4a3d1c689f

[auto-updated: submodules]
2018-10-22 19:04:16 +00:00
Chris Ross (ASP.NET) 0a22b927b2 Use GUIDs for cache tests. 2018-10-22 11:48:24 -07:00
Stephen Halter 2a610ee1b8
Reduce flakiness of LargeUpload tests (#3036)
* Move h2spec tests to own project
2018-10-22 11:38:53 -07:00
Mikael Mengistu 4a3d1c689f
Remove functional interfaces (#3165) 2018-10-22 11:37:09 -07:00
Chris Ross (ASP.NET) ad3cba5509 Disable inheritance test on linux #3034 2018-10-22 11:24:11 -07:00
Justin Kotalik ffa72f5a0c
Fix two string allocation issues (#1539) 2018-10-22 11:23:14 -07:00
Nate McMaster 25fab09527
Remove installancm.ps1 from ANCM V2 package 2018-10-22 09:47:54 -07:00
Nate McMaster 79d098045b
Code-sign the Microsoft.AspNetCore.AspNetCoreModule{V2} packages 2018-10-22 09:32:07 -07:00
Pavel Krymets 804fc191f6
Change 2.1 build to be internal (#1540) 2018-10-22 09:11:22 -07:00
ASP.NET CI 95777ace6b Updating submodule(s)
Diagnostics => b3db95eb2d
Mvc => 76a30b0911
Routing => 1d05592cd7

[auto-updated: submodules]
2018-10-22 07:04:41 +00:00
Ryan Nowak 76a30b0911 Remove LinkGenerationTemplate
This doesn't really accomplish our goals for 2.2 - I don't have a clear
scenario where I would tell a developer to use this VS something else.
Will reevaluate in 3.0
2018-10-21 15:39:59 -07:00
James Newton-King 1d05592cd7
Allow parameter names to match required keys in templates (#872) 2018-10-22 11:29:41 +13:00
Luke Latham b3db95eb2d Change 'create' to 'delete' in message 2018-10-21 13:38:59 -07:00
Gert Driesen 2081160678 Improve performance and reduce allocations of TemplateSegment (#856) 2018-10-22 08:35:35 +13:00
Gert Driesen 0f90a15cf1 Use Array.Clone() to copy arrays, and avoid copy where applicable (#855) 2018-10-22 08:34:11 +13:00
ASP.NET CI 2a49c13f99 Updating submodule(s)
EntityFrameworkCore => d578217479b3a09fc8f5639e19b618c80b1df6d3

[auto-updated: submodules]
2018-10-21 19:04:12 +00:00
ASP.NET CI e3aa8ae0cc Updating submodule(s)
Routing => 42914d93ca

[auto-updated: submodules]
2018-10-21 00:05:15 -07:00
Gert Driesen 42914d93ca Declare out variables inline, and use discards (#873) 2018-10-21 14:05:05 +13:00
ASP.NET CI b093146b5d Updating submodule(s)
Routing => 3c9086e3d0

[auto-updated: submodules]
2018-10-20 19:04:56 +00:00
Gert Driesen 3c9086e3d0 Improve performance and reduce allocations in DecisionTreeBuilder<T>. 2018-10-20 11:30:03 -07:00
Chris Ross (ASP.NET) 277a5502fd Flush response headers #3031 2018-10-19 18:00:24 -07:00
ASP.NET CI 9b0e3ee805 Updating BuildTools from 2.2.0-preview2-20181019.4 to 2.2.0-preview2-20181019.5
[auto-updated: buildtools]
2018-10-19 17:17:09 -07:00
ASP.NET CI 7beaa5fe6e Updating submodule(s)
Common => 7a2e64a64fa366abf887a50d2cb6f53476b12f2c
Mvc => ddbe0fef26
SignalR => 95ccb1ee52

[auto-updated: submodules]
2018-10-19 17:17:01 -07:00
Mikael Mengistu 95ccb1ee52
More Java Docs (#3138) 2018-10-19 14:31:05 -07:00
Nate McMaster 4134e7bcf3
Re-enable repo code signing 2018-10-19 14:08:42 -07:00
Patrick Westerhoff ddbe0fef26 Allow custom handling of antiforgery failures
To enable custom handling of antiforgery validation failures, use an
`AntiforgeryValidationFailedResult` which is just a `BadRequestResult`
but allows to be identified explicitly inside always-running result
filters using the `IAntiforgeryValidationFailedResult` marker interface.
2018-10-19 13:47:08 -07:00
Pranav K 8a183bb4f4 Allow serving Razor files with leading underscore
Fixes https://github.com/aspnet/Mvc/issues/8617
2018-10-19 13:43:35 -07:00
ASP.NET CI ed171ac733 Updating BuildTools from 2.2.0-preview2-20181018.5 to 2.2.0-preview2-20181019.4
[auto-updated: buildtools]
2018-10-19 12:56:18 -07:00
ASP.NET CI c78e56608a Updating submodule(s)
EntityFrameworkCore => bb7e7c4fa3f4c1831420c65e6212b787d084b1cb
HttpClientFactory => 6619149a5d84bd0b60abf3c3f2abc7b334426fa1
HttpSysServer => 30870b34c0
IISIntegration => f1ce94a2cf
KestrelHttpServer => 23a4e11261
Logging => e30f23cd3ef5ecc41f36b9690f837e9bcdea4da5
Razor => 1eb86af726
SignalR => d82a3e6c99

[auto-updated: submodules]
2018-10-19 12:56:10 -07:00
Pavel Krymets f1ce94a2cf
Add support for building 2.1 based Server.IIS package (#1534) 2018-10-19 12:42:16 -07:00
Chris Ross (ASP.NET) 30870b34c0 Fix abort race in response body tests #451 2018-10-19 12:36:08 -07:00
BrennanConroy d82a3e6c99
Update to new VSTS script (#3162) 2018-10-19 12:29:47 -07:00
Pavel Krymets d3216a66c1
Create a build configuraition to build OOB logging site extension package (#3643) 2018-10-19 12:19:33 -07:00
ASP.NET CI f9116a1f4b Updating BuildTools from 2.1.3-rtm-15827 to 2.1.3-rtm-15828
[auto-updated: buildtools]
2018-10-19 19:18:20 +00:00
N. Taylor Mullen 1eb86af726 Update Razor release/2.2 dependencies. 2018-10-19 12:08:16 -07:00
ASP.NET CI b8e33c2c60 Updating submodule(s)
Logging => 8270c545224e8734d7297e54edef5c584ee82f01

[auto-updated: submodules]
2018-10-19 11:36:06 -07:00
Chris Ross (ASP.NET) 23a4e11261 Send RST for canceled HTTP/2 writes #3007 2018-10-19 11:03:44 -07:00
Nate McMaster 7f34909708
Include EFCore in real code signing 2018-10-19 10:22:37 -07:00
Justin Kotalik 8b05b859e8
Fix jenkins filename and add VSTS test runs (#1537) 2018-10-19 10:18:11 -07:00