[jenkinsci/codesonar-plugin] c9f127: Added new paramter baseAnalysis to the plugin

2023-11-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c9f12769db0c0513de251fb1b1e18ec4e157190b
  
https://github.com/jenkinsci/codesonar-plugin/commit/c9f12769db0c0513de251fb1b1e18ec4e157190b
  Author: Alessandro Seno 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
M 
src/main/java/org/je

[jenkinsci/codesonar-plugin]

2023-11-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.5.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.5.0/00-d8c14e%40github.com.


[jenkinsci/codesonar-plugin] c9f127: Added new paramter baseAnalysis to the plugin

2023-11-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c9f12769db0c0513de251fb1b1e18ec4e157190b
  
https://github.com/jenkinsci/codesonar-plugin/commit/c9f12769db0c0513de251fb1b1e18ec4e157190b
  Author: Alessandro Seno 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
M 
src/main/j

[jenkinsci/codesonar-plugin] 218a4b: Reduced the amount of memory each jenkins build oc...

2023-07-25 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 218a4b0180c28588c6808c7c554b2ef03e34b344
  
https://github.com/jenkinsci/codesonar-plugin/commit/218a4b0180c28588c6808c7c554b2ef03e34b344
  Author: Alessandro Seno 
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/java/org/jenkinsci/plugins/codesonar/conditions/Condition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/RedAlertLimitCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountAbsoluteSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/YellowAlertLimitCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisData.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisWarningCount.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarBuildActionDTO.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartConfigData.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartData.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartGroup.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartOptions.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartSearchAxis.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/CodeSonarCacheService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/MetricsService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarBuildActionTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java

  Log Message:
  ---
  Reduced the amount of memory each jenkins build occupies and made use of 
chart api for warning count


  Commit: 924666170ff1bafa334cf3f6381f01daf81f6d14
  
https://github.com/jenkinsci/codesonar-plugin/commit/924666170ff1bafa334cf3f6381f01daf81f6d14
  Author: Alessandro Seno 
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/AnalysisProceduresConfigData.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisData.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisWarningCount.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/PairAdapter.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/procedures/ProcedureMetric.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/parsers/AbstractJsonParser.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/parsers/MaxCyclomaticComplexityJsonParser.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/CodeSonarCacheService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
A src/main/java/org/jenkinsci/plugins/codesonar/services/Utils.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/ProceduresServiceTest.java

  Log Message:
  ---
  Procedures' cyclomatic complexity read from json api via streaming push 
parsing


  Commit: c3e64bce682a9a13c7c15272a1fcced9beca5b7b
  
https://github.com/jenkinsci/codesonar-plugin/commit/c3e64bce682a9a13c7c15272a1fcced9beca5b7b
  Author: Alessandro Seno 
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
M 
src/main/jav

[jenkinsci/codesonar-plugin]

2023-07-25 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.4.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.4.0/00-05277f%40github.com.


[jenkinsci/codesonar-plugin] 218a4b: Reduced the amount of memory each jenkins build oc...

2023-07-25 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 218a4b0180c28588c6808c7c554b2ef03e34b344
  
https://github.com/jenkinsci/codesonar-plugin/commit/218a4b0180c28588c6808c7c554b2ef03e34b344
  Author: Alessandro Seno 
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/java/org/jenkinsci/plugins/codesonar/conditions/Condition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/RedAlertLimitCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountAbsoluteSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/YellowAlertLimitCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisData.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisWarningCount.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarBuildActionDTO.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartConfigData.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartData.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartGroup.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartOptions.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarChartSearchAxis.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/CodeSonarCacheService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/MetricsService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarBuildActionTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java

  Log Message:
  ---
  Reduced the amount of memory each jenkins build occupies and made use of 
chart api for warning count


  Commit: 924666170ff1bafa334cf3f6381f01daf81f6d14
  
https://github.com/jenkinsci/codesonar-plugin/commit/924666170ff1bafa334cf3f6381f01daf81f6d14
  Author: Alessandro Seno 
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/AnalysisProceduresConfigData.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisData.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarAnalysisWarningCount.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/PairAdapter.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/procedures/ProcedureMetric.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/parsers/AbstractJsonParser.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/parsers/MaxCyclomaticComplexityJsonParser.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/CodeSonarCacheService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
A src/main/java/org/jenkinsci/plugins/codesonar/services/Utils.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/ProceduresServiceTest.java

  Log Message:
  ---
  Procedures' cyclomatic complexity read from json api via streaming push 
parsing


  Commit: c3e64bce682a9a13c7c15272a1fcced9beca5b7b
  
https://github.com/jenkinsci/codesonar-plugin/commit/c3e64bce682a9a13c7c15272a1fcced9beca5b7b
  Author: Alessandro Seno 
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
M 
src/main/jav

[jenkinsci/codesonar-plugin] 98ff10: Build on container agents

2023-06-21 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 98ff10c88bebcb4bbafe3440c7f292c03df7b446
  
