Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/coverity-plugin
  Commit: e1474c4f302921a7b9837b7e9a7700e8beb0acb9
      
https://github.com/jenkinsci/coverity-plugin/commit/e1474c4f302921a7b9837b7e9a7700e8beb0acb9
  Author: ZhDev <cont...@zhdev.net>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CIMInstance.java

  Log Message:
  -----------
  [FIX JENKINS-43098] If the needed permissions are not found in the directly 
user assigned roles, iterate through the group roles.


  Commit: 360b2f9f2fa6cdecf769c3ed14599770729b2097
      
https://github.com/jenkinsci/coverity-plugin/commit/360b2f9f2fa6cdecf769c3ed14599770729b2097
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CheckConfig.java

  Log Message:
  -----------
  Fix trivial typos


  Commit: e9e649c3a4425f7be9502e145fb55122ee1a0394
      
https://github.com/jenkinsci/coverity-plugin/commit/e9e649c3a4425f7be9502e145fb55122ee1a0394
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CIMInstance.java

  Log Message:
  -----------
  Merge branch 'ZhDev-JENKINS-43098'


  Commit: 73a0d126bd2637e12c26dcd0c0a7a386161417c1
      
https://github.com/jenkinsci/coverity-plugin/commit/73a0d126bd2637e12c26dcd0c0a7a386161417c1
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CheckConfig.java

  Log Message:
  -----------
  Merge branch 'fix-typos-1' of https://github.com/kinow/coverity-plugin into 
kinow-fix-typos-1


  Commit: b6d7b20257428c5c8094d80aff0b9b58362be17a
      
https://github.com/jenkinsci/coverity-plugin/commit/b6d7b20257428c5c8094d80aff0b9b58362be17a
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CheckConfig.java

  Log Message:
  -----------
  Merge branch 'kinow-fix-typos-1'


  Commit: f5eb8ff3a84285d56ab080971acc3d51e90b6878
      
https://github.com/jenkinsci/coverity-plugin/commit/f5eb8ff3a84285d56ab080971acc3d51e90b6878
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/coverity/CIMInstance.java
    M src/main/java/jenkins/plugins/coverity/CheckConfig.java

  Log Message:
  -----------
  Merge branch '191-pull-requests' into 'jenkins19'

github pull requests for 1.9.1

See merge request !110


  Commit: 563ecaa04abebe95fee262829b1407af59b93dc9
      
https://github.com/jenkinsci/coverity-plugin/commit/563ecaa04abebe95fee262829b1407af59b93dc9
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M 
src/main/java/jenkins/plugins/coverity/CoverityTool/CoverityToolHandler.java

  Log Message:
  -----------
  Removed boolean return value from CoverityToolHandler perform method

The return value was not being used


  Commit: 19489bda33afa17e9e903a4538535fcf7fe2777e
      
https://github.com/jenkinsci/coverity-plugin/commit/19489bda33afa17e9e903a4538535fcf7fe2777e
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/ws/DefectReader.java
    M src/test/java/jenkins/plugins/coverity/ws/DefectReaderTest.java

  Log Message:
  -----------
  Add CoverityBuildAction when publisher isFailBuild value is true

Removed boolean return value from DefectReader.getLatestDefectsForBuild (it was 
unnecessary)
Fixes issue where defects were not shown on the chart when the the "Fail the 
build if matching defects are found" option checked

JENKINS-43240

Fix: 102658


  Commit: e55b388ff2d8023e5f2417042238899482d61835
      
https://github.com/jenkinsci/coverity-plugin/commit/e55b388ff2d8023e5f2417042238899482d61835
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M 
src/main/java/jenkins/plugins/coverity/CoverityTool/CoverityToolHandler.java
    M src/main/java/jenkins/plugins/coverity/ws/DefectReader.java
    M src/test/java/jenkins/plugins/coverity/ws/DefectReaderTest.java

  Log Message:
  -----------
  Merge branch 'BZ102658' into 'jenkins19'

Fix for #102658 - Coverity defects not published to build page if defects 
filter marked build as failed

See merge request !112


  Commit: 8afef638843202e6728fd48959e5c498152bdab6
      
https://github.com/jenkinsci/coverity-plugin/commit/8afef638843202e6728fd48959e5c498152bdab6
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CIMInstance.java
    M src/main/java/jenkins/plugins/coverity/CheckConfig.java

  Log Message:
  -----------
  Add warning check for missing global permissions

This fixes an issue where default User permission could incorrectly report a 
successful connection.
By using a warning it won't block builds which may have worked prior to the 
1.9.0 release.

Fix: 102987


  Commit: 544e6ac208d6dc160e15e8f0e0190ab77ad98d9d
      
https://github.com/jenkinsci/coverity-plugin/commit/544e6ac208d6dc160e15e8f0e0190ab77ad98d9d
  Author: Joel Briggs <jbri...@synopsys.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/coverity/CIMInstance.java
    M src/main/java/jenkins/plugins/coverity/CheckConfig.java

  Log Message:
  -----------
  Merge branch 'BZ102987' into 'jenkins19'

Fix for #102987 - Add warning check for missing global permissions

See merge request !113


  Commit: 854318bf4d0e82821c1866d51cec5dc445ae1d8b
      
https://github.com/jenkinsci/coverity-plugin/commit/854318bf4d0e82821c1866d51cec5dc445ae1d8b
  Author: Andrew Cho <a...@synopsys.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M Documents/JenkinsPlugin_documentation.txt

  Log Message:
  -----------
  Added the release note for 1.9.1 release. I am assuming we are releasing on 
April 19 (Wednesday)


  Commit: b5b0fa838df3d688ef7220e65b4766e86a74b773
      
https://github.com/jenkinsci/coverity-plugin/commit/b5b0fa838df3d688ef7220e65b4766e86a74b773
  Author: Andrew Cho <a...@synopsys.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M Documents/JenkinsPlugin_documentation.txt

  Log Message:
  -----------
  Merge branch 'UpdateDoc' into 'jenkins19'

Added the release note for 1.9.1 release.

See merge request !114


  Commit: 4a7e1de354b6634eb7e8a6de6ac71527b003f2b0
      
https://github.com/jenkinsci/coverity-plugin/commit/4a7e1de354b6634eb7e8a6de6ac71527b003f2b0
  Author: Andrew Cho <a...@synopsys.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release coverity-1.9.1


Compare: 
https://github.com/jenkinsci/coverity-plugin/compare/8ef0d971c52f...4a7e1de354b6

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to