Commit Graph

37440 Commits

Author SHA1 Message Date
James Newton-King 79117fa08a
Merge 2.2 to master 2018-10-23 22:04:56 +13:00
ASP.NET CI 9cc4060cf8 Updating submodule(s)
Common => a527cc291264a21f32569a3e57934d294829fa20
EntityFrameworkCore => 56de435658c44097e5a5579421b97f3392772a39
HttpSysServer => 7ef22b12e4
Logging => 4ab8346b40f1433bc5376fe5f2dc98d6d7ca5248
Mvc => e9737a90e5
Razor => 81904f579a
Routing => 0ef4b4173c
Security => 32177cad1e
SignalR => bd60f71cf9

[auto-updated: submodules]
2018-10-23 07:05:14 +00:00
ASP.NET CI c8b68c0622 Updating submodule(s)
EntityFrameworkCore => fc2374a5cdfbd13821aa1e8a93a220a945f9584c
IISIntegration => 61f1a70784
Logging => b90c3bf4deb7485ac90105df489019f6a5c707ac
Mvc => 40959a97e7
Routing => bd32ec3837
SignalR => 2bea4608fa
Templating => 707b1bbf3b

[auto-updated: submodules]
2018-10-23 07:04:43 +00:00
Jason 32177cad1e Added missing Div tag in JwtBearer sample. (#1888) 2018-10-22 21:50:52 -07:00
Ryan Nowak 81904f579a Add definitions for Document Services
This change adds mock ups of the interfaces that we've been designing as
part of Razor FAR as well as the implementations. This isn't wired up to
anything yet in this PR, but the basic functionality here is stable
enough for us to stabilize and review.

For now we have the interface definitions in the Razor codebase until a
build of Roslyn is available with these definitions + IVT for us to use
them.
2018-10-22 20:47:31 -07:00
BrennanConroy 2bea4608fa
Fix tests to use dynamic ports (#3177) 2018-10-22 20:32:53 -07:00
James Newton-King 40959a97e7
Fix link generation of routes with default values (#8616) 2018-10-23 16:10:43 +13:00
James Newton-King e9737a90e5
Endpoing routing 3.0 registration (#8470) 2018-10-23 14:04:12 +13:00
Pavel Krymets 61f1a70784
Update dependencies (#1549) 2018-10-22 17:56:10 -07:00
James Newton-King 0ef4b4173c
Endpoint routing startup experience (#889) 2018-10-23 13:54:36 +13:00
James Newton-King be0e602d2f
Merge pull request #888 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-23 13:40:24 +13:00
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
James Newton-King 74336f10c7
Merge pull request #887 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-23 11:33:13 +13:00
Mikael Mengistu bd60f71cf9
Merge pull request #3174 from aspnet/release/2.2
Merge release/2.2 Remove functional interfaces (#3165)
2018-10-22 15:03:04 -07: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
James Newton-King bc140fc491
Merge pull request #885 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-23 09:18:17 +13: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
Chris Ross (ASP.NET) 7ef22b12e4 Update dependencies.props 2018-10-22 12:21:47 -07:00
Chris Ross (ASP.NET) 596cc34372 Merge branch 'release/2.2' 2018-10-22 12:12:14 -07:00
ASP.NET CI b8720622e3 Updating submodule(s)
Diagnostics => f8e816b544
Mvc => a3e999762f

[auto-updated: submodules]
2018-10-22 12:04:18 -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
Ryan Nowak f8e816b544
Merge pull request #510 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-22 07:58:55 -07:00
Ryan Nowak a3e999762f
Merge pull request #8630 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-22 07:58:36 -07:00
ASP.NET CI 71ca0e9569 Updating submodule(s)
Routing => fbfbc35b11

[auto-updated: submodules]
2018-10-22 00:04:57 -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
James Newton-King fbfbc35b11
Merge pull request #884 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-22 09:09:21 +13: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
James Newton-King 96953546e3
Merge pull request #878 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-22 08:29:41 +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 e4ee2eac21 Updating submodule(s)
EntityFrameworkCore => 46dafe548f060279023440938d804d5b199d3b34

[auto-updated: submodules]
2018-10-21 12:04:08 -07:00