[jenkinsci/performance-plugin] c2d7a5: Wrk Summarizer Parser

2014-02-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c2d7a54276ecbc26b5f107360187903383bc268f
  
https://github.com/jenkinsci/performance-plugin/commit/c2d7a54276ecbc26b5f107360187903383bc268f
  Author: John Murray 
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
A src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
A src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
A src/test/resources/WrkResultsLong.wrk
A src/test/resources/WrkResultsQuick.wrk
A src/test/resources/WrkResultsWithLatencyFlag.wrk

  Log Message:
  ---
  Wrk Summarizer Parser

`wrk` is a utility for load testing a web-service over http/https.
`wrk` is similar in functionality to Apache's `ab` but differs in
that it uses event-notification systems and threads to create a more
realistic load from a single machine (thus eliminating/delaying the
need for master-slave configurations).

A parse was added to parse the output from `wrk` (generally sent to
STDOUT). This output is a summarized format and the parser generates
PerformanceReport(s) similar to how the existing JUnitSummarizerParser
does.

+ Added Summarizer Parser for `wrk`
+ Added test suite for new WrkSummarizerParser class
+ Added wrk output-files for testing (added to src/test/resources)


  Commit: fa7f6c7c3b2f490e2ee7d48e1a6bff28dfa1d918
  
https://github.com/jenkinsci/performance-plugin/commit/fa7f6c7c3b2f490e2ee7d48e1a6bff28dfa1d918
  Author: John Murray 
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Updated .gitignore

+ added auto-generated test resources files (*.jtl.serialized)


  Commit: 0fed7579c364ddab89e97685de0e09a5c777d3bc
  
https://github.com/jenkinsci/performance-plugin/commit/0fed7579c364ddab89e97685de0e09a5c777d3bc
  Author: John Murray 
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
M src/main/resources/index.jelly

  Log Message:
  ---
  Wrk Summarizer Parser Integration

+ Added DescriptorImpl extension to WrkSummarizerParser
+ Added DataBoundConstructor annotation to WrkSummarizerParser
+ Made cosntructor for WrkSummarizerParser public

+ Cleaned up HTML in report parser help file
+ Added default value for wrk to report parser help file
+ Added note to report parser help file about wrk output report

+ Added wrk to index.jelly's list of supported output formats/plugin
  description


  Commit: 387ed9c6ca98b5271f3473c5b2a5ddccfa6dac95
  
https://github.com/jenkinsci/performance-plugin/commit/387ed9c6ca98b5271f3473c5b2a5ddccfa6dac95
  Author: John Murray 
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
M src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java

  Log Message:
  ---
  Source Cleanup

Just some re-formatting to make everything consistent


  Commit: 704e71eda94521ba7ade1e3766346b0c9c592077
  
https://github.com/jenkinsci/performance-plugin/commit/704e71eda94521ba7ade1e3766346b0c9c592077
  Author: John Murray 
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
M src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
A src/test/resources/WrkResultsWithErrors.wrk

  Log Message:
  ---
  Added Test for Wrk Parser

+ Added test for parsing wrk files that report error-stats
+ Added wrk test-file to test resources


  Commit: 540350b2879df2b069306d7401184aceb861200c
  
https://github.com/jenkinsci/performance-plugin/commit/540350b2879df2b069306d7401184aceb861200c
  Author: Manuel Carrasco 
  Date:   2014-02-08 (Sat, 08 Feb 2014)

  Changed paths:
M .gitignore
A src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
M src/main/resources/index.jelly
A src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
A src/test/resources/WrkResultsLong.wrk
A src/test/resources/WrkResultsQuick.wrk
A src/test/resources/WrkResultsWithErrors.wrk
A src/test/resources/WrkResultsWithLatencyFlag.wrk

  Log Message:
  ---
  Merge pull request #26 from JohnMurray/wrk-parser

Fixes JENKINS-21665


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/3b8693a4d697...540350b2879d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 5bc19c: Updated .gitignore - Eclipse Files

2014-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5bc19c22d42eb4196f39150c1aba167a7dabe0ce
  
https://github.com/jenkinsci/performance-plugin/commit/5bc19c22d42eb4196f39150c1aba167a7dabe0ce
  Author: John Murray 
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Updated .gitignore - Eclipse Files

Added eclipse project files to .gitignore


  Commit: 58cb4faa4d7a832dfac55be08fe7c92594f14309
  
https://github.com/jenkinsci/performance-plugin/commit/58cb4faa4d7a832dfac55be08fe7c92594f14309
  Author: John Murray 
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java

  Log Message:
  ---
  Cleanup - PerformanceReport

+ Removed unused instance variable httpSample (and getters/setters)
+ Removed unused imports
+ Removed unused local variables (long average) in 2 methods


  Commit: 453f99d90f087a3c13b97f41f6a68efaab865f14
  
