Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/fitnesse-plugin
  Commit: 15c8f703682836922acf58d1d2b0751fd029910a
      
https://github.com/jenkinsci/fitnesse-plugin/commit/15c8f703682836922acf58d1d2b0751fd029910a
  Author: Carsten Pfeiffer <carsten.pfeif...@gebit.de>
  Date:   2012-02-14 (Tue, 14 Feb 2012)

  Changed paths:
    M pom.xml
  M src/main/java/hudson/plugins/fitnesse/FitnesseResultsAction.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResultsRecorder.java

  Log Message:
  -----------
  Support for scanning a collection of output files


  Commit: df1241fd95946d4c6e5042e68a6ea82e35bbe491
      
https://github.com/jenkinsci/fitnesse-plugin/commit/df1241fd95946d4c6e5042e68a6ea82e35bbe491
  Author: Carsten Pfeiffer <carsten.pfeif...@gebit.de>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M .classpath
  M pom.xml
  A src/main/java/hudson/plugins/fitnesse/CompoundFitnesseResults.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResults.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResultsAction.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResultsRecorder.java
  M src/main/java/hudson/plugins/fitnesse/NativePageCounts.java
  A src/main/java/hudson/plugins/fitnesse/ResultsDetails.java
  A 
src/main/resources/hudson/plugins/fitnesse/CompoundFitnesseResults/body.jelly
  M src/main/resources/hudson/plugins/fitnesse/FitnesseResults/body.jelly
  M 
src/main/resources/hudson/plugins/fitnesse/FitnesseResultsRecorder/help-pathToXmlResults.html
  A src/main/resources/hudson/plugins/fitnesse/ResultsDetails/body.jelly
  M src/main/resources/hudson/plugins/fitnesse/fitnesse-results.xsl
  A src/main/webapp/css/fitnesse_results.css
  M src/test/java/hudson/plugins/fitnesse/FitnesseExecutorTest.java
  M src/test/java/hudson/plugins/fitnesse/FitnesseResultsRecorderTest.java
  M src/test/java/hudson/plugins/fitnesse/FitnesseResultsTest.java
  M src/test/java/hudson/plugins/fitnesse/HudsonDependentTest.java
  M src/test/java/hudson/plugins/fitnesse/NativePageCountsParserTest.java
  M src/test/java/hudson/plugins/fitnesse/NativePageCountsTest.java

  Log Message:
  -----------
  Support for hierarchical test results up to the html content

Now that we support multiple test results (suites), we have hierarchical
results: a toplevel compound result with child results. Additionally, we
now support displaying the FitNesse html details for a result, if
available.


  Commit: fee7cd05038c7d6358da7cda7f5c0814e5dc57ab
      
https://github.com/jenkinsci/fitnesse-plugin/commit/fee7cd05038c7d6358da7cda7f5c0814e5dc57ab
  Author: Carsten Pfeiffer <carsten.pfeif...@gebit.de>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M src/main/java/hudson/plugins/fitnesse/CompoundFitnesseResults.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResults.java
  M src/main/java/hudson/plugins/fitnesse/ResultsDetails.java
  M src/main/resources/hudson/plugins/fitnesse/FitnesseResults/body.jelly
  M src/test/java/hudson/plugins/fitnesse/FitnesseResultsTest.java
  M src/test/java/hudson/plugins/fitnesse/HudsonDependentTest.java

  Log Message:
  -----------
  Make the hierarchy more sensible and fix FitNesseResults deserialization

A little refactoring to make the hierarchy of FitNesse results
(Compound results, aggregated results, single results and html details).

Additionally, manually restore the "details" member variable on XStream
deserialization, because for some reason it is not automatically
initialized.


  Commit: 63b02c94218591c7133bd5c25f8d0d2d55f8b47b
      
https://github.com/jenkinsci/fitnesse-plugin/commit/63b02c94218591c7133bd5c25f8d0d2d55f8b47b
  Author: Carsten Pfeiffer <carsten.pfeif...@gebit.de>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M 
src/main/resources/hudson/plugins/fitnesse/FitnesseResultsRecorder/help-pathToXmlResults.html

  Log Message:
  -----------
  Improve configuration docs a tad


  Commit: c01c78f5e64bd376817132a7c394b0eebd4b1827
      
https://github.com/jenkinsci/fitnesse-plugin/commit/c01c78f5e64bd376817132a7c394b0eebd4b1827
  Author: Si Westcott <swestc...@gmail.com>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M .classpath
  M pom.xml
  A src/main/java/hudson/plugins/fitnesse/CompoundFitnesseResults.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseExecutor.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResults.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResultsAction.java
  M src/main/java/hudson/plugins/fitnesse/FitnesseResultsRecorder.java
  M src/main/java/hudson/plugins/fitnesse/History.java
  M src/main/java/hudson/plugins/fitnesse/NativePageCounts.java
  A src/main/java/hudson/plugins/fitnesse/ResultsDetails.java
  A 
src/main/resources/hudson/plugins/fitnesse/CompoundFitnesseResults/body.jelly
  M src/main/resources/hudson/plugins/fitnesse/FitnesseResults/body.jelly
  M 
src/main/resources/hudson/plugins/fitnesse/FitnesseResultsRecorder/help-pathToXmlResults.html
  A src/main/resources/hudson/plugins/fitnesse/ResultsDetails/body.jelly
  M src/main/resources/hudson/plugins/fitnesse/fitnesse-results.xsl
  A src/main/webapp/css/fitnesse_results.css
  M src/test/java/hudson/plugins/fitnesse/FitnesseExecutorTest.java
  M src/test/java/hudson/plugins/fitnesse/FitnesseResultsRecorderTest.java
  M src/test/java/hudson/plugins/fitnesse/FitnesseResultsTest.java
  M src/test/java/hudson/plugins/fitnesse/HudsonDependentTest.java
  M src/test/java/hudson/plugins/fitnesse/NativePageCountsParserTest.java
  M src/test/java/hudson/plugins/fitnesse/NativePageCountsTest.java
  M src/test/resources/fitnesse.jar

  Log Message:
  -----------
  Merge pull request #4 from cpfeiffer/master

Support for multiple FitNesse results and drilling into the html output


Compare: https://github.com/jenkinsci/fitnesse-plugin/compare/4e3a870...c01c78f

Reply via email to