Commit Graph

44809 Commits

Author SHA1 Message Date
David Fowler 4c17c864f9 Added global.json 2014-01-31 16:40:42 -08:00
Hao Kung 7e121a9ccd Initial identity repo 2014-01-31 13:38:15 -08:00
Louis DeJardin 003718c564 Fixing build errors 2014-01-31 13:35:26 -08:00
Louis DeJardin af0923b68f Rouging out feature interfaces and default abstraction implementations 2014-01-31 13:26:10 -08:00
Louis DeJardin 4de6abb7b5 Adding a placeholder for IdmMapping 2014-01-31 13:26:06 -08:00
Pranav K 1634c74ff4 Remove and sort usings across the solution 2014-01-31 10:24:07 -08:00
Pranav K cc414e0fef * Renaming Mvc.Forms to Mvc.Rendering
* Moving data types to Mvc.ModelBinding
2014-01-30 16:45:40 -08:00
Pranav K 7963eaf5fa Restoring NuGet.config that was removed 2014-01-30 16:03:15 -08:00
N. Taylor Mullen 7f0878c1b8 Comment ifdefs and fix K10 functionality 2014-01-30 15:50:20 -08:00
anpete a951d40352 Match k build resource embedding 2014-01-30 11:52:20 -08:00
Ryan Nowak a86624d386 change to non-static entrypoint, which klr is looking for 2014-01-30 11:22:18 -08:00
Ryan Nowak 84f4a2d047 Initial mock up of key interfaces for routing.
This is heavily based right now on raw Owin as the request/response model
since that will work for building samples/tests, and doesn't require
ifdefs in the code for k10. Once it's feasible, I'll port this to use the
Microsoft.AspNet.Abstractions types.

The sample here includes some basic route/endpoint implementations just to
prove that the route engine works in naive scenarios. These might live on
in the future in some form, but for now it's just part of the sample.

The next step is to integrate this with WebFX and start developing the
integration/configuration story for WebFX.
2014-01-30 11:08:19 -08:00
Ryan Nowak 9f9f92d18a Adding skeleton sample and test project 2014-01-30 11:07:52 -08:00
Pranav K 6c9d562fc3 * Using RazorView<dynamic> as base type until we get model support
* Modifying ViewData to share inner dictionary until we figure out how to
  pass it correctly
* Removing unused NuGet.config
2014-01-30 07:26:46 -08:00
David Fowler c616eaca6f Handle timestamp based versions in kruntime itself
- This is useful when testing privates of the runtime itself.
2014-01-30 02:34:44 -08:00
Pranav K 9f80b7d1c8 Relocation resx file to root so that it's correctly embedded 2014-01-29 22:23:45 -08:00
Pranav K 738ab055de Adding support for debugging sample applications 2014-01-29 21:56:59 -08:00
Pranav K 85a25685d2 Changes to let Net45 sample run over Owin 2014-01-29 20:29:21 -08:00
Pranav K a6393e77ab Moving MvcRazorHost to a separate assembly 2014-01-29 15:20:48 -08:00
AndrewPeters f4e3bb768d Adds resx to proj gen 2014-01-29 15:17:04 -08:00
Pranav K cb8a32e5a6 Updating the view engine to use Microsoft.AspNet.Razor package 2014-01-29 10:08:46 -08:00
Arthur Vickers b8f5824114 Merge pull request #1 from aspnet/ControllerUpdates
Everything but the kitchen async... (Updates to how Music Store controllers use data)
    
Specifically:
    - Dispose contexts
    - Use async wherever possible
    - Stop using initializers (currently hard-coded to drop and recreate each run)
    - Some general cleanup
    - Stop using AttachDbFilename
    
Not included here:
    - No major changes to app structure
    - No major changes to data model
    - No major changes to error handling, concurrency, etc.
2014-01-29 08:46:43 -08:00
ajcvickers c20584b749 Removing automatically added packages.config as requested. 2014-01-29 08:43:46 -08:00
ajcvickers 7c96726460 Updates following code review 2014-01-29 08:39:53 -08:00
David Fowler e79aefce8b Added template files and updated the init task. 2014-01-28 22:50:42 -08:00
David Fowler 26fd4a5a18 Updated build files. 2014-01-28 22:31:15 -08:00
David Fowler 1b0ccc8910 Updated build files. 2014-01-28 22:25:15 -08:00
AndrewPeters 9935af3a43 Improved package reference resolution. 2014-01-28 22:22:58 -08:00
David Fowler a1d5a02c70 Updated build files. 2014-01-28 22:21:10 -08:00
David Fowler 456067868c Updated build files. 2014-01-28 22:20:43 -08:00
David Fowler 29009fe3af Updated the build files. 2014-01-28 22:18:20 -08:00
Louis DeJardin baf338cc83 Apply code formatting 2014-01-28 17:48:49 -08:00
Levi Broderick 869a4ec267 Initial implementation of Microsoft.AspNet.Security.DataProtection 2014-01-28 17:14:26 -08:00
N. Taylor Mullen 73dae5fcaa Added an output validator to make a best-effort attempt at validating old and new codeDOM/codeTree output. 2014-01-28 17:05:48 -08:00
ajcvickers 6a9b6c16c2 Everything but the kitchen async... (Updates to how Music Store controllers use data)
Specifically:
- Dispose contexts
- Use async wherever possible
- Stop using initializers (currently hard-coded to drop and recreate each run)
- Some general cleanup
- Stop using AttachDbFilename

Not included here:
- No major changes to app structure
- No major changes to data model
- No major changes to error handling, concurrency, etc.
2014-01-28 16:16:02 -08:00
Chris Ross 9eac453540 Add Configuration, DataProtection. Add init target. 2014-01-28 15:57:50 -08:00
Chris Ross fa2b8932f9 Initial commit with build infrastructure. 2014-01-28 15:53:20 -08:00
Ryan Nowak 34af14b07f Adding solution file 2014-01-28 14:44:34 -08:00
Ryan Nowak c0660f347a Revert "Getting routing prototype into history"
We're not using the prototype as a base, just want to to be in the history
so we can easily refer to it.

This reverts commit 4183bc98be.
2014-01-28 14:26:58 -08:00
Ryan Nowak 4183bc98be Getting routing prototype into history 2014-01-28 14:25:49 -08:00
Ryan Nowak c9c65742c2 Adding routing repo to universe 2014-01-28 09:18:46 -08:00
Ryan Nowak 876cfaeb57 checkin of project structure 2014-01-28 09:13:56 -08:00
Ryan Nowak 879fa2c4e5 Adding build system files 2014-01-28 09:09:15 -08:00
Ryan Nowak a99fefd28d initial checkin (readme) 2014-01-28 09:01:44 -08:00
David Fowler 53268f3c9e Initial commit.
- Added original music store and k10 and net45 versions with new framework.
2014-01-28 02:27:26 -08:00
David Fowler 5d1371e18a Removed the clear for sources. 2014-01-27 23:25:14 -08:00
David Fowler 03164325b6 Removed the clear for sources. 2014-01-27 23:24:58 -08:00
David Fowler cc23673fa0 Removed the clear for sources. 2014-01-27 23:23:36 -08:00
David Fowler cd93c4f551 Don't use k-clean just delete the bin directory. 2014-01-27 22:58:26 -08:00
David Fowler 880add3de8 Fix a couple of things
- Fixed the build number generation
- Bumped version to 0.2.1
- Get projectk nuget on demand
- Removed k-init
2014-01-27 22:42:45 -08:00