Commit Graph

691 Commits

Author SHA1 Message Date
ASP.NET CI 33aa56abe5 Update dependencies.props
[auto-updated: dependencies]
2018-06-07 19:46:28 +00:00
James Newton-King 21f8ce5e95
Initial DispatcherMiddleware tests (#529) 2018-06-07 21:47:06 +12:00
Ryan Nowak edf26be1bf move feature around 2018-06-06 21:50:07 -07:00
Ryan Nowak 72941a8f35 Remove old cruft
Our new benchmarks are already much better than this one.
2018-06-06 21:50:07 -07:00
Ryan Nowak 49f839a286 Add benchmarks for matcher implementations 2018-06-06 21:50:07 -07:00
Ryan Nowak aef5dc4e93 Add Swaggatherer (Swagger + Gatherer)
This is a new CLI tool that will generate a routing benchmark from an
input directory or file.

See following commits for examples
2018-06-06 21:50:07 -07:00
James Newton-King b27f032b43
Fix EndpointMetadataCollection filename (#528) 2018-06-07 09:15:50 +12:00
Nate McMaster 1fc5947ff7
Add certificate names for code signing 2018-06-05 22:34:46 -07:00
ASP.NET CI df857a0369 Update dependencies.props
[auto-updated: dependencies]
2018-06-03 19:27:14 +00:00
Kiran Challa 2fed6710a9 Added benchmark and test for dispatcher 2018-06-01 22:17:48 -07:00
Ryan Nowak dc4be30d88 Rename Treenumerator -> TreeEnumerator 2018-06-01 21:33:30 -07:00
Kiran Challa 8906d8e5f7 Added functional tests for Dispatcher sample 2018-06-01 21:33:30 -07:00
James Newton-King 81dde1a9f1 PR feedback 2018-06-01 21:33:30 -07:00
Ryan Nowak 0ea16ddd57 Code dump of dispatcher prototype code
Here's a code dump of the parts of the Dispatcher prototype codebase
that are needed to get us off the ground.

This first cut attempts to use part of routing where possible, and not
all of those changes will be long-lasting.

I'll leave comments through thoughout the PR for education.
2018-06-01 21:33:30 -07:00
kishan.anem acea87a617 IUrlHelper and support for RouteOptions.LowercaseUrls
changes are made as suggestions.
@rynowak
#518
#Issue:  aspnet/Mvc#7720
2018-05-31 20:07:01 -07:00
kishan.anem cb77c17cf4 TestCase added and IUrlHelper and support for RouteOptions.LowercaseUrls
checked appliesd to the query string.
@rynowak
#518
#Issue:  aspnet/Mvc#7720
2018-05-31 20:07:01 -07:00
kishan.anem f227cbeca3 Added sperate option "IUrlHelper and support for RouteOptions.LowercaseUrls "
@rynowak
#518
#Issue:  https://github.com/aspnet/Mvc/issues/7720
2018-05-31 20:07:01 -07:00
kishan.anem 695fb00308 IUrlHelper and support for RouteOptions.LowercaseUrls
IUrlHelper and support for RouteOptions.LowercaseUrls

#issue : https://github.com/aspnet/Mvc/issues/7720
2018-05-31 20:07:01 -07:00
Ryan Nowak 72a7c31973 Upgrade benchmarks project
Upgrades our benchmarks project to use the shared benchmarking
infrastructure.
2018-05-31 17:30:10 -07:00
Kiran Challa 591ce7b1e8 Fixed scenario name in benchmarks app 2018-05-31 14:45:51 -07:00
Kiran Challa 60f63cf9fb Added a sample app for benchmarks 2018-05-31 14:39:38 -07:00
ASP.NET CI d957e34894 Update dependencies.props
[auto-updated: dependencies]
2018-05-27 19:27:55 +00:00
Nate McMaster (automated) 5682fd056f
Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:17:02 -07:00
ASP.NET CI c81b6892dc Update dependencies.props
[auto-updated: dependencies]
2018-05-20 19:45:10 +00:00
ASP.NET CI 742865aa37 Update dependencies.props
[auto-updated: dependencies]
2018-05-13 14:21:49 -07:00
Ryan Brandenburg 62c0d6a16a Upgrade to netcoreapp22 2018-05-08 11:10:25 -07:00
ASP.NET CI e6e641fbb2 Update dependencies.props
[auto-updated: dependencies]
2018-05-06 12:29:19 -07:00
Nate McMaster (automated) 89d5b714ba
Merge branch release/2.1 into dev 2018-04-30 15:53:08 -07:00
Nate McMaster (automated) beb4e46116
Bump version to 2.1.0-rtm 2018-04-30 14:51:44 -07:00
ASP.NET CI 04162f8b78 Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:30:07 -07:00
ASP.NET CI 29a3a109c6 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:23:43 -07:00
Nate McMaster 1197be4c60
Merge branch release/2.1 into dev 2018-04-20 15:09:54 -07:00
ASP.NET CI 58353c7e57 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:34:32 -07:00
Nate McMaster 155e1ff420
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:44:14 -07:00
Ryan Brandenburg b08f0dd949 Update version number to 2.2.0 2018-04-16 17:01:50 -07:00
Ryan Brandenburg 7f5d37320e Merge branch 'release/2.1' into dev 2018-04-16 17:01:50 -07:00
Ryan Brandenburg f4e57be575 Branching for 2.1.0-rc1 2018-04-16 17:01:45 -07:00
Ryan Brandenburg c8d842c160 Merge remote-tracking branch 'origin/release/2.1' into rybrande/MergeRelease21IntoDev 2018-04-16 15:05:29 -07:00
ASP.NET CI 83ee793c21 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:24:27 -07:00
Kiran Challa 39f7420c4d Fixed routing test 2018-04-13 11:51:45 -07:00
= 7113e54267 Update usage of TestSink 2018-04-12 16:17:04 -07:00
Kiran Challa 4184b2406d Updated to make routing always use UrlEncoder.Default and not depend on DI to get it.
[Fixes #513] RedirectToAction with Non-English Characters in Parameters and Authentication Causes Error
2018-04-12 05:15:45 -07:00
ASP.NET CI 8f62b6e5ba Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:40:38 +00:00
Nate McMaster (automated) f0e88ede96
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 11:01:25 -07:00
ASP.NET CI 3edf167776 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:53:17 -07:00
Ryan Brandenburg dc07aba935 Set 2.0 baselines 2018-03-19 09:27:10 -07:00
Pranav K 454bf3ca07
Merge branch 'release/2.1' into dev 2018-03-16 12:33:32 -07:00
Pranav K 748176ec4c
Update KoreBuild channel 2018-03-16 12:33:27 -07:00
Pranav K 2a98d80104
Update version prefix to preview3 2018-03-16 11:28:03 -07:00
Pranav K dcb32d0485
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-16 11:28:03 -07:00