[jenkinsci/analysis-model] 199180: Parser ID update to 'polyspace-parser'

2023-02-11 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/java11

  Home:   https://github.com/jenkinsci/analysis-model

  Commit: 199180d73a7c51d23cbc8c508c2caab0f8c212c0

  
https://github.com/jenkinsci/analysis-model/commit/199180d73a7c51d23cbc8c508c2caab0f8c212c0

  Author: Eva Habeeb Allah 

  Date:   2023-01-11 (Wed, 11 Jan 2023)



  Changed paths:

M src/main/java/edu/hm/hafner/analysis/registry/PolyspaceDescriptor.java



  Log Message:

  ---

  Parser ID update to 'polyspace-parser'





  Commit: f093a715ad3d1055fceb8e6754e1af732fa70ed4

  
https://github.com/jenkinsci/analysis-model/commit/f093a715ad3d1055fceb8e6754e1af732fa70ed4

  Author: Ullrich Hafner 

  Date:   2023-01-11 (Wed, 11 Jan 2023)



  Changed paths:

M src/main/java/edu/hm/hafner/analysis/registry/PolyspaceDescriptor.java



  Log Message:

  ---

  Merge pull request #872 from evahabeeballah/polyspace-parse-id



Parser ID update to 'polyspace-parser'





  Commit: ff7c965706d1be0f9fa97d79eff92dc44b8402f9

  
https://github.com/jenkinsci/analysis-model/commit/ff7c965706d1be0f9fa97d79eff92dc44b8402f9

  Author: Joakim Plate 

  Date:   2023-01-17 (Tue, 17 Jan 2023)



  Changed paths:

M src/main/java/edu/hm/hafner/analysis/parser/CodeCheckerParser.java



  Log Message:

  ---

  Add UNSPECIFIED as a output from CodeChecker



CodeChecker can output UNSPECIFIED as a warning level when it does not know the 
level fully. For example here: 
https://github.com/Ericsson/codechecker/blob/36e6ad8c9a7381545983e89ebe756f6493bcd503/web/client/codechecker_client/report_type_converter.py#L86





  Commit: c3a4e4f6edccc97658b2834f12804c3c27552425

  
https://github.com/jenkinsci/analysis-model/commit/c3a4e4f6edccc97658b2834f12804c3c27552425

  Author: Joakim Plate 

  Date:   2023-01-17 (Tue, 17 Jan 2023)



  Changed paths:

M src/main/java/edu/hm/hafner/analysis/parser/CodeCheckerParser.java



  Log Message:

  ---

  Add style as possible severity





  Commit: 7f444f35476d1766593523ccd06d01d1cecd3ff9

  
https://github.com/jenkinsci/analysis-model/commit/7f444f35476d1766593523ccd06d01d1cecd3ff9

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2023-01-17 (Tue, 17 Jan 2023)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Bump violations-lib from 1.155.3 to 1.156.0



Bumps [violations-lib](https://github.com/tomasbjerre/violations-lib) from 
1.155.3 to 1.156.0.

- [Release notes](https://github.com/tomasbjerre/violations-lib/releases)

- 
[Changelog](https://github.com/tomasbjerre/violations-lib/blob/master/CHANGELOG.md)

- 
[Commits](https://github.com/tomasbjerre/violations-lib/compare/1.155.3...1.156.0)



---

updated-dependencies:

- dependency-name: se.bjurr.violations:violations-lib

  dependency-type: direct:production

  update-type: version-update:semver-minor

...



Signed-off-by: dependabot[bot] 





  Commit: a4a1bba7d8d277179a57b8be14e3bb5c30b320ab

  
https://github.com/jenkinsci/analysis-model/commit/a4a1bba7d8d277179a57b8be14e3bb5c30b320ab

  Author: Ullrich Hafner 

  Date:   2023-01-18 (Wed, 18 Jan 2023)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #875 from 
jenkinsci/dependabot/maven/se.bjurr.violations-violations-lib-1.156.0



Bump violations-lib from 1.155.3 to 1.156.0





  Commit: 82d4c709eb880ad8fae83532ba0cf176b29dadb5

  
https://github.com/jenkinsci/analysis-model/commit/82d4c709eb880ad8fae83532ba0cf176b29dadb5

  Author: Joakim Plate 

  Date:   2023-01-18 (Wed, 18 Jan 2023)



  Changed paths:

M src/main/java/edu/hm/hafner/analysis/parser/CodeCheckerParser.java

M src/test/java/edu/hm/hafner/analysis/parser/CodeCheckerParserTest.java

M 
src/test/resources/edu/hm/hafner/analysis/parser/CodeChecker_with_linux_paths.txt



  Log Message:

  ---

  Adjust order of severity and add test





  Commit: 85ea8ffaea61302e9ace88400b93dc3b7fe661dd

  
https://github.com/jenkinsci/analysis-model/commit/85ea8ffaea61302e9ace88400b93dc3b7fe661dd

  Author: Joakim Plate 

  Date:   2023-01-18 (Wed, 18 Jan 2023)



  Changed paths:

M src/test/java/edu/hm/hafner/analysis/parser/CodeCheckerParserTest.java



  Log Message:

  ---

  Correct number of tests





  Commit: 5293be32d0d5fcd38304ec7c292d63bf71613c1b

  
https://github.com/jenkinsci/analysis-model/commit/5293be32d0d5fcd38304ec7c292d63bf71613c1b

  Author: evahabeeballah <117662592+evahabeebal...@users.noreply.github.com>

  Date:   2023-01-18 (Wed, 18 Jan 2023)



  Changed paths:

M SUPPORTED-FORMATS.md

M pom.xml

A src/main/java/edu/hm/hafner/analysis/parser/SimulinkCheckParser.java

M src/main/java/edu/hm/hafner/analysis/registry/ParserRegistry.java

A src/main/java/edu/hm/hafner/analysis/registry/SimulinkCheckDescriptor.java

A src/test/java/edu/hm/hafner/analysis/parser/SimulinkCheckParserTest.java

A src/test/resources/edu/hm/hafner/a

[jenkinsci/analysis-model] 199180: Parser ID update to 'polyspace-parser'

2023-01-11 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 199180d73a7c51d23cbc8c508c2caab0f8c212c0
  
https://github.com/jenkinsci/analysis-model/commit/199180d73a7c51d23cbc8c508c2caab0f8c212c0
  Author: Eva Habeeb Allah 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/registry/PolyspaceDescriptor.java

  Log Message:
  ---
  Parser ID update to 'polyspace-parser'


  Commit: f093a715ad3d1055fceb8e6754e1af732fa70ed4
  
https://github.com/jenkinsci/analysis-model/commit/f093a715ad3d1055fceb8e6754e1af732fa70ed4
  Author: Ullrich Hafner 
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/registry/PolyspaceDescriptor.java

  Log Message:
  ---
  Merge pull request #872 from evahabeeballah/polyspace-parse-id

Parser ID update to 'polyspace-parser'


Compare: 
https://github.com/jenkinsci/analysis-model/compare/862f9a0ebb6e...f093a715ad3d

-- 
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/analysis-model/push/refs/heads/master/862f9a-f093a7%40github.com.