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

Commit 3319d75

Browse files
authored
Merge branch 'master' into grokys/ncrunch
2 parents 4b7659e + 4ce083a commit 3319d75

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
url = https://github.com/editor-tools/Rothko.git
44
[submodule "submodules/reactiveui"]
55
path = submodules/reactiveui
6-
url = https://github.com/shana/ReactiveUI
6+
url = https://github.com/editor-tools/ReactiveUI
77
[submodule "submodules/octokit.net"]
88
path = submodules/octokit.net
9-
url = https://github.com/shana/Octokit.Net
9+
url = https://github.com/editor-tools/Octokit.Net
1010
[submodule "submodules/splat"]
1111
path = submodules/splat
12-
url = https://github.com/shana/splat.git
12+
url = https://github.com/editor-tools/splat.git
1313
[submodule "submodules/akavache"]
1414
path = submodules/akavache
15-
url = https://github.com/shana/Akavache
15+
url = https://github.com/editor-tools/Akavache
1616
[submodule "script"]
1717
path = script
1818
url = [email protected]:github/VisualStudioBuildScripts

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GitHub Extension for Visual Studio
22

3+
**The location of the submodules has changed as of 31-01-2017.** If you have an existing clone, make sure to run `git submodule sync` to update your local clone with the new locations for the submodules.
4+
35
The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015.
46
Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.
57

@@ -38,12 +40,16 @@ To be able to use the GitHub API, you'll need to:
3840
- [Register a new developer application](https://github.com/settings/developers) in your profile.
3941
- Open [src/GitHub.App/Api/ApiClientConfiguration.cs](src/GitHub.App/Api/ApiClientConfiguration.cs) and fill out the clientId/clientSecret fields for your application.
4042

43+
## More information
44+
45+
- Andreia Gaita's [presentation](https://www.youtube.com/watch?v=hz2hCO8e_8w) at Codemania 2016 about this extension.
46+
4147
## Contributing
4248

4349
Visit the [Contributor Guidelines](CONTRIBUTING.md) for details on how to contribute as well as the [Open Code of Conduct](http://todogroup.org/opencodeofconduct/#VisualStudio/[email protected]) for details on how to participate.
4450

4551
## Copyright
4652

47-
Copyright 2015 - 2016 GitHub, Inc.
53+
Copyright 2015 - 2017 GitHub, Inc.
4854

4955
Licensed under the [MIT License](LICENSE.md)

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ install:
44
$full_build = Test-Path env:GHFVS_KEY
55
66
git submodule init
7+
8+
git submodule sync
79
810
if ($full_build) {
911
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
@@ -14,7 +16,7 @@ install:
1416
git submodule deinit script
1517
}
1618
17-
git submodule update
19+
git submodule update --recursive --force
1820
1921
nuget restore GitHubVS.sln
2022
build_script:

documentation/manifest.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
- [ ] **Double-click the cloned repository in the "Local Git Repositories" list**
4848
- [ ] Team Explorer view changes to Home page
4949
- [ ] GitHub header and repo information is shown
50-
- [ ] Click Clone in "Local Git Repositories" List and copy/paste a repo from .com. Clone and verify the message displays, "The repository was cloned successfully."
51-
- [ ] **Click on Create action link**
50+
- [ ] **Navigate back to Connect view, then click clone in "Local Git Repositories" list**
51+
- [ ] Copy/paste a repo from .com. Clone and verify the message displays, "The repository was cloned successfully."
52+
- [ ] **Click on Create action link in GitHub section**
5253
- [ ] Create dialog appears
5354
- [ ] Cursor is on the Name field
5455
- [ ] Create button is disabled
@@ -68,14 +69,15 @@
6869
- [ ] Team Explorer view changes to Home page
6970
- [ ] GitHub header and repo information is shown
7071
- [ ] **Publishing a local repo**
71-
- [ ] File - New - Project - Console Application (or any type of project, doesn't matter much)
72-
- [ ] Select "Add to source control" from the dialog and click Ok
73-
- [ ] Select "Git" from the Choose Source Control dialog
72+
- [ ] **File - New - Project - Console Application (or any type of project, doesn't matter much)**
73+
- [ ] **Set "Create new Git Repository" checkbox to checked**
74+
- [ ] **Click OK button**
7475
- [ ] Verify that Team Explorer home page does *not* have a GitHub section
7576
- [ ] **Click "Sync"**
7677
- [ ] Synchronization page opens with "Publish to GitHub" section
77-
- [ ] **Click "Get Started" in the "Publish to GitHub" section**
78+
- [ ] **Click "Publish to GitHub" in the "Publish to GitHub" section**
7879
- [ ] Contents of section change to a publish form with:
80+
- [ ] Account type dropdown
7981
- [ ] User dropdown
8082
- [ ] Pre-filled name field with project name
8183
- [ ] Description field
@@ -105,6 +107,7 @@
105107
- [ ] Go to Sync page and publish repository
106108
- [ ] Go to Team Explorer Connect page (logged in)
107109
- [ ] Click GitHub > Create
110+
- [ ] Received error: "There is already a repository named [repo name] for the current account"
108111
# Connect page when logged in to TFS
109112
- [ ] **Connect to a TFS project**
110113
- [ ] Login to GitHub
@@ -124,7 +127,6 @@
124127
- [ ] Changing the Author filter dropdown filters the pull request list to display pull requests the user created (confirm on .com)
125128
- [ ] Filter author selection displays recent pull request authors
126129
- [ ] "Create New" Link button is displayed
127-
- [ ] Clicking on a pull request title opens browser window to pull request on .com
128130
- [ ] Clicking on a pull request number opens browser window to pull request on .com
129131
- [ ] **Click on a pull request title**
130132
- [ ] A detailed description of the pull request is displayed.

0 commit comments

Comments
 (0)