Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c9f12769db0c0513de251fb1b1e18ec4e157190b
      
https://github.com/jenkinsci/codesonar-plugin/commit/c9f12769db0c0513de251fb1b1e18ec4e157190b
  Author: Alessandro Seno <as...@grammatech.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslExtension.java
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-baseAnalysis.html

  Log Message:
  -----------
  Added new paramter baseAnalysis to the plugin


  Commit: 4a4ec01df5b762c0f8203ecf3dfed6c75cb7a517
      
https://github.com/jenkinsci/codesonar-plugin/commit/4a4ec01df5b762c0f8203ecf3dfed6c75cb7a517
  Author: Alessandro Seno <as...@grammatech.com>
  Date:   2023-08-22 (Tue, 22 Aug 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-baseAnalysis.html

  Log Message:
  -----------
  Changes resulting from code review


  Commit: e89aff462967f4e4324ada93c7b7545189807992
      
https://github.com/jenkinsci/codesonar-plugin/commit/e89aff462967f4e4324ada93c7b7545189807992
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/AlertsService.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/CodeSonarHubAnalysisDataLoader.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
    A 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceRequest.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceResponse.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/WarningsService.java
    M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java

  Log Message:
  -----------
  Make threshold/score conditions use visibility filter.

- Make threshold/score conditions use configured visibility filter instead of 
hard-coded "all".
- Don't request "response_try_plaintext" for CS 7.2 and later.
- Expand HttpService to allow headers to be passed with requests (e.g. Accept 
header).


  Commit: 4318804154d0ff79747ff5cd3dc125fd57cfd112
      
https://github.com/jenkinsci/codesonar-plugin/commit/4318804154d0ff79747ff5cd3dc125fd57cfd112
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java

  Log Message:
  -----------
  Check for invalid credentialId parameter.


  Commit: defd52de857ee2582f798845dd36ee1eb1dc580e
      
https://github.com/jenkinsci/codesonar-plugin/commit/defd52de857ee2582f798845dd36ee1eb1dc580e
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AuthenticationService.java

  Log Message:
  -----------
  Refactor some credential handling code to try and consolidate some service 
dependencies.


  Commit: ef5e0ac6c406df7dffb31b2379903b8859a4beab
      
https://github.com/jenkinsci/codesonar-plugin/commit/ef5e0ac6c406df7dffb31b2379903b8859a4beab
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M CONTRIBUTING.md
    M README.md
    M pom.xml
    M src/main/resources/index.jelly
    M test/README.md
    M test/codesonar-reset-UNACCEPTED_LICENSE.txt
    M test/wgen-codesonar-template.conf
    M test/wgen.py

  Log Message:
  -----------
  Rebrand for CodeSecure


  Commit: 22c8e75bf4881f7888356505473e4b2fd8351a0a
      
https://github.com/jenkinsci/codesonar-plugin/commit/22c8e75bf4881f7888356505473e4b2fd8351a0a
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java

  Log Message:
  -----------
  Throw exception if baseAnalysis cannot be parsed


  Commit: b74a4943783b04312c23b47c3968a4bdc2223bc2
      
https://github.com/jenkinsci/codesonar-plugin/commit/b74a4943783b04312c23b47c3968a4bdc2223bc2
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Add baseAnalysis parameter to README


  Commit: 87ce33100aea85d530db100d37c173dae67c9fcb
      
https://github.com/jenkinsci/codesonar-plugin/commit/87ce33100aea85d530db100d37c173dae67c9fcb
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarHubCapabilityInfo.java
    M src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarHubInfo.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AuthenticationService.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceRequest.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/HubInfoService.java

  Log Message:
  -----------
  Support CodeSonar user session pooling.

- Use CodeSonar 8.0 session pool options.
- Sign out of hub using correct options.


  Commit: 42d8a58c5f9baabc8a46873776c1bde243514b24
      
https://github.com/jenkinsci/codesonar-plugin/commit/42d8a58c5f9baabc8a46873776c1bde243514b24
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M README.md
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslExtension.java
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
    R 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-baseAnalysis.html
    A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-comparisonAnalysis.html

  Log Message:
  -----------
  Rename baseAnalysis to comparisonAnalysis


  Commit: ace8e2a51e1daaddd4036aed84c6b2d4fd649b5d
      
https://github.com/jenkinsci/codesonar-plugin/commit/ace8e2a51e1daaddd4036aed84c6b2d4fd649b5d
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M CONTRIBUTING.md
    M test/README.md

  Log Message:
  -----------
  Fix a few document typos


  Commit: ade5fbdbe3792f92298d015f92c74a34c0cf9782
      
https://github.com/jenkinsci/codesonar-plugin/commit/ade5fbdbe3792f92298d015f92c74a34c0cf9782
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M README.md
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java

  Log Message:
  -----------
  Fix typo in README


  Commit: 9e5c2961db217283dfc4223e06da9c3bf839d532
      
https://github.com/jenkinsci/codesonar-plugin/commit/9e5c2961db217283dfc4223e06da9c3bf839d532
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceRequest.java

  Log Message:
  -----------
  Raise error if hub credentials are not found.

- Raise an error if hub credentials cannot be looked-up from credentialId 
provided to plugin.
- Fix up some inaccurate and inconsistent logging messages.
- Add a few TODO comments for known issues.


  Commit: 48a04c30864bdf6db57492e24f5f9163049a21d8
      
https://github.com/jenkinsci/codesonar-plugin/commit/48a04c30864bdf6db57492e24f5f9163049a21d8
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M README.md
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslExtension.java
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-comparisonAnalysis.html

  Log Message:
  -----------
  Merge pull request #20 from CodeSecure-Inc/aseno/new_parameter_base_analysis

Added new parameter comparisonAnalysis to the plugin


  Commit: 03ce4bbbde3f12f97f52163ebff01b7dd4a48d2c
      
https://github.com/jenkinsci/codesonar-plugin/commit/03ce4bbbde3f12f97f52163ebff01b7dd4a48d2c
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/AlertsService.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AuthenticationService.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/CodeSonarHubAnalysisDataLoader.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
    A 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceRequest.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceResponse.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/WarningsService.java
    M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java

  Log Message:
  -----------
  Merge pull request #21 from CodeSecure-Inc/dbechtold/warningcount

Refactor some credential handling and HTTP code, fix some bugs


  Commit: d869f01217abed7f94ebce547f7c165bdd65fa07
      
https://github.com/jenkinsci/codesonar-plugin/commit/d869f01217abed7f94ebce547f7c165bdd65fa07
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M CONTRIBUTING.md
    M README.md
    M pom.xml
    M src/main/resources/index.jelly
    M test/README.md
    M test/codesonar-reset-UNACCEPTED_LICENSE.txt
    M test/wgen-codesonar-template.conf
    M test/wgen.py

  Log Message:
  -----------
  Merge pull request #22 from CodeSecure-Inc/dbechtold/codesecure

Rebrand for CodeSecure


  Commit: 547e372064e185522ad133f1e6b471625f71ea30
      
https://github.com/jenkinsci/codesonar-plugin/commit/547e372064e185522ad133f1e6b471625f71ea30
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M CONTRIBUTING.md
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslExtension.java
    M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceRequest.java
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-comparisonAnalysis.html
    M test/README.md
    M test/codesonar-reset-UNACCEPTED_LICENSE.txt
    M test/wgen-codesonar-template.conf
    M test/wgen.py

  Log Message:
  -----------
  Merge branch 'gtmaster' into dbechtold/sessionpool


  Commit: 826342f25e75aa3f5adb2c2264c59ed0b4ebc619
      
https://github.com/jenkinsci/codesonar-plugin/commit/826342f25e75aa3f5adb2c2264c59ed0b4ebc619
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarHubCapabilityInfo.java
    M src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarHubInfo.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AuthenticationService.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
    M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HttpServiceRequest.java
    M src/main/java/org/jenkinsci/plugins/codesonar/services/HubInfoService.java

  Log Message:
  -----------
  Merge pull request #23 from CodeSecure-Inc/dbechtold/sessionpool

Support CodeSonar user session pooling.


  Commit: 2ed1a9af44bd8c27979e9a6dcbe87c3c64d2c877
      
https://github.com/jenkinsci/codesonar-plugin/commit/2ed1a9af44bd8c27979e9a6dcbe87c3c64d2c877
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M CHANGELOG.md
    M pom.xml
    M src/main/webapp/icons/codesonar-logo.png

  Log Message:
  -----------
  Update changelog for v3.05. Fix logo.

- Add changelog for v3.05.
- Update CodeSonar logo for CodeSecure.


  Commit: 92d4b543eb20690a69e356660758e0ec908ff0be
      
https://github.com/jenkinsci/codesonar-plugin/commit/92d4b543eb20690a69e356660758e0ec908ff0be
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M CHANGELOG.md
    M pom.xml
    M src/main/webapp/icons/codesonar-logo.png

  Log Message:
  -----------
  Merge pull request #24 from CodeSecure-Inc/dbechtold/v3.5-dev

Update changelog for v3.05. Fix logo.


  Commit: 9da9c9db59e242cf1746f4ebce326ff253a294ac
      
https://github.com/jenkinsci/codesonar-plugin/commit/9da9c9db59e242cf1746f4ebce326ff253a294ac
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release codesonar-3.5.0


  Commit: 6e05a4f66992c9ffb744cb3e86ffd28336fee566
      
https://github.com/jenkinsci/codesonar-plugin/commit/6e05a4f66992c9ffb744cb3e86ffd28336fee566
  Author: gt-dbechtold <dbecht...@codesecure.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/af30793adb35...6e05a4f66992

-- 
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/codesonar-plugin/push/refs/heads/master/af3079-6e05a4%40github.com.

Reply via email to