https://github.com/jenkinsci/performance-plugin/commit/453f99d90f087a3c13b97f41f6a68efaab865f14
  Author: Manuel Carrasco 
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
M .gitignore
M src/main/java/hudson/plugins/performance/PerformanceReport.java

  Log Message:
  ---
  Merge pull request #25 from JohnMurray/clean-up

Clean up


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/29b7a81a410d...453f99d90f08

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 837524: Storing parsed JMeter report results into xml file

2014-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 83752444a1152717cd7aadecb76d2dde45f5de5a
  
https://github.com/jenkinsci/performance-plugin/commit/83752444a1152717cd7aadecb76d2dde45f5de5a
  Author: Palvinder Singh 
  Date:   2014-01-23 (Thu, 23 Jan 2014)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Storing parsed JMeter report results into xml file

After parsing the JMeter reports, the results are stored into a xml
file that is stored as an artifact of the build.

- For the error threshold calculation, the xml file contains response
times information.

- For the build comparison, the xml file contains the comparison
results between two builds and response times information. (comparison
works for single jmeter files)


  Commit: 3b8693a4d6976818e68bc4cd4aff5c22834e14c0
  
https://github.com/jenkinsci/performance-plugin/commit/3b8693a4d6976818e68bc4cd4aff5c22834e14c0
  Author: Manuel Carrasco 
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Merge pull request #22 from palvinds/master

Storing parsed JMeter report results into xml file


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/453f99d90f08...3b8693a4d697

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 6cd648: File Formatting Cleanup

2014-02-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6cd648e8fe1001dde9dbc30295d154f3520e9d49
  
https://github.com/jenkinsci/performance-plugin/commit/6cd648e8fe1001dde9dbc30295d154f3520e9d49
  Author: John Murray 
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
M .gitignore
M src/main/java/hudson/plugins/performance/JMeterParser.java

  Log Message:
  ---
  File Formatting Cleanup

+ Cleaned up formatting in JMeterParser.java (consistent spacing)
+ Added .idea/ to .gitignore file


  Commit: 29b7a81a410d6cd59626e33b581edd48135b8a7e
  
https://github.com/jenkinsci/performance-plugin/commit/29b7a81a410d6cd59626e33b581edd48135b8a7e
  Author: Manuel Carrasco 
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
M .gitignore
M src/main/java/hudson/plugins/performance/JMeterParser.java

  Log Message:
  ---
  Merge pull request #23 from JohnMurray/jmeter-parser-cleanup

File Formatting Cleanup


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/cf9be1680952...29b7a81a410d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] cf9be1: Removed developers emails not working any more

2014-01-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: cf9be16809522b71e563da0495503415f6a714aa
  
https://github.com/jenkinsci/performance-plugin/commit/cf9be16809522b71e563da0495503415f6a714aa
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removed developers emails not working any more


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 546da4: [maven-release-plugin] prepare for next developmen...

2014-01-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 546da4948113e990ba04f0f9620bf85329407870
  
https://github.com/jenkinsci/performance-plugin/commit/546da4948113e990ba04f0f9620bf85329407870
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin]

2014-01-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 51d070: [maven-release-plugin] prepare release performance...

2014-01-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 51d0709a86e13e631cbe203e92209a831f2355db
  
https://github.com/jenkinsci/performance-plugin/commit/51d0709a86e13e631cbe203e92209a831f2355db
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-1.10


  Commit: d8b12e80613db75a9007914e1b46c0b9e206132b
  
https://github.com/jenkinsci/performance-plugin/commit/d8b12e80613db75a9007914e1b46c0b9e206132b
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-27 (Mon, 27 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge tag 'performance-1.10'

[maven-release-plugin]  copy for tag performance-1.10


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/64b5dc51cdef...d8b12e80613d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin]

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] d8afb0: [maven-release-plugin] prepare for next developmen...

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: d8afb02123464fde3e331bbabdef29403fbe
  
https://github.com/jenkinsci/performance-plugin/commit/d8afb02123464fde3e331bbabdef29403fbe
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin]

2014-01-21 Thread GitHub
  Branch: refs/tags/performance-1.10
  Home:   https://github.com/jenkinsci/performance-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 51d070: [maven-release-plugin] prepare release performance...

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 51d0709a86e13e631cbe203e92209a831f2355db
  
https://github.com/jenkinsci/performance-plugin/commit/51d0709a86e13e631cbe203e92209a831f2355db
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-1.10


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 64b5dc: Change version

2014-01-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 64b5dc51cdef44a454567327d2f4511f7ba9d4c6
  
