Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c4e4209859c63c5b0c65d572822947655b23e8db
      
https://github.com/jenkinsci/performance-plugin/commit/c4e4209859c63c5b0c65d572822947655b23e8db
  Author: vazzolla <vazzo...@adobe.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
    M src/main/java/hudson/plugins/performance/HttpSample.java
    M src/main/java/hudson/plugins/performance/JUnitParser.java
    M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
    M src/main/java/hudson/plugins/performance/PerformancePublisher.java
    A src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
    M 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/index.jelly
    M 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/index.properties
    M src/main/resources/hudson/plugins/performance/Messages.properties
    M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
    M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
    A 
src/main/resources/hudson/plugins/performance/TestSuiteReportDetail/index.jelly
    M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  -----------
  Added new functionality: added the possibility to consider the time for
each test case in a test suite (in a test class; until now all the
performance charts were created using some avg of all the testcases in a
test class) and display the performance time between various builds for
each test case, added the possibility to show the performance results fron
nth build to nth build (for example build 5, 10, 15 ... and so on if the
build step is set to 5)


  Commit: ca4f97d33e4551234758a4020438dc188be3d2d5
      
https://github.com/jenkinsci/performance-plugin/commit/ca4f97d33e4551234758a4020438dc188be3d2d5
  Author: vazzolla <vazzo...@adobe.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  -----------
  Modified the PerformancePublisherTest, changed the ; to %3A; it seems that
; is not correct as it can't be resolved and because of this the
test fails


  Commit: 8dc309ff8b7dd6b1fe7f11fd7bb1b3a57095c183
      
https://github.com/jenkinsci/performance-plugin/commit/8dc309ff8b7dd6b1fe7f11fd7bb1b3a57095c183
  Author: vazzolla <vazzo...@adobe.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  -----------
  Use the : symbol and not the encoding as this works correctly; it seems
that only the link was incorrect and the econding is being done in the
getPage method


  Commit: 8677095d9d060d49deac0289bad2c45d07e9cdb0
      
https://github.com/jenkinsci/performance-plugin/commit/8677095d9d060d49deac0289bad2c45d07e9cdb0
  Author: vazzolla <vazzo...@adobe.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly

  Log Message:
  -----------
  Modified the layout for the configuration of the per test case display;
the title was shown twice in the configuration panel


  Commit: 37ece72938638461ac01693cb210403a5d626d67
      
https://github.com/jenkinsci/performance-plugin/commit/37ece72938638461ac01693cb210403a5d626d67
  Author: manolo <man...@apache.org>
  Date:   2012-07-17 (Tue, 17 Jul 2012)

  Changed paths:
    M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
    M src/main/java/hudson/plugins/performance/HttpSample.java
    M src/main/java/hudson/plugins/performance/JUnitParser.java
    M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
    M src/main/java/hudson/plugins/performance/PerformancePublisher.java
    A src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
    M 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/index.jelly
    M 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/index.properties
    M src/main/resources/hudson/plugins/performance/Messages.properties
    M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
    M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
    A 
src/main/resources/hudson/plugins/performance/TestSuiteReportDetail/index.jelly
    M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  -----------
  Merge pull request #11 from vazzolla/master

Added the possibility to display the time for each test case in a test class, 
added the possibility to display builds from n to n build, added the 
distinction between errors and failures for this display


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/f3fbc89ef758...37ece7293863

Reply via email to