https://github.com/jenkinsci/codesonar-plugin/commit/98ff10c88bebcb4bbafe3440c7f292c03df7b446
  Author: Alexander Brandes 
  Date:   2023-06-18 (Sun, 18 Jun 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Build on container agents


  Commit: e685b862b3d5f8d249227eddcab48002e4dbb2f4
  
https://github.com/jenkinsci/codesonar-plugin/commit/e685b862b3d5f8d249227eddcab48002e4dbb2f4
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #6 from NotMyFault/container-agent

Build on container agents


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/eb96ba4b1b21...e685b862b3d5

-- 
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/eb96ba-e685b8%40github.com.


[jenkinsci/codesonar-plugin] 63237a: Update hamcrest

2023-06-15 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 63237abfa8dbce9a5e3bee204ed7f25d3f613f7e
  
https://github.com/jenkinsci/codesonar-plugin/commit/63237abfa8dbce9a5e3bee204ed7f25d3f613f7e
  Author: Alexander Brandes 
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update hamcrest


  Commit: aa23ff397e7f619e5f4ae2e7b5a495f51dc01feb
  
https://github.com/jenkinsci/codesonar-plugin/commit/aa23ff397e7f619e5f4ae2e7b5a495f51dc01feb
  Author: Alexander Brandes 
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix enforcer


  Commit: eb96ba4b1b2194ac92ffc7e36d92d4b0b304c823
  
https://github.com/jenkinsci/codesonar-plugin/commit/eb96ba4b1b2194ac92ffc7e36d92d4b0b304c823
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-06-15 (Thu, 15 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #5 from NotMyFault/hamcrest

Update hamcrest


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/0f06c870a5a1...eb96ba4b1b21

-- 
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/0f06c8-eb96ba%40github.com.


[jenkinsci/codesonar-plugin]

2023-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-job-dsl-1.72
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/dependabot/maven/org.jenkins-ci.plugins-job-dsl-1.72/649bb3-00%40github.com.


[jenkinsci/codesonar-plugin] b36aad: Update job-dsl plugin to fix CVE-2019-1003034

2023-04-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: b36aada7d351ec69cc44b963e3df0c5031f27193
  
https://github.com/jenkinsci/codesonar-plugin/commit/b36aada7d351ec69cc44b963e3df0c5031f27193
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update job-dsl plugin to fix CVE-2019-1003034


  Commit: 05bd85b9e5a97273c085cc532b9660fe2bbf4b73
  
https://github.com/jenkinsci/codesonar-plugin/commit/05bd85b9e5a97273c085cc532b9660fe2bbf4b73
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog for job-dsl upgrade


  Commit: cf80871087587b2c16556fd0cc5f158cd6ca4863
  
https://github.com/jenkinsci/codesonar-plugin/commit/cf80871087587b2c16556fd0cc5f158cd6ca4863
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #12 from GrammaTech/gt/dependency_updates

Update some dependency libraries


  Commit: 70f7eac569b2244f3a252edf4472130e47503159
  
https://github.com/jenkinsci/codesonar-plugin/commit/70f7eac569b2244f3a252edf4472130e47503159
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge dependency updates changelog into gtmaster


  Commit: e4669441219b77e5fc209408ccb6a417b5b271d2
  
https://github.com/jenkinsci/codesonar-plugin/commit/e4669441219b77e5fc209408ccb6a417b5b271d2
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

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


  Commit: 0f06c870a5a15d5559bd2a7afada586f1717f029
  
https://github.com/jenkinsci/codesonar-plugin/commit/0f06c870a5a15d5559bd2a7afada586f1717f029
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/9f9015a61d43...0f06c870a5a1

-- 
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/9f9015-0f06c8%40github.com.


[jenkinsci/codesonar-plugin] b36aad: Update job-dsl plugin to fix CVE-2019-1003034

2023-04-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: b36aada7d351ec69cc44b963e3df0c5031f27193
  
https://github.com/jenkinsci/codesonar-plugin/commit/b36aada7d351ec69cc44b963e3df0c5031f27193
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update job-dsl plugin to fix CVE-2019-1003034


  Commit: 05bd85b9e5a97273c085cc532b9660fe2bbf4b73
  
https://github.com/jenkinsci/codesonar-plugin/commit/05bd85b9e5a97273c085cc532b9660fe2bbf4b73
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog for job-dsl upgrade


  Commit: cf80871087587b2c16556fd0cc5f158cd6ca4863
  
https://github.com/jenkinsci/codesonar-plugin/commit/cf80871087587b2c16556fd0cc5f158cd6ca4863
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #12 from GrammaTech/gt/dependency_updates

Update some dependency libraries


  Commit: 70f7eac569b2244f3a252edf4472130e47503159
  
https://github.com/jenkinsci/codesonar-plugin/commit/70f7eac569b2244f3a252edf4472130e47503159
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge dependency updates changelog into gtmaster


  Commit: e4669441219b77e5fc209408ccb6a417b5b271d2
  
https://github.com/jenkinsci/codesonar-plugin/commit/e4669441219b77e5fc209408ccb6a417b5b271d2
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

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


  Commit: 0f06c870a5a15d5559bd2a7afada586f1717f029
  
https://github.com/jenkinsci/codesonar-plugin/commit/0f06c870a5a15d5559bd2a7afada586f1717f029
  Author: gt-dbechtold 
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/9f9015a61d43...0f06c870a5a1

-- 
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/gtmaster/9f9015-0f06c8%40github.com.


[jenkinsci/codesonar-plugin]

2023-04-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.3.1
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.3.1/00-b22606%40github.com.


[jenkinsci/codesonar-plugin] 649bb3: Bump job-dsl from 1.37 to 1.72

2023-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-job-dsl-1.72
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 649bb3a454d71c2c9040cabf12fd5e2ba5d5d34a
  
https://github.com/jenkinsci/codesonar-plugin/commit/649bb3a454d71c2c9040cabf12fd5e2ba5d5d34a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump job-dsl from 1.37 to 1.72

Bumps [job-dsl](https://github.com/jenkinsci/job-dsl-plugin) from 1.37 to 1.72.
- [Release notes](https://github.com/jenkinsci/job-dsl-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/job-dsl-plugin/compare/job-dsl-1.37...job-dsl-1.72)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:job-dsl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/dependabot/maven/org.jenkins-ci.plugins-job-dsl-1.72/00-649bb3%40github.com.


[jenkinsci/codesonar-plugin] dc0616: Fix typo in README.md

2023-04-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: dc06163e64d8a6d09d848aaed143022fb0f902c7
  
https://github.com/jenkinsci/codesonar-plugin/commit/dc06163e64d8a6d09d848aaed143022fb0f902c7
  Author: Simon Johansson 
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
M README.md

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

Correct name of condition warningCountAbsoluteSpecifiedScoreAndHigher


  Commit: 62bd28ee56ffcefdb7c1df355baa88a48d5dbd22
  
https://github.com/jenkinsci/codesonar-plugin/commit/62bd28ee56ffcefdb7c1df355baa88a48d5dbd22
  Author: Alessandro Seno (External) 
  Date:   2023-03-09 (Thu, 09 Mar 2023)

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

  Log Message:
  ---
  Avoided analysis ID of previous analysis from being set on attribute Analysis 
ID Override


  Commit: d8e1fe349ca10fdfdd1478c23a0e207758adbce7
  
https://github.com/jenkinsci/codesonar-plugin/commit/d8e1fe349ca10fdfdd1478c23a0e207758adbce7
  Author: Alessandro Seno 
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
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-codesonarProjectFile.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-projectName.html
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  Added new parameter CodeSonar Project File


  Commit: dc85d9dcd15d38e9c2026a0fc422cc3adc82ca0e
  
https://github.com/jenkinsci/codesonar-plugin/commit/dc85d9dcd15d38e9c2026a0fc422cc3adc82ca0e
  Author: Alessandro Seno 
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-serverCertificateCredentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-visibilityFilter.html

  Log Message:
  ---
  Improved interactive help descriptions for plug-in parameters


  Commit: 0aad89d0bb7817f117a1e567e87dd4e66948c2f1
  
https://github.com/jenkinsci/codesonar-plugin/commit/0aad89d0bb7817f117a1e567e87dd4e66948c2f1
  Author: Alessandro Seno 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

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

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


  Commit: c830d372a4d5ad3b671c43a7af7eb15791a14f6f
  
https://github.com/jenkinsci/codesonar-plugin/commit/c830d372a4d5ad3b671c43a7af7eb15791a14f6f
  Author: Alessandro Seno 
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
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/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-visibilityFilter.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-visibilityFilterNewWarnings.html
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java

[jenkinsci/codesonar-plugin] dc0616: Fix typo in README.md

2023-04-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: dc06163e64d8a6d09d848aaed143022fb0f902c7
  
https://github.com/jenkinsci/codesonar-plugin/commit/dc06163e64d8a6d09d848aaed143022fb0f902c7
  Author: Simon Johansson 
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
M README.md

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

Correct name of condition warningCountAbsoluteSpecifiedScoreAndHigher


  Commit: 62bd28ee56ffcefdb7c1df355baa88a48d5dbd22
  
https://github.com/jenkinsci/codesonar-plugin/commit/62bd28ee56ffcefdb7c1df355baa88a48d5dbd22
  Author: Alessandro Seno (External) 
  Date:   2023-03-09 (Thu, 09 Mar 2023)

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

  Log Message:
  ---
  Avoided analysis ID of previous analysis from being set on attribute Analysis 
ID Override


  Commit: d8e1fe349ca10fdfdd1478c23a0e207758adbce7
  
https://github.com/jenkinsci/codesonar-plugin/commit/d8e1fe349ca10fdfdd1478c23a0e207758adbce7
  Author: Alessandro Seno 
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
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-codesonarProjectFile.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-projectName.html
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  Added new parameter CodeSonar Project File


  Commit: dc85d9dcd15d38e9c2026a0fc422cc3adc82ca0e
  
https://github.com/jenkinsci/codesonar-plugin/commit/dc85d9dcd15d38e9c2026a0fc422cc3adc82ca0e
  Author: Alessandro Seno 
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-serverCertificateCredentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-visibilityFilter.html

  Log Message:
  ---
  Improved interactive help descriptions for plug-in parameters


  Commit: 0aad89d0bb7817f117a1e567e87dd4e66948c2f1
  
https://github.com/jenkinsci/codesonar-plugin/commit/0aad89d0bb7817f117a1e567e87dd4e66948c2f1
  Author: Alessandro Seno 
  Date:   2023-03-14 (Tue, 14 Mar 2023)

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

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


  Commit: c830d372a4d5ad3b671c43a7af7eb15791a14f6f
  
https://github.com/jenkinsci/codesonar-plugin/commit/c830d372a4d5ad3b671c43a7af7eb15791a14f6f
  Author: Alessandro Seno 
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
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/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-visibilityFilter.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-visibilityFilterNewWarnings.html
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java

[jenkinsci/codesonar-plugin]

2023-04-06 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.3.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.3.0/00-ca6e12%40github.com.


[jenkinsci/codesonar-plugin] 0680a1: New documentation for v3.2 by AmyGale

2023-02-20 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 0680a13242dd3f623b5c8a4fabaefc1520f38acb
  
https://github.com/jenkinsci/codesonar-plugin/commit/0680a13242dd3f623b5c8a4fabaefc1520f38acb
  Author: gt-dbechtold 
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
M README.md
M docs/img/jenkins_params.png

  Log Message:
  ---
  New documentation for v3.2 by AmyGale

- Document new features added in v3.1.
- Rewrite to fix problems and to focus on scripted pipelines.


  Commit: fbda4cd8ff878fb7c8b91930d47324ecc48902e5
  
https://github.com/jenkinsci/codesonar-plugin/commit/fbda4cd8ff878fb7c8b91930d47324ecc48902e5
  Author: gt-dbechtold 
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Documentation refinements by AmyGale.

Minor updates to README file to fix minor problems.


  Commit: 84cae6cb36822ec11659672c15d8e2e27916a4c8
  
https://github.com/jenkinsci/codesonar-plugin/commit/84cae6cb36822ec11659672c15d8e2e27916a4c8
  Author: gt-dbechtold 
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Adjust cs-java-scan documentation example. [AmyGale]


  Commit: 02c5f4fefc6fcec731671b0a6c0799c178b6a5cf
  
https://github.com/jenkinsci/codesonar-plugin/commit/02c5f4fefc6fcec731671b0a6c0799c178b6a5cf
  Author: gt-dbechtold 
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
M jenkins-pipeline/pipeline.groovy
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-conditions.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
M src/main/webapp/icons/codesonar-logo.png
M test/README.md

  Log Message:
  ---
  Update CodeSonar display text and icon.

- Change 'Codesonar' to 'CodeSonar'.
- Use 'g' icon instead of old sonar icon.


  Commit: 60fbb3daaae8d84d5e29fd20ac43186a7b15c366
  
https://github.com/jenkinsci/codesonar-plugin/commit/60fbb3daaae8d84d5e29fd20ac43186a7b15c366
  Author: gt-dbechtold 
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog.

- Retroactively update changelog for 3.1.1 and 3.2.0.
- Update changelog for 3.2.1.


  Commit: 1d7f5607425802c96343e6cf1b53d520115f7568
  
https://github.com/jenkinsci/codesonar-plugin/commit/1d7f5607425802c96343e6cf1b53d520115f7568
  Author: gt-dbechtold 
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor text formatting adjustment to README


  Commit: e12babe4ad653125269e6e805b2bc758f632596a
  
https://github.com/jenkinsci/codesonar-plugin/commit/e12babe4ad653125269e6e805b2bc758f632596a
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M CHANGELOG.md
M jenkins-pipeline/pipeline.groovy
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-conditions.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
M src/main/webapp/icons/codesonar-logo.png
M test/README.md

  Log Message:
  ---
  Merge pull request #5 from GrammaTech/dbechtold/refine321

Update CodeSonar display text and icon


  Commit: 2c24c326d32ae74b334a9623463cb4bc486e7cf8
  
https://github.com/jenkinsci/codesonar-plugin/commit/2c24c326d32ae74b334a9623463cb4bc486e7cf8
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M README.md
M docs/img/jenkins_params.png

  Log Message:
  ---
  Merge pull request #4 from GrammaTech/v3.2-doc

New documentation for v3.2


  Commit

[jenkinsci/codesonar-plugin] 0680a1: New documentation for v3.2 by AmyGale

2023-02-20 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 0680a13242dd3f623b5c8a4fabaefc1520f38acb
  
https://github.com/jenkinsci/codesonar-plugin/commit/0680a13242dd3f623b5c8a4fabaefc1520f38acb
  Author: gt-dbechtold 
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
M README.md
M docs/img/jenkins_params.png

  Log Message:
  ---
  New documentation for v3.2 by AmyGale

- Document new features added in v3.1.
- Rewrite to fix problems and to focus on scripted pipelines.


  Commit: fbda4cd8ff878fb7c8b91930d47324ecc48902e5
  
https://github.com/jenkinsci/codesonar-plugin/commit/fbda4cd8ff878fb7c8b91930d47324ecc48902e5
  Author: gt-dbechtold 
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Documentation refinements by AmyGale.

Minor updates to README file to fix minor problems.


  Commit: 84cae6cb36822ec11659672c15d8e2e27916a4c8
  
https://github.com/jenkinsci/codesonar-plugin/commit/84cae6cb36822ec11659672c15d8e2e27916a4c8
  Author: gt-dbechtold 
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Adjust cs-java-scan documentation example. [AmyGale]


  Commit: 02c5f4fefc6fcec731671b0a6c0799c178b6a5cf
  
https://github.com/jenkinsci/codesonar-plugin/commit/02c5f4fefc6fcec731671b0a6c0799c178b6a5cf
  Author: gt-dbechtold 
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
M jenkins-pipeline/pipeline.groovy
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-conditions.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
M src/main/webapp/icons/codesonar-logo.png
M test/README.md

  Log Message:
  ---
  Update CodeSonar display text and icon.

- Change 'Codesonar' to 'CodeSonar'.
- Use 'g' icon instead of old sonar icon.


  Commit: 60fbb3daaae8d84d5e29fd20ac43186a7b15c366
  
https://github.com/jenkinsci/codesonar-plugin/commit/60fbb3daaae8d84d5e29fd20ac43186a7b15c366
  Author: gt-dbechtold 
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog.

- Retroactively update changelog for 3.1.1 and 3.2.0.
- Update changelog for 3.2.1.


  Commit: 1d7f5607425802c96343e6cf1b53d520115f7568
  
https://github.com/jenkinsci/codesonar-plugin/commit/1d7f5607425802c96343e6cf1b53d520115f7568
  Author: gt-dbechtold 
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor text formatting adjustment to README


  Commit: e12babe4ad653125269e6e805b2bc758f632596a
  
https://github.com/jenkinsci/codesonar-plugin/commit/e12babe4ad653125269e6e805b2bc758f632596a
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M CHANGELOG.md
M jenkins-pipeline/pipeline.groovy
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-conditions.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
M src/main/webapp/icons/codesonar-logo.png
M test/README.md

  Log Message:
  ---
  Merge pull request #5 from GrammaTech/dbechtold/refine321

Update CodeSonar display text and icon


  Commit: 2c24c326d32ae74b334a9623463cb4bc486e7cf8
  
https://github.com/jenkinsci/codesonar-plugin/commit/2c24c326d32ae74b334a9623463cb4bc486e7cf8
  Author: dbechtold <62718984+gt-dbecht...@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
M README.md
M docs/img/jenkins_params.png

  Log Message:
  ---
  Merge pull request #4 from GrammaTech/v3.2-doc

New documentation for v3.2


  Commit

[jenkinsci/codesonar-plugin]

2023-02-20 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.2.1
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.2.1/00-f583f3%40github.com.


[jenkinsci/codesonar-plugin] 091064: Fixed bug that prevented Server Certificate Creden...

2023-02-02 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 0910646fa2fd1f3a1965c30dfc71e57cb7139869
  
https://github.com/jenkinsci/codesonar-plugin/commit/0910646fa2fd1f3a1965c30dfc71e57cb7139869
  Author: aseno 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly

  Log Message:
  ---
  Fixed bug that prevented Server Certificate Credentials from being
loaded.


  Commit: 1bdd20d16359ef7b1de6fa3f3b6af6523d3349a2
  
https://github.com/jenkinsci/codesonar-plugin/commit/1bdd20d16359ef7b1de6fa3f3b6af6523d3349a2
  Author: gt-dbechtold 
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
M CONTRIBUTING.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java

  Log Message:
  ---
  Update SCM repository URLs


  Commit: 237a6395c1c9c879bd11209793e88f32fd4ae4d8
  
https://github.com/jenkinsci/codesonar-plugin/commit/237a6395c1c9c879bd11209793e88f32fd4ae4d8
  Author: gt-dbechtold 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M CONTRIBUTING.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly

  Log Message:
  ---
  Merge codesonar-3.1.0-bugfix into gtmaster. Fix merge conflicts in pom.xml


  Commit: 8c1fc862244161d49ab554df8636ca6ba5856f51
  
https://github.com/jenkinsci/codesonar-plugin/commit/8c1fc862244161d49ab554df8636ca6ba5856f51
  Author: gt-dbechtold 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M pom.xml

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


  Commit: 4c0ec8d2eb2596d916b26eb511c9e7c609bf6380
  
https://github.com/jenkinsci/codesonar-plugin/commit/4c0ec8d2eb2596d916b26eb511c9e7c609bf6380
  Author: gt-dbechtold 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M pom.xml

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


  Commit: b2aa679b9e6a443854325f81abe0e1f5618399b9
  
https://github.com/jenkinsci/codesonar-plugin/commit/b2aa679b9e6a443854325f81abe0e1f5618399b9
  Author: Alessandro Seno (External) 
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/Capabilities.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/VersionCompatibilityInfo.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.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/MetricsService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/HttpServiceTest.java

  Log Message:
  ---
  Introduced support for openAPI authentication


  Commit: e5da39ba63a33e8f2e393ae9c5617efcfdd314ef
  
https://github.com/jenkinsci/codesonar-plugin/commit/e5da39ba63a33e8f2e393ae9c5617efcfdd314ef
  Author: Alessandro Seno (External) 
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Resolved merge conflicts


  Commit: a8e912c4a7878e4d9c76b45f51ed4f08d1cfa041
  
https://github.com/jenkinsci/codesonar-plugin/commit/a8e912c4a7878e4d9c76b45f51ed4f08d1cfa041
  Author: Alessandro Seno (External) 
  Date:   2023-01-16 (Mon, 16 Jan 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:
  ---
  Defined plugin protocol version and name as class constants


  Commit: 5013ef7b1fcfb00ed95e46985aff0c88a0269aa0
  
https://github.com/jenkinsci/codesonar-plugin/commit/5013ef7b1fcfb00ed95e46985aff0c88a0269aa0
  Author: Alessandro Seno (External) 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/HubVersion.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AuthenticationService.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/HubVersionService.java

  Log Message:
  ---
  Anticipated the call to endpoint /command/check_version at the very beginning 
of the control flow


  Commit: 227c688570bb1d20daf922edc45d9102223dbd3b

[jenkinsci/codesonar-plugin] b2aa67: Introduced support for openAPI authentication

2023-02-01 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: b2aa679b9e6a443854325f81abe0e1f5618399b9
  
https://github.com/jenkinsci/codesonar-plugin/commit/b2aa679b9e6a443854325f81abe0e1f5618399b9
  Author: Alessandro Seno (External) 
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/Capabilities.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/VersionCompatibilityInfo.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.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/MetricsService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/HttpServiceTest.java

  Log Message:
  ---
  Introduced support for openAPI authentication


  Commit: e5da39ba63a33e8f2e393ae9c5617efcfdd314ef
  
https://github.com/jenkinsci/codesonar-plugin/commit/e5da39ba63a33e8f2e393ae9c5617efcfdd314ef
  Author: Alessandro Seno (External) 
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Resolved merge conflicts


  Commit: a8e912c4a7878e4d9c76b45f51ed4f08d1cfa041
  
https://github.com/jenkinsci/codesonar-plugin/commit/a8e912c4a7878e4d9c76b45f51ed4f08d1cfa041
  Author: Alessandro Seno (External) 
  Date:   2023-01-16 (Mon, 16 Jan 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:
  ---
  Defined plugin protocol version and name as class constants


  Commit: 5013ef7b1fcfb00ed95e46985aff0c88a0269aa0
  
https://github.com/jenkinsci/codesonar-plugin/commit/5013ef7b1fcfb00ed95e46985aff0c88a0269aa0
  Author: Alessandro Seno (External) 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/HubVersion.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AuthenticationService.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/HubVersionService.java

  Log Message:
  ---
  Anticipated the call to endpoint /command/check_version at the very beginning 
of the control flow


  Commit: 227c688570bb1d20daf922edc45d9102223dbd3b
  
https://github.com/jenkinsci/codesonar-plugin/commit/227c688570bb1d20daf922edc45d9102223dbd3b
  Author: Alessandro Seno (External) 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

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

  Log Message:
  ---
  Jenkins server certificate credential UI repair (CSO-2499)


  Commit: a2fcaa142e0384604a29673e7ee471c7754b3d3c
  
https://github.com/jenkinsci/codesonar-plugin/commit/a2fcaa142e0384604a29673e7ee471c7754b3d3c
  Author: Alessandro Seno (External) 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/CodeSonarHubInfo.java
R src/main/java/org/jenkinsci/plugins/codesonar/models/HubVersion.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/HubVersionService.java

  Log Message:
  ---
  Set of changes deriving from code review


  Commit: 7017b20629b78fa1a298dc79170d7751a7a1dba4
  
https://github.com/jenkinsci/codesonar-plugin/commit/7017b20629b78fa1a298dc79170d7751a7a1dba4
  Author: Alessandro Seno (External) 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

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

  Log Message:
  ---
  Refined the way that fetchVersionCompatibilityInfo() method deals with http 
response codes


  Commit: 65e12b70f3718732e5ddd24a355cc24cec66aff2
  
https://github.com/jenkinsci/codesonar-plugin/commit/65e12b70f3718732e5ddd24a355cc24cec66aff2
  Author: Alessandro Seno (External) 
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.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/codesonar-plugin]

2023-02-01 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.2.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.2.0/00-74e946%40github.com.


[jenkinsci/codesonar-plugin] 091064: Fixed bug that prevented Server Certificate Creden...

2023-01-11 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 0910646fa2fd1f3a1965c30dfc71e57cb7139869
  
https://github.com/jenkinsci/codesonar-plugin/commit/0910646fa2fd1f3a1965c30dfc71e57cb7139869
  Author: aseno 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly

  Log Message:
  ---
  Fixed bug that prevented Server Certificate Credentials from being
loaded.


  Commit: 1bdd20d16359ef7b1de6fa3f3b6af6523d3349a2
  
https://github.com/jenkinsci/codesonar-plugin/commit/1bdd20d16359ef7b1de6fa3f3b6af6523d3349a2
  Author: gt-dbechtold 
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
M CONTRIBUTING.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java

  Log Message:
  ---
  Update SCM repository URLs


  Commit: 237a6395c1c9c879bd11209793e88f32fd4ae4d8
  
https://github.com/jenkinsci/codesonar-plugin/commit/237a6395c1c9c879bd11209793e88f32fd4ae4d8
  Author: gt-dbechtold 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M CONTRIBUTING.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly

  Log Message:
  ---
  Merge codesonar-3.1.0-bugfix into gtmaster. Fix merge conflicts in pom.xml


  Commit: 8c1fc862244161d49ab554df8636ca6ba5856f51
  
https://github.com/jenkinsci/codesonar-plugin/commit/8c1fc862244161d49ab554df8636ca6ba5856f51
  Author: gt-dbechtold 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M pom.xml

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


  Commit: 4c0ec8d2eb2596d916b26eb511c9e7c609bf6380
  
https://github.com/jenkinsci/codesonar-plugin/commit/4c0ec8d2eb2596d916b26eb511c9e7c609bf6380
  Author: gt-dbechtold 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/bd7981ea0db2...4c0ec8d2eb25

-- 
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/gtmaster/bd7981-4c0ec8%40github.com.


[jenkinsci/codesonar-plugin]

2023-01-11 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/tags/codesonar-3.1.1
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.1.1/00-6db31b%40github.com.


[jenkinsci/codesonar-plugin]

2023-01-11 Thread 'dbechtold' via Jenkins Commits
  Branch: refs/heads/gtmaster
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/gtmaster/00-bd7981%40github.com.


[jenkinsci/codesonar-plugin]

2022-12-14 Thread 'Mads Nielsen' via Jenkins Commits
  Branch: refs/tags/codesonar-2.1.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-2.1.0/fe38ea-ada437%40github.com.


[jenkinsci/codesonar-plugin]

2022-12-14 Thread 'Mads Nielsen' via Jenkins Commits
  Branch: refs/tags/codesonar-3.1.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.1.0/00-98869c%40github.com.


[jenkinsci/codesonar-plugin]

2022-12-14 Thread 'Mads Nielsen' via Jenkins Commits
  Branch: refs/tags/codesonar-3.0.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-3.0.0/00-dd3ae0%40github.com.


[jenkinsci/codesonar-plugin] d0bbcb: Removed support for CodeSonar < 4.2.

2022-12-14 Thread 'Mads Nielsen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: d0bbcbbed0a281bbd4f052869337d2ee05095a6c
  
https://github.com/jenkinsci/codesonar-plugin/commit/d0bbcbbed0a281bbd4f052869337d2ee05095a6c
  Author: Mads Jensen 
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/models/SearchResults.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project40.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project42.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects40.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects42.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/XmlSerializationServiceTest.java

  Log Message:
  ---
  Removed support for CodeSonar < 4.2.


  Commit: 57362877cf1d520fca54b7b477b75c6b69d41e68
  
https://github.com/jenkinsci/codesonar-plugin/commit/57362877cf1d520fca54b7b477b75c6b69d41e68
  Author: Mads Jensen 
  Date:   2021-09-08 (Wed, 08 Sep 2021)

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

  Log Message:
  ---
  Use aid.txt for getting analysis id


  Commit: 81a35228869fff3d0a7e500f1b778c1a28677d99
  
https://github.com/jenkinsci/codesonar-plugin/commit/81a35228869fff3d0a7e500f1b778c1a28677d99
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump httpclient from 4.5.11 to 4.5.13

Bumps httpclient from 4.5.11 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 9f9ed96227330b4b34be7fe09d76fc941d2b21fe
  
https://github.com/jenkinsci/codesonar-plugin/commit/9f9ed96227330b4b34be7fe09d76fc941d2b21fe
  Author: Mads Jensen 
  Date:   2021-09-21 (Tue, 21 Sep 2021)

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

  Log Message:
  ---
  Updates.


  Commit: 1208795eb1f58d196ad1ab69831b5c9523044235
  
https://github.com/jenkinsci/codesonar-plugin/commit/1208795eb1f58d196ad1ab69831b5c9523044235
  Author: Mads Nielsen 
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarLatestAnalysisProjectAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/MetricsService.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-aid.html

  Log Message:
  ---
  First working version


  Commit: 53fe536832f07fec4415e00b36460e420acaab23
  
https://github.com/jenkinsci/codesonar-plugin/commit/53fe536832f07fec4415e00b36460e420acaab23
  Author: Mads Nielsen 
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarLatestAnalysisProjectAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarProjectAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/java/org/jenkinsci/plugins/codesonar/conditions/Condition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/RedAlertLimitCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountAbsoluteSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
M 
src/main

[jenkinsci/codesonar-plugin]

2020-11-05 Thread 'Mads Jensen' via Jenkins Commits
  Branch: refs/tags/codesonar-2.1.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-2.1.0/00-fe38ea%40github.com.


[jenkinsci/codesonar-plugin]

2020-11-05 Thread 'Mads Jensen' via Jenkins Commits
  Branch: refs/tags/codesonar-2.0.9
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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/tags/codesonar-2.0.9/00-29d264%40github.com.


[jenkinsci/codesonar-plugin] 316022: Use empty set of type parameters.

2020-10-23 Thread 'Mads Nielsen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 31602277579b6e7dcb083a0ae174cbcff4b3e8d0
  
https://github.com/jenkinsci/codesonar-plugin/commit/31602277579b6e7dcb083a0ae174cbcff4b3e8d0
  Author: Mads Jensen 
  Date:   2020-03-01 (Sun, 01 Mar 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/analysis/Analysis.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarBuildActionTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  Use empty set of type parameters.


  Commit: 0feaf47caeeb78403e49104cdb530c857c35a49a
  
https://github.com/jenkinsci/codesonar-plugin/commit/0feaf47caeeb78403e49104cdb530c857c35a49a
  Author: Mads Jensen 
  Date:   2020-03-01 (Sun, 01 Mar 2020)

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

  Log Message:
  ---
  Simplified a return-statement in CodeSonarPublisher.getAllConditions.


  Commit: a6ac7a11b50dfb6b0cad742cdad5e89299cdee70
  
https://github.com/jenkinsci/codesonar-plugin/commit/a6ac7a11b50dfb6b0cad742cdad5e89299cdee70
  Author: Mads Jensen 
  Date:   2020-03-12 (Thu, 12 Mar 2020)

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

  Log Message:
  ---
  Fixed #55 -- The class loader should contain path from plugin.

Co-Authored-By: Mads Nielsen 


  Commit: 499a75084e9f5e141c5fab4ff2c44404d08c6e91
  
https://github.com/jenkinsci/codesonar-plugin/commit/499a75084e9f5e141c5fab4ff2c44404d08c6e91
  Author: Mads Nielsen 
  Date:   2020-03-13 (Fri, 13 Mar 2020)

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

  Log Message:
  ---
  Merge pull request #59 from Praqma/classpath_jaxb

Fixed #55 -- The class loader should contain path from plugin.


  Commit: 1736ea4c396f70b6afa6c065502114b1c29da610
  
https://github.com/jenkinsci/codesonar-plugin/commit/1736ea4c396f70b6afa6c065502114b1c29da610
  Author: Mads Nielsen 
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
M pom.xml

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


  Commit: 7e47a2059437bf8d4423e8e5da64932547d25cdc
  
https://github.com/jenkinsci/codesonar-plugin/commit/7e47a2059437bf8d4423e8e5da64932547d25cdc
  Author: Mads Nielsen 
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
M pom.xml

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


  Commit: 47519bbd03fcad40e0a3a69daee801b870ea2400
  
https://github.com/jenkinsci/codesonar-plugin/commit/47519bbd03fcad40e0a3a69daee801b870ea2400
  Author: Mads Jensen 
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
A .github/workflows/maven.yml

  Log Message:
  ---
  Added Github actions for CI.


  Commit: d64f73bf8d1e744ba82f0dde6f1b340e17aeac8d
  
https://github.com/jenkinsci/codesonar-plugin/commit/d64f73bf8d1e744ba82f0dde6f1b340e17aeac8d
  Author: Mads Nielsen 
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/MetricsServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/ProceduresServiceTest.java

  Log Message:
  ---
  Fixing tests. Runs with hamcrest 2.X


  Commit: 7852d2451f384798eceece59936c172e45e25fcb
  
https://github.com/jenkinsci/codesonar-plugin/commit/7852d2451f384798eceece59936c172e45e25fcb
  Author: Mads Jensen 
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bumped scm-api, mockito and httpclient/fluent-hc.


  Commit: 200dc36eaff3829e7377a4410f561c174685727d
  
https://github.com/jenkinsci/codesonar-plugin/commit/200dc36eaff3829e7377a4410f561c174685727d
  Author: Mads Jensen 
  Date:   2020-03-19 (Thu, 19 Mar 2020)

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

  Log Message:
  ---
  Simplified getMetricsFromUri.


  Commit: 30c5913c89b359386bcf1d9f9c8f81b165171ee1
  
https://github.com

[jenkinsci/codesonar-plugin] c66e55: Added Jenkinsfile for jenkinsci.org

2019-05-28 Thread Mads Nielsen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c66e55d074c70be560e954d5d2c1b9d5e7423230
  
https://github.com/jenkinsci/codesonar-plugin/commit/c66e55d074c70be560e954d5d2c1b9d5e7423230
  Author: Mads Nielsen 
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Added Jenkinsfile for jenkinsci.org


-- 
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/54dc96-c66e55%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/codesonar-plugin] 54dc96: Java 11 compatability. Include jaxb plugin

2019-05-28 Thread Mads Nielsen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 54dc96f740479cabd075d284165be816054d8a28
  
https://github.com/jenkinsci/codesonar-plugin/commit/54dc96f740479cabd075d284165be816054d8a28
  Author: Mads Nielsen 
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Java 11 compatability. Include jaxb plugin


-- 
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/10ef6b-54dc96%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/codesonar-plugin] 10ef6b: Added additonal logging for URI, do more validatio...

2019-05-27 Thread Mads Nielsen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 10ef6be2b7c07d3ff3e0cba0d7c62ee60f7aa466
  
https://github.com/jenkinsci/codesonar-plugin/commit/10ef6be2b7c07d3ff3e0cba0d7c62ee60f7aa466
  Author: Mads Nielsen 
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  ---
  Added additonal logging for URI, do more validation when checking URI


-- 
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/87820d-10ef6b%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/codesonar-plugin] b7507c: Added Jenkinsfile. #41

2019-03-04 Thread Mads Nielsen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: b7507cee8514d5cee3475867b1e71d88d5ff7897
  
https://github.com/jenkinsci/codesonar-plugin/commit/b7507cee8514d5cee3475867b1e71d88d5ff7897
  Author: Mads Nielsen 
  Date:   2018-07-05 (Thu, 05 Jul 2018)

  Changed paths:
A jenkins-pipeline/Jenkinsfile

  Log Message:
  ---
  Added Jenkinsfile. #41


  Commit: cf51f67445d2f5eb909a2b98cb2c346d1c6d9d6a
  
https://github.com/jenkinsci/codesonar-plugin/commit/cf51f67445d2f5eb909a2b98cb2c346d1c6d9d6a
  Author: Mads Nielsen 
  Date:   2018-07-05 (Thu, 05 Jul 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Updated jobdsl to generate MultiBranch pipeline. For #41


  Commit: 2afe8ea2930e6fe9146bd7734aa22eee608e4c49
  
https://github.com/jenkinsci/codesonar-plugin/commit/2afe8ea2930e6fe9146bd7734aa22eee608e4c49
  Author: Mads Nielsen 
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Corrected spelling mistake in pipeline file. Related to #41


  Commit: 8ae38f0699ae1fcc3c9b4332e6a8b6a0839f3954
  
https://github.com/jenkinsci/codesonar-plugin/commit/8ae38f0699ae1fcc3c9b4332e6a8b6a0839f3954
  Author: Mads Nielsen 
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Corrected path to Jenkinsfile. For #41


  Commit: 37f88894226a7470f87e3ef46b3ae2c8ac6e053a
  
https://github.com/jenkinsci/codesonar-plugin/commit/37f88894226a7470f87e3ef46b3ae2c8ac6e053a
  Author: Mads Nielsen 
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Added branch discovery. #41


  Commit: 03f3d12192e1659a502e1152c66e6399220797f2
  
https://github.com/jenkinsci/codesonar-plugin/commit/03f3d12192e1659a502e1152c66e6399220797f2
  Author: Bue Petersen 
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
A jenkins-pipeline/Jenkinsfile
M jenkins-pipeline/pipeline.groovy
A test/README.md
A test/codesonar_seed.groovy

  Log Message:
  ---
  For #39 adding job dsl for test job


  Commit: f66ca1a93df8f5d3152f5db068289891c91e7e07
  
https://github.com/jenkinsci/codesonar-plugin/commit/f66ca1a93df8f5d3152f5db068289891c91e7e07
  Author: Bue Petersen 
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:

  Log Message:
  ---
  Merge branch 'master' of github.com:Praqma/codesonar-plugin


  Commit: 75425d695c618c20855406fb536d3dae580cd188
  
https://github.com/jenkinsci/codesonar-plugin/commit/75425d695c618c20855406fb536d3dae580cd188
  Author: Bue Petersen 
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
R ci/pipeline.yml
R ci/readme.txt

  Log Message:
  ---
  Close #38 cleaning concourse ci files


  Commit: e5d898d17e8e79d9f7ab6b7c51377982fc912d0c
  
https://github.com/jenkinsci/codesonar-plugin/commit/e5d898d17e8e79d9f7ab6b7c51377982fc912d0c
  Author: Bue Petersen 
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
A test/.gitignore
A test/0-create-credentials.groovy
A test/1-create-seedjob.groovy
A test/CodeSonarHubCredentialsPass
M test/README.md
A test/codesonar-reset-UNACCEPTED_LICENSE.txt
A test/config
A test/configure_and_start_codesonarhub.sh
A test/configure_jobs_and_jenkins.sh
A test/copy-to-server.sh
A test/create-aws-environment.sh
A test/delete-aws-environment.sh
A test/install_and_run_jenkins.sh
A test/install_codesonar_plugin_under_test.sh
A test/install_codesonarhub.sh
A test/install_dependencies.sh
A test/install_plugins.sh
A test/jenkins.credentials
A test/mount-volume.sh
A test/plugins.txt
A test/reset_codesonar_installation.sh
A test/start_codesonarhub.sh
A test/start_codesonarhub_helperscript.sh
A test/start_services_if_not_running.sh
A test/stop_codesonarhub.sh

  Log Message:
  ---
  Close #39 adding test setup for large tests

Basically transferring all work from private experimentalt repository 
https://github.com/Praqma/AWSCodesonarConfig commit 
f0437250a3553f18140c9de81162c7bd8cf5631e to here for public use.

The test setup is described in the README. It's still work in progress, but we 
have successfully executed few tests and several setups this way.


  Commit: 450684027c72e08cddf6c7c4c90b306036369ee4
  
https://github.com/jenkinsci/codesonar-plugin/commit/450684027c72e08cddf6c7c4c90b306036369ee4
  Author: Bue Petersen 
  Date:   2018-07-13 (Fri, 13 Jul 2018)

  Changed paths:
M test/README.md
M test/codesonar_seed.groovy
M test/copy-to-server.sh
A test/fibonacci.c
A test/wgen-codesonar-template.conf
A test/wgen.py

  Log Message:
  ---
  wgen.py test script to synthesize tests, close #44

Adding wgen.py CodeSonar plugin, updat

[jenkinsci/codesonar-plugin]

2019-03-04 Thread Mads Nielsen
  Branch: refs/tags/codesonar-2.0.8
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] c99eb8: Also wipe when synchronizing. Part of #37

2018-04-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c99eb86949cbcc66c02e1d07249ede01ec6dcbaa
  
https://github.com/jenkinsci/codesonar-plugin/commit/c99eb86949cbcc66c02e1d07249ede01ec6dcbaa
  Author: Praqma Release User 
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Also wipe when synchronizing. Part of #37


-- 
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.


[jenkinsci/codesonar-plugin]

2018-04-30 Thread GitHub
  Branch: refs/tags/codesonar-2.0.7
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] ca9722: [maven-release-plugin] prepare release codesonar-2...

2018-04-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: ca9722814249b610f0a97943858b8866cc4fdd47
  
https://github.com/jenkinsci/codesonar-plugin/commit/ca9722814249b610f0a97943858b8866cc4fdd47
  Author: ReleasePraqma 
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
M pom.xml

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


  Commit: 1f44b7ccd9544ce6626f760385f5a2d65cd82e3c
  
https://github.com/jenkinsci/codesonar-plugin/commit/1f44b7ccd9544ce6626f760385f5a2d65cd82e3c
  Author: ReleasePraqma 
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/0d6bdfeb5624...1f44b7ccd954

-- 
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.


[jenkinsci/codesonar-plugin] 914383: Revert "Fixing OOM error in console log. See #27."

2018-04-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 91438304aee0cb2b27e659a713afb4813bb449bd
  
https://github.com/jenkinsci/codesonar-plugin/commit/91438304aee0cb2b27e659a713afb4813bb449bd
  Author: Praqma Release User 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

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

  Log Message:
  ---
  Revert "Fixing OOM error in console log. See #27."

This reverts commit 7b3ec14897975999b801156914b8f5424ee0ca3a.

Change is stashed on branch long-console-log and it relates to issue #35.


  Commit: 14eff5f0571eb8f48ab73cb9911f616cc8b00ea2
  
https://github.com/jenkinsci/codesonar-plugin/commit/14eff5f0571eb8f48ab73cb9911f616cc8b00ea2
  Author: Praqma Release User 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Simplified pom. See #34


  Commit: f07e3227d243cc6743fcba7c86362b7e463df336
  
https://github.com/jenkinsci/codesonar-plugin/commit/f07e3227d243cc6743fcba7c86362b7e463df336
  Author: Praqma Release User 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Switch to version 3.X of parent
Also fixed enforcer warnings by rearranging dependencies. Relates to #36


  Commit: 1449e5a91820582b02badb1f60390f8bdd52dcf9
  
https://github.com/jenkinsci/codesonar-plugin/commit/1449e5a91820582b02badb1f60390f8bdd52dcf9
  Author: Praqma Release User 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarProjectAction/floatingBox.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarProjectAction/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/NewWarningsIncreasedByPercentageCondition/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/RedAlertLimitCondition/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/YellowAlertLimitCondition/config.jelly

  Log Message:
  ---
  New pom requires escaped jelly. For #36


  Commit: a7e31cef717e209f892bb73ae8a679fd99f1e02e
  
https://github.com/jenkinsci/codesonar-plugin/commit/a7e31cef717e209f892bb73ae8a679fd99f1e02e
  Author: Praqma Release User 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
A src/main/resources/META-INF/hudson.remoting.ClassFilter
A 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarBuildActionTest.java

  Log Message:
  ---
  Fixed JEP-200. #35


  Commit: 3521755dca65e033e161f4db41b7533e37c28770
  
https://github.com/jenkinsci/codesonar-plugin/commit/3521755dca65e033e161f4db41b7533e37c28770
  Author: Praqma Release User 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Updated jobdsl for the new pom file. See #36


  Commit: 0d6bdfeb5624ceaf08a221bd170bbe39eeeabde6
  
https://github.com/jenkinsci/codesonar-plugin/commit/0d6bdfeb5624ceaf08a221bd170bbe39eeeabde6
  Author: Praqma Release User 
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixing #37


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/7b3ec1489797...0d6bdfeb5624

-- 
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.


[jenkinsci/codesonar-plugin] 7b3ec1: Fixing OOM error in console log. See #27.

2018-03-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 7b3ec14897975999b801156914b8f5424ee0ca3a
  
https://github.com/jenkinsci/codesonar-plugin/commit/7b3ec14897975999b801156914b8f5424ee0ca3a
  Author: Praqma Release User 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

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

  Log Message:
  ---
  Fixing OOM error in console log. See #27.

Also relates to #28 because we want to improve the way we resolve analysis ids.


-- 
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.


[jenkinsci/codesonar-plugin]

2018-02-06 Thread GitHub
  Branch: refs/tags/codesonar-2.0.6
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] fd627b: [maven-release-plugin] prepare release codesonar-2...

2018-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: fd627bcab554494455ff65726d66213052abc1ca
  
https://github.com/jenkinsci/codesonar-plugin/commit/fd627bcab554494455ff65726d66213052abc1ca
  Author: ReleasePraqma 
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
M pom.xml

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


  Commit: 50a0cf93cf881d35c50069b2b21262a5a5e11b22
  
https://github.com/jenkinsci/codesonar-plugin/commit/50a0cf93cf881d35c50069b2b21262a5a5e11b22
  Author: ReleasePraqma 
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/8cc05f4a4028...50a0cf93cf88

-- 
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.


[jenkinsci/codesonar-plugin] 1dff88: marked unchange variables as final, removed unused...

2018-02-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 1dff880ca766fa22d7b0cabad872a2550faf40e6
  
https://github.com/jenkinsci/codesonar-plugin/commit/1dff880ca766fa22d7b0cabad872a2550faf40e6
  Author: Florent Haxha 
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/models/analysis/Warning.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/XmlSerializationService.java

  Log Message:
  ---
  marked unchange variables as final, removed unused imports and marked unused 
values in warning object as XMLTransient


  Commit: 8cc05f4a4028eb9f7eb74c903c0d249d7062ca02
  
https://github.com/jenkinsci/codesonar-plugin/commit/8cc05f4a4028eb9f7eb74c903c0d249d7062ca02
  Author: Praqma Release User 
  Date:   2018-02-02 (Fri, 02 Feb 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/models/analysis/Warning.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/XmlSerializationService.java

  Log Message:
  ---
  Merge branch 'fix-memleak'. See #25


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/e162c5c4e5e1...8cc05f4a4028

-- 
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.


[jenkinsci/codesonar-plugin] 7cfa39: mocked out HttpService so it doesn't try to connec...

2018-02-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 7cfa39eb3b367f4208f5a05fb3bc73bde3473b58
  
https://github.com/jenkinsci/codesonar-plugin/commit/7cfa39eb3b367f4208f5a05fb3bc73bde3473b58
  Author: Andrius Ordojan 
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  mocked out HttpService so it doesn't try to connect to the hub


  Commit: 74b1b56d39beffb9875a7f096f2e3a30ef2a37f1
  
https://github.com/jenkinsci/codesonar-plugin/commit/74b1b56d39beffb9875a7f096f2e3a30ef2a37f1
  Author: Simon Groenborg 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M .gitignore
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-conditions.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-credentialId.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-hubAddress.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-projectName.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-protocol.html
R 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help.html

  Log Message:
  ---
  close #13 fix help file


  Commit: 9305f1403de4bab1ca646abcebb17035cf160b5c
  
https://github.com/jenkinsci/codesonar-plugin/commit/9305f1403de4bab1ca646abcebb17035cf160b5c
  Author: Florent Haxha 
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/MetricsService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/XmlSerializationService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/MetricsServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/ProceduresServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/XmlSerializationServiceTest.java

  Log Message:
  ---
  refactored methods from using strings to using a inputstream


  Commit: e60dbf6a500735a9609c15e63aa6ac38d7b5c256
  
https://github.com/jenkinsci/codesonar-plugin/commit/e60dbf6a500735a9609c15e63aa6ac38d7b5c256
  Author: Florent Haxha 
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/MetricsService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/ProceduresService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/XmlSerializationService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/MetricsServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/ProceduresServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/XmlSerializationServiceTest.java

  Log Message:
  ---
  Merge pull request #25 from Praqma/fix-memleak

refactored methods from using strings to using a inputstream


  Commit: 39ad1a5c87b8cd07c27397bb5c24ba01f93392f1
  
https://github.com/jenkinsci/codesonar-plugin/commit/39ad1a5c87b8cd07c27397bb5c24ba01f93392f1
  Author: Praqma Release User 
  Date:   2018-02-02 (Fri, 02 Feb 2018)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Use SCM polling instead. Fixes #26


  Commit: 9cf8bff246e345017ef5fa5e5466d4356bff3b74
  
https://github.com/jenkinsci/codesonar-plugin/commit/9cf8bff246e345017ef5fa5e5466d4356bff3b74
  Author: Praqma Release User 
  Date:   2018-02-02 (Fri, 02 Feb 2018)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java

  Log Message:
  ---
  Fixed 3/4 unit tests for #25. We now

[jenkinsci/codesonar-plugin] dd958c: fixed directory for settings file #10

2017-04-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: dd958c3a4edc413c8ea88aae794747483f2451bf
  
https://github.com/jenkinsci/codesonar-plugin/commit/dd958c3a4edc413c8ea88aae794747483f2451bf
  Author: Andrius Ordojan 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  fixed directory for settings file #10


-- 
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.


[jenkinsci/codesonar-plugin] 53e167: #10 wiping the workspace before execution to remov...

2017-04-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 53e1675cc55c2561efceac2fd76398b443b7b86e
  
https://github.com/jenkinsci/codesonar-plugin/commit/53e1675cc55c2561efceac2fd76398b443b7b86e
  Author: Andrius Ordojan 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  #10 wiping the workspace before execution to remove generated files from 
previos build


-- 
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.


[jenkinsci/codesonar-plugin] 214c0f: expermenting to find out why the pipeline isn't ge...

2017-04-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 214c0f52ccf966cf38ae2ac9d93d1901157e83fa
  
https://github.com/jenkinsci/codesonar-plugin/commit/214c0f52ccf966cf38ae2ac9d93d1901157e83fa
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  expermenting to find out why the pipeline isn't generating #10


  Commit: cae4acf2aa8ce0732b8514c2787ff0f536e5e950
  
https://github.com/jenkinsci/codesonar-plugin/commit/cae4acf2aa8ce0732b8514c2787ff0f536e5e950
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  enabeling one thing at a time #10

troubleshooting 101


  Commit: 9fec41a1d419aadd01c454465fc0eb5435940505
  
https://github.com/jenkinsci/codesonar-plugin/commit/9fec41a1d419aadd01c454465fc0eb5435940505
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  confirming broken bits #10


  Commit: ac72a408598c6202ca54e5ee688ceea564cfa78b
  
https://github.com/jenkinsci/codesonar-plugin/commit/ac72a408598c6202ca54e5ee688ceea564cfa78b
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  added manual xml manipulation for an unsupported plugin #10


  Commit: b094d819acaa2315eb0288cc8cfceda0712f4b23
  
https://github.com/jenkinsci/codesonar-plugin/commit/b094d819acaa2315eb0288cc8cfceda0712f4b23
  Author: Andrius Ordojan 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  changed the post build step #10


  Commit: d02ce9566474b781052f384be44a9a01cef49457
  
https://github.com/jenkinsci/codesonar-plugin/commit/d02ce9566474b781052f384be44a9a01cef49457
  Author: Andrius Ordojan 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M pac/pac_settings.yml

  Log Message:
  ---
  changed location of template #10


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/199fb7b5353d...d02ce9566474

-- 
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.


[jenkinsci/codesonar-plugin] 199fb7: fixed the string #10

2017-04-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 199fb7b5353d606e392d25a085dc7b8ec8528779
  
https://github.com/jenkinsci/codesonar-plugin/commit/199fb7b5353d606e392d25a085dc7b8ec8528779
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  fixed the string #10


-- 
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.


[jenkinsci/codesonar-plugin] a30974: escaped another dollar inside the string #10

2017-04-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: a30974107d3392871d44ec2f5c5c5564f9b366c2
  
https://github.com/jenkinsci/codesonar-plugin/commit/a30974107d3392871d44ec2f5c5c5564f9b366c2
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  escaped another dollar inside the string #10


-- 
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.


[jenkinsci/codesonar-plugin] e36ed9: updated git ignore

2017-04-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: e36ed95ebc1cf682e412f457013c94fd364b5fe0
  
https://github.com/jenkinsci/codesonar-plugin/commit/e36ed95ebc1cf682e412f457013c94fd364b5fe0
  Author: Andrius Ordojan 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M .gitignore

  Log Message:
  ---
  updated git ignore


  Commit: 39c1a450e0c1717c3c16b35e984090aa93a6b23e
  
https://github.com/jenkinsci/codesonar-plugin/commit/39c1a450e0c1717c3c16b35e984090aa93a6b23e
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
A ci/readme.txt
M jenkins-pipeline/pipeline.groovy
A pac/pac_settings.yml
A pac/templates/github.html

  Log Message:
  ---
  created a pipeline step for the new pac job
added pac settings and templates


  Commit: 70babde2394a4d6002313901c55d3c26263b3373
  
https://github.com/jenkinsci/codesonar-plugin/commit/70babde2394a4d6002313901c55d3c26263b3373
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  fixed shell step #10


  Commit: c5466b0c4a68e7e5b34cd6139bf2ba0388b60b38
  
https://github.com/jenkinsci/codesonar-plugin/commit/c5466b0c4a68e7e5b34cd6139bf2ba0388b60b38
  Author: Andrius Ordojan 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  escaped the dollar inside the string #10


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/2ebf59ec1308...c5466b0c4a68

-- 
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.


[jenkinsci/codesonar-plugin] 2ebf59: wrapped up pipeline for andreus

2017-03-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 2ebf59ec1308e3a08a76a2203fbdec15bac83cb8
  
https://github.com/jenkinsci/codesonar-plugin/commit/2ebf59ec1308e3a08a76a2203fbdec15bac83cb8
  Author: Simon Groenborg 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M ci/pipeline.yml

  Log Message:
  ---
  wrapped up pipeline for andreus


-- 
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.


[jenkinsci/codesonar-plugin] 1e9466: added concourse pipeline

2017-03-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 1e9466086325424027fbf4a822e0620cacc5483d
  
https://github.com/jenkinsci/codesonar-plugin/commit/1e9466086325424027fbf4a822e0620cacc5483d
  Author: Simon Groenborg 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
A ci/pipeline.yml

  Log Message:
  ---
  added concourse pipeline


-- 
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.


[jenkinsci/codesonar-plugin] cf87a1: [maven-release-plugin] prepare release codesonar-2...

2017-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: cf87a1390b8ebb72ec9e8c62a00b8632ac532c4f
  
https://github.com/jenkinsci/codesonar-plugin/commit/cf87a1390b8ebb72ec9e8c62a00b8632ac532c4f
  Author: ReleasePraqma 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pom.xml

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


  Commit: 95eb9267ee22ebdf2fa299487d0dbb75b48236fa
  
https://github.com/jenkinsci/codesonar-plugin/commit/95eb9267ee22ebdf2fa299487d0dbb75b48236fa
  Author: ReleasePraqma 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/f3af69cfe0e8...95eb9267ee22

-- 
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.


[jenkinsci/codesonar-plugin]

2017-03-22 Thread GitHub
  Branch: refs/tags/codesonar-2.0.5
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] 0a83bc: initial implementation

2017-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 0a83bcbfa713f62f16914420359371f4a6d71d36
  
https://github.com/jenkinsci/codesonar-plugin/commit/0a83bcbfa713f62f16914420359371f4a6d71d36
  Author: Andrius Ordojan 
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarLatestAnalysisProjectAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarProjectAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/java/org/jenkinsci/plugins/codesonar/Utils.java
M src/main/java/org/jenkinsci/plugins/codesonar/conditions/Condition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/RedAlertLimitCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/YellowAlertLimitCondition.java

  Log Message:
  ---
  initial implementation


  Commit: c515d3bf17ade2b93baceb06dbfe0faa1510faef
  
https://github.com/jenkinsci/codesonar-plugin/commit/c515d3bf17ade2b93baceb06dbfe0faa1510faef
  Author: Andrius Ordojan 
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/NewWarningsIncreasedByPercentageCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/ProcedureCyclomaticComplexityExceededCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/RedAlertLimitCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/YellowAlertLimitCondition.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  added symbols to all conditions and created a test to validate pipline command


  Commit: 951a707325d9731f2c8cf42b8c4c0d57ace161a1
  
https://github.com/jenkinsci/codesonar-plugin/commit/951a707325d9731f2c8cf42b8c4c0d57ace161a1
  Author: Andrius Ordojan 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/codesonar/models/ProjectTree.java
A src/main/java/org/jenkinsci/plugins/codesonar/models/SearchResults.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project42.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects42.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/XmlSerializationServiceTest.java

  Log Message:
  ---
  fixed bug FB 15724


  Commit: c5df4f14a216540122febe2ae484a3667e2741ef
  
https://github.com/jenkinsci/codesonar-plugin/commit/c5df4f14a216540122febe2ae484a3667e2741ef
  Author: Andrius Ordojan 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

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

  Log Message:
  ---
  this change cause two actions to be added to the job


  Commit: 238194c325f628c9d40cac0f5488cf9ce8403daf
  
https://github.com/jenkinsci/codesonar-plugin/commit/238194c325f628c9d40cac0f5488cf9ce8403daf
  Author: Andrius Ordojan 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarLatestAnalysisProjectAction.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
M src/main/java/org/jenkinsci/plugins/codesonar/services/HttpService.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/XmlSerializationService.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar

[jenkinsci/codesonar-plugin]

2016-09-12 Thread GitHub
  Branch: refs/tags/codesonar-2.0.4
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] f7badf: [maven-release-plugin] prepare release codesonar-2...

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: f7badf7df511c68d1fcdd155d266f2ca29464d7b
  
