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

Commits on Oct 21, 2014

  1. Merge pull request #264 from aspnet/release

    Release
    Suhas Joshi committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    5b69fb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e005c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. MusicStore.Spa fixes:

    - Flow app claims to client code properly
    - Remove unnecessary JS link
    - Fix JS links on login page
    DamianEdwards committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    05237d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Reacting to EF API renames

    ajcvickers committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    947a3f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Configuration menu
    Copy the full SHA
    1c3c7a0 View commit details
    Browse the repository at this point in the history
  2. MusicStore.Spa changes:

    - 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
    DamianEdwards committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    0352ef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Configuration menu
    Copy the full SHA
    1e2152c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Configuration menu
    Copy the full SHA
    88ebb16 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Update KProj to the latest format

    Victor Hurdugaci committed Nov 12, 2014
    1 Configuration menu
    Copy the full SHA
    2970af1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2014

  1. Fix facebook endpoint tests.

    Tratcher committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    6a4f49a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. MusicStore.Spa changes:

    - 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
    DamianEdwards committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    22ad9b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e84ae View commit details
    Browse the repository at this point in the history
  3. And you get NoCache, and you get NoCache, and you get NoCache

    - NoCache for everybody!
    DamianEdwards committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    dbee8c1 View commit details
    Browse the repository at this point in the history
  4. Test flakiness - Moving the first request into a retry block

    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.
    Praburaj committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    f72b23c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Fixing port number to 5001 as social logins need this port number to …

    …work
    
    Minor formatting in json.
    Praburaj committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    12858ae View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Some fixes

    1. Updating some startup classes like templates
    2. Update a test that runs on mono with right CLR.
    Praburaj committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    5ae536f View commit details
    Browse the repository at this point in the history
  2. React to hosting changes

    HaoK committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    4267d9b View commit details
    Browse the repository at this point in the history
  3. Disable tests for now

    Filed #292
    HaoK committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    0d7c284 View commit details
    Browse the repository at this point in the history
  4. Revert "Disable tests for now"

    This reverts commit 0d7c284.
    HaoK committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    0edfde8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b6e988 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. React to identity changes

    HaoK committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    d8041cb View commit details
    Browse the repository at this point in the history
  2. Add schema version to kproj files

    Victor Hurdugaci committed Nov 25, 2014
    1 Configuration menu
    Copy the full SHA
    1120863 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Configuration menu
    Copy the full SHA
    688771a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Fixed tests to run on Mono

    Suhas Joshi committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    681327f View commit details
    Browse the repository at this point in the history
  2. Using .Include in queries instead of manual joining

    Also removed Identity setup from Ntlm Startup
    Some minor using statements ordering.
    Praburaj committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    e21f605 View commit details
    Browse the repository at this point in the history
  3. 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.
    Praburaj committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    65f58b9 View commit details
    Browse the repository at this point in the history
  4. React to EF API changes

    ajcvickers committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    715b744 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Add retry logic for Publishtests

    Suhas Joshi committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    2286b14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b580856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67bd68 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Configuration menu
    Copy the full SHA
    4e929bb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Merge remote-tracking branch 'origin/release' into dev

    Suhas Joshi committed Dec 8, 2014
    3 Configuration menu
    Copy the full SHA
    b20b184 View commit details
    Browse the repository at this point in the history
  2. Updating to release NuGet.config

    Suhas Joshi committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    9214253 View commit details
    Browse the repository at this point in the history
  3. Updating to dev NuGet.config

    Suhas Joshi committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    9e9f331 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Configuration menu
    Copy the full SHA
    9d643ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6120168 View commit details
    Browse the repository at this point in the history
  3. Reacting to EF API changes

    ajcvickers committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    9b72e3a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Configuration menu
    Copy the full SHA
    acc191e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2014

  1. A few changes

    1. Adding helpers to install an app on IIS and run on top of native module
    2. Enabled CoreCLR + Ntlm tests.
    Praburaj committed Dec 13, 2014
    Configuration menu
    Copy the full SHA
    0c59794 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Let VS assign a port for the MVC 6.0 project

    - also add commented-out connection string for IIS deployment
    dougbu committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    c8323f4 View commit details
    Browse the repository at this point in the history
  2. 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.
    Praburaj committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    50b756a View commit details
    Browse the repository at this point in the history
  3. Some more fixes

    Praburaj committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    4315eb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Enabling native module variations.

    These do no run unless a machine has native module setup done and an environment variable named IIS_NATIVE_MODULE_SETUP=true. So the test will get skipped on pretty much on all machines except the ones where we want to run on.
    Praburaj committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    51f60d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df9d8f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Fixes teamcity issue with Console.ReadLine()

    Suhas Joshi committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    368e96a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Fixed README typos

    Stefaan Vermassen authored and Stefaan Vermassen committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    b15e1a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Merge pull request #309 from stefaanvermassen/patch-2

    Fixed README typo
    Praburaj Thiagarajan committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    102270d View commit details
    Browse the repository at this point in the history
  2. Using the latest xunit skip condition attributes to skip tests

    Also moved all the helper code into sub-directories.
    Praburaj committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    9c442e9 View commit details
    Browse the repository at this point in the history
  3. Removing an incorrect test variation.

    Praburaj committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    3c49e43 View commit details
    Browse the repository at this point in the history
  4. Enabling IIS variation of the test

    Also organizing some test code.
    Praburaj committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    68102b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dae44a View commit details
    Browse the repository at this point in the history
  6. Corrected json for mono

    Suhas Joshi committed Dec 19, 2014
    2 Configuration menu
    Copy the full SHA
    e5a92da View commit details
    Browse the repository at this point in the history
  7. Fixing the KRE name issue on mono

    On mono with a recent change --runtime <value> for kpm pack is null as the value is not populated.
    Praburaj committed Dec 19, 2014
    1 Configuration menu
    Copy the full SHA
    a9ea8a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Configuration menu
    Copy the full SHA
    9e62865 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Fixing KRE_ENV to ASPNET_ENV

    Praburaj committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    d9148bd View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. 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.
    Praburaj committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    e609602 View commit details
    Browse the repository at this point in the history
  2. Fixing tests on mono

    kestrel command is now lowercased. Passing the right case from tests.
    Praburaj committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    a4d2d18 View commit details
    Browse the repository at this point in the history
  3. React to identity changes

    HaoK committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    14ec796 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Cleanup : Moving the mock code to the test project

    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.
    Praburaj committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    6407ff0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Updating path to kvm

    Suhas Joshi committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    87f895f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Configuration menu
    Copy the full SHA
    76017af View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Adding a retry logic for NtlmAuth test

    The other two tests already have this.
    Praburaj committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    56d6dfe View commit details
    Browse the repository at this point in the history
  2. Fixing a test regression

    Deleted a boolean flag passed to ignore login/register links in the home page.
    Praburaj committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    ce17824 View commit details
    Browse the repository at this point in the history
  3. Adding console logger to the sample

    Praburaj committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    a6bf0e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2015

  1. Configuration menu
    Copy the full SHA
    fdfe88f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

  1. Creating a helper to retry a piece of code.

    Praburaj committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    2df24fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc38726 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Increasing wait time out on mono tests

    Right now since console logger is enabled there seems more delay in app start.
    Praburaj committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    8864111 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Increase wait time for server to start

    Suhas Joshi committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    b46bec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9173e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9d0a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad5cfb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. React to MVC/Auth changes

    HaoK committed Jan 16, 2015
    4 Configuration menu
    Copy the full SHA
    ef22f9f View commit details
    Browse the repository at this point in the history
  2. Fixing build break due to model binding changes

    Praburaj committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    f67f577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e68b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86ab6b7 View commit details
    Browse the repository at this point in the history
  5. Reacting to EF changes

    AndriySvyryd committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    cec6370 View commit details
    Browse the repository at this point in the history
  6. Fix music store policies

    HaoK committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    4644388 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e2dfb9 View commit details
    Browse the repository at this point in the history