https://github.com/jenkinsci/performance-plugin/commit/64b5dc51cdef44a454567327d2f4511f7ba9d4c6
  Author: Manuel Carrasco Moñino 
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Change version


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] be7401: Cache preprocessed JMeter Reports (JENKINS-9031)

2014-01-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: be7401b0284466b9f10815d5215e01d33771528f
  
https://github.com/jenkinsci/performance-plugin/commit/be7401b0284466b9f10815d5215e01d33771528f
  Author: Michel Marti 
  Date:   2014-01-10 (Fri, 10 Jan 2014)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/JMeterParser.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/UriReport.java

  Log Message:
  ---
  Cache preprocessed JMeter Reports (JENKINS-9031)

Instead of parsing all available JTL results upon each request,
we now save the parsed report as a serialized Java object for later
reuse. The file will be next to the JTL file with a '.serialized'
suffix. Additionally the report also gets added to a in-memory cache
with a maximum capacity of 100 reports. This considerably speeds up the
performance trend display.

Signed-off-by: Michel Marti 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] dc951f: Added comparison between builds

2013-12-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: dc951f83b69a6253dc793d10f5dd17754c7c5134
  
https://github.com/jenkinsci/performance-plugin/commit/dc951f83b69a6253dc793d10f5dd17754c7c5134
  Author: Palvinder Singh 
  Date:   2013-12-09 (Mon, 09 Dec 2013)

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

  Log Message:
  ---
  Added comparison between builds

Two builds can be compared on basis of average, median or 90 percentile
response time, but using only single jmeter results file.


  Commit: b9267417c0eae1922aa8b015d9696565107a56d5
  
https://github.com/jenkinsci/performance-plugin/commit/b9267417c0eae1922aa8b015d9696565107a56d5
  Author: Palvinder Singh 
  Date:   2013-12-16 (Mon, 16 Dec 2013)

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

  Log Message:
  ---
  Storing the consolidated results into a xml file

The xml file is stored in the build directory of the project as
"dashBoard.xml"


  Commit: 7e04699828a79e8c87549c12fed3a083df4f0eeb
  
https://github.com/jenkinsci/performance-plugin/commit/7e04699828a79e8c87549c12fed3a083df4f0eeb
  Author: Palvinder Singh 
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Removed the xml saving functionality

removed due to some issues


  Commit: 43b326f259fa529efd9405b9767fd07689095b01
  
https://github.com/jenkinsci/performance-plugin/commit/43b326f259fa529efd9405b9767fd07689095b01
  Author: Palvinder Singh 
  Date:   2013-12-19 (Thu, 19 Dec 2013)

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

  Log Message:
  ---
  Updated the code to meet the standards

Changed the code indentation, added javadoc format comments.


  Commit: 8fd9fe4fcd45b8d6c555ed92478e8fc9f5bb5965
  
https://github.com/jenkinsci/performance-plugin/commit/8fd9fe4fcd45b8d6c555ed92478e8fc9f5bb5965
  Author: Manuel Carrasco 
  Date:   2013-12-19 (Thu, 19 Dec 2013)

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

  Log Message:
  ---
  Merge pull request #19 from palvinds/master

Thanks


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/35cdff308131...8fd9fe4fcd45

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] d316d0: fix tests in error

2013-12-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: d316d07ac8b273e022d0671adb0dc3440173de2d
  
https://github.com/jenkinsci/performance-plugin/commit/d316d07ac8b273e022d0671adb0dc3440173de2d
  Author: Tomasz 
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix tests in error

fix:
{code}
Tests in error: 
  initializationError(InjectedTest): 
com.sun.jna.Native.open(Ljava/lang/String;)J
  initializationError(hudson.plugins.performance.PerformancePublisherTest): 
org.jvnet.hudson.test.HudsonTestCase
{code}


  Commit: 35cdff308131be1948339b0c5fc80e694cf3e217
  
https://github.com/jenkinsci/performance-plugin/commit/35cdff308131be1948339b0c5fc80e694cf3e217
  Author: Manuel Carrasco 
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #20 from tomaszuss/patch-1

thanks


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/d23e2b327439...35cdff308131

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] bdb6d4: Average response time thresholds per jtl file.

2013-11-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: bdb6d468913c9a08669f68a7109fbf3912bdb341
  
https://github.com/jenkinsci/performance-plugin/commit/bdb6d468913c9a08669f68a7109fbf3912bdb341
  Author: brobie 
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-errorUnstableResponseTimeThreshold.html
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  ---
  Average response time thresholds per jtl file.


  Commit: 5028abed05509fd0d696936868ea77ae56a03b73
  