https://github.com/jenkinsci/codesonar-plugin/commit/f7badf7df511c68d1fcdd155d266f2ca29464d7b
  Author: ReleasePraqma 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M pom.xml

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


  Commit: 070910edc0a8a9707a4ef53a526cdc2335ef79ec
  
https://github.com/jenkinsci/codesonar-plugin/commit/070910edc0a8a9707a4ef53a526cdc2335ef79ec
  Author: ReleasePraqma 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/7631909af930...070910edc0a8

-- 
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.


[jenkinsci/codesonar-plugin] 763190: fix naming issue #8

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 7631909af93085e6e1f05873bef098d297b273c4
  
https://github.com/jenkinsci/codesonar-plugin/commit/7631909af93085e6e1f05873bef098d297b273c4
  Author: Andrius Ordojan 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WariningCountIncreaseSpecifiedScoreAndHigherCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition.java
R 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankCondition/config.jelly
R 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankCondition/help.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition/help.html
A 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseSpecifiedScoreAndHigherCondition/help.html
R 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreasedByPercentageCondition/config.jelly
R 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreasedByPercentageCondition/help.html
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
R 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WariningCountIncreaseSpecifiedScoreAndHigherConditionIT.java
A 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WarningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  fix naming issue #8


-- 
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.


