Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-23Improve unit test service initialization timeLluis Sanchez
Delay initialization of package service until the first solution is opened
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-01Fixes VSTS Bug 781628: VSM didn't run tests with error 'vstest.console ↵Mike Krüger
failed to connect' https://devdiv.visualstudio.com/DevDiv/_workitems/edit/781628
2019-02-25Merge pull request #193 from xamarin/release-8.0-vsts781628Lluis Sanchez
Fixes VSTS Bug 781628: VSM didn't run tests with error 'vstest.console
2019-02-25Fixes VSTS Bug 781628: VSM didn't run tests with error 'vstest.consoleMike Krüger
failed to connect' https://devdiv.visualstudio.com/DevDiv/_workitems/edit/781628
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-19Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-02-18Migrate tests to the new testing infrastructureLluis Sanchez
2019-02-16Obsoletion propagationMikayla Hutchinson
2019-02-15Track API changesLluis Sanchez
All services are now referenced from the IdeServices class
2019-02-14Merge remote-tracking branch 'origin/master' into release-8.0therzok
Conflicts: main/external/xwt main/src/addins/MacPlatform/MacPlatform.csproj main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/MonoDevelop.PackageManagement.Tests.csproj main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/packages.config main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj main/tests/MonoDevelop.Core.Tests/MonoDevelop.Core.Tests.csproj main/tests/MonoDevelop.Core.Tests/packages.config version-checks
2019-02-13Fixed GitHub 7107 - Disposing SolutionFolderJavier Suárez Ruiz
2019-02-08Merge remote-tracking branch 'origin/master' into release-8.0therzok
2019-01-29[UnitTest] Removed some dead code.Mike Krüger
2019-01-29Fixes VSTS Bug 766267: No keyboard shortcut to run test from the textMike Krüger
editor https://devdiv.visualstudio.com/DevDiv/_workitems/edit/766267
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2019-01-14Fix a bunch more warnings all overMikayla Hutchinson
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
NuGet's PrivateAssets="runtime" does not work, resulting in transitive references local copying their assemblies into every project. This works around that by filtering out all local copies that are not explictly listed. This also makes it much harder to accidentally introduce local copies, which is good as local copies in general are are not desirable due to the way that dlls are loaded by the extension system.
2019-01-13Remove a metric ton of redundant local copiesMikayla Hutchinson
These tests all output into the same directory, they should not all be local copying the same references into it.
2019-01-11Fix a couple build errorsMikayla Hutchinson
2019-01-11Use variable for nupkg directoryMikayla Hutchinson
2019-01-11Fix up remaining nuget downloadsMikayla Hutchinson
2019-01-11Partially switch remaining projects to csprojMikayla Hutchinson
These all have some kind of custom NuGet asset copying step that will require additional logic.
2018-12-17Merge pull request #6735 from mono/master-vsts729387Lluis Sanchez
Fixes VSTS Bug 729387: [Feedback] Broken text editor unit test
2018-12-12Fixes VSTS Bug 731943: [Feedback] xUnit Fact DisplayName not shown inMike Krüger
test explorer if string has a period at the end. https://devdiv.visualstudio.com/DevDiv/_workitems/edit/731943
2018-12-11[UnitTesting] Added tests for the TestSourceCodeDocumentId in the VsTest ↵Mike Krüger
environment.
2018-12-10[UnitTests] Fix test results pad.Mike Krüger
Introduced a new ID which is clearer the source code connection ID.
2018-12-10Fixes VSTS Bug 729387: [Feedback] Broken text editor unit testMike Krüger
integration ("Unit test [name] could not be loaded") https://devdiv.visualstudio.com/DevDiv/_workitems/edit/723605 TestID is not arbitrary or optional. It's the fully qualified test name in the source code.
2018-11-26Fix warnings shown by MonoDevelop.Analyzers (#6657)Marius Ungureanu
* [Core] Name is already localized * Fix up invalid GettextCatalog.GetString calls or optimize them * Optimize SignatureHelpParameterHintingData appends * Fix extra allocatins in appends found by string append analyzer
2018-11-22[Tests] Prune the results store when more than 30 test runs are availabletherzok
This should improve performance of loading the test results store when too many results are stored. Fixes VSTS #586003 - AbstractResultsStore never prunes data
2018-11-06Merge pull request #6405 from mono/master-vsts700296Mike Krüger
Fixes VSTS User Story 700296: UnitTestService rebuilds tests multiple
2018-10-26Bug 713024: "Test Results" pane has bad performance when very largeMike Krüger
amounts of text are shown https://devdiv.visualstudio.com/DevDiv/_workitems/edit/713024
2018-10-22Fixes VSTS User Story 700296: UnitTestService rebuilds tests multipleMike Krüger
times on solution open ProjectOperations_PackageReferencesModified already contained the solution for rebuilding. Moved that up to RebuildTests.
2018-10-11Fixes VSTS Bug 701330: DTS: When adding Unit Test into theMike Krüger
application, the application will crash with a stack trace that seems to try to recursively add unit test over 85,000 times https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/701330
2018-10-10Fixes issue #6147 Build project before executing unit tests nowMike Krüger
prompts
2018-09-28Merge pull request #6116 from mono/master-issue6014Lluis Sanchez
Fixes issue #6014 [Regression] Unit-tests execution
2018-09-27Simplify AssemblySearchPaths to what's really needed.Kirill Osenkov
This disables searching in registry, AssemblyFoldersEx, etc.
2018-09-27Fixes issue #6014 [Regression] Unit-tests executionMike Krüger
The multiple application output window got introduced by 65c5f17f86fc77f8add6c6090aa526c2cb2a6009 that introduced that an in progress output window can't be re used. Ending the progress on dispose as well fixes that issue for unit tests.
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-08-04Bump SRMtherzok
2018-08-04Fixup SCI bumptherzok
2018-08-01[UnitTesting] Improve performance of test runs.therzok
Fixes VSTS #635510 - Unit testing addin slow perf on finishing a test suite
2018-08-01[UnitTesting] Refactor status update to not iterate results twice.therzok
2018-08-01[UnitTests] Remove dead parametertherzok
2018-08-01[UnitTests] We only need to set the result status if it's in ready statetherzok
2018-08-01[UnitTests] Don't update status if it didn't changetherzok
2018-08-01[UnitTests] Clean up equals check a bittherzok
2018-07-20[UnitTesting] Fix crash running tests from editorMikayla Hutchinson
2018-07-19Merge pull request #5408 from mono/fast-build-check-for-testLluis Sanchez
Fast build check for test