Skip to content
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: drdamour/csharp-github-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sgrassie/csharp-github-api
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.
  • 6 commits
  • 18 files changed
  • 1 contributor

Commits on Jun 14, 2013

  1. Fix tests

    * Update TestsSpecBase to use the change file name when it loads the .config file.
    * Stopped tracking App.config so that git ignores any changes to it. We don't want people checking in their github.com account passwords and such.
    * Updated .gitignore
    sgrassie committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    88852ee View commit details
    Browse the repository at this point in the history
  2. Updated readme

    Modified to specifically tell a user that they must create an App.config in order to build and run the integration tests.
    sgrassie committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    46dee4d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2013

  1. Started to kill MSTest

    I was pleased to get a contribution, but I'm now mad with myself for not being more forceful in not allowing MSTest to creep into my project. Kill it with fire.
    sgrassie committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    5822189 View commit details
    Browse the repository at this point in the history
  2. MSTest = dead. Changed the test config stuff again

    Right. MSTest is completely dead, its poison will not darken our doors again.
    
    Changed the config back for secrets. It's nice and simple like this and I like it it just how it is thank you very much.
    sgrassie committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    0b46939 View commit details
    Browse the repository at this point in the history
  3. minor style changes

    sgrassie committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    db26685 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2013

  1. Update readme.markdown

    Final commit.
    sgrassie committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    ef43060 View commit details
    Browse the repository at this point in the history
Loading