[jenkinsci/codesonar-plugin] f78ed0: [maven-release-plugin] prepare release codesonar-2...

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: f78ed067fc78d4fd8a193b6ed55dbb94bdd9069d
  
https://github.com/jenkinsci/codesonar-plugin/commit/f78ed067fc78d4fd8a193b6ed55dbb94bdd9069d
  Author: ReleasePraqma 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M pom.xml

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


  Commit: cb67c9bc118f7e20db277ea188990ca8ea16b136
  
https://github.com/jenkinsci/codesonar-plugin/commit/cb67c9bc118f7e20db277ea188990ca8ea16b136
  Author: ReleasePraqma 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/f550b8deed0a...cb67c9bc118f

-- 
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.


[jenkinsci/codesonar-plugin]

2016-09-12 Thread GitHub
  Branch: refs/tags/codesonar-2.0.3
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] f550b8: renamed condition names

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: f550b8deed0aa251024747b441a7f75c775ee229
  
https://github.com/jenkinsci/codesonar-plugin/commit/f550b8deed0aa251024747b441a7f75c775ee229
  Author: Andrius Ordojan 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WariningCountIncreaseSpecifiedScoreAndHigherCondition.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreaseOverallCondition.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/WarningCountIncreasedByPercentageCondition.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
R 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankConditionIT.java
A 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/WariningCountIncreaseSpecifiedScoreAndHigherConditionIT.java

  Log Message:
  ---
  renamed condition names


