[jenkinsci/performance-plugin] a669d9: add 95 percentile support

2024-05-03 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/bump-dependencies
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a669d9187a7a0846131e65f7a6a49b428ee4a947
  
https://github.com/jenkinsci/performance-plugin/commit/a669d9187a7a0846131e65f7a6a49b428ee4a947
  Author: p8z 
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
M src/main/java/hudson/plugins/performance/data/TaurusFinalStats.java
M src/main/java/hudson/plugins/performance/parsers/TaurusParser.java
M src/main/java/hudson/plugins/performance/reports/AbstractReport.java
M src/main/java/hudson/plugins/performance/reports/PerformanceReport.java
M src/main/java/hudson/plugins/performance/reports/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/PerformancePublisher/config.jelly
M 
src/main/resources/hudson/plugins/performance/tags/captionLine_es.properties
M src/test/java/hudson/plugins/performance/BaselineComparisonTest.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionGraphTest.java
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintCheckerTest.java
M src/test/java/hudson/plugins/performance/parsers/AbstractParserTest.java
M src/test/java/hudson/plugins/performance/parsers/TaurusParserTest.java
M 
src/test/java/hudson/plugins/performance/reports/PerformanceReportTest.java
M src/test/resources/TaurusPreviousBuildReport.xml

  Log Message:
  ---
  add 95 percentile support


  Commit: b726122b5f0ab2226e1f07568d5f28e59d21b6fd
  
https://github.com/jenkinsci/performance-plugin/commit/b726122b5f0ab2226e1f07568d5f28e59d21b6fd
  Author: Alexander Straube 
  Date:   2024-05-03 (Fri, 03 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 
'origin/dependabot/maven/org.jenkins-ci.plugins-plugin-4.81' into 
bump-dependencies


  Commit: f1fb129414c4613a7421af1b1bdb582404dc0215
  
https://github.com/jenkinsci/performance-plugin/commit/f1fb129414c4613a7421af1b1bdb582404dc0215
  Author: Alexander Straube 
  Date:   2024-05-03 (Fri, 03 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 
'origin/dependabot/maven/org.codehaus.plexus-plexus-utils-4.0.1' into 
bump-dependencies


  Commit: 38ac5c5ed52dd6071c60a93a148ef6ad697a5c74
  
https://github.com/jenkinsci/performance-plugin/commit/38ac5c5ed52dd6071c60a93a148ef6ad697a5c74
  Author: Alexander Straube 
  Date:   2024-05-03 (Fri, 03 May 2024)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge remote-tracking branch 
'origin/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.8'
 into bump-dependencies


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/a669d9187a7a%5E...38ac5c5ed52d

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/performance-plugin/settings/notifications

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/performance-plugin/push/refs/heads/bump-dependencies/00-38ac5c%40github.com.


[jenkinsci/performance-plugin] a669d9: add 95 percentile support

2023-11-03 Thread 'p-8-z' via Jenkins Commits
  Branch: refs/heads/feature/95-precentile
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a669d9187a7a0846131e65f7a6a49b428ee4a947
  
https://github.com/jenkinsci/performance-plugin/commit/a669d9187a7a0846131e65f7a6a49b428ee4a947
  Author: p8z 
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
M src/main/java/hudson/plugins/performance/data/TaurusFinalStats.java
M src/main/java/hudson/plugins/performance/parsers/TaurusParser.java
M src/main/java/hudson/plugins/performance/reports/AbstractReport.java
M src/main/java/hudson/plugins/performance/reports/PerformanceReport.java
M src/main/java/hudson/plugins/performance/reports/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/PerformancePublisher/config.jelly
M 
src/main/resources/hudson/plugins/performance/tags/captionLine_es.properties
M src/test/java/hudson/plugins/performance/BaselineComparisonTest.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionGraphTest.java
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintCheckerTest.java
M src/test/java/hudson/plugins/performance/parsers/AbstractParserTest.java
M src/test/java/hudson/plugins/performance/parsers/TaurusParserTest.java
M 
src/test/java/hudson/plugins/performance/reports/PerformanceReportTest.java
M src/test/resources/TaurusPreviousBuildReport.xml

  Log Message:
  ---
  add 95 percentile support


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/performance-plugin/push/refs/heads/feature/95-precentile/82b425-a669d9%40github.com.