|
Added |
cj_sutherland |
CCNET-153: Added a conditional publisher. This is a task container that allows publishers to be run if the build status is a certain state (e.g. failed, successful, exception). |
/trunk/project/core/publishers/ConditionalPublisher.cs |
|
Modified |
cj_sutherland |
CCNET-153: Added a conditional publisher. This is a task container that allows publishers to be run if the build status is a certain state (e.g. failed, successful, exception). |
/trunk/project/core/tasks/SequentialTask.cs |
|
Modified |
cj_sutherland |
CCNET-153: Added a conditional publisher. This is a task container that allows publishers to be run if the build status is a certain state (e.g. failed, successful, exception). |
/trunk/project/core/core.csproj |
|
Modified |
cj_sutherland |
CCNET-153: Added a conditional publisher. This is a task container that allows publishers to be run if the build status is a certain state (e.g. failed, successful, exception). |
/trunk/project/core/tasks/ParallelTask.cs |
|
Added |
cj_sutherland |
CCNET-153: Added a conditional publisher. This is a task container that allows publishers to be run if the build status is a certain state (e.g. failed, successful, exception). |
/trunk/project/UnitTests/Core/Publishers/ConditionalPublisherTests.cs |
|
Modified |
cj_sutherland |
CCNET-153: Added a conditional publisher. This is a task container that allows publishers to be run if the build status is a certain state (e.g. failed, successful, exception). |
/trunk/project/UnitTests/UnitTests.csproj |
|
Modified |
cj_sutherland |
Patch from Steve Donie to handle WebExceptions when the remote server times out, plus GetHashCode() on CruiseServerSnapshot and BuildGraph.
Modified the P4Test so it should work on non-English locales. |
/trunk/project/UnitTests/Core/SourceControl/Perforce/P4Test.cs |
|
Modified |
cj_sutherland |
Patch from Steve Donie to handle WebExceptions when the remote server times out, plus GetHashCode() on CruiseServerSnapshot and BuildGraph.
Modified the P4Test so it should work on non-English locales. |
/trunk/project/Remote/CruiseServerSnapshot.cs |
|
Modified |
cj_sutherland |
Patch from Steve Donie to handle WebExceptions when the remote server times out, plus GetHashCode() on CruiseServerSnapshot and BuildGraph.
Modified the P4Test so it should work on non-English locales. |
/trunk/project/CCTrayLib/Monitoring/HttpCruiseServerManager.cs |
|
Modified |
cj_sutherland |
Patch from Steve Donie to handle WebExceptions when the remote server times out, plus GetHashCode() on CruiseServerSnapshot and BuildGraph.
Modified the P4Test so it should work on non-English locales. |
/trunk/project/UnitTests/CCTrayLib/Monitoring/HttpCruiseServerManagerTest.cs |
|
Modified |
cj_sutherland |
Patch from Steve Donie to handle WebExceptions when the remote server times out, plus GetHashCode() on CruiseServerSnapshot and BuildGraph.
Modified the P4Test so it should work on non-English locales. |
/trunk/project/WebDashboard/Plugins/Statistics/BuildGraph.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/CCTrayLib/Configuration/X10Configuration.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/UnitTests/CCTrayLib/X10/LampControllerTest.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/CCTrayLib/X10/ILampController.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/CCTrayLib/Presentation/X10SettingsControl.Designer.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/CCTrayLib/X10/X10Controller.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/CCTrayLib/Presentation/X10SettingsControl.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/CCTrayLib/X10/LampController.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to add support for 3 light X10 systems. |
/trunk/project/UnitTests/CCTrayLib/X10/X10ControllerTest.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/CCTrayLib.csproj |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Speech/SpeakingProjectMonitor.cs |
|
Added |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Speech/SpeechUtil.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Presentation/AudioSettingsControl.Designer.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Presentation/SpeechSettingsControl.Designer.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/UnitTests/UnitTests.csproj |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Presentation/IconSettingsControl.Designer.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Presentation/SpeechSettingsControl.cs |
|
Modified |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements. |
/trunk/project/CCTrayLib/Configuration/SpeechConfiguration.cs |
|
Added |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements - missing file. |
/trunk/project/UnitTests/CCTrayLib/Speech/SpeechUtilTest.cs |
|
Added |
cj_sutherland |
Patch by Steve Donie to provide speech enhancements - missing file. |
/trunk/project/UnitTests/CCTrayLib/Speech |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/UnitTests/Core/Tasks/GendarmeTaskTest.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/PowerShellTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/BuildPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/DevenvTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/NCoverReportTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/XmlLogPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/ModificationReaderTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/ConditionalPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/ParallelTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/NUnitTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/RssPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/MsBuildTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/NAntTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/FinalBuilderTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/ModificationWriterTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/ForceBuildPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/Statistics/StatisticsPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/SequentialTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/TaskBase.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/NDependTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/NCoverProfileTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/EmailPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/publishers/ModificationHistoryPublisher.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/UnitTests/Core/Tasks/ParallelTaskTests.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/ExecutableTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/RakeTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/ArtifactCleanUp.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/GendarmeTask.cs |
|
Modified |
cj_sutherland |
Moved Description from the individual tasks into TaskBase, plus changed the test for a valid Description to use string.IsNullOrEmpty(). |
/trunk/project/core/tasks/MergeFilesTask.cs |
|
Modified |
dnauck |
CCNET-1554: Implement support for Git source control system
Initial support for the git DVCS.
Based on the ccnet.git.plugin by Kevin Read.
This patch is contributed under the terms of the MIT/X11 license. |
/trunk/project/core/core.csproj |
|
Added |
dnauck |
CCNET-1554: Implement support for Git source control system
Initial support for the git DVCS.
Based on the ccnet.git.plugin by Kevin Read.
This patch is contributed under the terms of the MIT/X11 license. |
/trunk/project/core/sourcecontrol/GitHistoryParser.cs |
|
Added |
dnauck |
CCNET-1554: Implement support for Git source control system
Initial support for the git DVCS.
Based on the ccnet.git.plugin by Kevin Read.
This patch is contributed under the terms of the MIT/X11 license. |
/trunk/project/core/sourcecontrol/Git.cs |
|
Added |
dnauck |
CCNET-1554: Implement support for Git source control system
Initial support for the git DVCS.
Based on the ccnet.git.plugin by Kevin Read.
This patch is contributed under the terms of the MIT/X11 license. |
/trunk/project/UnitTests/Core/SourceControl/GitHistoryParserTest.cs |
|
Added |
dnauck |
CCNET-1554: Implement support for Git source control system
Initial support for the git DVCS.
Based on the ccnet.git.plugin by Kevin Read.
This patch is contributed under the terms of the MIT/X11 license. |
/trunk/project/UnitTests/Core/SourceControl/GitTest.cs |
|
Modified |
dnauck |
CCNET-1554: Implement support for Git source control system
Initial support for the git DVCS.
Based on the ccnet.git.plugin by Kevin Read.
This patch is contributed under the terms of the MIT/X11 license. |
/trunk/project/UnitTests/UnitTests.csproj |
|
Modified |
dnauck |
* re enable AutoGetSource
* fix unit test
|
/trunk/project/core/sourcecontrol/Git.cs |
|
Modified |
dnauck |
* re enable AutoGetSource
* fix unit test
|
/trunk/project/UnitTests/Core/SourceControl/GitTest.cs |
|
Modified |
cj_sutherland |
Added TaskContainerBase to simplify working with tasks that contain other tasks. |
/trunk/project/core/publishers/ConditionalPublisher.cs |
|
Modified |
cj_sutherland |
Added TaskContainerBase to simplify working with tasks that contain other tasks. |
/trunk/project/core/tasks/SequentialTask.cs |
|
Modified |
cj_sutherland |
Added TaskContainerBase to simplify working with tasks that contain other tasks. |
/trunk/project/core/core.csproj |
|
Modified |
cj_sutherland |
Added TaskContainerBase to simplify working with tasks that contain other tasks. |
/trunk/project/core/tasks/ParallelTask.cs |
|
Added |
cj_sutherland |
Added TaskContainerBase to simplify working with tasks that contain other tasks. |
/trunk/project/core/tasks/TaskContainerBase.cs |
|
Modified |
cj_sutherland |
Added TaskContainerBase to simplify working with tasks that contain other tasks. |
/trunk/project/UnitTests/Core/Publishers/ConditionalPublisherTests.cs |
|
Modified |
dnauck |
ignore bin and obj directories |
/trunk/project/CCCmd |
|
Modified |
willemsruben |
small layout update |
/trunk/doc/Security.rtf |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/PowerShellTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/BuildPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/DevenvTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/NCoverReportTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/ModificationReaderTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/XmlLogPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/ConditionalPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/ParallelTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/NUnitTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/RssPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/MsBuildTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/NAntTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/FinalBuilderTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/ModificationWriterTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/ForceBuildPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/UnitTests/Core/Publishers/PackagePublisherTests.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/Statistics/StatisticsPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/SequentialTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/TaskBase.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/BaseExecutableTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/TaskContainerBase.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/NDependTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/NCoverProfileTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/EmailPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/ModificationHistoryPublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/publishers/PackagePublisher.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/ExecutableTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/RakeTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/MergeFilesTask.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/ArtifactCleanUp.cs |
|
Modified |
cj_sutherland |
Started refactoring TaskBase so it will also include Run(). This is to allow for better status reporting and to simplify task development in future. |
/trunk/project/core/tasks/GendarmeTask.cs |
|
Modified |
cj_sutherland |
Added unit tests for TaskBase - plus fixed one error in TaskBase (failed tests). |
/trunk/project/core/tasks/TaskBase.cs |
|
Added |
cj_sutherland |
Added unit tests for TaskBase - plus fixed one error in TaskBase (failed tests). |
/trunk/project/UnitTests/Core/Tasks/TaskBaseTests.cs |
|
Modified |
cj_sutherland |
Added unit tests for TaskBase - plus fixed one error in TaskBase (failed tests). |
/trunk/project/UnitTests/UnitTests.csproj |
|
Modified |
cj_sutherland |
Added unit tests for TaskContainerBase, tidied up the code a little bit. |
/trunk/project/core/publishers/ConditionalPublisher.cs |
|
Modified |
cj_sutherland |
Added unit tests for TaskContainerBase, tidied up the code a little bit. |
/trunk/project/core/tasks/SequentialTask.cs |
|
Modified |
cj_sutherland |
Added unit tests for TaskContainerBase, tidied up the code a little bit. |
/trunk/project/core/tasks/ParallelTask.cs |
|
Modified |
cj_sutherland |
Added unit tests for TaskContainerBase, tidied up the code a little bit. |
/trunk/project/core/tasks/TaskContainerBase.cs |
|
Modified |
cj_sutherland |
Added unit tests for TaskContainerBase, tidied up the code a little bit. |
/trunk/project/UnitTests/UnitTests.csproj |
|
Added |
cj_sutherland |
Added unit tests for TaskContainerBase, tidied up the code a little bit. |
/trunk/project/UnitTests/Core/Tasks/TaskContainerBaseTests.cs |
|
Modified |
cj_sutherland |
Added an additional unit test to SequentialTaskTests to bring code coverage to 100%.
Fixed an identified bug in SequentialTask (an exception should set the status to failure, not exception). |
/trunk/project/core/tasks/SequentialTask.cs |
|
Modified |
cj_sutherland |
Added an additional unit test to SequentialTaskTests to bring code coverage to 100%.
Fixed an identified bug in SequentialTask (an exception should set the status to failure, not exception). |
/trunk/project/UnitTests/Core/Tasks/SequentialTaskTests.cs |
|
Modified |
cj_sutherland |
Expanded the tests to also cover default values. |
/trunk/project/UnitTests/Core/Tasks/ReplacementDynamicValueTests.cs |
|
Modified |
cj_sutherland |
Added an additional unit test to ParallelTaskTests to bring code coverage to 100%.
Fixed an identified bug in ParallelTask (an exception should set the status to failure, not exception). |
/trunk/project/core/tasks/ParallelTask.cs |
|
Modified |
cj_sutherland |
Added an additional unit test to ParallelTaskTests to bring code coverage to 100%.
Fixed an identified bug in ParallelTask (an exception should set the status to failure, not exception). |
/trunk/project/UnitTests/Core/Tasks/ParallelTaskTests.cs |
|
Modified |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/core/util/SystemIoFileSystem.cs |
|
Modified |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/core/tasks/NDependTask.cs |
|
Modified |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/UnitTests/UnitTests.csproj |
|
Modified |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/UnitTests/Core/SourceControl/Mercurial/MercurialTest.cs |
|
Modified |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/UnitTests/Core/Tasks/ParallelTaskTests.cs |
|
Added |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/UnitTests/Core/Tasks/NDependTaskTests.cs |
|
Modified |
cj_sutherland |
Started work on unit tests for NDepend.
Refactored NDependTask to use interfaces for all I/O calls (allows for easier unit testing). |
/trunk/project/core/util/IFileSystem.cs |
|
Modified |
cj_sutherland |
Updated PowerShellTaskTest and NDependTaskTests to have (almost) 100% code coverage.
Fixed some minor bugs found in PowerShellTask and NDependTask found by unit tests. |
/trunk/project/core/tasks/PowerShellTask.cs |
|
Modified |
cj_sutherland |
Updated PowerShellTaskTest and NDependTaskTests to have (almost) 100% code coverage.
Fixed some minor bugs found in PowerShellTask and NDependTask found by unit tests. |
/trunk/project/UnitTests/Core/Tasks/PowerShellTaskTest.cs |
|
Modified |
cj_sutherland |
Updated PowerShellTaskTest and NDependTaskTests to have (almost) 100% code coverage.
Fixed some minor bugs found in PowerShellTask and NDependTask found by unit tests. |
/trunk/project/core/tasks/NDependTask.cs |
|
Modified |
cj_sutherland |
Updated PowerShellTaskTest and NDependTaskTests to have (almost) 100% code coverage.
Fixed some minor bugs found in PowerShellTask and NDependTask found by unit tests. |
/trunk/project/UnitTests/Core/Tasks/NDependTaskTests.cs |
|
Modified |
dnauck |
add methods to convert from and to unix timestamps |
/trunk/project/core/util/DateUtil.cs |
|
Modified |
cj_sutherland |
CCNET-1522: Changed to directly pass a byte array via remoting instead of using transferring smaller blocks. |
/trunk/project/Remote/RemotingFileTransfer.cs |
|
Added |
dnauck |
add example git log history output file.
Please do not set svn:eol-style to this file. |
/trunk/project/UnitTests/resources/CCNet.git.log.txt |
|
Modified |
dnauck |
add example git log history output file.
Please do not set svn:eol-style to this file. |
/trunk/project/UnitTests/UnitTests.csproj |
|
Modified |
dnauck |
CCNET-1554: Implement support for Git source control system
* Git.cs: use new and easy history format pattern for plain text output of changes and commits
* Git.cs: limit log output with --before and --after
* Git.cs: remove xml date formatting, its not required anymore
* GitHistoryParser.cs: implement new regex parsing of the git log output
* GitHistoryParser.cs: parse and detect also for file changes per commit
* add new tests and fix existing tests
|
/trunk/project/core/sourcecontrol/GitHistoryParser.cs |
|
Modified |
dnauck |
CCNET-1554: Implement support for Git source control system
* Git.cs: use new and easy history format pattern for plain text output of changes and commits
* Git.cs: limit log output with --before and --after
* Git.cs: remove xml date formatting, its not required anymore
* GitHistoryParser.cs: implement new regex parsing of the git log output
* GitHistoryParser.cs: parse and detect also for file changes per commit
* add new tests and fix existing tests
|
/trunk/project/core/sourcecontrol/Git.cs |
|
Modified |
dnauck |
CCNET-1554: Implement support for Git source control system
* Git.cs: use new and easy history format pattern for plain text output of changes and commits
* Git.cs: limit log output with --before and --after
* Git.cs: remove xml date formatting, its not required anymore
* GitHistoryParser.cs: implement new regex parsing of the git log output
* GitHistoryParser.cs: parse and detect also for file changes per commit
* add new tests and fix existing tests
|
/trunk/project/UnitTests/Core/SourceControl/GitHistoryParserTest.cs |
|
Modified |
dnauck |
CCNET-1554: Implement support for Git source control system
* Git.cs: use new and easy history format pattern for plain text output of changes and commits
* Git.cs: limit log output with --before and --after
* Git.cs: remove xml date formatting, its not required anymore
* GitHistoryParser.cs: implement new regex parsing of the git log output
* GitHistoryParser.cs: parse and detect also for file changes per commit
* add new tests and fix existing tests
|
/trunk/project/UnitTests/Core/SourceControl/GitTest.cs |