https://github.com/jenkinsci/performance-plugin/commit/5028abed05509fd0d696936868ea77ae56a03b73
  Author: Nicholas Jasieniecki 
  Date:   2013-10-22 (Tue, 22 Oct 2013)

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

  Log Message:
  ---
  JENKINS-20160: Fixed UI bug always showing same values regardless of what was 
saved.


  Commit: 73484bf74088af633b34fe1adc78a2ab335fc7a0
  
https://github.com/jenkinsci/performance-plugin/commit/73484bf74088af633b34fe1adc78a2ab335fc7a0
  Author: Manuel Carrasco 
  Date:   2013-10-23 (Wed, 23 Oct 2013)

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

  Log Message:
  ---
  Merge pull request #18 from nastharl/master

JENKINS-20160: Fixed UI bug always showing same values


  Commit: d23e2b3274397038437403ebf35ddc65fe0a9889
  
https://github.com/jenkinsci/performance-plugin/commit/d23e2b3274397038437403ebf35ddc65fe0a9889
  Author: Manuel Carrasco 
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-errorUnstableResponseTimeThreshold.html
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  ---
  Merge pull request #17 from CDSGlobal/master

Average response time thresholds per jtl file.


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/042bad61c440...d23e2b327439

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 94515e: Fixed commas inside quoted text

2013-11-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 94515e720b47fd53ebb269d182e21217b21f0d53
  
https://github.com/jenkinsci/performance-plugin/commit/94515e720b47fd53ebb269d182e21217b21f0d53
  Author: Nicholas Jasieniecki 
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  Fixed commas inside quoted text


  Commit: 023bec8d7b2e83525b3c6e68f7d34b8b34d129f8
  
https://github.com/jenkinsci/performance-plugin/commit/023bec8d7b2e83525b3c6e68f7d34b8b34d129f8
  Author: Manuel Carrasco 
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  Merge pull request #15 from nastharl/master

Fixed commas inside quoted text


  Commit: f0c1a96312a922128f83f608396a6f9f5c67ffb9
  
https://github.com/jenkinsci/performance-plugin/commit/f0c1a96312a922128f83f608396a6f9f5c67ffb9
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update parent info


  Commit: 4d59120a9c608345b5ea167cb4f84b32ba5559e4
  
https://github.com/jenkinsci/performance-plugin/commit/4d59120a9c608345b5ea167cb4f84b32ba5559e4
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update parent info


  Commit: f893ca767f0109a2197a48b1f952ee6df31e92ca
  
https://github.com/jenkinsci/performance-plugin/commit/f893ca767f0109a2197a48b1f952ee6df31e92ca
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-1.9


  Commit: 68b0594558b5fbf93f1830bc1105220e51d789ec
  
https://github.com/jenkinsci/performance-plugin/commit/68b0594558b5fbf93f1830bc1105220e51d789ec
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: c6ce459b9d022e39f96ea5e870830c9106f15f9e
  
https://github.com/jenkinsci/performance-plugin/commit/c6ce459b9d022e39f96ea5e870830c9106f15f9e
  Author: Mike P 
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/JMeterParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/UriReport.java
M src/main/resources/hudson/plugins/performance/Messages.properties
M src/main/resources/hudson/plugins/performance/Messages_es.properties
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly

  Log Message:
  ---
  1) Added some useful metrics to the summary details table. JMeter sends size 
of the
response which can be useful to calculate bandwidth usage for perf tests.

2) Corrected a bug where the 'All URIs' was just displaying the last entry 
again.
Now correctly uses the PerformanceReport class to provide aggregates.


  Commit: e5279b7400cfd7396afd687f9130f1f08fd544c2
  
https://github.com/jenkinsci/performance-plugin/commit/e5279b7400cfd7396afd687f9130f1f08fd544c2
  Author: Manuel Carrasco 
  Date:   2013-10-18 (Fri, 18 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/JMeterParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/UriReport.java
M src/main/resources/hudson/plugins/performance/Messages.properties
M src/main/resources/hudson/plugins/performance/Messages_es.properties
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly

  Log Message:
  ---
  Merge pull request #16 from patelm5/master

1) Added some useful metrics to the summary details table. JMeter sends ...


  Commit: 042bad61c440df11f8f0333dda3b1f40d0e01a48
  
https://github.com/jenkinsci/performance-plugin/commit/042bad61c440df11f8f0333dda3b1f40d0e01a48
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-21 (Mon, 21 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JUnitParser.java

  Log Message:
  ---
  Remove logger line, f

[jenkinsci/performance-plugin]

2013-11-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] bdb6d4: Average response time thresholds per jtl file.

2013-10-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: bdb6d468913c9a08669f68a7109fbf3912bdb341
  