-- 
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.


[jenkinsci/codesonar-plugin] f93694: changed initialisation procedure for the services....

2016-09-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: f93694906288693195323b59f98d2f23fd73f455
  
https://github.com/jenkinsci/codesonar-plugin/commit/f93694906288693195323b59f98d2f23fd73f455
  Author: Andrius Ordojan 
  Date:   2016-09-09 (Fri, 09 Sep 2016)

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

  Log Message:
  ---
  changed initialisation procedure for the services. #7


-- 
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.


[jenkinsci/codesonar-plugin] 178b7b: Fix for #7

2016-09-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 178b7b52cdbc15d917f3118473143719585ce713
  
https://github.com/jenkinsci/codesonar-plugin/commit/178b7b52cdbc15d917f3118473143719585ce713
  Author: Andrius Ordojan 
  Date:   2016-09-08 (Thu, 08 Sep 2016)

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

  Log Message:
  ---
  Fix for #7


-- 
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.


[jenkinsci/codesonar-plugin] eb7e24: cahnged the condition to check for warnings with s...

2016-08-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: eb7e2483cc71268b8fa64552ffd1101bb8afcb45
  
https://github.com/jenkinsci/codesonar-plugin/commit/eb7e2483cc71268b8fa64552ffd1101bb8afcb45
  Author: Andrius Ordojan 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankCondition.java
