ASP.NET CI
b94590a48c
Updating submodule(s)
...
IISIntegration => 1d1b2155c4
[auto-updated: submodules]
2018-08-02 09:02:19 -07:00
Pavel Krymets
1d1b2155c4
Merge pull request #1117 from aspnet/shirhatti/updatemodulename
...
Update module version property to match exact name of the module
2018-08-02 08:57:10 -07:00
ASP.NET CI
4928099a5e
Updating submodule(s)
...
Diagnostics => 64124e9c85
Mvc => 2b289d2f2c
[auto-updated: submodules]
2018-08-01 19:14:47 -07:00
Ryan Nowak
64124e9c85
Add filtering to Health Checks middleware
...
This allows each middleware to be configured with a specific set of
checks (by name). See the comments in the sample for how this is
frequently used.
This is also addresses aspnet/Home#2575 - or at least the part that we
plan to do. We think that any sort of built-in system of metadata or
tags is vast overkill, and doesn't really align with the primary usage
of health checks.
We're providing building blocks, and these can be put together to
build more complicated things like what's described in aspnet/Home#2575 .
2018-08-01 19:07:58 -07:00
Ryan Nowak
2b289d2f2c
Use MatcherPolicy for Consumes
2018-08-01 19:05:04 -07:00
Ryan Nowak
47f427d5ac
Updating Health Checks for 2.2
...
A bunch of small changes and updates for 2.2 focused at making our main
scenarios more streamlined and focused. Also adds samples for
extensibility we support so far.
A list of changes:
Clearing baselines for these projects. We didn't ship anything in 2.1 so
there should be nothing in the baselines.
--
The middleware now uses Map for path matching. This makes the actual
`HealthCheckMiddleware` more standalone. This will make it easy to use
with Dispatcher/Endpoint Routing in the future.
This also manifests by removing Path from HealthCheckOptions - the path
is an explicit argument to the UseHealthChecks middelware - this
streamlines the design for 3.0.
--
Added extensibility for customizing the status codes (aspnet/Home#2584 )
--
Added extensibility for writing the textual output (aspnet/Home#2583 )
--
Changed the default output to be `text/plain`. The most common use cases
for health checks don't include a detailed status.
The existing output format is still available as an option.
2018-08-01 18:49:44 -07:00
ASP.NET CI
07eae90062
Updating submodule(s)
...
Mvc => 44f5b54f5f
Routing => 8c4f187c22
[auto-updated: submodules]
2018-08-01 18:45:51 -07:00
James Newton-King
8c4f187c22
Endpoint routing rename and API review changes ( #684 )
2018-08-02 13:38:08 +12:00
James Newton-King
44f5b54f5f
React to routing API review ( #8194 )
2018-08-02 13:37:43 +12:00
ASP.NET CI
5dff7b85e5
Updating submodule(s)
...
CORS => a080301b89
[auto-updated: submodules]
2018-08-01 23:15:59 +00:00
Wraptor
a080301b89
Removed CorsConstats.Simple* variables
2018-08-01 16:02:13 -07:00
Flying Wraptor
2db11051d8
Removed Simple request filtering
2018-08-01 16:02:13 -07:00
ASP.NET CI
02ca7abd52
Updating submodule(s)
...
IISIntegration => 8ea2cd9081
[auto-updated: submodules]
2018-08-01 22:45:37 +00:00
Pavel Krymets
8ea2cd9081
Ship shim with integration testing ( #1129 )
2018-08-01 15:40:45 -07:00
ASP.NET CI
d7a0cd94b4
Updating submodule(s)
...
EntityFrameworkCore => c5f7d11c93e6c9b33467f72ac7613761abf9d0c1
[auto-updated: submodules]
2018-08-01 22:14:55 +00:00
ASP.NET CI
adb70c023f
Updating submodule(s)
...
IISIntegration => f4c71da996
[auto-updated: submodules]
2018-08-01 14:41:59 -07:00
Pavel Krymets
f4c71da996
Reduce msbuild invocations while building native ( #1135 )
2018-08-01 14:37:23 -07:00
BrennanConroy
7d4df89025
Back Port WebPack ( #2641 )
2018-08-01 13:55:08 -07:00
Mike Lorbetske
7487da155f
Switch signing certificate for Newtonsoft.JSON to Microsoft3rdPartyAppComponentDual
2018-08-01 12:42:16 -07:00
Mike Lorbetske
7f8f210a24
Add license headers to all files
...
Bump version of JSON.NET to 11.0.2
2018-08-01 12:37:35 -07:00
Mike Lorbetske
89ab0cfde8
Initial commit of the HTTP REPL
2018-08-01 12:37:34 -07:00
ASP.NET CI
c7e5a3d2c4
Updating submodule(s)
...
Mvc => c34830f9de
[auto-updated: submodules]
2018-08-01 19:12:56 +00:00
Doug Bunting
165c712201
Use OSS package versions consistent with aspnet/benchmarks and Microsoft.AspNetcore.All 2.1.2
...
- update our own NuGet packages to align lower-level dependencies
2018-08-01 11:14:10 -07:00
Doug Bunting
c34830f9de
Use OSS package versions consistent with aspnet/benchmarks and Microsoft.AspNetcore.All 2.1.2
...
- update our own NuGet packages to align lower-level dependencies
- add metadata to BasicApi controllers
- avoids analyzer failures when building with Microsoft.AspNetCore.All e.g. in benchmark runs
- especially important in `PetController` because it's associated with `[ApiContoller]`
- use pooled `DbContext`s for MySql too
2018-08-01 11:04:33 -07:00
ASP.NET CI
475b561420
Updating submodule(s)
...
Mvc => 814a803ed8
[auto-updated: submodules]
2018-08-01 17:29:33 +00:00
Pranav K
814a803ed8
Use local instances of MemoryCache in script, link and image tag helper
2018-08-01 10:14:31 -07:00
ASP.NET CI
9abe2dda50
Updating submodule(s)
...
SignalR => fd6b52c22b
[auto-updated: submodules]
2018-08-01 16:49:01 +00:00
Mikael Mengistu
fd6b52c22b
Move .pom file in gradle build task ( #2708 )
2018-08-01 09:42:35 -07:00
ASP.NET CI
e1ad46e1cd
Updating submodule(s)
...
Mvc => f4ff537a31
[auto-updated: submodules]
2018-08-01 08:05:33 -07:00
ASP.NET CI
323f25fb74
Updating submodule(s)
...
Mvc => ab84d17bb3
[auto-updated: submodules]
2018-08-01 07:37:53 -07:00
Kiran Challa
f4ff537a31
Fix flaky test by using a different instance of contract resolver
...
[Fixes #8175 ] FlakyTest: ExecuteAsync_ErrorDuringSerialization_DoesNotCloseTheBrackets
2018-08-01 07:33:37 -07:00
Kiran Challa
ab84d17bb3
Unskip endpoint routing functional tests
2018-08-01 07:22:42 -07:00
ASP.NET CI
1a24e2bf56
Updating submodule(s)
...
EntityFrameworkCore => 8a259ef7d49f73db5bb580c0621e630b32a92a56
[auto-updated: submodules]
2018-07-31 23:20:39 -07:00
ASP.NET CI
012e4c4c9d
Updating submodule(s)
...
Mvc => 046af405b6
[auto-updated: submodules]
2018-07-31 20:15:29 -07:00
James Newton-King
046af405b6
Rename global routing to endpoint routing ( #8179 )
2018-08-01 15:05:49 +12:00
ASP.NET CI
d884460ff2
Updating submodule(s)
...
IISIntegration => 4b5a32d3b9
[auto-updated: submodules]
2018-07-31 19:48:20 -07:00
Pavel Krymets
4b5a32d3b9
Use TestApplication ( #1118 )
2018-07-31 19:32:48 -07:00
Mike Harder
ff0a5bbbdf
Update resources.h ( #1134 )
2018-07-31 19:21:32 -07:00
ASP.NET CI
d8d59b7a53
Updating submodule(s)
...
Hosting => 658906bf7c
IISIntegration => d99d2d881c
SignalR => c8eedb3540
[auto-updated: submodules]
2018-08-01 00:00:44 +00:00
BrennanConroy
c8eedb3540
Fix race when connection is canceled and new poll comes in ( #2697 )
2018-07-31 16:36:54 -07:00
Pavel Krymets
658906bf7c
Add TestApplication to allow publish output caching ( #1511 )
2018-07-31 16:36:31 -07:00
Pavel Krymets
d99d2d881c
Fix HTTPS certs on VSTS ( #1123 )
2018-07-31 16:35:34 -07:00
ASP.NET CI
fc91df9163
Updating submodule(s)
...
SignalR => 651b39bc90
[auto-updated: submodules]
2018-07-31 16:13:40 -07:00
BrennanConroy
651b39bc90
Revert "Merge branch 'master' into release/2.2"
...
This reverts commit 785200877a , reversing
changes made to 3d6e1e69fd .
2018-07-31 15:24:33 -07:00
ASP.NET CI
880111fe55
Updating submodule(s)
...
Routing => e19b0b738c
[auto-updated: submodules]
2018-07-31 15:18:12 -07:00
Kiran Challa
e19b0b738c
PR Feedback
2018-07-31 14:51:55 -07:00
ASP.NET CI
848e2bbdd2
Updating submodule(s)
...
EntityFrameworkCore => fbe4c073dcb71c51b905ea6c2025ca30b5839ace
[auto-updated: submodules]
2018-07-31 14:50:10 -07:00
Kiran Challa
85c7bd8fac
Discard ambient values during link generation if the values do not match explicit values
...
[Fixes #544 ] Link generation: Discard ambient values unless routing to the same address
2018-07-31 14:50:04 -07:00
Ryan Nowak
3d4a66ab8d
Merge pull request #674 from aspnet/kichalla/show.more.debuggerdisplaystring
...
Show default values in CompositeEndpointDataSource's debugger display…
2018-07-31 14:47:20 -07:00
Kiran Challa
ef2c127459
Show route name
2018-07-31 14:08:24 -07:00