https://github.com/jenkinsci/performance-plugin/commit/bdb6d468913c9a08669f68a7109fbf3912bdb341
  Author: brobie 
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-errorUnstableResponseTimeThreshold.html
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  ---
  Average response time thresholds per jtl file.


  Commit: d23e2b3274397038437403ebf35ddc65fe0a9889
  
https://github.com/jenkinsci/performance-plugin/commit/d23e2b3274397038437403ebf35ddc65fe0a9889
  Author: Manuel Carrasco 
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-errorUnstableResponseTimeThreshold.html
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  ---
  Merge pull request #17 from CDSGlobal/master

Average response time thresholds per jtl file.


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/73484bf74088...d23e2b327439

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 5028ab: JENKINS-20160: Fixed UI bug always showing same va...

2013-10-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5028abed05509fd0d696936868ea77ae56a03b73
  
https://github.com/jenkinsci/performance-plugin/commit/5028abed05509fd0d696936868ea77ae56a03b73
  Author: Nicholas Jasieniecki 
  Date:   2013-10-22 (Tue, 22 Oct 2013)

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

  Log Message:
  ---
  JENKINS-20160: Fixed UI bug always showing same values regardless of what was 
saved.


  Commit: 73484bf74088af633b34fe1adc78a2ab335fc7a0
  
https://github.com/jenkinsci/performance-plugin/commit/73484bf74088af633b34fe1adc78a2ab335fc7a0
  Author: Manuel Carrasco 
  Date:   2013-10-23 (Wed, 23 Oct 2013)

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

  Log Message:
  ---
  Merge pull request #18 from nastharl/master

JENKINS-20160: Fixed UI bug always showing same values


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/042bad61c440...73484bf74088

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 042bad: Remove logger line, fixes issue #19399

2013-10-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 042bad61c440df11f8f0333dda3b1f40d0e01a48
  
https://github.com/jenkinsci/performance-plugin/commit/042bad61c440df11f8f0333dda3b1f40d0e01a48
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-21 (Mon, 21 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JUnitParser.java

  Log Message:
  ---
  Remove logger line, fixes issue #19399



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] c6ce45: 1) Added some useful metrics to the summary detail...

2013-10-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c6ce459b9d022e39f96ea5e870830c9106f15f9e
  
https://github.com/jenkinsci/performance-plugin/commit/c6ce459b9d022e39f96ea5e870830c9106f15f9e
  Author: Mike P 
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/JMeterParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/UriReport.java
M src/main/resources/hudson/plugins/performance/Messages.properties
M src/main/resources/hudson/plugins/performance/Messages_es.properties
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly

  Log Message:
  ---
  1) Added some useful metrics to the summary details table. JMeter sends size 
of the
response which can be useful to calculate bandwidth usage for perf tests.

2) Corrected a bug where the 'All URIs' was just displaying the last entry 
again.
Now correctly uses the PerformanceReport class to provide aggregates.


  Commit: e5279b7400cfd7396afd687f9130f1f08fd544c2
  
https://github.com/jenkinsci/performance-plugin/commit/e5279b7400cfd7396afd687f9130f1f08fd544c2
  Author: Manuel Carrasco 
  Date:   2013-10-18 (Fri, 18 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/JMeterParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/UriReport.java
M src/main/resources/hudson/plugins/performance/Messages.properties
M src/main/resources/hudson/plugins/performance/Messages_es.properties
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly

  Log Message:
  ---
  Merge pull request #16 from patelm5/master

1) Added some useful metrics to the summary details table. JMeter sends ...


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/68b0594558b5...e5279b7400cf

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin]

2013-10-12 Thread GitHub
  Branch: refs/tags/performance-1.9
  Home:   https://github.com/jenkinsci/performance-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 68b059: [maven-release-plugin] prepare for next developmen...

2013-10-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 68b0594558b5fbf93f1830bc1105220e51d789ec
  
https://github.com/jenkinsci/performance-plugin/commit/68b0594558b5fbf93f1830bc1105220e51d789ec
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 4d5912: update parent info

2013-10-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 4d59120a9c608345b5ea167cb4f84b32ba5559e4
  
https://github.com/jenkinsci/performance-plugin/commit/4d59120a9c608345b5ea167cb4f84b32ba5559e4
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update parent info


  Commit: f893ca767f0109a2197a48b1f952ee6df31e92ca
  
https://github.com/jenkinsci/performance-plugin/commit/f893ca767f0109a2197a48b1f952ee6df31e92ca
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-1.9


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/f0c1a96312a9...f893ca767f01

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] f0c1a9: update parent info

2013-10-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f0c1a96312a922128f83f608396a6f9f5c67ffb9
  
https://github.com/jenkinsci/performance-plugin/commit/f0c1a96312a922128f83f608396a6f9f5c67ffb9
  Author: Manuel Carrasco Moñino 
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update parent info



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] 94515e: Fixed commas inside quoted text