M 
src/main/resources/org/jenkinsci/plugins/codesonar/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankCondition/config.jelly

  Log Message:
  ---
  cahnged the condition to check for warnings with score of higher severity. #6


-- 
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.


[jenkinsci/codesonar-plugin] 2f5f92: adding debug statements to help debug condition fo...

2016-08-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 2f5f921fecf7db6110a9e4670e8adaa2095c53ea
  
https://github.com/jenkinsci/codesonar-plugin/commit/2f5f921fecf7db6110a9e4670e8adaa2095c53ea
  Author: Andrius Ordojan 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

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

  Log Message:
  ---
  adding debug statements to help debug condition for client #6


-- 
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.


[jenkinsci/codesonar-plugin] 2f5414: testing a solution for backwards compatibility bug...

2016-08-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 2f541439ddf80cc83a999b352a19cfcf0a11b1bf
  
https://github.com/jenkinsci/codesonar-plugin/commit/2f541439ddf80cc83a999b352a19cfcf0a11b1bf
  Author: Andrius Ordojan 
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankCondition.java
M src/main/java/org/jenkinsci/plugins/codesonar/models/analysis/Warning.java

  Log Message:
  ---
  testing a solution for backwards compatibility bug  #6


  Commit: 160f49066f9926c67653d686424f9f98f61c97a3
  
https://github.com/jenkinsci/codesonar-plugin/commit/160f49066f9926c67653d686424f9f98f61c97a3
  Author: Andrius Ordojan 
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java

  Log Message:
  ---
  updating the tests #6


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/24accd5f1717...160f49066f99

-- 
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.


[jenkinsci/codesonar-plugin] 24accd: fixed #5

2016-08-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 24accd5f1717aeb75165cd60e0eb4e2a56f801c7
  
https://github.com/jenkinsci/codesonar-plugin/commit/24accd5f1717aeb75165cd60e0eb4e2a56f801c7
  Author: Andrius Ordojan 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  fixed #5


-- 
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.


