Commit Graph

39740 Commits

Author SHA1 Message Date
David Fowler f4953a0b29 Updated to use the new target framework in project.json 2014-09-05 09:06:01 -07:00
Praburaj 90d0ad969d Adding some diagnostics to the Win32Exception
Kestrel variation seems to be failing for some reason. Adding some diagnostics.
2014-09-05 08:36:13 -07:00
David Fowler bb08bdd1e8 Fixed bitness and removed 50 2014-09-05 02:20:22 -07:00
David Fowler 2471d21d93 Fixed CLR switching behavior in tests 2014-09-05 02:12:00 -07:00
David Fowler 2e1eedc960 Fixed build.cmd 2014-09-05 01:57:02 -07:00
David Fowler 2445c75c01 Revert "Updated build.cmd"
This reverts commit cefc1e5bdd.
2014-09-05 01:55:51 -07:00
David Fowler cefc1e5bdd Updated build.cmd 2014-09-05 01:55:28 -07:00
David Fowler 9c47620e1d Updated build.cmd 2014-09-05 01:53:27 -07:00
David Fowler 400b561958 Updated build.cmd 2014-09-05 01:53:04 -07:00
David Fowler f2eccfb70a Updated build.cmd 2014-09-05 01:52:32 -07:00
David Fowler 214b82ea01 Updated build.cmd 2014-09-05 01:52:04 -07:00
David Fowler 867ec5241d Updated build.cmd 2014-09-05 01:50:56 -07:00
David Fowler d72045ab66 Updated build.cmd 2014-09-05 01:50:34 -07:00
David Fowler 103693b61c Updated build.cmd 2014-09-05 01:50:09 -07:00
David Fowler 5f44495cc8 Updated build.cmd 2014-09-05 01:49:15 -07:00
David Fowler 2affee7457 Updated build.cmd 2014-09-05 01:48:59 -07:00
David Fowler ba4f44c4ea Updated build.cmd 2014-09-05 01:48:46 -07:00
David Fowler 4b1c1f3552 Updated build.cmd 2014-09-05 01:48:12 -07:00
David Fowler 35a08eb558 Updated build.cmd 2014-09-05 01:46:37 -07:00
David Fowler b00e9d45c6 Updated build.cmd 2014-09-05 01:46:08 -07:00
David Fowler 3b0058ddd9 Updated the build template to use the new kvm 2014-09-05 01:33:39 -07:00
David Fowler d8eb06c0f0 Updated kvm to the latest
- Added -runtime switch
2014-09-05 01:10:26 -07:00
sornaks 28e334d3db Issue #668: Sample should be covered by a basic functional test. 2014-09-04 14:07:46 -07:00
Praburaj 1b6ee846ed Some cleanup
1. Removing a bug # from code which is fixed.
2. Removing a piece of test that was added while testing.
2014-09-04 13:13:17 -07:00
David Fowler c299a13927 Updated to use the new target framework in project.json 2014-09-04 02:30:32 -07:00
David Fowler 9d26c40144 Updated to use the new target framework in project.json 2014-09-04 02:10:19 -07:00
David Fowler 34add2249e Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
David Fowler 418f745292 Updated to use the new target framework in project.json 2014-09-04 01:52:19 -07:00
David Fowler 4a8de5dad4 Updated to use the new target framework in project.json 2014-09-04 01:50:07 -07:00
David Fowler 810c96e939 Updated to use the new target framework in project.json 2014-09-04 01:47:16 -07:00
David Fowler a1c2f68a58 Updated to use the new target framework in project.json 2014-09-04 01:44:15 -07:00
David Fowler ddcce629cf Made the server project aspnet50 instead of net45 2014-09-04 01:41:48 -07:00
David Fowler 5f685a6629 Updated to use the new target framework in project.json 2014-09-04 01:37:15 -07:00
David Fowler 494900aa89 Updated to use the new target framework in project.json 2014-09-04 01:33:43 -07:00
David Fowler 90dad40029 Updated to use the new target framework in project.json 2014-09-04 01:27:14 -07:00
David Fowler a9ec7cfb62 Changing net45 to aspnet50 2014-09-04 01:22:48 -07:00
Praburaj f04921a26a Fixing the name of the APP_BASE environment variable to KRE_APPBASE (mono) 2014-09-03 17:05:10 -07:00
Praburaj 6cf7cbfa5b Adding all the Social login middlewares to the pipeline
Still some of the identity helpers have not lighted up. So it will not work fully.
2014-09-03 16:57:38 -07:00
Praburaj 265a220142 Adding SignalR components to the Ntlm based Startup class.
Missed to do this with previous checkin.
2014-09-03 15:55:46 -07:00
Praburaj b054f392f5 Adding a what's new in the store signalr announcement panel in the sample
When a new album is created in the store a notification is posted to all the connected browsers using SignalR.
Also added automation for the signalR hubs.

There is still some UI formatting improvements required in the way new arrivals are displayed. Will fix it in future checkins.
2014-09-03 15:40:01 -07:00
David Fowler 565fde5187 Fixed packages 2014-09-02 21:29:07 -07:00
jacalvar b6fb7ac7df Take advantage of nameof to improve our usage of MemberData across the code base.
Substituted all instances of [MemberData("PropertyName")] for [MemberData(nameof(PropertyName))]
This change enables us to take advantage of IDE features like Navigate to source,
find all references, etc. When using Visual Studio.
2014-09-02 13:53:03 -07:00
Praburaj bf7a8c2439 Fixing the build break on the new startup 2014-09-02 11:30:10 -07:00
Praburaj 49ba8ce9ac Adding a startup class to setup Ntlm authentication
This uses the environment based Startup class detection to load the Ntlm Startup class. Default will be the Cookies/Social auth.
2014-09-02 11:07:28 -07:00
Pranav K 904eeb76f9 Removing TestClient from TestServer 2014-09-01 11:56:11 -07:00
Pranav K b8692c2c21 Updating FunctionalTests to use HttpClient abstractions 2014-09-01 11:16:54 -07:00
jacalvar ccc20a38c1 [Fixes #734] Attribute Routing: Implement Name
1. Added support for Name in attribute routing. Name can be defined using [RouteAttribute]
and the different Http*Attributes, for example [HttpGet].

2. Names defined on actions always override names defined on the controller.

3. Actions with a non empty template don't inherit the name from the controller. The name
   is only inherited from the controller when the action template is null or empty.

4. Multiple attribute routes with different templates and the same name are not allowed.
2014-08-29 17:51:12 -07:00
Praburaj b56cecc817 Refactoring the test code a little bit to enable adding more scenarios
And some general cleanup.
2014-08-29 16:35:02 -07:00
Praburaj 01c6489454 Adding a LINQ query to get all albums to improve performance 2014-08-29 13:41:43 -07:00
Chris Ross 06bdcebf63 Fixed project.json casing 2014-08-29 13:29:29 -07:00