2013-10-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 94515e720b47fd53ebb269d182e21217b21f0d53
  
https://github.com/jenkinsci/performance-plugin/commit/94515e720b47fd53ebb269d182e21217b21f0d53
  Author: Nicholas Jasieniecki 
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  Fixed commas inside quoted text


  Commit: 023bec8d7b2e83525b3c6e68f7d34b8b34d129f8
  
https://github.com/jenkinsci/performance-plugin/commit/023bec8d7b2e83525b3c6e68f7d34b8b34d129f8
  Author: Manuel Carrasco 
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  Merge pull request #15 from nastharl/master

Fixed commas inside quoted text


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/4f456a4ce952...023bec8d7b2e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[jenkinsci/performance-plugin] fcc85d: Initial work to add csv parser

2013-07-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: fcc85d3975d40cdf6856041ef2dada4e392199c0
  
https://github.com/jenkinsci/performance-plugin/commit/fcc85d3975d40cdf6856041ef2dada4e392199c0
  Author: Tomás Fernández Löbbe 
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
A src/main/java/hudson/plugins/performance/JMeterCsvParser.java
A src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.jelly
A 
src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.properties

  Log Message:
  ---
  Initial work to add csv parser


  Commit: bb14dbf931e5f7c0396d506ec0f60296861836c5
  
https://github.com/jenkinsci/performance-plugin/commit/bb14dbf931e5f7c0396d506ec0f60296861836c5
  Author: Tomás Fernández Löbbe 
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  using delimiter for headers title too


  Commit: ce899f1cbbf7f795934f769fdbb0b40308b8767a
  
https://github.com/jenkinsci/performance-plugin/commit/ce899f1cbbf7f795934f769fdbb0b40308b8767a
  Author: Tomás Fernández Löbbe 
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  trivial change to csv parser


  Commit: 7ce4c8194eecf88a8762ffa99447653b609ca3d6
  
https://github.com/jenkinsci/performance-plugin/commit/7ce4c8194eecf88a8762ffa99447653b609ca3d6
  Author: Tomás Fernández Löbbe 
  Date:   2013-07-12 (Fri, 12 Jul 2013)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M src/main/resources/hudson/plugins/performance/Messages.properties

  Log Message:
  ---
  i18n


  Commit: 4f456a4ce9526e5b0fe7abe0077aa6405d36f3fb
  
https://github.com/jenkinsci/performance-plugin/commit/4f456a4ce9526e5b0fe7abe0077aa6405d36f3fb
  Author: Manuel Carrasco 
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Changed paths:
A src/main/java/hudson/plugins/performance/JMeterCsvParser.java
A src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.jelly
A 
src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.properties
M src/main/resources/hudson/plugins/performance/Messages.properties

  Log Message:
  ---
  Merge pull request #14 from tflobbe/csv-parser

Csv parser


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/ec9d3881873f...4f456a4ce952

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[jenkinsci/performance-plugin] 43c43a: New response time graphs selected build and uri re...

2013-07-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 43c43a77c8aac3e42ddae8c93b8acef0333d481b
  
https://github.com/jenkinsci/performance-plugin/commit/43c43a77c8aac3e42ddae8c93b8acef0333d481b
  Author: Anton Goley 
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
M .gitignore
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
M src/main/java/hudson/plugins/performance/TrendReportDetail.java
M src/main/java/hudson/plugins/performance/UriReport.java
M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob_es.html
M src/main/resources/hudson/plugins/performance/UriReport/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/webapp/help.html
M src/test/java/hudson/plugins/performance/PerformanceReportTest.java

  Log Message:
  ---
  New response time graphs selected build and uri report


  Commit: 4b3be120bb282c86699f30b7002b355b644e17d7
  
https://github.com/jenkinsci/performance-plugin/commit/4b3be120bb282c86699f30b7002b355b644e17d7
  Author: Anton Goley 
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
A src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
A src/main/java/hudson/plugins/performance/TrendReportGraphs.java

  Log Message:
  ---
  New response time graphs selected build and uri report


  Commit: d8e528a7514afb7c93c8c71dc492311c3acb6e4b
  
https://github.com/jenkinsci/performance-plugin/commit/d8e528a7514afb7c93c8c71dc492311c3acb6e4b
  Author: Anton Goley 
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
A 
src/main/resources/hudson/plugins/performance/TrendReportGraphs/index.jelly
A 
src/main/resources/hudson/plugins/performance/TrendReportGraphs/index_es.properties
A 
src/main/resources/hudson/plugins/performance/tags/summaryTableSummarizer.jelly

  Log Message:
  ---
  New response time graphs for selected build and uri report


  Commit: 93485cac32c974063bb0cae33bfbb55e3188d1d2
  
