Commit Graph

37701 Commits

Author SHA1 Message Date
Steve Sanderson c3ad9e8c2f Remove Vue template server-side prerendering because of limitations 2017-03-13 09:25:23 -07:00
Steve Sanderson 119b274c19 Add server-side rendering (via bundleRenderer, as this is what the Vue docs recommend, and apparently the only way it does encapsulation) 2017-03-13 09:25:23 -07:00
Steve Sanderson 360688f78b Add Vue template 2017-03-13 09:25:23 -07:00
Jean Collas 9de5519c8b Update of wrong variable name
To avoid confusion when reading the code
2017-03-13 08:01:41 -07:00
kchanlee 1b02cd2baf Implement `OwinEnvironment` `IEnumerable.GetEnumerator()` (#789) 2017-03-13 07:54:57 -07:00
Justin Van Patten fc3af1ecfe Remove explicit static constructors
Explicit static cctors cause the C# compiler to not mark types as
beforefieldinit, which means the JIT will add checks to each static
method and instance constructors of the type to make sure that the
static constructor was previously called. This can be avoided by
removing explicit static constructors and initializing static fields
inline.
2017-03-13 07:40:03 -07:00
Zhang Sen 0fd6f1554a Fix wrong comment (GitHub -> Google) 2017-03-13 07:35:27 -07:00
David Fowler 5644310811 Clean up benchmarks (#1487)
- Benchmarks are suffixed with *Benchmarks
- Removed Custom RpsColumn.cs and used Ops/Second column
- Removed params from RequestParsingBenchmark
2017-03-12 22:52:24 -07:00
Cesar Blum Silveira 49f09d5a25 Log rejected request targets. 2017-03-12 18:37:08 -07:00
Justin Van Patten b612da4e6c Avoid an unnecessary closure allocation in ListenerSecondary (#1485)
The tcs is being passed as the state, so use it from the state instead
of closing over it.
2017-03-12 12:20:41 -07:00
David Fowler 8d3865a154 Merge pull request #10 from aspnet/no-mono
No mono
2017-03-12 00:33:22 -08:00
Justin Van Patten a26f96237b Specify StringComparison when calling string.StartsWith (#1484)
StartsWith does a culture-sensitive comparison by default. An ordinal
comparison makes more sense here.
2017-03-11 22:31:42 -08:00
David Fowler f479720d5a Remove our custom bootstrapper and use the BenchmarkSwitcher (#1480) 2017-03-11 18:19:13 -08:00
arespr d755f6183a Merge branch 'dev' into knownmethods-optimizations 2017-03-11 22:50:58 +01:00
David Fowler 374d84c4ad Because VS keeps adding it 2017-03-10 22:56:52 -08:00
David Fowler 5529cab0e3 Merge pull request #147 from aspnet/no-mono
No mono
2017-03-10 22:20:20 -08:00
moozzyk dcdd8cfa9a Removing our own copy of NullLoggerFactory
Moving TaskQueue to the Internal folder as it is in the Internal namespace
2017-03-10 15:54:29 -08:00
Jass Bagga cd9899363f React to new ctor for TagHelperContext
Razor issue: aspnet/Razor#1065
Razor PR: aspnet/Razor#1066
2017-03-10 13:45:14 -08:00
Ben Adams 3c8ee39f1d Fxi writing perf test (#1478) 2017-03-10 12:04:28 -08:00
Pranav K f639d9f124 Add IgnoreStandardErrorWarningFormat to Exec task when running build.[cmd | sh]
on individual repositories
2017-03-10 12:00:23 -08:00
Pawel Kadluczka b3ba381fbd Setting node version on travis and appveyor (#281) 2017-03-10 10:34:54 -08:00
Nate McMaster c97dd446eb
Simplify console output and fix color output on CMD 2017-03-10 09:18:38 -08:00
moozzyk 7bae4e994a Running TS client Node tests as part of build
Bonus: make sure build does not try to restore npm modules twice
2017-03-10 09:05:23 -08:00
Pranav K df66022ff8 Use Exec instead of MsBuild task 2017-03-10 09:05:06 -08:00
Maciej Lelito 0a1ac6a70a Added missing import in boot.ts in Aurelia template 2017-03-10 13:58:32 +00:00
Kyle Summers 8d27d9d583 Updates Aurelia project url (#741)
aurealia.io doesn't appear to support https currently
2017-03-10 13:36:37 +00:00
David Fowler 8bba142e8f Merge pull request #751 from aspnet/no-mono
No mono
2017-03-10 00:58:33 -08:00
David Fowler b57d8079ff Merge pull request #96 from aspnet/no-mono
No mono
2017-03-10 00:58:16 -08:00
David Fowler 5e6ab1ee3e No mono 2017-03-10 00:17:20 -08:00
David Fowler 94d47a3917 No mono 2017-03-10 00:15:39 -08:00
Pavel Krymets 90922646bf Enable UnloadProjectsOnCompletion to prevent OOM (#480) 2017-03-09 18:06:52 -08:00
David Fowler 9fac9c8d5f Merge pull request #351 from aspnet/no-mono
No mono
2017-03-09 18:04:16 -08:00
Pawel Kadluczka a2d088bc3c Increasing the timeout of host start (#279)
* Increasing the timeout of host start

* Increasing log level
2017-03-09 16:58:46 -08:00
Nate McMaster 49b328d4c2 Handle absolute, asterisk, and authority-form request targets
Improves compliance with RFC 7230 on the expected handling of requests
that have URI or asterisk in the request target.

This means rejecting asterisk requests that are not OPTIONS and rejecting
authority-form requests taht are not CONNECT.

This also means the server will handle the path and query on targets
with absolute URIs as request-targets.
2017-03-09 16:54:12 -08:00
Kiran Challa e07c451b2c Adding win81 RIDs to match CI Servers' RIDs 2017-03-09 16:46:19 -08:00
Ryan Brandenburg 1c74e31715 Add tests for PageActionInvokerProvider (#5882) 2017-03-09 16:19:20 -08:00
Ryan Brandenburg 7f3f6957be Set path in DefaultPageFactory (#5911) 2017-03-09 16:15:43 -08:00
Kiran Challa 5ff734bb71 [Fixes #53] Enable skipped Standalone tests 2017-03-09 15:34:34 -08:00
Ryan Nowak 1330b7792d Add editor references to LanguageServices 2017-03-09 15:25:54 -08:00
Ryan Nowak bf2a6140f0 Add back a constructor
We still need this for now. Both constructors call the non-obsolete
constructor on the base class.

Will remove this once ServiceHub starts calling the new constructor.
2017-03-09 15:25:54 -08:00
Jass Bagga a418a175a9 Add TagName to TagHelperContext
Addresses #1065
2017-03-09 14:59:11 -08:00
Andrew Stanton-Nurse 9f0edefd16 fix #273 by grouping websocket tests (#278) 2017-03-09 14:28:24 -08:00
David Fowler f162534f91 Merge pull request #204 from aspnet/no-mono
No mono
2017-03-09 13:36:22 -08:00
David Fowler e87e1056c5 Merge pull request #36 from aspnet/no-mono
No mono
2017-03-09 13:35:33 -08:00
David Fowler 7805c94513 Merge pull request #388 from aspnet/no-mono
No mono
2017-03-09 13:35:07 -08:00
David Fowler e87c00ac3a Merge pull request #129 from aspnet/no-mono
No mono
2017-03-09 13:30:43 -08:00
David Fowler 6b505c37a5 Merge pull request #71 from aspnet/no-mono
No mono
2017-03-09 13:30:32 -08:00
David Fowler eed9bd668e Merge pull request #1126 from aspnet/no-mono
No mono
2017-03-09 13:12:00 -08:00
Pranav K b56751bf2e Fix typo 2017-03-09 12:08:50 -08:00
Pranav K 3f911fd518 Account for missing ArtifactsDir 2017-03-09 11:45:08 -08:00