Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 3abc68a1d5c49cd4e0a50bc80a6b144c465d6911
      
https://github.com/jenkinsci/dependency-track-plugin/commit/3abc68a1d5c49cd4e0a50bc80a6b144c465d6911
  Author: Ronny Perinke <[email protected]>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M CHANGELOG.md
    M package.json

  Log Message:
  -----------
  pin bootstrap-vue to 2.21.2 to repair filtering
see https://github.com/bootstrap-vue/bootstrap-vue/issues/6967


  Commit: 65059a1d81aa26330c14917f60b9c3a66949a19c
      
https://github.com/jenkinsci/dependency-track-plugin/commit/65059a1d81aa26330c14917f60b9c3a66949a19c
  Author: Ronny Perinke <[email protected]>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M CHANGELOG.md
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectParser.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectProperties.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Project.java
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/config.properties
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/config_de.properties
    A 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentId.html
    A 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentId_de.html
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/ProjectPropertiesTest.java

  Log Message:
  -----------
  support for parent-child-relationships of projects
with Dependency-Track v4.7 and newer

closes #139


  Commit: 09625c05969cc95b34fac505199e995af9e60a3c
      
https://github.com/jenkinsci/dependency-track-plugin/commit/09625c05969cc95b34fac505199e995af9e60a3c
  Author: Ronny Perinke <[email protected]>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/JobActionTest.java
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/ResultActionTest.java

  Log Message:
  -----------
  `JenkinsRule` is sufficient here


  Commit: 6aad5cc9a7fefd9973bf366121bc6ee1ffd9762d
      
https://github.com/jenkinsci/dependency-track-plugin/commit/6aad5cc9a7fefd9973bf366121bc6ee1ffd9762d
  Author: Ronny Perinke <[email protected]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M .github/workflows/ci-build.yml

  Log Message:
  -----------
  update nodejs


  Commit: 535bfa48081642a6db52f03d4fcbcfda142cc1a2
      
https://github.com/jenkinsci/dependency-track-plugin/commit/535bfa48081642a6db52f03d4fcbcfda142cc1a2
  Author: Ronny Perinke <[email protected]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M .github/workflows/ci-build.yml

  Log Message:
  -----------
  run Sonar only if required secrets are available
skip Sonar and perform build without it if secrets are missing (e.g. for PRs 
from forks) or the PR is from dependabot

fixes #134


  Commit: 4e29c9696c8d18ed58f82b4dd035e24eb351bc92
      
https://github.com/jenkinsci/dependency-track-plugin/commit/4e29c9696c8d18ed58f82b4dd035e24eb351bc92
  Author: Ronny Perinke <[email protected]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M .github/workflows/ci-build.yml
    M CHANGELOG.md
    M package.json
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectParser.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectProperties.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Project.java
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/config.properties
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/config_de.properties
    A 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentId.html
    A 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentId_de.html
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/JobActionTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/ProjectPropertiesTest.java
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/ResultActionTest.java

  Log Message:
  -----------
  Merge pull request #141 from 
jenkinsci/feature/support-parent-child-relationships

support for parent-child-relationships of projects


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/0dc02f1a2d0b...4e29c9696c8d

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/0dc02f-4e29c9%40github.com.

Reply via email to