https://github.com/jenkinsci/performance-plugin/commit/93485cac32c974063bb0cae33bfbb55e3188d1d2
  Author: Anton Goley 
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M 
src/main/resources/hudson/plugins/performance/tags/summaryTableSummarizer.jelly
M src/main/webapp/help.html

  Log Message:
  ---
  Merge branch 'master' of github.com:AntonGoley/performance-plugin

Conflicts:
src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
src/main/java/hudson/plugins/performance/PerformanceReport.java
src/main/java/hudson/plugins/performance/PerformanceReportMap.java
src/main/java/hudson/plugins/performance/PerformanceReportPosition.java

src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly

src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly

src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
src/main/resources/hudson/plugins/performance/tags/captionLine.jelly

src/main/resources/hudson/plugins/performance/tags/summaryTableSummarizer.jelly
src/main/webapp/help.html


  Commit: 342af357a546138332ba5eba78ada5cbeb05b014
  
https://github.com/jenkinsci/performance-plugin/commit/342af357a546138332ba5eba78ada5cbeb05b014
  Author: Anton Goley 
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/p

[jenkinsci/performance-plugin] 6e8598: Fix misspelling of minimun to minimum and maximun ...

2013-07-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6e8598fba427e16bcee19a1397654606cc9c
  
https://github.com/jenkinsci/performance-plugin/commit/6e8598fba427e16bcee19a1397654606cc9c
  Author: Marc Esher 
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly

  Log Message:
  ---
  Fix misspelling of minimun to minimum and maximun to maximum


  Commit: ec9d3881873f13104ad170d2cb24cc4e88fae7f7
  
https://github.com/jenkinsci/performance-plugin/commit/ec9d3881873f13104ad170d2cb24cc4e88fae7f7
  Author: Manuel Carrasco 
  Date:   2013-07-13 (Sat, 13 Jul 2013)

  Log Message:
  ---
  Merge pull request #13 from marcesher/master

Fix misspellings in results table


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/468088c183fe...ec9d3881873f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[jenkinsci/performance-plugin] c4e420: Added new functionality: added the possibility to ...

2012-07-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c4e4209859c63c5b0c65d572822947655b23e8db
  
https://github.com/jenkinsci/performance-plugin/commit/c4e4209859c63c5b0c65d572822947655b23e8db
  Author: vazzolla 
  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 
  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 
  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 
  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 
  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


[jenkinsci/performance-plugin] e4b26e: define a Range class to avoid using List(2) t...

2012-06-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: e4b26ed4698d31620146fcd9ce218bb8d4e11627
  
https://github.com/jenkinsci/performance-plugin/commit/e4b26ed4698d31620146fcd9ce218bb8d4e11627
  Author: Nicolas De Loof 
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java

  Log Message:
  ---
  define a Range class to avoid using List(2) that is confusing


  Commit: f3fbc89ef758be1b2ebdf182ccbf79cfdba800e9
  
https://github.com/jenkinsci/performance-plugin/commit/f3fbc89ef758be1b2ebdf182ccbf79cfdba800e9
  Author: manolo 
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java

  Log Message:
  ---
  Merge pull request #10 from ndeloof/master

replace List(2) with a dedicated Range class


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/4c3caefba927...f3fbc89ef758


[jenkinsci/performance-plugin] caebae: Parse jmeter Summariser files

2012-06-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: caebae8b6488d0daab52b6f459245df9e77c37e9
  
https://github.com/jenkinsci/performance-plugin/commit/caebae8b6488d0daab52b6f459245df9e77c37e9
  Author: Anton Goley 
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
A src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob_es.html
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
A 
src/main/resources/hudson/plugins/performance/tags/summaryTableSummarizer.jelly
M src/main/webapp/help.html
M src/test/java/hudson/plugins/performance/PerformanceReportTest.java

  Log Message:
  ---
  Parse jmeter Summariser files


  Commit: 4c3caefba927728339fe854dbd593d24de773a87
  
https://github.com/jenkinsci/performance-plugin/commit/4c3caefba927728339fe854dbd593d24de773a87
  Author: manolo 
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/HttpSample.java
A src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob_es.html
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
A 
src/main/resources/hudson/plugins/performance/tags/summaryTableSummarizer.jelly
M src/main/webapp/help.html
M src/test/java/hudson/plugins/performance/PerformanceReportTest.java

  Log Message:
  ---
  Merge pull request #8 from AntonGoley/master

New Jmeter parser for Jmeter Summariser logs


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/e9b48821fccc...4c3caefba927


[jenkinsci/performance-plugin] a94333: [FIXED JENKINS-14146] don't use ; as separator in ...

2012-06-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a9468f808a940af10626a141b7795a3cbef5
  
