Arthur Vickers
a4ed79cc5a
Reacting to changes in EF service registration.
2016-03-10 14:55:58 -08:00
jacalvar
3faa34acf3
React to changes in Caching
2016-03-07 16:44:38 -08:00
Hao Kung
6709b07dc5
Add identity services for ntlm test
2016-02-01 13:00:17 -08:00
N. Taylor Mullen
d761c6b7ba
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:27:05 -08:00
Hao Kung
5c623b6e80
React to identity changes
2016-01-14 13:12:41 -08:00
Doug Bunting
a02b003243
Remove unused `using Microsoft.AspNet.Diagnostics.Entity`
...
- also sort `using`s
2015-11-12 12:14:54 -08:00
Pavel Krymets
eb302bf359
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-23 08:34:00 -07:00
Rowan Miller
d27d18fe5a
💚 Fix more calls to UseDatabaseErrorPage
...
Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184 ). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:22:43 -07:00
Pranav K
576023cc0f
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:59 -07:00
Eilon Lipton
26aca2b99c
Remove unneeded namespaces, use new startup APIs
2015-10-01 18:34:21 -07:00
Pranav K
a3f24bcb1d
Reacting to Configuration changes
2015-09-25 07:51:25 -07:00
Kiran Challa
d89747927e
Minor clean up related to formatting
2015-09-23 16:31:21 -07:00
Kiran Challa
bfe1de4819
React to Cors api changes
2015-09-14 11:08:11 -07:00
Kiran Challa
77a8eca1fd
React to errorhandler and errorpage extension name changes
2015-09-10 12:10:56 -07:00
Chris R
2255f3f7ad
React to IApplicationBuilder.Server change.
2015-09-02 08:28:36 -07:00
Kiran Challa
0972116697
Removed SignalR related code from the sample and tests.
2015-09-01 10:54:32 -07:00
Kirthi Krishnamraju
b271887d9f
fix build break due to aspnet/configuration #246
2015-08-14 10:59:21 -07:00
Victor Hurdugaci
04c33bffd0
React to DNX renames
2015-07-29 11:49:38 -07:00
Chris R
f9ed27c3a0
React to removal of ErrorPageOptions.ShowAll.
2015-06-16 12:09:18 -07:00
Kirthi Krishnamraju
54ddefe88c
React to aspnet/Configuration #194
2015-05-22 06:14:17 -07:00
Kirthi Krishnamraju
7968239891
React to aspnet/Configuration #195,#198
2015-05-20 23:40:16 -07:00
Kirthi Krishnamraju
d298c9206e
React to aspnet/Configuration #197
2015-05-18 15:35:41 -07:00
Youngjune Hong
3c1f3c94e9
Fixing a build break by adding ISystemClock services to the E2E startup
2015-05-04 16:03:31 -07:00
Praburaj
29ef86fad3
Move deployment helpers out of the test project.
2015-04-14 15:46:42 -07:00
Troy Dai
dcac97fe3b
React to configuration model change
2015-04-10 11:42:23 -07:00
Praburaj
ba80195851
Tag helpers
2015-04-05 20:35:06 -07:00
Praburaj
a559056266
Cleanup namespaces.
2015-03-30 20:16:04 -07:00
Praburaj
1eb38e5708
Adding CORS to the sample
2015-03-26 17:08:28 -07:00
ajcvickers
2209b2e933
Fix copy/paste typo
2015-03-20 16:49:19 -07:00
ajcvickers
0812658de4
Add usings
2015-03-20 16:33:00 -07:00
ajcvickers
1428d31463
Read connection string explicitly.
2015-03-20 16:17:12 -07:00
ajcvickers
a76b6cac24
Stop passing IConfiguration to AddEntityFramework
2015-03-20 14:25:25 -07:00
Praburaj
5004bac6aa
React to AddSessionServices rename to AddSession
2015-03-13 11:56:20 -07:00
Praburaj
36271260a1
Reacting to Caching extension rename
2015-03-12 17:06:16 -07:00
Praburaj
ad9e11ed2e
React to Caching package rename
...
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:39:00 -07:00
Praburaj
39fc5ebdc4
Making the tests robust
...
And some general cleanup
2015-03-11 14:48:34 -07:00
Hao Kung
850ba6375d
React to AuthN/Z changes
2015-03-02 16:31:35 -08:00
Praburaj
7da407a17a
Using statuscode pages in the sample
...
Adding some automation as well.
2015-02-16 17:22:57 -08:00
Praburaj
8617bdc223
Printing the runtime information at the beginning of the test
2015-02-04 11:10:53 -08:00
Praburaj
d29f24f4ad
Using session to store the cart details instead of cookies.
2015-01-26 10:51:20 -08:00
Hao Kung
464438862a
Fix music store policies
2015-01-16 15:15:19 -08:00
Hao Kung
ef22f9fb30
React to MVC/Auth changes
2015-01-15 23:52:52 -08:00
Praburaj
0f9173ecb0
Adding a Start up class for OpenIdConnect authentication
2015-01-15 13:16:37 -08:00
Praburaj
a6bf0e16aa
Adding console logger to the sample
2015-01-09 15:12:53 -08:00
Praburaj
e609602f2f
Clean up and refactoring
...
1. Removed some console logging statements from code
2. Used database error page like templates.
3. Renamed the command `WebListener` to `web` with all lower case to be consistent with templates.
4. Lowercased `Kestrel` => `kestrel` to be consistent with remaining samples.
2014-12-30 13:16:08 -08:00
Praburaj
d9148bd6f7
Fixing KRE_ENV to ASPNET_ENV
2014-12-22 19:04:55 -08:00
Praburaj
0c59794996
A few changes
...
1. Adding helpers to install an app on IIS and run on top of native module
2. Enabled CoreCLR + Ntlm tests.
2014-12-12 16:07:49 -08:00
Praburaj
e21f6052f2
Using .Include in queries instead of manual joining
...
Also removed Identity setup from Ntlm Startup
Some minor using statements ordering.
2014-12-02 11:00:28 -08:00
Hao Kung
d8041cbbae
React to identity changes
2014-11-24 16:41:16 -08:00
Praburaj
5ae536fe0a
Some fixes
...
1. Updating some startup classes like templates
2. Update a test that runs on mono with right CLR.
2014-11-20 16:04:48 -08:00