Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

React to kpm subcommand renaming #351

Closed
wants to merge 79 commits into from

Conversation

ChengTian
Copy link
Contributor

React to aspnet/dnx#967

Suhas Joshi and others added 30 commits October 21, 2014 10:53
- Flow app claims to client code properly
- Remove unnecessary JS link
- Fix JS links on login page
- Added buddy validation provider

Created SimpleMapper in MusicStore.Spa

- Fixed EF mapping config
- Made SimpleMapper to map DTOs to EF objects (and vice-versa)
- Admin screens now return Artist/Genre names when showing Album details

- Unhook grunt/npm/bower from project.json due to long-path issue in KRE build

- Remove unneeded AngularHtmlHelper<T> class
- Upgraded to Angular 1.3 (Fixes #267)
- Fix XHR GET caching issue in IE with new NoCacheAttribute
- Slight fix in admin home page (album list) to ensure initial data fetch has the sort expression in the query
Sometimes the first request to the application results in exceptions like 'No connection could be made because the target machine actively refused it'. Adding a retry to mitigate that.
1. Updating some startup classes like templates
2. Update a test that runs on mono with right CLR.
Also removed Identity setup from Ntlm Startup
Some minor using statements ordering.
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.
Praburaj and others added 26 commits December 22, 2014 13:14
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.
kestrel command is now lowercased. Passing the right case from tests.
This is to make the sample code cleaner. Moved the mock code to the test project.
Also fixed some intendation issues in some cshtml files.
The other two tests already have this.
Deleted a boolean flag passed to ignore login/register links in the home page.
Right now since console logger is enabled there seems more delay in app start.
@ChengTian ChengTian closed this Jan 16, 2015
@ChengTian ChengTian deleted the react-to-kpm-subcommand-renaming branch January 16, 2015 23:58
@ChengTian ChengTian restored the react-to-kpm-subcommand-renaming branch January 16, 2015 23:59
@ChengTian ChengTian deleted the react-to-kpm-subcommand-renaming branch January 16, 2015 23:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.