Commit Graph

348 Commits

Author SHA1 Message Date
SteveSandersonMS
26e8bd823c Instead of the Node process exiting instantly on file change, send a signal to .NET that it should restart. This is working towards the connection-draining feature. 2016-07-07 12:01:28 +01:00
SteveSandersonMS
a19e37f3c0 Move logic for restarting Node child process into NodeServicesImpl. Tidy up lots. 2016-07-07 11:35:25 +01:00
SteveSandersonMS
4fb3b18868 Create new top-level DefaultNodeInstance concept that will soon hold the "connection draining" logic 2016-07-06 18:23:25 +01:00
SteveSandersonMS
4ee09cbe82 Make Http hosting model able to report exceptions that happened while locating the function to invoke 2016-07-06 15:47:06 +01:00
SteveSandersonMS
7ce5f8d4ad Remove trailing whitespace in KO template 2016-07-06 11:18:22 +01:00
SteveSandersonMS
00b598176c Minor style tweaks 2016-07-06 10:44:21 +01:00
Tobias Rundbom
f8981185d9 Makes it possible to use absolute paths for publicPath in weback.config (#161)
- Parses publicPath as an URL and returns the path of that URL to be able to cope with absolute URLs
2016-07-06 10:28:11 +01:00
Steve Sanderson
9215ee3d7d Update README.md 2016-07-06 10:28:11 +01:00
SteveSandersonMS
b6e2274163 In Redux templates, add .babelrc to publish output. Fixes #159 2016-07-01 14:10:33 +01:00
SteveSandersonMS
260a0d6bcb Migrate entrypoint-http.js to TypeScript. Source is now HttpNodeInstanceEntryPoint.ts. 2016-07-01 11:49:22 +01:00
SteveSandersonMS
393e156b47 Better reporting of Webpack compilation errors to fix #159 2016-07-01 10:30:59 +01:00
SteveSandersonMS
b82e70e192 Fix for prerendering hanging if webpack compilation fails 2016-06-30 16:57:14 +01:00
Steve Sanderson
44bd5f195e Update readme regarding default transport 2016-06-28 18:06:13 +01:00
SteveSandersonMS
b684aeb6d2 Bump Yeoman generator package version to 0.2.0 for publishing 2016-06-28 12:42:03 +01:00
SteveSandersonMS
8f2117cf89 Upgrade Angular template to Angular 2 RC3 and migrate to new @angular/router 2016-06-28 12:40:14 +01:00
SteveSandersonMS
f1325d0cf2 Update 'templates' projects for .NET Core 1.0 RTM 2016-06-28 11:51:45 +01:00
SteveSandersonMS
a986f8d2cc Update 'samples' projects for .NET Core 1.0 RTM 2016-06-28 11:37:37 +01:00
SteveSandersonMS
eebf509846 Update 'src' project dependencies for .NET Core 1.0 RTM 2016-06-28 10:58:05 +01:00
SteveSandersonMS
fc7097c2fe Publish Yeoman generators as version 0.1.9 2016-06-22 17:02:41 +01:00
SteveSandersonMS
8423233f44 Update to angular2-universal 0.103.0 and amend boot-server.ts to fix "there can only be one platform" issue 2016-06-22 17:02:11 +01:00
SteveSandersonMS
ce6cdfd2bc Templates should also publish node_modules, since it's used at runtime 2016-06-22 13:47:44 +01:00
SteveSandersonMS
64caa7c86a Bump templates version to 0.1.7 for publishing 2016-06-22 13:14:12 +01:00
SteveSandersonMS
7ddd4cacec Amend all templates' project.json files to match current "yo aspnet" template content (plus the SPA-specific stuff) 2016-06-22 13:14:00 +01:00
SteveSandersonMS
73879918d4 Add web.config to all templates (matching "yo aspnet" output) 2016-06-22 12:52:56 +01:00
SteveSandersonMS
6848e3a11d Fix templates' project.json scripts for compatibility with dotnet RC2 tooling and Azure 2016-06-22 12:48:54 +01:00
SteveSandersonMS
d3ded5bbdf Workaround for Yeoman generators not producing .gitignore files due to Yeoman issue #1862 2016-06-22 11:00:06 +01:00
Andrei Tserakhau
7e51fc4480 Update VS files (amended from laskoviymishka's commit 39f024) 2016-06-21 17:44:45 +01:00
SteveSandersonMS
6f8055b7bc Update Yeoman generators to use aspnet-prerendering 1.0.2+ and publish as version 0.1.5 2016-06-21 16:26:14 +01:00
SteveSandersonMS
9fabfd5c40 Fix typo 2016-06-21 15:48:07 +01:00
SteveSandersonMS
ea0a32a15b Implement and document asp-prerender-data 2016-06-21 15:46:52 +01:00
SteveSandersonMS
1a53411046 Fix some whitespace issues 2016-06-21 15:44:38 +01:00
SteveSandersonMS
bb53a94cfa Fix #139 by pinning Angular 2 template to RC1 2016-06-21 10:58:17 +01:00
SteveSandersonMS
2ffc31a7c6 In ReactReduxSpa template, better report failure to match client-side routes 2016-06-14 11:35:12 +01:00
SteveSandersonMS
a881ca5b96 Correctly set NODE_PATH when starting OutOfProcessNodeInstance 2016-06-14 10:43:03 +01:00
SteveSandersonMS
3fc19ea77b Add missing lock to ensure thread-safe mutations of _activeInnerStreams in VirtualConnectionClient.cs 2016-06-14 10:16:40 +01:00
SteveSandersonMS
f2c30472f2 Link to more docs 2016-06-13 17:06:01 +01:00
SteveSandersonMS
0e2fb408d4 List features in README.md 2016-06-13 17:02:56 +01:00
SteveSandersonMS
abe5df2824 Fix typos, and improve phrasing further 2016-06-13 16:56:19 +01:00
SteveSandersonMS
11d6970e76 Copy edit README.md 2016-06-13 16:52:23 +01:00
SteveSandersonMS
f97b72baeb Rewrite repo README.md to link to other docs 2016-06-13 16:47:53 +01:00
SteveSandersonMS
dab67c817c Copy edit SpaServices README.md 2016-06-13 16:01:53 +01:00
SteveSandersonMS
b4fd30dee7 Add links and syntax highlighting to SpaServices README.md 2016-06-13 14:57:13 +01:00
SteveSandersonMS
266ea8815b Add SpaServices README.md 2016-06-13 14:52:37 +01:00
SteveSandersonMS
44c8b9985b Add language type annotations and fix links in NodeServices readme 2016-06-08 16:59:02 +01:00
SteveSandersonMS
f0ec89bbd9 Add NodeServices docs 2016-06-08 16:53:21 +01:00
SteveSandersonMS
7af64a8944 Tidy up image resizing example 2016-06-07 17:46:42 +01:00
SteveSandersonMS
e58a4e4015 Tidy up image credits 2016-06-07 17:16:27 +01:00
SteveSandersonMS
b19d0dff92 Support streamed response from SocketNodeInstance 2016-06-07 17:16:01 +01:00
SteveSandersonMS
967edd2b2a Support streamed response from HttpNodeInstance 2016-06-07 16:49:40 +01:00
SteveSandersonMS
3440aa4344 Switch image resizing example from 'jimp' to 'sharp' because it's far faster 2016-06-07 16:06:15 +01:00