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

25 Коммитов

Автор SHA1 Сообщение Дата
Steven Kirk 2e39d24958 Fix intermittent failure with libgit2sharp.
Sometimes unit tests were failing to find the nativate libgit2sharp binaries under ncrunch. This fixes that.
2018-10-18 16:40:43 +02:00
Stanley Goldman 38dae46243
Using a wildcard instead 2018-09-25 09:56:00 -04:00
Stanley Goldman 67366d7ef0
Including the xlf files in ncrunch 2018-09-25 09:46:01 -04:00
Steven Kirk 16ce286874 Merge branch 'master' into feature/serilog-logging
Conflicts:
	src/GitHub.InlineReviews/Services/PullRequestSessionManager.cs
	src/GitHub.InlineReviews/Services/PullRequestSessionService.cs
	src/GitHub.InlineReviews/Tags/InlineCommentTagger.cs
	src/GitHub.VisualStudio/AssemblyResolverPackage.cs
2017-10-24 15:26:53 +02:00
Steven Kirk 9fd341b9cd Hide ncrunch warnings. 2017-10-20 11:51:03 +02:00
Steven Kirk f94bc5f86c Don't prevent signing of assemblies in ncrunch.
This seems to make almost all tests build and pass.
2017-10-20 11:38:37 +02:00
Steven Kirk dc4c91cf11 Make UnitTests build in NCrunch again. 2017-10-20 11:03:06 +02:00
Steven Kirk 8f7bb8a3ef Moved logging to GitHub.Logging assembly. 2017-09-12 09:25:59 +02:00
Steven Kirk 36965dc135 Fix ncrunch compilation. 2017-08-07 15:08:05 +02:00
Steven Kirk 2113a98f0d Merge remote-tracking branch 'origin/master' into fixes/726-markdig 2017-07-07 10:42:01 +02:00
Steven Kirk 3097190685 Merge branch 'master' into feature/inline-reviews
Conflicts:
	src/GitHub.App/ViewModels/PullRequestDetailViewModel.cs
	src/GitHub.VisualStudio/Properties/AssemblyInfo.cs
	src/GitHub.VisualStudio/source.extension.vsixmanifest
	src/MsiInstaller/Version.wxi
	src/common/SolutionInfo.cs
2017-06-27 16:55:34 +02:00
Steven Kirk a08ab1ee55 Use MarkdownViewer from Markdig.Wpf.
Not yet working as markdig package dependency isn't strong name signed.
2017-06-23 10:04:17 +02:00
Jamie Cansdale a8436210d2 Fix debug stepping and coverage with NCrunch 2017-06-02 10:17:51 +01:00
Steven Kirk b55abdc3d8 Fix tests in ncrunch.
They were working at one point without this setting, no more it seems.
2017-05-31 11:26:05 +02:00
Steven Kirk ce4ff49f7c Make ncrunch work for GitHub.InlineReviews.
Make stepping into `GitHub.InlineReviews` work with ncrunch.
2017-05-26 13:50:34 +02:00
Steven Kirk 21a627c8f8 Merge branch 'master' into fixes/809-refactor-logins
Conflicts:
	src/GitHub.App/ViewModels/TwoFactorDialogViewModel.cs
	src/GitHub.Exports/Settings/Guids.cs
	src/GitHub.VisualStudio/UI/Views/Controls/LoginControl.xaml.cs
2017-04-28 12:08:22 +02:00
Steven Kirk f6491f2cfe Fix positioning of review comments.
This required a rewrite of our diff handling - now using VS' inbuilt
differ rather than DiffPlex.
2017-04-27 22:58:46 +02:00
Steven Kirk 8efee79d80 Merge branch 'master' into feature/inline-reviews
Conflicts:
	.ncrunch/GitHub.UI.UnitTests.v3.ncrunchproject
	src/GitHub.Exports/Settings/Guids.cs
2017-04-20 21:28:09 +02:00
Steven Kirk bb6aa7ef28 Parse diffs to get real line numbers for comments.
The `PullRequestReviewComment.Position` field refers to a line number in
the diff between the PR `Head` and `Base`. Generate and parse this diff
to get the line number in the file at which the comment should be
placed.
2017-04-07 15:12:52 +02:00
Steven Kirk f392bfc01f Display review comment icons.
In the margin when a pull request is showing in the GitHub pane.
2017-04-06 17:20:32 +02:00
Jamie Cansdale c4e6f9aaf0 Ensure SharedDictionarManager doesn't return null
Clean up unit tests and make sure they all pass with NCrunch.
2017-04-04 16:27:05 +01:00
Steven Kirk a1cfce10d3 Update ncrunch configuration. 2017-03-23 15:55:18 +01:00
Steven Kirk aa99143073 Merge branch 'master' into fixes/809-refactor-logins
Conflicts:
	script
2017-03-08 11:22:56 +01:00
Steven Kirk ced631f22c Added ncrunch project for automation IDs. 2017-02-28 12:55:13 +01:00
Steven Kirk f91fd0b988 Moved NCrunch project files to .ncrunch directory.
This way they don't pollute submodules.
2017-02-28 12:36:46 +01:00