Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 8292aeda6a1dd85da6b0cdf73a822da760417b1f
      
https://github.com/jenkinsci/dependency-track-plugin/commit/8292aeda6a1dd85da6b0cdf73a822da760417b1f
  Author: Ronny Perinke <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M README.md
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/help-synchronous.html
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/help-synchronous_de.html

  Log Message:
  -----------
  mention the need for `VIEW_VULNERABILITY` when using sync mode with DTrack 
4.4+

fixes #91


  Commit: c2d010a225d82ca3c1cf50c6b01ce2d4434056df
      
https://github.com/jenkinsci/dependency-track-plugin/commit/c2d010a225d82ca3c1cf50c6b01ce2d4434056df
  Author: Ronny Perinke <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  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
    A src/main/java/org/jenkinsci/plugins/DependencyTrack/TeamParser.java
    A src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Permissions.java
    A src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Team.java
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
    M src/main/webapp/css/config.css
    A src/main/webapp/css/global.css
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  -----------
  modify connection test to check team permission as well
starting with DTrack 4.4.0 it is possible to check the permissions of a team.
the connection test will use the old behaviour for DT below 4.4.
for DT 4.4+ the new endpoint will be used to check for required permissions. 
this includes auto-creation (global + job) and sync-mode (job-only).

fixes #13


  Commit: 9308fa0927ddbf9a0d81ef8936f515b7fb2cffc7
      
https://github.com/jenkinsci/dependency-track-plugin/commit/9308fa0927ddbf9a0d81ef8936f515b7fb2cffc7
  Author: Ronny Perinke <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java

  Log Message:
  -----------
  use `StringBuilder` instead of `StringBuffer`


  Commit: 15ed68d860b195f670477280fc2b263340b43b3a
      
https://github.com/jenkinsci/dependency-track-plugin/commit/15ed68d860b195f670477280fc2b263340b43b3a
  Author: Ronny Perinke <[email protected]>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  update changelog about the new connection test


  Commit: 491d66f8b221e97147b4b7b3d617932f8328e686
      
https://github.com/jenkinsci/dependency-track-plugin/commit/491d66f8b221e97147b4b7b3d617932f8328e686
  Author: Ronny Perinke <[email protected]>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/config.jelly
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  -----------
  make PORTFOLIO_MANAGEMENT a required permission if update project properties 
is enabled


  Commit: 53694452597b9067cbe13a2127921de1d206c347
      
https://github.com/jenkinsci/dependency-track-plugin/commit/53694452597b9067cbe13a2127921de1d206c347
  Author: Ronny Perinke <[email protected]>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M CHANGELOG.md
    M README.md
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
    M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
    A src/main/java/org/jenkinsci/plugins/DependencyTrack/TeamParser.java
    A src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Permissions.java
    A src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Team.java
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/help-synchronous.html
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/help-synchronous_de.html
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties
    M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages_de.properties
    M src/main/webapp/css/config.css
    A src/main/webapp/css/global.css
    M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java
    M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  -----------
  Merge pull request #94 from 
jenkinsci/feature/13-extend-test-connection-functionality-to-account-for-server-side-permissions

modify connection test to check team permission as well


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/ca6fbed63a93...53694452597b

-- 
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/ca6fbe-536944%40github.com.

Reply via email to