Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0d5cc257609d0e0ec81149a7823abd44c77d3e87
      
https://github.com/jenkinsci/performance-plugin/commit/0d5cc257609d0e0ec81149a7823abd44c77d3e87
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M pom.xml
    M 
src/test/java/hudson/plugins/performance/reports/PerformanceReportTest.java

  Log Message:
  -----------
  Removed easymock


  Commit: 94d754f41d0b35f198c048f168b1d98b8df0670f
      
https://github.com/jenkinsci/performance-plugin/commit/94d754f41d0b35f198c048f168b1d98b8df0670f
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M pom.xml
    M src/test/java/hudson/plugins/performance/reports/ConstraintReportTest.java

  Log Message:
  -----------
  Replace PowerMock by Mockito


  Commit: 69b1e10644b0b0cca55bda26c35e954db134f77d
      
https://github.com/jenkinsci/performance-plugin/commit/69b1e10644b0b0cca55bda26c35e954db134f77d
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

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

  Log Message:
  -----------
  Fix broken test setup


  Commit: b8ce3b8717a7e8253c9a09420994a4fe8a60fc81
      
https://github.com/jenkinsci/performance-plugin/commit/b8ce3b8717a7e8253c9a09420994a4fe8a60fc81
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M src/main/java/hudson/plugins/performance/PerformancePublisher.java
    M src/test/java/hudson/plugins/performance/PerformancePipelineTest.java
    M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
    M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
    M 
src/test/java/hudson/plugins/performance/constraints/ConstraintCheckerTest.java
    M 
src/test/java/hudson/plugins/performance/constraints/ConstraintFactoryTest.java
    M src/test/java/hudson/plugins/performance/parsers/AbstractParserTest.java
    M src/test/java/hudson/plugins/performance/parsers/IagoParserTest.java
    M 
src/test/java/hudson/plugins/performance/parsers/WrkSummarizerParserTest.java
    M src/test/java/hudson/plugins/performance/reports/ConstraintReportTest.java
    M 
src/test/java/hudson/plugins/performance/reports/PerformanceReportTest.java
    M src/test/java/hudson/plugins/performance/reports/ThroughputReportTest.java
    M 
src/test/java/hudson/plugins/performance/workflow/WorkflowActionsFactoryTest.java

  Log Message:
  -----------
  Replaced most of deprecated api usages


  Commit: d7bcf215b5a6f61a0672ad493b6550fbbf5e518f
      
https://github.com/jenkinsci/performance-plugin/commit/d7bcf215b5a6f61a0672ad493b6550fbbf5e518f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-09-03 (Sun, 03 Sep 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.73

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.71 to 4.73.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.71...plugin-4.73)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supp...@github.com>


  Commit: 48ede0121b3a4c1998e7b5e5cd7fbba75dde7fd2
      
https://github.com/jenkinsci/performance-plugin/commit/48ede0121b3a4c1998e7b5e5cd7fbba75dde7fd2
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M .mvn/extensions.xml
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into dependency-updates


  Commit: 4cbef79ff5a7f4c2340aee106b45a531bdeaf393
      
https://github.com/jenkinsci/performance-plugin/commit/4cbef79ff5a7f4c2340aee106b45a531bdeaf393
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 
'origin/dependabot/maven/org.jenkins-ci.plugins-plugin-4.73' into 
dependency-updates


  Commit: 6d8ecd5814c9eb1c66c30eb41bd435a82696bf66
      
https://github.com/jenkinsci/performance-plugin/commit/6d8ecd5814c9eb1c66c30eb41bd435a82696bf66
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

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

  Log Message:
  -----------
  Attempt to fix TrendReportGraphsTest


  Commit: c7fb7d79505e655623a0b91bab9942ac1b2baa8e
      
https://github.com/jenkinsci/performance-plugin/commit/c7fb7d79505e655623a0b91bab9942ac1b2baa8e
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java
    M src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java
    M 
src/test/java/hudson/plugins/performance/descriptors/ConstraintDescriptorTest.java
    M 
src/test/java/hudson/plugins/performance/descriptors/PerformanceReportParserDescriptorTest.java
    M 
src/test/java/hudson/plugins/performance/details/GraphConfigurationDetailTest.java
    M 
src/test/java/hudson/plugins/performance/details/TestSuiteReportDetailTest.java

  Log Message:
  -----------
  Remove explicit call of JenkinsRule.after()


  Commit: 0448b72fb7cf7ceff695df007de7e069a1b3beec
      
https://github.com/jenkinsci/performance-plugin/commit/0448b72fb7cf7ceff695df007de7e069a1b3beec
  Author: Alexander Straube <alexander.stra...@gmail.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M pom.xml
    M src/test/java/hudson/plugins/performance/TrendReportGraphsTest.java
    M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java
    M src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java
    M 
src/test/java/hudson/plugins/performance/descriptors/ConstraintDescriptorTest.java
    M 
src/test/java/hudson/plugins/performance/descriptors/PerformanceReportParserDescriptorTest.java
    M 
src/test/java/hudson/plugins/performance/details/GraphConfigurationDetailTest.java
    M 
src/test/java/hudson/plugins/performance/details/TestSuiteReportDetailTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/dependency-updates'


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/659f76a14b6e...0448b72fb7cf

-- 
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/master/659f76-0448b7%40github.com.

Reply via email to