https://github.com/jenkinsci/performance-plugin/commit/a9468f808a940af10626a141b7795a3cbef5
  Author: Nicolas De Loof 
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java

  Log Message:
  ---
  [FIXED JENKINS-14146] don't use ; as separator in cookie value


  Commit: e9b48821fccc116131982f7ba37e0ab37ddda19d
  
https://github.com/jenkinsci/performance-plugin/commit/e9b48821fccc116131982f7ba37e0ab37ddda19d
  Author: manolo 
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java

  Log Message:
  ---
  Merge pull request #9 from ndeloof/master

fix JENKINS-14146


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/0659b647003a...e9b48821fccc


[jenkinsci/performance-plugin] 0659b6: [maven-release-plugin] prepare for next developmen...

2012-04-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0659b647003adb18dbb98fff9b9e86ae6b998840
  
https://github.com/jenkinsci/performance-plugin/commit/0659b647003adb18dbb98fff9b9e86ae6b998840
  Author: Manolo Carrasco 
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration





[jenkinsci/performance-plugin]

2012-04-11 Thread GitHub
  Branch: refs/tags/performance-1.8
  Home:   https://github.com/jenkinsci/performance-plugin



[jenkinsci/performance-plugin] f75e82: [maven-release-plugin] prepare release performance...

2012-04-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f75e82241a21d743b8c0c46904b418be081b1df4
  
https://github.com/jenkinsci/performance-plugin/commit/f75e82241a21d743b8c0c46904b418be081b1df4
  Author: Manolo Carrasco 
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-1.8





[jenkinsci/performance-plugin] fc1ba1: Merge pull request #7 from tommytcchan/master

2012-04-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: fc1ba1c832e077e7d65d47893d50615b6dad0f53
  
https://github.com/jenkinsci/performance-plugin/commit/fc1ba1c832e077e7d65d47893d50615b6dad0f53
  Author: manolo 
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/JUnitParser.java
  A src/test/java/hudson/plugins/performance/JUnitParserTest.java

  Log Message:
  ---
  Merge pull request #7 from tommytcchan/master

Fix NumberFormatException on long running tests





[jenkinsci/performance-plugin] d9f367: Merge pull request #6 from NarcisDavins/master

2012-04-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: d9f3672e0fe6f91371a8cf3ca1ef53a37d4e5bdb
  
https://github.com/jenkinsci/performance-plugin/commit/d9f3672e0fe6f91371a8cf3ca1ef53a37d4e5bdb
  Author: manolo 
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
M src/main/java/hudson/plugins/performance/AbstractReport.java
  M src/main/java/hudson/plugins/performance/HttpSample.java
  M src/main/java/hudson/plugins/performance/JMeterParser.java
  M src/main/java/hudson/plugins/performance/PerformanceReport.java
  M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
  M 
src/main/java/hudson/plugins/performance/PerformanceReportParserDescriptor.java
  M src/main/java/hudson/plugins/performance/UriReport.java
  M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
  M src/main/resources/hudson/plugins/performance/UriReport/index.jelly
  M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
  M src/main/resources/hudson/plugins/performance/tags/captionLine_es.properties
  M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly
  M src/main/webapp/css/style.css

  Log Message:
  ---
  Merge pull request #6 from NarcisDavins/master

Expand information shown by performance report map





[jenkinsci/performance-plugin] 5549a8: Merge pull request #5 from stefan-00/master

2012-04-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5549a83b9ad05fdeebb057c2e04651903e720079
  
https://github.com/jenkinsci/performance-plugin/commit/5549a83b9ad05fdeebb057c2e04651903e720079
  Author: manolo 
  Date:   2012-04-10 (Tue, 10 Apr 2012)

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

  Log Message:
  ---
  Merge pull request #5 from stefan-00/master

[JENKINS-7767] Performance report JMeter not possible to set threshold >0% but 
<1%





[jenkinsci/performance-plugin] b6353c: fix duplucated pluginRepositories

2012-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: b6353c2834364fe3c07ff861789cb2b8003831a8
  
https://github.com/jenkinsci/performance-plugin/commit/b6353c2834364fe3c07ff861789cb2b8003831a8
  Author: Nicolas De Loof 
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix duplucated pluginRepositories





[jenkinsci/performance-plugin] 6dd371: updated maven pom to use repo.jenkins-ci.org repos...

2012-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6dd3710b8cb4be923a5cc1d3ee21859d1d4094fc
  
https://github.com/jenkinsci/performance-plugin/commit/6dd3710b8cb4be923a5cc1d3ee21859d1d4094fc
  Author: Nicolas De Loof 
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated maven pom to use repo.jenkins-ci.org repository





<    2   3   4   5   6   7