Commit Graph

30402 Commits

Author SHA1 Message Date
Pranav K 6efb51d817
Add Microsoft.AspNetCore.Mvc.Api.Analyzers to Mvc.sln 2018-08-03 14:46:45 -07:00
Ryan Nowak ebafbcdae3 Add filtering by port
This adds UseHealthChecks overloads that configure the health checks
middleware to listen on a preconfigured port.

This is sugar for MapWhen, but it's important because a significant set
of users will want to use Health Checks in this way.
2018-08-03 14:37:27 -07:00
Mike Harder 2a761d635c
Replace "std::experimental::filesystem" with "std::filesystem" (#1153)
* Continuation of #1082
2018-08-03 14:04:32 -07:00
Pavel Krymets 9ff001d57c
Capture global logs on VSTS (#1151) 2018-08-03 13:55:33 -07:00
Pavel Krymets f867367b56
Use V2 schema for V1 outputs, do not pack pdb's (#1152) 2018-08-03 13:55:25 -07:00
ASP.NET CI 4f253bcfe2 Updating submodule(s)
Identity => 4b2dc59979

[auto-updated: submodules]
2018-08-03 20:54:25 +00:00
Kiran Challa 4d706f045f rebase changes 2018-08-03 12:45:31 -07:00
Kiran Challa 09ce9c3041 Api clean up 2018-08-03 12:37:37 -07:00
James Newton-King 091cb94094 Change metadata namespace
Change EndpointOptions visibility to internal
Add IRequiredValuesMetadata
2018-08-03 12:37:37 -07:00
Kiran Challa c8946a40e4 Created LinkGenerationTemplate and friends 2018-08-03 12:33:34 -07:00
Mike Lorbetske 8a9b407761
Use netcoreapp2.1 instead of 2.2 2018-08-03 12:27:02 -07:00
ASP.NET CI d1323fbe06 Updating submodule(s)
Mvc => a375cba359

[auto-updated: submodules]
2018-08-03 19:24:42 +00:00
Pranav K a375cba359
Copy action constraints and EndPointMetadata when setting up a PageActionDescriptor (#8208)
* Copy action constraints and EndPointMetadata when setting up a PageActionDescriptor

Fixes #8207
2018-08-03 12:04:44 -07:00
ASP.NET CI 9ceb8b95fd Updating submodule(s)
EntityFrameworkCore => 79d96918857b4c8dd6a395ead55f8910accdda98

[auto-updated: submodules]
2018-08-03 11:52:41 -07:00
ASP.NET CI 53bfa1f638 Updating submodule(s)
EntityFrameworkCore => d212a8ed052f2ef3b9d2ffe6facced22d35567a9

[auto-updated: submodules]
2018-08-03 11:02:08 -07:00
ASP.NET CI 910a7f6327 Updating submodule(s)
Diagnostics => 4549b84cb5

[auto-updated: submodules]
2018-08-03 09:45:37 -07:00
Ryan Nowak 4549b84cb5
Remove JSON output (#457)
* Remove JSON output and convert to sample

GlennC and I made the decisison to turn the JSON output into a sample
rather than something we support out of the box. We wouldn't tell
customers to definitely use it and we don't want to introduce more
coupling to JSON.NET.
2018-08-03 09:40:45 -07:00
Mike Lorbetske af5d8a8244
Address most code review comments
Pagination hasn't been dealt with yet

mac keybindings may be able to be simplified, pending some additional verification

Fix 3rd party signing cert

Bind a few common bash/zsh mappings

Check for output redirection

Make package version variable name consistent

Add --help option for the command line

Remove regions

Remove old pointer resolution code

Make command not found message more friendly

Fix issue where base address was required for requests to absolute URIs

Add options to suppress response formatting and streaming

Turn off packing for the REPL project
2018-08-03 09:18:39 -07:00
ASP.NET CI 01f472960e Updating submodule(s)
Mvc => ac410b76d9

[auto-updated: submodules]
2018-08-02 21:35:50 -07:00
James Newton-King ac410b76d9
Change MvcEndpointInfo to internal (#8210) 2018-08-03 16:30:57 +12:00
ASP.NET CI 610a20eb9d Updating submodule(s)
IISIntegration => 05eb6a7f7c
Mvc => 90b093baac
WebSockets => bc13fd5450

[auto-updated: submodules]
2018-08-03 00:07:58 +00:00
Kiran Challa 90b093baac Updated dependencies.props 2018-08-02 16:59:57 -07:00
Pavel Krymets 05eb6a7f7c
Add ERROR_SHARING_VIOLATION to retry list for IISDeployer.Start (#1147) 2018-08-02 16:51:00 -07:00
David Fowler bc13fd5450
Write websocket header directly to the repsonse headers (#253) 2018-08-02 16:45:29 -07:00
ASP.NET CI f2b67445a9 Updating submodule(s)
Mvc => ce8fc29728

[auto-updated: submodules]
2018-08-02 23:39:22 +00:00
Pranav K ce8fc29728 ConsumesAttribute accepts requests without content type
Fixes #8174
2018-08-02 16:27:23 -07:00
Kiran Challa b177ba5309 Changed api of LinkGenerator 2018-08-02 16:10:56 -07:00
ASP.NET CI 5646c6b963 Updating submodule(s)
EntityFrameworkCore => 91653bdbe03cd2cbafc6c81c5bad8e1a7d4ef02f
Mvc => 0989231ed5

[auto-updated: submodules]
2018-08-02 15:58:21 -07:00
Pranav K 0989231ed5 Make structs readonly 2018-08-02 15:44:09 -07:00
ASP.NET CI bddd2857de Updating submodule(s)
IISIntegration => 4eb2e41601
Routing => 9cea167cfa
SignalR => 810c7cf9ad

[auto-updated: submodules]
2018-08-02 15:31:11 -07:00
BrennanConroy 810c7cf9ad
Fix ODE race with cancellationtokensource (#2721) 2018-08-02 15:24:26 -07:00
Ryan Nowak 9cea167cfa
Add docs - EndpointFeature and related types (#687)
* Add docs - EndpointFeature and related types

* Add docs for route patterns
2018-08-02 15:24:00 -07:00
BrennanConroy 90606338fb
Log when closing connection due to timeout (#2722) 2018-08-02 15:21:24 -07:00
Pavel Krymets 4eb2e41601
Wait between requests while checking app_offline (#1144) 2018-08-02 15:03:50 -07:00
ASP.NET CI 8ede977f8b Updating submodule(s)
Mvc => e2b6f07778
WebSockets => 768d2a023e

[auto-updated: submodules]
2018-08-02 15:03:03 -07:00
Pranav K e2b6f07778 Respect LowercaseUrls in ApiExplorer
Fixes #8006
2018-08-02 14:58:41 -07:00
BrennanConroy 768d2a023e
Add Origin validation to WebSockets middleware (#252) 2018-08-02 14:43:11 -07:00
ASP.NET CI 86f7e086a7 Updating submodule(s)
IISIntegration => 477fd1d90d
KestrelHttpServer => beca0259c2

[auto-updated: submodules]
2018-08-02 14:35:24 -07:00
Pranav K 39f46060e7
Correct changeset for Mvc submodule 2018-08-02 13:56:35 -07:00
Pranav K 5a20037965
Move API convention analyzers to Microsoft.AspNetCore.Mvc.Api.Analyzers
Fixes #8153
2018-08-02 13:53:33 -07:00
Pranav K c0ed5c71a4 Add Microsoft.AspNetCore.Mvc.Api.Analyzers 2018-08-02 13:53:12 -07:00
Artak Mkrtchyan 6d9aa281c5
Render `maxlength` attribute for an input tag, when MaxLength or StringLength validation attributes are applied to the model class. 2018-08-02 13:44:19 -07:00
Chris Ross (ASP.NET) beca0259c2 Verify request Content-Length #2733 2018-08-02 13:23:57 -07:00
Pavel Krymets 477fd1d90d
Aquire exclusive lock when creating application info (#1142) 2018-08-02 13:17:17 -07:00
ASP.NET CI fdbf707ff4 Updating submodule(s)
SignalR => 1358d5a07e

[auto-updated: submodules]
2018-08-02 13:04:31 -07:00
Andrew Stanton-Nurse 1358d5a07e
remove Jenkins configs already covered by VSTS (#2706) (#2723) 2018-08-02 13:00:06 -07:00
ASP.NET CI b21f07d8ae Updating submodule(s)
Mvc => b7335ac768

[auto-updated: submodules]
2018-08-02 09:58:06 -07:00
Pranav K b7335ac768
Add a code fix that applies ProducesResponseTypeAttributes 2018-08-02 09:40:18 -07:00
ASP.NET CI 95dd304a1a Updating submodule(s)
SignalR => 32d380a058

[auto-updated: submodules]
2018-08-02 09:31:30 -07:00
David Fowler 32d380a058
Don't send WebSocketCloseStatus.Empty, it's invalid (#2716) 2018-08-02 09:09:25 -07:00