Commit Graph

105 Commits

Author SHA1 Message Date
zhangmm 26e33b9d68 Unified naming
Unified naming of DefaultAdminPassword
2015-12-07 13:29:02 -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
Pranav K 576023cc0f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:59 -07:00
Doug Bunting f3fb2374ac Cleanup dependencies and restore runtime installations
- remove and sort `using`s
- remove a couple of `project.json` dependencies reached transitively
  - both pretty clean before I started this

Also install runtimes needed for testing
- accidentally lost in 19f8830
2015-10-01 16:42:49 -07:00
Pranav K a3f24bcb1d Reacting to Configuration changes 2015-09-25 07:51:25 -07:00
Arthur Vickers c4097f8080 React to EF fluent API changes 2015-09-24 10:44:30 -07:00
Kiran Challa f9a03e83e9 Fix the way data is seeded to prevent using disposed ef contexts 2015-09-23 13:20:49 -07:00
Nate McMaster d162fff906 Temporary workaround for https://github.com/aspnet/EntityFramework/issues/3144 2015-09-15 15:33:02 -07:00
Ryan Nowak dbeba581ea Revert "React to MVC model binding changes and fix build break"
This reverts commit 52e2784f82.

This 'MVC change' listed here was a compatibility bug with earlier
versions of MVC and has been reverted.
2015-08-16 16:43:32 -07:00
Kiran Challa 52e2784f82 React to MVC model binding changes and fix build break 2015-08-14 13:13:09 -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
Arthur Vickers 11e14de7e9 React to EF renaming 2015-07-07 10:10:38 -07:00
Arthur Vickers de4fb94bf1 React to EF namespace changes 2015-06-30 10:59:28 -07:00
Arthur Vickers c6b92fe16c React to EF changes 2015-06-25 16:01:25 -07:00
Arthur Vickers 820b26744f React to removal of RelationalDatabase 2015-06-19 11:15:39 -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
Suhas Joshi afca1242bc Fixing database changes from EF 2015-05-07 11:02:14 -07:00
Youngjune Hong 797f802906 Adding the unit tests for ViewComponents in MusicStore 2015-05-04 10:18:35 -07:00
Praburaj 9027ce0982 Fixing the RuntimeInformation enum change
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Troy Dai 63f6f42e7e Update the sample data
Change the domain name in sample user from sample.com to example.com
2015-04-17 09:18:12 -07:00
Troy Dai 06b61511e5 Creating 100 sample users in sample data when it is run in Performance Lab 2015-04-16 21:21:34 -07:00
Troy Dai dcac97fe3b React to configuration model change 2015-04-10 11:42:23 -07:00
Maurycy Markowski 9fb02849dc fixing build break caused by namespace change in Entity Framework 2015-03-30 16:19:41 -07:00
Bart Calixto aa4763493c fixed typo 2015-03-25 15:30:54 -03:00
Smit Patel 403f7c7585 Ef : Enabled Autogeneration for ArtistId & GenreId using sequence which allows explicit values 2015-03-16 12:09:03 -07:00
Smit Patel 117dbc4887 Reacting to Changes in EF: Disabling use of Identity Column for PK 2015-03-13 15:56:59 -07:00
ianhong c2f4d13392 Remove [Required] from the Order model to fix a test failure 2015-03-04 16:30:55 -08:00
Hao Kung 850ba6375d React to AuthN/Z changes 2015-03-02 16:31:35 -08:00
Praburaj 0d673eafc9 Changing DbSet<T>.Remove -> RemoveRange() 2015-02-05 16:41:21 -08:00
ajcvickers 61ef19c6e9 React to EF changes 2015-01-30 15:13:49 -08:00
Praburaj d29f24f4ad Using session to store the cart details instead of cookies. 2015-01-26 10:51:20 -08:00
AndriySvyryd cec6370dde Reacting to EF changes 2015-01-16 12:59:42 -08:00
Praburaj 50b756a776 Clean up - removing work arounds for bugs
1. Removed worked arounds that were previously applied for bugs as they are fixed now.
2. Sorted all using statements. Moved System.* to the top.
3. Fixed some of the code to follow engineering guidelines.
2014-12-15 11:48:24 -08:00
ajcvickers 9b72e3a0bd Reacting to EF API changes 2014-12-10 14:19:51 -08:00
AndriySvyryd 6120168c86 Reacting to the new EF relationship discovery convention 2014-12-10 14:16:20 -08:00
mikary b580856e66 Updating for EntityFramework API change to DbContext Entry Methods 2014-12-04 09:53:55 -08:00
ajcvickers 715b744146 React to EF API changes 2014-12-02 14:48:55 -08:00
Praburaj 65f58b98a8 Fixing the test failure
On introducing a FK relationship from OrderDetails table to Album table with album id creates a problem when deleting an album that's checked out atleast once.
2014-12-02 11:29: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
ajcvickers 3b6e988f92 Remove use of context.Configuration 2014-11-21 11:36:37 -08:00
ajcvickers 947a3f8790 Reacting to EF API renames 2014-10-28 18:55:57 -07:00
Suhas Joshi 7dd78bbfef Changes to use AddDbContext method 2014-10-16 16:11:09 -07:00
Hao Kung d375e87a4e React to options and hosting changes 2014-10-14 19:22:51 -07:00
Hao Kung 59ec9de771 React to Identity SqlServer -> EntityFramework rename 2014-10-09 14:20:36 -07:00
David Fowler 17dd874996 Only turn off identity columns for artists and genres. 2014-09-26 02:46:22 -07:00
David Fowler cbde5ba982 Disable store generated properties for the Ids. 2014-09-26 02:36:17 -07:00