Граф коммитов

  • b797c9cc1a In all the app templates, load and execute the Bootstrap JS code SteveSandersonMS 2016-03-01 16:26:05 +0000
  • 0167d5ca3f Change WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here. SteveSandersonMS 2016-03-01 16:25:37 +0000
  • 22cebe78d8 Make TS build a bit faster. This is pretty safe, but could easily be reverted if any problems emerge. SteveSandersonMS 2016-03-01 15:47:58 +0000
  • 8a5dbf7a05 Re-add server-side prerendering to Angular2 template SteveSandersonMS 2016-03-01 15:41:07 +0000
  • 444475ef16 Make prerenderer code not rely on a specific process.cwd() SteveSandersonMS 2016-03-01 15:28:06 +0000
  • 4dcf63dab4 Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering. SteveSandersonMS 2016-03-01 14:30:42 +0000
  • 2c3f29df11 Avoid bogus build warning about unused variable SteveSandersonMS 2016-03-01 13:23:51 +0000
  • 60bcbc4d12 In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds) SteveSandersonMS 2016-03-01 13:18:35 +0000
  • 8a5e58aa2c Make WebpackDevMiddleware able to pass the request through to other middleware for files not served by Webpack SteveSandersonMS 2016-03-01 12:48:33 +0000
  • f7bc47875f Better organise ReactSpa template so all 3rd-party code goes in vendor bundle SteveSandersonMS 2016-03-01 10:22:23 +0000
  • c55f14caf1 Minor tidy-up SteveSandersonMS 2016-03-01 01:24:58 +0000
  • 74cac774f8 Normalise trailing whitespace and line endings everywhere SteveSandersonMS 2016-03-01 01:10:43 +0000
  • c425137423 Remove unused files SteveSandersonMS 2016-03-01 00:59:42 +0000
  • 9dd50f1da6 Update React samples to use prerender-via-Webpack-loader SteveSandersonMS 2016-03-01 00:56:31 +0000
  • a5509b86e4 In Angular 2 template, always load CSS via ExtractTextPlugin (otherwise you get a bad FOUC when loading server-prerendered page) SteveSandersonMS 2016-03-01 00:40:37 +0000
  • f830a5f90a For Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether. SteveSandersonMS 2016-03-01 00:13:57 +0000
  • bfc993af50 Support loading prerenderer boot module via Webpack config; use this in Angular 2 template SteveSandersonMS 2016-03-01 00:04:51 +0000
  • 47ba251923 Add server-side prerendering for Angular 2 template SteveSandersonMS 2016-02-29 19:29:04 +0000
  • 6d2e51bf63 Add data fetching example for Angular 2 template SteveSandersonMS 2016-02-29 11:27:19 +0000
  • 97ac684652 Change Angular 2 template to use app-style layout, like the React template SteveSandersonMS 2016-02-29 11:11:07 +0000
  • d102fdb363 Enable Webpack dev middleware and basic (non-state-preserving) HMR for Angular template SteveSandersonMS 2016-02-29 10:48:26 +0000
  • c1b808f8af Fix code style inconsistencies SteveSandersonMS 2016-02-24 18:37:47 +0000
  • c668387dac Add data-loading example to ReactSpa template, and remove server-side rendering (because you really need Redux/Flux or similar for that to make sense) SteveSandersonMS 2016-02-24 18:32:31 +0000
  • a6ea8b5101 Change ReactSpa template to something more like a dashboard with sidebar navigation SteveSandersonMS 2016-02-24 14:41:29 +0000
  • eac76683cc Enable server-side rendering for ReactSpa template SteveSandersonMS 2016-02-24 11:02:21 +0000
  • f0b0160419 Add Webpack dev middleware and React hot module replacement to ReactSpa template SteveSandersonMS 2016-02-24 10:47:45 +0000
  • de488987c1 Add Angular2Spa template SteveSandersonMS 2016-02-23 23:13:20 +0000
  • a55394638f Add ReactSpa template SteveSandersonMS 2016-02-23 15:04:58 +0000
  • 0c5eabc022 Switch to Webpack SteveSandersonMS 2016-02-23 13:48:07 +0000
  • 30cb9d3fa3 Stock WebApplicationBasic output from "yo aspnet" SteveSandersonMS 2016-02-12 17:16:02 -0800
  • 9dab5ae5ff Change project.json to let CI manage build quality Pranav K 2016-02-12 15:07:23 -0800
  • 8a412a5af3 Implement simple Webpack setup SteveSandersonMS 2016-02-11 14:49:24 -0800
  • 778e6402d5 Roughly empty starting point for Webpack demo SteveSandersonMS 2016-02-11 12:12:02 -0800
  • 9b245c032b Use build versions in project.json Pranav K 2016-02-12 10:30:36 -0800
  • 94d05de88c Add missing dependency SteveSandersonMS 2016-02-10 15:38:57 -0800
  • 67aa76c826 Fix another build issue SteveSandersonMS 2016-02-10 13:59:27 -0800
  • 0c3b8274f1 Normalise line endings SteveSandersonMS 2016-02-10 13:46:17 -0800
  • ac23afc723 Fix some build issues SteveSandersonMS 2016-02-10 13:30:16 -0800
  • 71cb3abc13 Update ReactGrid sample to use newer server-side rendering APIs SteveSandersonMS 2016-02-10 12:13:24 -0800
  • 558aa31542 Fix compiler warning SteveSandersonMS 2016-02-10 09:25:39 -0800
  • a84688d65c Ensure data is only loaded if not already loaded (needed to keep client/server state consistent) SteveSandersonMS 2016-02-09 23:06:30 -0800
  • 3a567823e8 Extract CSS into a separate file so it can be loaded independently of JS execution SteveSandersonMS 2016-02-09 22:03:01 -0800
  • 2e9a43d1dc WebpackDevMiddleware should run in a separate Node instance that doesn't restart when files change (otherwise there's no point in running it at all) SteveSandersonMS 2016-02-09 17:26:04 -0800
  • 6c903f33ae Move React server-side rendering into more general SpaServices package SteveSandersonMS 2016-02-09 16:42:42 -0800
  • b35ac19485 Reference external redux-typed package SteveSandersonMS 2016-02-09 11:20:47 -0800
  • b8224d2bef Move TypedRedux out into a new NPM package called 'redux-typed' SteveSandersonMS 2016-02-09 11:17:41 -0800
  • 047d14a6cd Merge domain-task repo into this one SteveSandersonMS 2016-02-09 10:39:48 -0800
  • 32349fa85b Rename domain-tasks to domain-task SteveSandersonMS 2016-02-08 18:20:23 -0800
  • 4312d6e28c Temporary fake .d.ts for domain-tasks until moved to definitelytyped SteveSandersonMS 2016-02-08 18:15:20 -0800
  • ad55e9c94d Use external domain-tasks NPM module SteveSandersonMS 2016-02-08 17:57:58 -0800
  • e419ec43fc Make render-server able to load TS/ES2015 without precompilation SteveSandersonMS 2016-02-08 11:28:51 -0800
  • 1fc3426278 render-server.js shouldn't depend on React/Redux-specific concepts SteveSandersonMS 2016-02-08 10:08:35 -0800
  • 05905a42ab Move framework stuff into 'fx' folder SteveSandersonMS 2016-02-07 22:18:27 -0800
  • 59b28ae5ee Don't hide errors SteveSandersonMS 2016-02-07 22:13:44 -0800
  • 9c16c7da3d Beginning server-side rendering support SteveSandersonMS 2016-02-07 21:41:00 -0800
  • 5811c98230 Beginning React+Redux "Music Store" sample SteveSandersonMS 2016-02-05 23:28:13 +0000
  • 35e620ae48 Add ASP.NET Core build system SteveSandersonMS 2016-02-02 16:22:32 +0000
  • e59e2e0328 Only use Webpack Dev Middleware in dev mode SteveSandersonMS 2016-02-02 15:34:34 +0000
  • 8ef9ab31a7 Enable Webpack dev middleware and React hot module replacement SteveSandersonMS 2016-02-02 15:26:15 +0000
  • 003918721d Tweak ReactGrid's Webpack config in preparation for use of dev middleware SteveSandersonMS 2016-02-02 15:19:45 +0000
  • 225dfdd168 #31 Ugrade to Babel 6 and update the ReactGrid sample Charalampos Karypidis 2016-01-17 23:42:05 +0100
  • 73e218de4e Add strong naming and fix DB path on IIS Express SteveSandersonMS 2016-02-02 15:10:15 +0000
  • 2218212c92 Require exactly the same version of rxjs as current Angular 2 beta SteveSandersonMS 2016-01-26 15:25:55 +0000
  • 44fd9dd6ab Publish update angular2-aspnet NPM module so it takes dependency on correct version of Angular SteveSandersonMS 2016-01-26 15:21:50 +0000
  • 47c956cc4d Move packages under top-level 'src' folder SteveSandersonMS 2016-01-26 15:06:36 +0000
  • a48bfea416 Merge 7a56c01235 into 5e5b12dc54 Charalampos Karypidis 2016-01-26 14:36:32 +0000
  • 5e5b12dc54 Remove explicit imports for NgIf/NgFor/NgClass, as that's no longer needed SteveSandersonMS 2016-01-26 11:20:57 +0000
  • ea4c668a63 Make the edit form and delete dialog work again SteveSandersonMS 2016-01-26 11:17:01 +0000
  • 381b7b884e Update to Angular 2 Beta 1. New bug: no longer waits for server-side HTTP requests to complete - waiting for info to resolve this. SteveSandersonMS 2016-01-25 15:13:30 +0000
  • 7a56c01235 #31 Ugrade to Babel 6 and update the ReactGrid sample Charalampos Karypidis 2016-01-17 23:42:05 +0100
  • f44b84f2ab Bump SpaServices version to alpha7-1 to avoid conflict on NuGet SteveSandersonMS 2016-01-07 11:51:55 +0000
  • 79c39d0f6c change Range Attribute typeof double to decimal to match Price type Elrashid 2015-12-25 02:19:12 +0400
  • 269b31469c Slight simplification SteveSandersonMS 2015-12-15 15:15:16 +0000
  • 39f7f1649f Add example of server and client validation for React SteveSandersonMS 2015-12-15 12:47:52 +0000
  • ef7e136f6e Remove unnecessary (and currently non-existent) namespace SteveSandersonMS 2015-12-14 14:39:47 +0000
  • 75b959d459 Merge pull request #23 from henkmollema/projectjson Steve Sanderson 2015-12-14 13:58:14 +0000
  • 2e0aed8138 Slight simplification to MusicStore build process SteveSandersonMS 2015-12-14 13:57:57 +0000
  • c56282a452 More changes Henk Mollema 2015-12-14 14:54:32 +0100
  • d946c4b5b8 Address PR feedback Henk Mollema 2015-12-14 14:51:41 +0100
  • 80575a092e Don't ignore synchronous errors when calling Node SteveSandersonMS 2015-12-14 13:16:39 +0000
  • 918d8d422a Merge pull request #22 from gregbty/master Steve Sanderson 2015-12-14 12:50:00 +0000
  • e9ba74761d Fixes SteveSandersonMS 2015-12-14 12:43:56 +0000
  • 8a148d8535 Move from ValidationErrorResult to HttpBadRequest, and support object-level errors too SteveSandersonMS 2015-12-14 12:02:41 +0000
  • bba388944d Extremely minor improvement to sample SteveSandersonMS 2015-12-11 19:06:30 +0000
  • a83e4d85e4 Show example of using traditional MVC controller+action routing alongside client-side routes SteveSandersonMS 2015-12-11 16:36:18 +0000
  • 8a0cbe789e Use cache priming in Music Store sample SteveSandersonMS 2015-12-10 20:30:02 +0000
  • 7924a6527a Implement cache priming prototype SteveSandersonMS 2015-12-10 20:27:15 +0000
  • 5c1f362c84 Target dotnet TFM's for class libraries Henk Mollema 2015-12-10 16:38:29 +0100
  • 5ff3e9a051 Use proper filename extension SteveSandersonMS 2015-12-10 15:02:51 +0000
  • c95b06d264 Add some notes SteveSandersonMS 2015-12-10 14:56:15 +0000
  • bf6548de96 Use angular2-aspnet in Angular 2 Music Store sample SteveSandersonMS 2015-12-10 14:24:38 +0000
  • 30281636d6 Beginning angular2-aspnet NPM package SteveSandersonMS 2015-12-10 14:10:21 +0000
  • cda1663d1e Add missing imports Greg Beaty 2015-12-10 01:52:01 -0500
  • f6bb28a71d Add handling of error response from node process Greg Beaty 2015-12-09 16:40:04 -0500
  • 1e446b6797 Add exception stack to error response if available Greg Beaty 2015-12-09 16:36:30 -0500
  • bc359a3a4b Replace express with native node calls Greg Beaty 2015-12-09 16:18:00 -0500
  • 2261c9964e Preparing to move the ASP.NET MVC validation result client-side code into a separate NPM module SteveSandersonMS 2015-12-09 18:25:09 +0000
  • 906a17ea3c Define ValidationErrorResult in SpaServices; use it in MusicStore SteveSandersonMS 2015-12-09 17:30:35 +0000
  • 78efc77be4 Use MapSpaFallbackRoute in ReactServices and demo SteveSandersonMS 2015-12-09 15:17:31 +0000
  • d4f04d211f Create a new shared package, Microsoft.AspNet.SpaServices, to hold MapSpaFallbackRoute (and other common infrastructure yet to be added) SteveSandersonMS 2015-12-09 15:13:56 +0000