Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Show proper message when repo is created #59

Closed
wants to merge 25 commits into from

Commits on Aug 21, 2015

  1. Add list of repos to the connect page

    Adds a list view showing the list of repositories
    that VS knows about and that are associated with
    the github connection (i.e., the remote url corresponds
    to the github connection section information)
    shana committed Aug 21, 2015
    Copy the full SHA
    6658ac1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into shana/list-git-repos

    Conflicts:
    	src/GitHub.Exports/Primitives/UriString.cs
    	src/GitHub.Exports/Services/Services.cs
    	src/GitHub.VisualStudio/Base/TeamExplorerItemBase.cs
    shana committed Aug 21, 2015
    Copy the full SHA
    8a92d7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b2b946 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    366cef7 View commit details
    Browse the repository at this point in the history
  5. Don't save the repo list in the cache

    The repository list is loaded from the registry into ConnectionManager.
    Don't save it in the cache for now, so it doesn't break compatibility
    with the existing cache files and we don't really need to cache it right
    now. Let's see how it works just loading directly from the registry for
    now.
    shana committed Aug 21, 2015
    Copy the full SHA
    1140027 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    99edb94 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    99d0537 View commit details
    Browse the repository at this point in the history
  8. We don't really need this

    shana committed Aug 21, 2015
    Copy the full SHA
    fdc8a2e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Copy the full SHA
    536449d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5775166 View commit details
    Browse the repository at this point in the history
  3. Clean up some things

    shana committed Aug 24, 2015
    Copy the full SHA
    61b96b7 View commit details
    Browse the repository at this point in the history
  4. Fix styles and selected item

    shana committed Aug 24, 2015
    Copy the full SHA
    53dc3f6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c47c146 View commit details
    Browse the repository at this point in the history
  6. Offer to open a solution after a repo is cloned

    Offering to open a solution or project is the only way to switch the
    context to the new repo. Since it's likely that that's what the user
    wants to do anyway (why clone a repo otherwise), let's do that.
    shana committed Aug 24, 2015
    Copy the full SHA
    f51098f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    49d61d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Copy the full SHA
    bf43378 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eaa5408 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Fix the repo name formatting

    The previous logic wouldn't work if there is no active repo in VS
    shana committed Aug 26, 2015
    Copy the full SHA
    274a146 View commit details
    Browse the repository at this point in the history
  2. Sort the repo list

    shana committed Aug 26, 2015
    Copy the full SHA
    27771c2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    55fd011 View commit details
    Browse the repository at this point in the history
  4. Trigger new project dialog when creating new repos

    Also fix some issues with refreshing the repo list multiple times and
    tracking when local repository list for changes
    shana committed Aug 26, 2015
    Copy the full SHA
    f9e1ee7 View commit details
    Browse the repository at this point in the history
  5. Fix all the styles!!

    Make only the repo name bold when active. Change the repo path color to
    white when hovering or selecting so it's more visible. Set the
    background to selected when selecting with the mouse (different from
    just hovering).
    shana committed Aug 26, 2015
    Copy the full SHA
    7554acf View commit details
    Browse the repository at this point in the history
  6. Just one more style tweak

    Keep the path color white/black when it's the current repo, it's easier
    to see.
    shana committed Aug 26, 2015
    Copy the full SHA
    da125bb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Copy the full SHA
    9f21317 View commit details
    Browse the repository at this point in the history
  2. Show proper message when repo is created

    Fixes #54
    shana committed Aug 27, 2015
    Copy the full SHA
    8b33ca3 View commit details
    Browse the repository at this point in the history