Граф коммитов

3204 Коммитов

Автор SHA1 Сообщение Дата
Jasmine Greenaway 139c787dd2 improved ID names 2017-02-23 16:00:15 -05:00
Jasmine Greenaway bcc8714633 update submodule 2017-02-23 14:27:52 -05:00
Jasmine Greenaway 493cf2a3db add automation id project to unit test project 2017-02-21 16:48:46 -05:00
Jasmine Greenaway ebddf2fd70 add missing start page project back 2017-02-21 16:33:33 -05:00
Jasmine Greenaway e4025c7570 resolve syntax from conflict resolution 2017-02-21 16:12:31 -05:00
Jasmine Greenaway f6cfb432d7 Merge branch 'master' into fixes/812-automation-ids 2017-02-21 16:00:23 -05:00
Jasmine Greenaway c22b5bdafe Merge pull request #860 from github/fixes/783-disable-publish-view-during-publish
Disable publish view during publish.
2017-02-21 12:14:58 -05:00
Jasmine Greenaway 697e3b6f34 remove wrong submodule names 2017-02-17 18:44:54 -05:00
Jasmine Greenaway 0d2f84bc2b Merge branch 'fixes/812-automation-ids' of https://github.com/editor-tools/VisualStudio into fixes/812-automation-ids 2017-02-17 18:40:50 -05:00
Jasmine Greenaway 54cdb2afed add submodule assembly to AssemblyResolver 2017-02-17 18:40:28 -05:00
Jasmine Greenaway c8f136d07b add submoduleassembly to AssemblyResolver 2017-02-17 18:40:03 -05:00
Jasmine Greenaway 627d9a21fb update submodule repo name 2017-02-17 17:40:30 -05:00
Jasmine Greenaway 45ec286f24 Merge branch 'master' into fixes/783-disable-publish-view-during-publish 2017-02-16 10:08:07 -08:00
Phineas 7a899ba02f Merge pull request #862 from Phineas/patch-1
Remove copyright year from LICENSE file
2017-02-16 02:31:06 +01:00
Steven Kirk baeb6a937f Disable publish view during publish.
Fixes #783.
2017-02-15 17:35:08 +01:00
Jasmine Greenaway 30ceedc06e Merge pull request #855 from github/fixes/is-from-fork
Correctly set IsFromFork.
2017-02-15 11:28:24 -05:00
Jasmine Greenaway ce6445a73d Merge branch 'master' into fixes/is-from-fork 2017-02-15 11:15:01 -05:00
Jasmine Greenaway 17e5b0b7a3 Merge pull request #852 from github/fixes/823-pr-list-crash
Handle all exceptions in PR list view model.
2017-02-15 11:08:25 -05:00
Jasmine Greenaway 9ffb5eba6e Merge branch 'master' into fixes/is-from-fork 2017-02-15 11:06:23 -05:00
Jasmine Greenaway 2935efe9e9 Merge branch 'master' into fixes/823-pr-list-crash 2017-02-15 11:01:39 -05:00
Steven Kirk 577223630f Merge pull request #834 from github/fixes/155-open-repo
Make double-clicking on repro from `GitHub` behave the same as `Local Git Repositories`
2017-02-15 12:16:59 +01:00
Steven Kirk 39457b81ef Merge branch 'master' into fixes/155-open-repo 2017-02-15 12:09:34 +01:00
Jamie Cansdale 1ba5aafc8f Handle situation when repo has moved
If user tries to open a repo dir that no longer exists, let them find and open the solution manually.
There is no need to reset the selected repo if opening solution fails.
2017-02-14 23:47:31 +00:00
Steven Kirk d858c11cb6 Added logging. 2017-02-14 13:12:20 +01:00
Steven Kirk 7766bfb521 Merge pull request #833 from github/feature/install-vsix-script
Add script to reinstall dev build of VSIX
2017-02-14 12:13:07 +01:00
Steven Kirk 7a02cc9582 Merge branch 'master' into feature/install-vsix-script 2017-02-14 08:24:52 +01:00
Steven Kirk 4399024b03 Correctly set IsFromFork.
`PullRequestDetailViewModel.IsFromFork` wasn't being set, meaning that
it was always false. This mainly affects our metrics and means that our
"PRs checked out from forks" metric was always 0.
2017-02-14 08:21:30 +01:00
Jasmine Greenaway d3400fee04 update submodules file 2017-02-13 14:11:57 -05:00
Jasmine Greenaway 7eba8a2978 submodule update 2017-02-13 13:57:00 -05:00
Jasmine Greenaway 656b799d42 add connect control ids 2017-02-13 13:45:12 -05:00
Jasmine Greenaway 8bf77494b3 add automation IDs to 2FA, PR creation, logged out, repo publish and creation controls 2017-02-13 13:44:47 -05:00
Jasmine Greenaway b8e9a72c18 add login, gist, and clone IDs 2017-02-13 13:44:06 -05:00
Jasmine Greenaway 727912edb8 add ids to gist, info panel, and rest of pane view controls 2017-02-13 13:43:31 -05:00
Jasmine Greenaway 117ba256a8 Add required IDs for tests 2017-02-13 13:42:50 -05:00
Jasmine Greenaway 2912437807 submodule update 2017-02-13 13:39:15 -05:00
Steven Kirk fb8de3e27e Handle all exceptions in PR list view model.
All exceptions need to be handled in the subscription to
`pullRequests.OriginalCompleted` or we will crash VS. We really need to
add an error state to our view models, but for the moment just do as we
did before and show an empty list if an exception occurs.
2017-02-13 18:56:41 +01:00
Jasmine Greenaway dd50e93470 Merge branch 'master' into master 2017-02-13 10:21:11 -05:00
Steven Kirk 3ab0522e34 Merge pull request #842 from github/fixes/786-error-not-cleared
Clear `OperationError` before attempting to checkout PR
2017-02-13 15:49:08 +01:00
Jamie Cansdale 95182877f3 Group private methods together
Move `SubscribeOperationError` to be with other private methods.
2017-02-13 14:31:49 +00:00
Jamie Cansdale 431c301b51 Clear `OperationError` before Pull, Pull and Initialize
Factor out handling command exceptions into `SubscribeOperationError`.
2017-02-13 12:19:51 +00:00
Jamie Cansdale f3a83f8349 Use specific exception type in unit tests
Use `System.IO.FileNotFoundException` instead of `System.Exception`.
2017-02-13 12:19:51 +00:00
Jamie Cansdale 3dd5a7862b Clear error before attempting checkout
Fix for #786.
2017-02-13 12:19:51 +00:00
Steven Kirk a3ba63edac Bump version to 2.2.0.8 2017-02-13 11:50:56 +01:00
Steven Kirk 79f5d318e6 Merge branch 'release/2.2.0.7' 2017-02-13 11:50:44 +01:00
Steven Kirk d7359bc546 Merge pull request #840 from github/fixes/800-vs2017-clone-api
Use new clone API in VS2017.
2017-02-13 10:57:13 +01:00
Jamie Cansdale 121d09adc8 Reset `SelectedRepository` if no solution is opened
I'm not sure this is absolutely nessesary, but it doesn't hurt.
2017-02-10 18:04:35 +00:00
Steven Kirk d3360376fd Merge pull request #810 from github/fixes/805-return-to-pr-list
Return to PR list view after PR creation
2017-02-10 17:39:47 +01:00
Jamie Cansdale ae375bf569 Don't throw if sln temp files can't be deleted
Unit tests were failing and pointing to a problem (should pass now).
2017-02-10 12:08:55 +00:00
Jasmine Greenaway a21769df53 Merge branch 'master' of https://github.com/editor-tools/VisualStudio 2017-02-09 14:52:01 -05:00
Jasmine Greenaway 1cdbe01b20 automation id submodule update 2017-02-09 14:49:51 -05:00