Skip to content

Commit

Permalink
Release 2.8.3 (#376)
Browse files Browse the repository at this point in the history
* Delete CNAME as advised by github support

* Create CNAME

* Get rid of ngenerics (#370)

* Use Tree instead of NGenerics.GeneralTree

* Use visitor instead of ActionVisitor

* Rename Visitor to Traversor

* Remove reference to unused NGenerics library

* Fix whitespace

* Remove NGenerics from nuspecs and build scripts

* Get rid of traversor

* Compatibility with nunit.console 3.4 and nunit.framework 2.6 (#369)

* Compatibility with nunit.console 3.4 and nunit.framework 2.6

* Added example output file and test for nunit 2 tests ran with nunit 3 runner.

* Add "NUnit 2 tests run by NUnit 3" to test harness (#371)

* Move generation and commit of output to DeployArtifacts (#372)

* Added test for sorting when generating word docs (#373)

* Added test for sorting when generating word docs

* Use stream overloads of WordprocessingDocument

* Improve tree (#374)

* Add test about sorting

* Make it compile

* Make it pass

* Check for null in constructor

* Add test about null names in iteration

* Factory method for creating trees

* Check for null tree when adding

* Add test for null node

* Add release notes

* Fix some markdown syntax things

* Bump version number (2.8.3)

* Version 2.8.3
  • Loading branch information
dirkrombauts authored Sep 28, 2016
1 parent 9ebbd2f commit f7c1cc0
Show file tree
Hide file tree
Showing 96 changed files with 3,848 additions and 2,816 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,40 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org). We consider the following to be the API of Pickles for the purposes of Semantic Versioning:

- The arguments of the command line runner
- The arguments of the PowerShell runner
- The arguments of the MSBuild configuration
- The settings file of the GUI runner
- The JSON output of the JSON format
- The arguments of the command line runner
- The arguments of the PowerShell runner
- The arguments of the MSBuild configuration
- The settings file of the GUI runner
- The JSON output of the JSON format

Features in Experimental are subject to change and removal without being considered breaking.

This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).

## [2.8.3] - 2016-09-28

### Fixed

- Compatibility with nunit.console 3.x and nunit.framework 2.x ([369](https://github.com/picklesdoc/pickles/pull/369)) (by [@lars-erik](https://github.com/lars-erik)).
- Correct sorting of features in output file (MS Word) ([357](https://github.com/picklesdoc/pickles/issues/357)) (by [@lars-erik](https://github.com/lars-erik) and [@dirkrombauts](https://github.com/dirkrombauts)).

## [2.8.2] - 2016-08-18

### Fixed

* Handle Encoding or Opposite Slash in Feature Paths ([358](https://github.com/picklesdoc/pickles/pull/362)) (by [@ocsurfnut](https://github.com/ocsurfnut)).
- Handle Encoding or Opposite Slash in Feature Paths ([358](https://github.com/picklesdoc/pickles/pull/362)) (by [@ocsurfnut](https://github.com/ocsurfnut)).

## [2.8.1] - 2016-07-29

### Fixed

* Blank Example Entries in a Scenario Outline cause Pickles not to Find the matching Scenario Outline ([358](https://github.com/picklesdoc/pickles/pull/358)) (by [@aaronjrich](https://github.com/aaronjrich)).
- Blank Example Entries in a Scenario Outline cause Pickles not to Find the matching Scenario Outline ([358](https://github.com/picklesdoc/pickles/pull/358)) (by [@aaronjrich](https://github.com/aaronjrich)).

## [2.8.0] - 2016-06-29

### Added

* Hyperlink Feature #1: Automatic Hyperlink Generation for Scenario Titles ([320](https://github.com/picklesdoc/pickles/issues/320)) (by [@ocsurfnut](https://github.com/ocsurfnut)).
- Hyperlink Feature #1: Automatic Hyperlink Generation for Scenario Titles ([320](https://github.com/picklesdoc/pickles/issues/320)) (by [@ocsurfnut](https://github.com/ocsurfnut)).

## [2.7.0] - 2016-06-14

Expand Down
2 changes: 2 additions & 0 deletions CreateTestresults.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ECHO Remember to build the solution first!

"%~dp0\test-harness\packages\NUnit.Runners.2.6.4\tools\nunit-console.exe" "%~dp0\test-harness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml"
"%~dp0\test-harness\packages\NUnit.Console.3.0.0\tools\nunit3-console.exe" "%~dp0\test-harness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit2-with-nunit3-runner.xml"

"%~dp0\test-harness\packages\NUnit.Console.3.0.0\tools\nunit3-console.exe" "%~dp0\test-harness\nunit3\bin\Debug\nunit3Harness.dll" /result="%~dp0\results-example-nunit3.xml"

Expand All @@ -29,6 +30,7 @@ rmdir /s /q "%~dp0\TestResults\"
FOR /R "%~dp0\TestResults\" %%G IN (*.trx) DO move "%%G" "%~dp0\results-example-vstest.trx"

move "%~dp0\results-example-nunit.xml" "%~dp0\src\Pickles\Pickles.TestFrameworks.UnitTests\NUnit\NUnit2\"
move "%~dp0\results-example-nunit2-with-nunit3-runner.xml" "%~dp0\src\Pickles\Pickles.TestFrameworks.UnitTests\NUnit\NUnit3\"
move "%~dp0\results-example-nunit3.xml" "%~dp0\src\Pickles\Pickles.TestFrameworks.UnitTests\NUnit\NUnit3\"
move "%~dp0\results-example-xunit.xml" "%~dp0\src\Pickles\Pickles.TestFrameworks.UnitTests\XUnit\XUnit1\"
move "%~dp0\results-example-xunit2.xml" "%~dp0\src\Pickles\Pickles.TestFrameworks.UnitTests\XUnit\XUnit2\"
Expand Down
1 change: 1 addition & 0 deletions DeployArtifacts.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@ECHO OFF
call DeployOutput.cmd %1
call DeployToChocolatey.cmd %1
call DeployToNuget.cmd %1
4 changes: 1 addition & 3 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=2.8.2"
set "picklesVersion=2.8.3"

cls

Expand All @@ -21,8 +21,6 @@ call %%A.cmd %picklesVersion%
if errorlevel 1 goto handleerror1orhigher
)

call DeployOutput.cmd %picklesVersion%

@ECHO all fine
goto end

Expand Down
2 changes: 0 additions & 2 deletions chocolatey.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Target "CreatePackage CMD" (fun _ ->
cmdDir + "MarkdownDeep.dll";
cmdDir + "NDesk.Options.dll";
cmdDir + "Newtonsoft.Json.dll";
cmdDir + "NGenerics.dll";
cmdDir + "NLog.dll";
cmdDir + "PicklesDoc.Pickles.Library.dll";
cmdDir + "PicklesDoc.Pickles.ObjectModel.dll";
Expand Down Expand Up @@ -63,7 +62,6 @@ Target "CreatePackage GUI" (fun _ ->
guiDir + "Microsoft.Practices.ServiceLocation.dll";
guiDir + "NDesk.Options.dll";
guiDir + "Newtonsoft.Json.dll";
guiDir + "NGenerics.dll";
guiDir + "NLog.dll";
guiDir + "NlogViewer.dll";
guiDir + "Ookii.Dialogs.Wpf.dll";
Expand Down
1 change: 0 additions & 1 deletion chocolatey/pickles.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Optionally, *Pickles* can **integrate test results**, so that your stakeholders
<file src="MarkdownDeep.dll" target="tools" />
<file src="NDesk.Options.dll" target="tools" />
<file src="Newtonsoft.Json.dll" target="tools" />
<file src="NGenerics.dll" target="tools" />
<file src="NLog.dll" target="tools" />
<file src="PicklesDoc.Pickles.Library.dll" target="tools" />
<file src="PicklesDoc.Pickles.ObjectModel.dll" target="tools" />
Expand Down
1 change: 0 additions & 1 deletion chocolatey/picklesui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Optionally, *Pickles* can **integrate test results**, so that your stakeholders
<file src="Microsoft.Practices.ServiceLocation.dll" target="tools" />
<file src="NDesk.Options.dll" target="tools" />
<file src="Newtonsoft.Json.dll" target="tools" />
<file src="NGenerics.dll" target="tools" />
<file src="NLog.dll" target="tools" />
<file src="NlogViewer.dll" target="tools" />
<file src="Ookii.Dialogs.Wpf.dll" target="tools" />
Expand Down
Loading

0 comments on commit f7c1cc0

Please sign in to comment.