Commit Graph

37701 Commits

Author SHA1 Message Date
Stephen Halter 6a3d6d4273 Fix flaky tests that bind to discovered IP addresses (#1795) 2017-05-01 11:41:10 -07:00
John Luo 4f5727bb18 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-01 11:06:03 -07:00
Ryan Brandenburg 8af9f656dd Add CodeGen tests for @inherits 2017-05-01 10:42:00 -07:00
Ryan Brandenburg dc66eabbff Fail if baseline longer than generated 2017-05-01 10:23:19 -07:00
BrennanConroy a1579f190f React to Logging API changes 2017-05-01 10:19:51 -07:00
BrennanConroy 3936bf64f6 Remove configuration from LoggerFactory constructor 2017-05-01 10:18:16 -07:00
Nate McMaster 4dc7946cd8 Implement new request trace identifier format
The format:
The trace identifier begins with connection ID and ends with a number that increments with each request per connection.

Example:
Connection ID = xyz
Request 1 = "xyz:00000001"
Request 2 = "xyz:00000002"
...
Request 15 = "xyz:0000000F"
Request 16 = "xyz:00000010"
2017-05-01 09:50:47 -07:00
David Fowler ba99a89ee6 Fixed typo in the spec (#431) 2017-05-01 09:13:47 -07:00
Florian Greinacher 3375cf0e28 Update README.md (#1799)
Kestrel is not (only) libuv-based anymore :)
2017-04-30 11:00:31 -07:00
John Luo 7cb458673f Include tar.gz files in Build.RS nupkg 2017-04-29 16:28:52 -07:00
David Fowler 9a5d6c8879 More shutdown tweaks (#1760)
* More shutdown tweaks
- Added assert if loop has ended before starting the shutdown
sequence.
2017-04-29 01:15:10 -07:00
Stephen Halter 7122b6c4aa Fix flaky heartbeat test (#1794) 2017-04-29 00:42:27 -07:00
David Fowler 749e282102 Prepare for OnReader/WriterCallbacks changes (#1791)
- This change does a few things:

1. It adds the events we will replace with
pipe events to IConnectionContext and IConnectionInformation to get out of
band notifications about pipe completions.

2. It also implements those callbacks
and exposing slight changes we'll need to make once we have them. The idea is
that we can delete/replace these methods once we have the new pipe API and things
will keep working.
2017-04-29 00:41:48 -07:00
Mike Harder 5a9dec3636 Revert "Skip NtlmAuthenticationTests.NtlmAuthentication test" (#79)
This reverts commit 710864eff7.
2017-04-28 21:45:43 -07:00
N. Taylor Mullen f0d0c3d0b8 Merge branch 'preview-1/stabilization' into dev
# Conflicts:
#	build/dependencies.props
2017-04-28 17:20:20 -07:00
N. Taylor Mullen 86beea4269 Fix @namespace directive to handle incomplete directives.
- This involved not using the `First()` method when reading the directives tokens.
- Added two tests to validate an empty directive token and a missed directive token for the `@namespace` directive.

#1268
2017-04-28 17:14:34 -07:00
Ryan Nowak 57714b45f3 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-28 17:01:09 -07:00
Ryan Nowak 232b73a151 Fix aspnet/Mvc#6218
This fixes the case described in the comments in TemplateBinder.

This case is much more common for pages which is why we're only seeing it
now. We've had this issue for all of 1.0.0 in both conventional and
attribute routing.
2017-04-28 17:00:35 -07:00
N. Taylor Mullen 207e0f0b59 Change `GetImports` to allow querying of information on non-existent files.
- Added tests to validate imports can still be found on non-existent files.

#1267
2017-04-28 17:00:24 -07:00
Pranav K c176bdbab0 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-28 16:00:48 -07:00
BrennanConroy c161066d97 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-28 15:16:02 -07:00
John Luo 7589c680d5 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-28 14:55:08 -07:00
John Luo edb55b87cc Merge branch 'johluo/add-packages' into rel/2.0.0-preview1 2017-04-28 14:54:55 -07:00
John Luo 18acd972df Add more packages 2017-04-28 14:54:32 -07:00
Mikael Mengistu 186c411f43 Clean up (#427) 2017-04-28 14:37:09 -07:00
Nate McMaster f23ba913db Skip dotnet-watch functional tests while we investigate CI hangs 2017-04-28 14:03:27 -07:00
Pavel Krymets d6fd7bb240 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-28 12:23:06 -07:00
Pavel Krymets 50107bf6fe Prevent parallel execution that causes multiple build to block each others files (#34) 2017-04-28 12:18:45 -07:00
Mikael Mengistu db868af8d8 Added stricter SSE message type parsing (#410) 2017-04-28 11:58:10 -07:00
Nate McMaster 15afda7abf Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit ee66a1706f.
2017-04-28 11:52:11 -07:00
Nate McMaster e17b275d92 Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit 4b9f57b3b3.
2017-04-28 11:51:56 -07:00
Nate McMaster 2f89828826 Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit 2d2ed571df.
2017-04-28 11:51:31 -07:00
Nate McMaster 1715d2191a Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit c73d35d67f.
2017-04-28 11:50:57 -07:00
Nate McMaster ca192308c8 Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit dff2a3a559.
2017-04-28 11:50:16 -07:00
Pavel Krymets a98f8862bb Merge branch 'rel/2.0.0-preview1' into dev 2017-04-28 10:55:37 -07:00
Nate McMaster 88f43ffc1a Fix race conditions between CTRL+C and RunAsync in dotnet-watch
Increase timeouts in testing dotnet-run and improve verbosity of test logging
2017-04-28 10:34:18 -07:00
Cesar Blum Silveira 3b2d0a52f3 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-28 10:00:17 -07:00
Cesar Blum Silveira 9185deecda Avoid port conflicts in AddressRegistrationTests (#1721). 2017-04-28 09:56:29 -07:00
Pavel Krymets dfd1da68ec Application insights logger lightup (#31) 2017-04-28 09:17:39 -07:00
BrennanConroy 1f0089f827 React to Logging API changes 2017-04-28 08:34:33 -07:00
John Luo 71885a3bfa Merge branch 'rel/2.0.0-preview1' into dev 2017-04-27 21:35:06 -07:00
John Luo a6c4df69eb Wrong target for dependency 2017-04-27 21:34:57 -07:00
David Fowler cfad8051d5 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-27 21:00:46 -07:00
David Fowler 0e372edb2c Removed UseTransportThread (#1781) 2017-04-27 20:59:50 -07:00
John Luo 37c585cfc3 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-27 19:30:24 -07:00
John Luo 0a04ef78b2 Build one zip per configuration 2017-04-27 19:29:04 -07:00
John Luo 47e629a169 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-27 19:21:36 -07:00
John Luo 97a333fb66 sed differences on OSX and Linux 2017-04-27 19:21:04 -07:00
Kiran Challa f1533081c0 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-27 18:53:25 -07:00
Kiran Challa baa17eeda8 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-27 18:48:55 -07:00