Branch: refs/heads/master
Home: https://github.com/jenkinsci/fitnesse-plugin
Commit: 6b5da3f2cbcaf8a9ff67f59cdf0fdd3fc1de95ae
https://github.com/jenkinsci/fitnesse-plugin/commit/6b5da3f2cbcaf8a9ff67f59cdf0fdd3fc1de95ae
Author: Simon Westcott <[email protected]>
Date: 2011-09-15 (Thu, 15 Sep 2011)
Changed paths:
M src/test/java/hudson/plugins/fitnesse/HudsonDependentTest.java
Log Message:
-----------
re-enabled test
Commit: d1c93cdbd1cedb6a634af05600106c9e3d1e306a
https://github.com/jenkinsci/fitnesse-plugin/commit/d1c93cdbd1cedb6a634af05600106c9e3d1e306a
Author: instantkiwi <[email protected]>
Date: 2012-01-08 (Sun, 08 Jan 2012)
Changed paths:
M src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
M src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/config.jelly
A
src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/help-additionalFitnesseOptions.html
Log Message:
-----------
Added support for additional Fitnesse cmd line arguments when creating
new Fitnesse instances to run tests. The arguments are configurable
through the Plugin config screen. Typical example is the -o switch.
Validation is very simple as of yet, e.g. you can screw the run if you
set incorrect arguments.
Commit: 15281b90ed938ef129d8bb83aac3ea3e5fe11b93
https://github.com/jenkinsci/fitnesse-plugin/commit/15281b90ed938ef129d8bb83aac3ea3e5fe11b93
Author: Si Westcott <[email protected]>
Date: 2012-01-09 (Mon, 09 Jan 2012)
Changed paths:
M src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
M src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/config.jelly
A
src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/help-additionalFitnesseOptions.html
Log Message:
-----------
Merge pull request #1 from instantkiwi/master
Looks sensible to me
Commit: 188189bfe25a1a3c972e9d8ef18c0207bdf02980
https://github.com/jenkinsci/fitnesse-plugin/commit/188189bfe25a1a3c972e9d8ef18c0207bdf02980
Author: Simon Westcott <[email protected]>
Date: 2012-01-09 (Mon, 09 Jan 2012)
Changed paths:
M src/test/resources/fitnesse.jar
Log Message:
-----------
fitnesse.jar upgrade
Commit: 41f1e1b9e8cbe18eee36bec1853a2c4c96437b93
https://github.com/jenkinsci/fitnesse-plugin/commit/41f1e1b9e8cbe18eee36bec1853a2c4c96437b93
Author: instantkiwi <[email protected]>
Date: 2012-01-10 (Tue, 10 Jan 2012)
Changed paths:
M src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
Log Message:
-----------
fixed issue with Jenkins config adding quotes around any parameter that
contains a space
Commit: ffa6e0ebbdfae89318106f4038536818b55a7a0a
https://github.com/jenkinsci/fitnesse-plugin/commit/ffa6e0ebbdfae89318106f4038536818b55a7a0a
Author: instantkiwi <[email protected]>
Date: 2012-01-18 (Wed, 18 Jan 2012)
Changed paths:
M src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
Log Message:
-----------
Additional fix around quotes being added to the cmd line arguments if
the additional argument contained a space. Now a regex is used to break
additional arguments into individual options before returning them to
Jenkins for execution. This expects additional arguments in the form of;
-x
-x -y some additional parameter
-y some additional parameter -x -i
Commit: 2d27e6149daa27b903bc0ccabf22b3cf92bdb8d5
https://github.com/jenkinsci/fitnesse-plugin/commit/2d27e6149daa27b903bc0ccabf22b3cf92bdb8d5
Author: instantkiwi <[email protected]>
Date: 2012-01-18 (Wed, 18 Jan 2012)
Log Message:
-----------
Merge branch 'master' of
https://[email protected]/instantkiwi/fitnesse-plugin.git
Commit: 605b3c504cdec28be467fb3f05b1b54ae115e2d0
https://github.com/jenkinsci/fitnesse-plugin/commit/605b3c504cdec28be467fb3f05b1b54ae115e2d0
Author: Si Westcott <[email protected]>
Date: 2012-02-10 (Fri, 10 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
Log Message:
-----------
Merge pull request #3 from
instantkiwi/ffa6e0ebbdfae89318106f4038536818b55a7a0a
More than one param issue fix
Commit: 2f8aba83c4f6c54acc4e97ae03fa79cb7ce64f37
https://github.com/jenkinsci/fitnesse-plugin/commit/2f8aba83c4f6c54acc4e97ae03fa79cb7ce64f37
Author: Si Westcott <[email protected]>
Date: 2012-02-10 (Fri, 10 Feb 2012)
Log Message:
-----------
Merge pull request #2 from instantkiwi/master
quick fix added
Commit: 7d5ca5bdbf1dfc9fca33f69a690301eca4fd3ab8
https://github.com/jenkinsci/fitnesse-plugin/commit/7d5ca5bdbf1dfc9fca33f69a690301eca4fd3ab8
Author: Simon Westcott <[email protected]>
Date: 2012-02-10 (Fri, 10 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
M src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/config.jelly
A
src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/help-additionalFitnesseOptions.html
Log Message:
-----------
Merge branch 'master' of github.com:swestcott/fitnesse-plugin
Compare: https://github.com/jenkinsci/fitnesse-plugin/compare/4ffdd8f...7d5ca5b