Stanley Goldman
7c464c4576
Fixing codecov path
2018-10-05 13:37:12 -04:00
Stanley Goldman
a003850b84
Fixing script
2018-10-05 13:14:44 -04:00
Stanley Goldman
e3c8093fa5
Changing where the nuget package is referenced
2018-10-05 13:08:38 -04:00
Stanley Goldman
a82856ea3f
Giving code coverage more time to run
2018-10-05 12:55:21 -04:00
Stanley Goldman
a091f80f79
Merge pull request #1909 from github/fix-code-coverage
...
Fixing code coverage script
2018-10-05 12:31:28 -04:00
Stanley Goldman
b7bbdd0640
Merge branch 'master' into fix-code-coverage
2018-10-05 12:05:48 -04:00
Stanley Goldman
c7afc84fcf
Merge pull request #1954 from github/build-cross-check
...
Integrating Build Cross Check
2018-10-05 12:00:39 -04:00
Stanley Goldman
899732d280
Update script
2018-10-02 15:43:50 -04:00
Stanley Goldman
5db7c7aa6d
Updating and moving reference to a more central project
2018-10-02 15:24:58 -04:00
Stanley Goldman
0525751b00
Updating binary
2018-10-02 15:11:35 -04:00
Stanley Goldman
589e997dbb
Fix i should've realized
2018-10-02 14:01:21 -04:00
Stanley Goldman
16f2ee022e
Trying to get the right path
2018-10-02 13:46:41 -04:00
Stanley Goldman
fd4d4cd55a
Adding references
2018-10-02 13:35:46 -04:00
Stanley Goldman
226c530021
Restoring that condition
2018-10-02 12:56:17 -04:00
Stanley Goldman
1ddfe074fe
Merge branch 'master' into build-cross-check
2018-10-02 12:54:02 -04:00
Stanley Goldman
644b72fd1f
Merge branch 'master' into fix-code-coverage
2018-10-02 10:08:28 -04:00
Steven Kirk
c6d7304db7
Merge pull request #1955 from github/refactor/move-views
...
Refactor: Move views to GitHub.VisualStudio.UI
2018-10-02 10:50:06 +02:00
Steven Kirk
d9ab704a87
Merge branch 'master' into refactor/move-views
2018-10-02 10:35:04 +02:00
Jamie Cansdale
13a2da02fc
Merge pull request #1965 from github/bump-version
...
Bump version to 2.5.7
2018-10-01 16:24:11 +01:00
Jamie Cansdale
01a04ed467
Bump version to 2.5.7
2018-10-01 15:46:59 +01:00
Meaghan Lewis
1f239cda11
Merge pull request #1943 from github/docs-changes
...
Documentation updates
2018-10-01 07:19:05 -07:00
Jamie Cansdale
e953a1a530
Merge branch 'master' into docs-changes
2018-09-28 17:07:25 +01:00
Jamie Cansdale
6e1a1a2023
Update highlighting
2018-09-28 17:02:06 +01:00
Steven Kirk
ae9b7083fc
Merge branch 'master' into refactor/move-views
...
Conflicts:
src/GitHub.VisualStudio.UI/Views/Dialog/Clone/RepositoryCloneView.xaml
2018-09-28 17:02:12 +02:00
Meaghan Lewis
dfb4795123
change assignable user to pull request author
2018-09-27 12:57:09 -07:00
Meaghan Lewis
bc6ba9ebb7
Specify alternate ways to open clone dialog
2018-09-27 12:54:10 -07:00
Stanley Goldman
34b1fe8226
Merge pull request #1958 from github/l10n_master
...
New Crowdin translations
2018-09-27 15:27:40 -04:00
EditorToolsTranslationBot
440c2eb9b4
New translations Resources.resx (Chinese Simplified)
2018-09-27 14:02:11 -04:00
EditorToolsTranslationBot
3cabc8a938
New translations Resources.resx (Chinese Simplified)
2018-09-27 13:12:03 -04:00
Jamie Cansdale
b582064b84
Merge pull request #1919 from github/feature/open-from-uri-clone-ui
...
Unified Clone / Open from GitHub UI
2018-09-27 18:05:22 +01:00
Jamie Cansdale
37e9acfee4
Merge branch 'master' into feature/open-from-uri-clone-ui
2018-09-27 17:09:08 +01:00
Jamie Cansdale
b18919605e
Merge pull request #1956 from github/metrics/NumberOfClonesToDefaultClonePath
...
Count the number of clones to the default clone path
2018-09-27 16:37:46 +01:00
Jamie Cansdale
704e421c8b
Collaborators, public repositories and solutions
...
- Add `collaborator` repositories to the types that appear in the list
- Mention that the URL tab can be used to clone a public repositories
- The user now needs to double-click on a solution not a repository
2018-09-27 16:16:41 +01:00
Jamie Cansdale
f5b7a057d7
Add NumberOfClonesToDefaultClonePath unit tests
...
Check that counter is only incremented when user clones a repository
into the default clone path.
2018-09-27 15:23:02 +01:00
Jamie Cansdale
916e2fd99f
Add NumberOfClonesToDefaultClonePath counter
...
Add a counter to record the number of times a repository is cloned to
the DefaultClonePath. This will give us an idea of how often users
bother to change this default and what impact it has on usage.
2018-09-27 15:05:18 +01:00
Jamie Cansdale
ca1a215945
Update ErrorType.ClonedFailed message
...
Changed ClonedFailed to CloneOrOpenFailed.
2018-09-27 14:40:13 +01:00
Jamie Cansdale
cfadc62081
Add unit tests for ValidatePathWarning
...
PathWarning_Is_Set_For_Existing_Clone_At_Destination
PathWarning_Is_Set_For_Repository_With_No_Origin
PathWarning_Is_Set_For_Directory_With_No_Repository
PathWarning_Is_Set_For_Existing_Repository_At_Destination_With_Different_Remote
2018-09-27 14:20:44 +01:00
Jamie Cansdale
5f2012a93e
Update Clone/Open enabled tests
...
Add Open_Is_Enabled_When_Path_DirectoryExists test
Fix/update some other tests
2018-09-27 12:41:00 +01:00
Jamie Cansdale
43162dbf60
Factor out magical strings
2018-09-27 12:14:07 +01:00
Jamie Cansdale
27e13d2e02
Refined wording of local path warnings
2018-09-27 12:03:49 +01:00
Jamie Cansdale
d789c4ed61
Show warning when local clone already exists
...
"You have already cloned to this location. Click 'Open' to open the
local repository."
2018-09-27 11:04:34 +01:00
Steven Kirk
0210df09d8
Merge branch 'master' into docs-changes
2018-09-27 11:59:20 +02:00
Jamie Cansdale
7344458588
Convert strings to resources
2018-09-27 10:19:04 +01:00
Jamie Cansdale
f1ba0d2bdf
Revert "Don't run XliffTasks targets during NCrunch build"
...
This reverts commit c37522ba39
.
Fixed in https://github.com/github/VisualStudio/pull/1953 instead
2018-09-26 23:22:02 +01:00
Stanley Goldman
56676640d8
Merge branch 'master' into fix-code-coverage
2018-09-26 17:22:17 -04:00
Stanley Goldman
6de1bbbedc
Merge branch 'master' into feature/open-from-uri-clone-ui
2018-09-26 17:21:20 -04:00
Stanley Goldman
43ba772464
Fixing another test
2018-09-26 17:20:37 -04:00
Stanley Goldman
09347ae5a7
Fixing test
2018-09-26 17:18:10 -04:00
Jamie Cansdale
3d2b580608
Consolidate PathError into PathWarning
...
There was an issue with PathError appearing at the top. When the error
appeared, the repository list would move down causing a different
repository to be selected. This would clause flickering between two
repositories.
This commit consolidates PathError into PathWarning (which appears
above the path which is being validated). This avoids the flicker and
puts the warning next to the text box which it applies to.
The logic to block clone or open when there is a file in the way has
been moved to the commands' `canExecute` observable.
2018-09-26 14:41:15 +01:00
Steven Kirk
fa01f84c1b
Merge branch 'master' into refactor/move-views
2018-09-26 15:19:53 +02:00