[jenkinsci/synopsys-coverity-plugin] 64509a: fix: Added initializer to DataCaches to avoid ugly...

2020-06-05 Thread Richard Otte
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 64509a46cf49207a0594deb04d75c37ce1e8b1ae
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/64509a46cf49207a0594deb04d75c37ce1e8b1ae
  Author: Richard Otte 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ViewCache.java

  Log Message:
  ---
  fix: Added initializer to DataCaches to avoid ugly NPEs


  Commit: 1d7226874c4670a6b02ce69536ae2d220b186b25
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1d7226874c4670a6b02ce69536ae2d220b186b25
  Author: Richard Otte 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java

  Log Message:
  ---
  fix: Supplying SubSteps cannot return null


  Commit: c0bd61e723b13e7ab8bf4c24673487950057f532
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/c0bd61e723b13e7ab8bf4c24673487950057f532
  Author: Builder Service 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 2.4.0-SIGQA3


  Commit: b4be55a95e2f66112d3829f58d3b09a68c53f356
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b4be55a95e2f66112d3829f58d3b09a68c53f356
  Author: Builder Service 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 2.4.0-SIGQA4-SNAPSHOT


  Commit: 8fa4605b2407893e67d772a3fe699dd5dce9d320
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/8fa4605b2407893e67d772a3fe699dd5dce9d320
  Author: Richard Otte 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
A 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java

  Log Message:
  ---
  fix: AuthenticationKeyFile should be created with rw- permissions


  Commit: b394ceacb7b38e1b705dc496312943a49831104b
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b394ceacb7b38e1b705dc496312943a49831104b
  Author: Richard Otte 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
A 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java

  Log Message:
  ---
  Merge branch '2.4.0'


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/c6d4a173c6a0...b394ceacb7b3

-- 
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/synopsys-coverity-plugin/push/refs/heads/master/c6d4a1-b394ce%40github.com.


[jenkinsci/synopsys-coverity-plugin] 64509a: fix: Added initializer to DataCaches to avoid ugly...

2020-06-05 Thread Richard Otte
  Branch: refs/heads/2.4.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 64509a46cf49207a0594deb04d75c37ce1e8b1ae
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/64509a46cf49207a0594deb04d75c37ce1e8b1ae
  Author: Richard Otte 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ViewCache.java

  Log Message:
  ---
  fix: Added initializer to DataCaches to avoid ugly NPEs


  Commit: 1d7226874c4670a6b02ce69536ae2d220b186b25
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1d7226874c4670a6b02ce69536ae2d220b186b25
  Author: Richard Otte 
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java

  Log Message:
  ---
  fix: Supplying SubSteps cannot return null


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/d4840d6df971...1d7226874c46

-- 
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/synopsys-coverity-plugin/push/refs/heads/2.4.0/d4840d-1d7226%40github.com.