[jenkinsci/codesonar-plugin] 923fde: Implemented #4

2016-08-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 923fdeecc4cc4aab16b2e5278ce3f589a9702976
  
https://github.com/jenkinsci/codesonar-plugin/commit/923fdeecc4cc4aab16b2e5278ce3f589a9702976
  Author: Andrius Ordojan 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Implemented #4


-- 
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.


[jenkinsci/codesonar-plugin] 046235: [maven-release-plugin] prepare release codesonar-2...

2016-08-09 Thread GitHub
  Branch: refs/tags/codesonar-2.0.2
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 046235613b6a4e4c03ab3a6d369266f5c337eab1
  
https://github.com/jenkinsci/codesonar-plugin/commit/046235613b6a4e4c03ab3a6d369266f5c337eab1
  Author: ReleasePraqma 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

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


-- 
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.


[jenkinsci/codesonar-plugin] 046235: [maven-release-plugin] prepare release codesonar-2...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 046235613b6a4e4c03ab3a6d369266f5c337eab1
  
https://github.com/jenkinsci/codesonar-plugin/commit/046235613b6a4e4c03ab3a6d369266f5c337eab1
  Author: ReleasePraqma 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

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


  Commit: 582f7a899632dafe50b521bef584710db47576cc
  
https://github.com/jenkinsci/codesonar-plugin/commit/582f7a899632dafe50b521bef584710db47576cc
  Author: ReleasePraqma 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/e274ea1fc68a...582f7a899632

-- 
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.


[jenkinsci/codesonar-plugin] e274ea: removed unused import #3

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: e274ea1fc68aab6d9224be69c24613d182994707
  
https://github.com/jenkinsci/codesonar-plugin/commit/e274ea1fc68aab6d9224be69c24613d182994707
  Author: Andrius Ordojan 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

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

  Log Message:
  ---
  removed unused import #3


-- 
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.


[jenkinsci/codesonar-plugin] 3d6351: fixed #3

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 3d6351370d231854f3d6b89f8fa1e600644be63f
  
https://github.com/jenkinsci/codesonar-plugin/commit/3d6351370d231854f3d6b89f8fa1e600644be63f
  Author: Andrius Ordojan 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

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

  Log Message:
  ---
  fixed #3


-- 
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.


[jenkinsci/codesonar-plugin] 3004b0: fixed the possible null pointer dereference warnin...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 3004b0e24a88f98fadf0c88e09964b2709b9bf68
  
https://github.com/jenkinsci/codesonar-plugin/commit/3004b0e24a88f98fadf0c88e09964b2709b9bf68
  Author: Andrius Ordojan 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

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

  Log Message:
  ---
  fixed the possible null pointer dereference warning


-- 
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.


[jenkinsci/codesonar-plugin] c64c7d: Updated jenkins version to a newer LTS release.

2016-08-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c64c7d0ea6ee078384a056085708302f958d69af
  
https://github.com/jenkinsci/codesonar-plugin/commit/c64c7d0ea6ee078384a056085708302f958d69af
  Author: Andrius Ordojan 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslContext.java
M src/main/resources/index.jelly
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java

  Log Message:
  ---
  Updated jenkins version to a newer LTS release.
Fixed backwards compatability issue.


-- 
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.


[jenkinsci/codesonar-plugin] 35a626: fixed empty catch block

2016-07-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 35a62696a9727a7cdfc4173fe96f20db1bec8bbb
  
https://github.com/jenkinsci/codesonar-plugin/commit/35a62696a9727a7cdfc4173fe96f20db1bec8bbb
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

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

  Log Message:
  ---
  fixed empty catch block


  Commit: c4e40453902eee8792da5207979f8f7adeb3f661
  
https://github.com/jenkinsci/codesonar-plugin/commit/c4e40453902eee8792da5207979f8f7adeb3f661
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  removed pretested integration job


  Commit: 64406fc1ab30c9e13f458a4142fd0fd9ae77878a
  
https://github.com/jenkinsci/codesonar-plugin/commit/64406fc1ab30c9e13f458a4142fd0fd9ae77878a
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

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

  Log Message:
  ---
  test commit


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/2af45adc82c5...64406fc1ab30

-- 
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.


[jenkinsci/codesonar-plugin] 9e4834: updated plugin versions

2016-07-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 9e483495e7cb03c3bf2a559fc40ca65f65ad9abe
  
https://github.com/jenkinsci/codesonar-plugin/commit/9e483495e7cb03c3bf2a559fc40ca65f65ad9abe
  Author: Andrius Ordojan 
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated plugin versions


  Commit: 3463879345c4b7402e2e35ab1e3a5fbc95d4b17f
  
https://github.com/jenkinsci/codesonar-plugin/commit/3463879345c4b7402e2e35ab1e3a5fbc95d4b17f
  Author: Andrius Ordojan 
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  removed checkstyle and added analysis collector.


  Commit: 722f9c08fc24cb298ef2b4053bd7a40c09742052
  
https://github.com/jenkinsci/codesonar-plugin/commit/722f9c08fc24cb298ef2b4053bd7a40c09742052
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

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

  Log Message:
  ---
  added check for null in the equals method
added a hashcode method


  Commit: 83b954aba8b49ec13f7e77dc609984e1e5222c63
  
https://github.com/jenkinsci/codesonar-plugin/commit/83b954aba8b49ec13f7e77dc609984e1e5222c63
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

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

  Log Message:
  ---
  checking that the types match


  Commit: 0f1b62e595df893963887c587e8046969b4c01e1
  
https://github.com/jenkinsci/codesonar-plugin/commit/0f1b62e595df893963887c587e8046969b4c01e1
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codesonar/models/metrics/Metric.java

  Log Message:
  ---
  made metric class serializable


  Commit: 4acc4be7fdfeab694b710ab1282df3d875f92c9d
  
https://github.com/jenkinsci/codesonar-plugin/commit/4acc4be7fdfeab694b710ab1282df3d875f92c9d
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project42.java

  Log Message:
  ---
  fixed the equal methods


  Commit: 58d2532a01d9fc185b5e8ef1f146e2b4b06da8a9
  
https://github.com/jenkinsci/codesonar-plugin/commit/58d2532a01d9fc185b5e8ef1f146e2b4b06da8a9
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

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

  Log Message:
  ---
  this class can not be serialized


  Commit: 38405b34b4e33bf8647c4382789a09c47a677ef5
  
https://github.com/jenkinsci/codesonar-plugin/commit/38405b34b4e33bf8647c4382789a09c47a677ef5
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.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/MetricsService.java

  Log Message:
  ---
  these classes cannot be serialized


  Commit: 2af45adc82c5bddbbb34be8e59c95d05aa6a5bff
  
https://github.com/jenkinsci/codesonar-plugin/commit/2af45adc82c5bddbbb34be8e59c95d05aa6a5bff
  Author: Andrius Ordojan 
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarLatestAnalysisProjectAction.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/analysis/Analysis.java
M 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java

  Log Message:
  ---
  fixed pmd errors


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/834347dd78da...2af45adc82c5

-- 
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.


[jenkinsci/codesonar-plugin] 834347: changed the slaves for each job

2016-07-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 834347dd78da0a2ca8fec34f06d2babfb5dd877f
  
https://github.com/jenkinsci/codesonar-plugin/commit/834347dd78da0a2ca8fec34f06d2babfb5dd877f
  Author: Andrius Ordojan 
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  changed the slaves for each job


-- 
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.


[jenkinsci/codesonar-plugin] 2a415e: added more a slave label

2016-07-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 2a415e031613150661f450ed30bf8c9fa7ca2d39
  
https://github.com/jenkinsci/codesonar-plugin/commit/2a415e031613150661f450ed30bf8c9fa7ca2d39
  Author: Andrius Ordojan 
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  added more a slave label


  Commit: 9ab68a7b516837242c37953e5174441054cc73fe
  
https://github.com/jenkinsci/codesonar-plugin/commit/9ab68a7b516837242c37953e5174441054cc73fe
  Author: Andrius Ordojan 
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  Squashed commit of the following:

commit bd852a8b98c1b64fc917a44e90eb2a01f83cd0b7
Author: Andrius Ordojan 
Date:   Fri Jul 22 13:58:19 2016 +0200

test commit 2

commit 37d1441a0e543ac5b0be436f620162a03a98eadf
Author: Andrius Ordojan 
Date:   Fri Jul 22 13:45:02 2016 +0200

test


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/ff1d02c9f9b2...9ab68a7b5168

-- 
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.


[jenkinsci/codesonar-plugin] 1d2625: created the first iteration of the jenkins pipelin...

2016-07-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 1d262565b51d987f3cac0e64f0ff22ef3cb37905
  
https://github.com/jenkinsci/codesonar-plugin/commit/1d262565b51d987f3cac0e64f0ff22ef3cb37905
  Author: Andrius Ordojan 
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
A jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  created the first iteration of the jenkins pipeline dsl


  Commit: 8420b5924f557338827510873bc797afefb8f065
  
https://github.com/jenkinsci/codesonar-plugin/commit/8420b5924f557338827510873bc797afefb8f065
  Author: Andrius Ordojan 
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' of https://github.com/Praqma/codesonar-plugin


  Commit: ff1d02c9f9b2dd2bf527a3e10fdf3943bf4f1135
  
https://github.com/jenkinsci/codesonar-plugin/commit/ff1d02c9f9b2dd2bf527a3e10fdf3943bf4f1135
  Author: Andrius Ordojan 
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
M jenkins-pipeline/pipeline.groovy

  Log Message:
  ---
  fixed indentation


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/6583ac81e2eb...ff1d02c9f9b2

-- 
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.


[jenkinsci/codesonar-plugin] 3b3180: [maven-release-plugin] prepare release codesonar-2...

2016-06-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 3b31805d2d572432d13b6113ee85c6a744c8d579
  
https://github.com/jenkinsci/codesonar-plugin/commit/3b31805d2d572432d13b6113ee85c6a744c8d579
  Author: ReleasePraqma 
  Date:   2016-06-16 (Thu, 16 Jun 2016)

  Changed paths:
M pom.xml

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


  Commit: 6583ac81e2ebb99d2dde68c698cea6faac102b9d
  
https://github.com/jenkinsci/codesonar-plugin/commit/6583ac81e2ebb99d2dde68c698cea6faac102b9d
  Author: ReleasePraqma 
  Date:   2016-06-16 (Thu, 16 Jun 2016)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/b3c8cb9635c2...6583ac81e2eb

-- 
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.


[jenkinsci/codesonar-plugin]

2016-06-16 Thread GitHub
  Branch: refs/tags/codesonar-2.0.1
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] b3c8cb: fixed issue #2

2016-06-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: b3c8cb9635c2557b6da86890d58d35bbe4a876cf
  
