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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspnet/MusicStore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ivlists/MusicStore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 10 files changed
  • 5 contributors

Commits on May 21, 2014

  1. Configuration menu
    Copy the full SHA
    f87f7ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaba2e6 View commit details
    Browse the repository at this point in the history
  3. Revert "updating reflection.compat to typeextensions"

    This reverts commit f87f7ea.
    kanchanm committed May 21, 2014
    Configuration menu
    Copy the full SHA
    6f30c05 View commit details
    Browse the repository at this point in the history
  4. Cleaning up the project.json

    Removing all the package dependencies that are not necessary as they required ones are pulled in by other packages listed.
    Praburaj committed May 21, 2014
    Configuration menu
    Copy the full SHA
    0ddecca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #119 from kanchanm/typeextensionschange

    Workaround for EF double quoting issue which causes Musicstore#105
    kanchanm committed May 21, 2014
    Configuration menu
    Copy the full SHA
    b7aa37b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2014

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

Commits on May 30, 2014

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

Commits on Jun 3, 2014

  1. A few changes

    Updating the connection string to use Dev14 LocalDB
    Removing some redundant packages in project.json
    Updating readme
    Praburaj committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    51d0d4c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Merge 'release' branch into master.

    With this change master branch contains all CTP2 code.
    Praburaj committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    1e15faa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. Fixing Xunit.Krunner version to 1.0.0-* as there is no alpha2 version.

    While changing * to alpha2 for everything else, I changed this by mistake.
    Praburaj committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    48b9293 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

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

Commits on Jul 24, 2014

  1. Merge pull request #176 from aspnet/jzUpdate

    update proj.json for musicstore to take wider set of packagenames for Al...
    JaneZhouQin committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    ac14d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Modifying the nuget.config to point to master feed.

    Praburaj committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    223f682 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Merge remote-tracking branch 'upstream/master' with 'Origin/Master'

    Conflicts:
    	README.md
    	src/MusicStore/Controllers/CheckoutController.cs
    	src/MusicStore/LocalConfig.json
    	src/MusicStore/Models/MusicStoreContext.cs
    	src/MusicStore/project.json
    ivlists committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    39563ae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. fixing compile issues

    ivlists committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    88312ed View commit details
    Browse the repository at this point in the history
Loading