https://github.com/jenkinsci/codesonar-plugin/commit/b3c8cb9635c2557b6da86890d58d35bbe4a876cf
  Author: Andrius Ordojan 
  Date:   2016-06-16 (Thu, 16 Jun 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/models/analysis/Analysis.java
A 
src/test/java/org/jenkinsci/plugins/codesonar/unit/models/analysis/AnalysisTest.java

  Log Message:
  ---
  fixed issue #2


-- 
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.


[jenkinsci/codesonar-plugin] ec1117: [maven-release-plugin] prepare release codesonar-2...

2016-06-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: ec1117b8b0501f48053f1f17761146b684db47e0
  
https://github.com/jenkinsci/codesonar-plugin/commit/ec1117b8b0501f48053f1f17761146b684db47e0
  Author: ReleasePraqma 
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
M pom.xml

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


  Commit: 572c05c32edd22c368a02ab3694ee546de9477f4
  
https://github.com/jenkinsci/codesonar-plugin/commit/572c05c32edd22c368a02ab3694ee546de9477f4
  Author: ReleasePraqma 
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/e1484d5864f0...572c05c32edd

-- 
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.


[jenkinsci/codesonar-plugin]

2016-06-13 Thread GitHub
  Branch: refs/tags/codesonar-2.0.0
  Home:   https://github.com/jenkinsci/codesonar-plugin

-- 
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.


[jenkinsci/codesonar-plugin] 8a796c: Added rudimentary version detection

2016-06-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 8a796c848701ab6671128e32e52ee4264b42d8f4
  
https://github.com/jenkinsci/codesonar-plugin/commit/8a796c848701ab6671128e32e52ee4264b42d8f4
  Author: Andrius Ordojan 
  Date:   2016-05-02 (Mon, 02 May 2016)

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

  Log Message:
  ---
  Added rudimentary version detection


  Commit: 2aba94067a24bce80517de3a568a3af3e65e3d49
  
https://github.com/jenkinsci/codesonar-plugin/commit/2aba94067a24bce80517de3a568a3af3e65e3d49
  Author: Andrius Ordojan 
  Date:   2016-05-04 (Wed, 04 May 2016)

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

  Log Message:
  ---
  moved service variables out of the data bound contructor in order to avoid 
serializing them.


  Commit: 0adc41cc6230c8692f71af94e30a3db640da9599
  
https://github.com/jenkinsci/codesonar-plugin/commit/0adc41cc6230c8692f71af94e30a3db640da9599
  Author: Andrius Ordojan 
  Date:   2016-05-04 (Wed, 04 May 2016)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/codesonar/AnalysisServiceFactory.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M src/main/java/org/jenkinsci/plugins/codesonar/Utils.java
R src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project40.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Project42.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects40.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/models/projects/Projects42.java
R 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService40.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/AnalysisService42.java
A 
src/main/java/org/jenkinsci/plugins/codesonar/services/IAnalysisService.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/ConditionIntegrationTestBase.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/AnalysisServiceTest.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/XmlSerializationServiceTest.java

  Log Message:
  ---
  Implemented a system for handling different codesonar hub versions


  Commit: 72f8310f5141db0bd6cbe3ec7805b01fa4b76bcd
  
https://github.com/jenkinsci/codesonar-plugin/commit/72f8310f5141db0bd6cbe3ec7805b01fa4b76bcd
  Author: Andrius Ordojan 
  Date:   2016-05-04 (Wed, 04 May 2016)

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

  Log Message:
  ---
  Fixed out of memory exception


  Commit: 2c4ee5c61707e6def51e92d14f686025b85fe7f3
  
https://github.com/jenkinsci/codesonar-plugin/commit/2c4ee5c61707e6def51e92d14f686025b85fe7f3
  Author: Andrius Ordojan 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  changed the url for getting the version


  Commit: c9e0ade568e068aa3f339d5ed2e22f79cfabb6d1
  
https://github.com/jenkinsci/codesonar-plugin/commit/c9e0ade568e068aa3f339d5ed2e22f79cfabb6d1
  Author: Andrius Ordojan 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  switched authentication and getversion


  Commit: 33ddc5583591256b7bd244e50b2c0d20854faf25
  
https://github.com/jenkinsci/codesonar-plugin/commit/33ddc5583591256b7bd244e50b2c0d20854faf25
  Author: Andrius Ordojan 
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  changed the pom to allow for release


  Commit: 014c39b18cc7f437f12d964a08f44e14c9262d9a
  
https://github.com/jenkinsci/codesonar-plugin/commit/014c39b18cc7f437f12d964a08f44e14c9262d9a
  Author: Andrius Ordojan 
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  incremented the version


  Commit: e1484d5864f02b23ef43e450b6c2259b3c6fa5d4
  
https://github.com/jenkinsci/codesonar-plugin/commit/e1484d5864f02b23ef43e450b6c2259b3c6fa5d4
  Author: Andrius Ordojan 
  Date:   2016-06-10 (Fri, 10 Jun 2016)

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

[jenkinsci/codesonar-plugin] 910f57: Intialize and default to http protocol

2016-04-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 910f57b50ef6dcdf45192c40f1600799e6d5242d
  
https://github.com/jenkinsci/codesonar-plugin/commit/910f57b50ef6dcdf45192c40f1600799e6d5242d
  Author: Mads Nielsen 
  Date:   2016-04-20 (Wed, 20 Apr 2016)

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

  Log Message:
  ---
  Intialize and default to http protocol


-- 
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.


[jenkinsci/codesonar-plugin] a9247b: fixed formating and added a closing tag

2016-02-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: a9247b40a0cb52ba7f2fe03a4de522e630889489
  
https://github.com/jenkinsci/codesonar-plugin/commit/a9247b40a0cb52ba7f2fe03a4de522e630889489
  Author: Andrius Ordojan 
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly

  Log Message:
  ---
  fixed formating  and added a closing tag


-- 
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.


[jenkinsci/codesonar-plugin] 630ddc: added missing closing tag

2016-02-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 630ddc3f97bf380bdce8a0fc202bc23acae1a754
  
https://github.com/jenkinsci/codesonar-plugin/commit/630ddc3f97bf380bdce8a0fc202bc23acae1a754
  Author: Andrius Ordojan 
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly

  Log Message:
  ---
  added missing closing tag


-- 
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.


[jenkinsci/codesonar-plugin] 64acbe: Added http status codes to error messages

2016-02-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 64acbedba209cafcddc1adee3c49c89c320c780b
  
https://github.com/jenkinsci/codesonar-plugin/commit/64acbedba209cafcddc1adee3c49c89c320c780b
  Author: Andrius Ordojan 
  Date:   2016-02-18 (Thu, 18 Feb 2016)

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

  Log Message:
  ---
  Added http status codes to error messages


-- 
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.


[jenkinsci/codesonar-plugin] c03331: Double catch on AbortException

2016-02-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: c03331119d73c954c73658f7664621e8ec05ce05
  
https://github.com/jenkinsci/codesonar-plugin/commit/c03331119d73c954c73658f7664621e8ec05ce05
  Author: Mads Nielsen 
  Date:   2016-02-18 (Thu, 18 Feb 2016)

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

  Log Message:
  ---
  Double catch on AbortException


-- 
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.


[jenkinsci/codesonar-plugin] 03bee8: Avoid duplicating and double catching exceptions, ...

2016-02-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 03bee834c43e4e678775e7e10d449f6c9c300b2a
  
https://github.com/jenkinsci/codesonar-plugin/commit/03bee834c43e4e678775e7e10d449f6c9c300b2a
  Author: Mads Nielsen 
  Date:   2016-02-18 (Thu, 18 Feb 2016)

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

  Log Message:
  ---
  Avoid duplicating and double catching exceptions, AbortException is an 
IOException

@Ordojan Can you verify this for me?

Thanks :)


-- 
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.


[jenkinsci/codesonar-plugin] f1147d: Only show list of conditions when there are some

2016-02-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: f1147d95799d6dac02873688c8e547f33a3933e6
  
https://github.com/jenkinsci/codesonar-plugin/commit/f1147d95799d6dac02873688c8e547f33a3933e6
  Author: Mads Nielsen 
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly

  Log Message:
  ---
  Only show list of conditions when there are some


  Commit: 3f80bc39b63d0cc6fd14b0324879a709851224d5
  
https://github.com/jenkinsci/codesonar-plugin/commit/3f80bc39b63d0cc6fd14b0324879a709851224d5
  Author: Mads Nielsen 
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarBuildAction/summary.jelly

  Log Message:
  ---
  Better wording on conditions


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/27caf5616224...3f80bc39b63d

-- 
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.


[jenkinsci/codesonar-plugin] 27caf5: wrong field

2016-02-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 27caf56162245160dcf031059bc1af14ce5ca87c
  
https://github.com/jenkinsci/codesonar-plugin/commit/27caf56162245160dcf031059bc1af14ce5ca87c
  Author: Andrius Ordojan 
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly

  Log Message:
  ---
  wrong field


-- 
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.


[jenkinsci/codesonar-plugin] 5d4ed8: merged port and host into one parameter.

2016-02-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 5d4ed8066a7c61d545060b8fe929b908816eb3a1
  
https://github.com/jenkinsci/codesonar-plugin/commit/5d4ed8066a7c61d545060b8fe929b908816eb3a1
  Author: Andrius Ordojan 
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarJobDslExtension.java
M src/main/java/org/jenkinsci/plugins/codesonar/CodeSonarPublisher.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/unit/services/HttpServiceTest.java

  Log Message:
  ---
  merged port and host into one parameter.


  Commit: 8bca673886eb70b8a412fd9fad91feb5ca4a5f8b
  
https://github.com/jenkinsci/codesonar-plugin/commit/8bca673886eb70b8a412fd9fad91feb5ca4a5f8b
  Author: Andrius Ordojan 
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/config.jelly

  Log Message:
  ---
  made default value for hub address to be ${JOB_NAME}


  Commit: 83557191b52ce9405bb8ee659dff406d3921f1e9
  
https://github.com/jenkinsci/codesonar-plugin/commit/83557191b52ce9405bb8ee659dff406d3921f1e9
  Author: Andrius Ordojan 
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/CodeSonarPublisherIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/NewWarningsIncreasedByPercentageConditionIT.java
M 
src/test/java/org/jenkinsci/plugins/codesonar/integration/conditions/PercentageOfWariningsIncreasedInCasesBellowCertainRankConditionIT.java

  Log Message:
  ---
  Fixed broken tests


Compare: 
https://github.com/jenkinsci/codesonar-plugin/compare/8483da03535a...83557191b52c

-- 
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.


[jenkinsci/codesonar-plugin] 8483da: Changed build action to contain a URI class instea...

2016-02-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 8483da03535a74934de60b20aa93e8006e980715
  
https://github.com/jenkinsci/codesonar-plugin/commit/8483da03535a74934de60b20aa93e8006e980715
  Author: Andrius Ordojan 
  Date:   2016-02-10 (Wed, 10 Feb 2016)

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

  Log Message:
  ---
  Changed build action to contain a URI class instead of string representation 
of a URI


-- 
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.


[jenkinsci/codesonar-plugin] cf9f7b: URL was being built incorrectly

2016-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: cf9f7bbba744c5657b4b04024cee8a7dd65415ae
  
https://github.com/jenkinsci/codesonar-plugin/commit/cf9f7bbba744c5657b4b04024cee8a7dd65415ae
  Author: Andrius Ordojan 
  Date:   2016-02-09 (Tue, 09 Feb 2016)

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

  Log Message:
  ---
  URL was being built incorrectly


-- 
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.


[jenkinsci/codesonar-plugin] a2eacb: fixed an error.

2016-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: a2eacbd26310341f0c7f0ff0ae1f9ab2509db473
  
https://github.com/jenkinsci/codesonar-plugin/commit/a2eacbd26310341f0c7f0ff0ae1f9ab2509db473
  Author: Andrius Ordojan 
  Date:   2016-02-09 (Tue, 09 Feb 2016)

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

  Log Message:
  ---
  fixed an error.
not enough arguments


-- 
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.


[jenkinsci/codesonar-plugin] 1f84fe: fixed jobdsl extention

2016-02-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codesonar-plugin
  Commit: 1f84fef184aaf8a4a9b999a56726988695661591
  
https://github.com/jenkinsci/codesonar-plugin/commit/1f84fef184aaf8a4a9b999a56726988695661591
  Author: Andrius Ordojan 
  Date:   2016-02-08 (Mon, 08 Feb 2016)

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

  Log Message:
  ---
  fixed jobdsl extention


-- 
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.


  1   2   >