Releases: jenkinsci/analysis-model
Releases · jenkinsci/analysis-model
v10.2.3 🎁
🐛 Bug Fixes
📦 Dependency updates
- Bump codecov/codecov-action from v1.4.1 to v1.5.0 (#622) @dependabot
v10.2.2 🎁
v10.2.1 🎁
- No changes
10.1.1 🎁
v10.1.0 🎁
✨ Improvements
🐛 Bug Fixes
- JENKINS-65482 - Skip duplicate warnings even in sub-reports (#619) @uhafner
🔧 Internal changes
📦 Dependency updates
- Bump pmd.version from 6.33.0 to 6.34.0 (#615) @dependabot
- Bump codingstyle-pom from 2.4.0 to 2.5.0 (#614) @dependabot
- Bump codecov/codecov-action from v1.3.2 to v1.4.1 (#613) @dependabot
- Bump codingstyle from 2.3.0 to 2.4.0 (#616) @dependabot
- Bump spotbugs from 4.2.2 to 4.2.3 (#609) @dependabot
- Bump actions/cache from v2.1.4 to v2.1.5 (#607) @dependabot
v10.0.0 🎁
🚀 New features
✨ Improvements
- Make reports a hierarchical data structure (#602) @uhafner
- Call dedup after using the tree string builder (#531) @uhafner
- Sphinx build linkcheck (#584) @uhafner
🐛 Bug Fixes
- Add a test that exposes a bug with in the JUnit parser (#604) @uhafner
- JENKINS-65282 - Make Ansible lint parser compatible with version 5.x (#597) @jonesbusy
📦 Dependency updates
- Bump codingstyle-pom from 2.2.0 to 2.4.0 (#606) @dependabot
- Bump codingstyle from 2.2.0 to 2.3.0 (#603) @dependabot
- Bump json-smart from 2.3 to 2.4.2 (#599) @dependabot
- Bump codecov/codecov-action from v1.3.1 to v1.3.2 (#601) @dependabot
- Bump pmd.version from 6.32.0 to 6.33.0 (#595) @dependabot
- Bump violations-lib from 1.142 to 1.143 (#596) @dependabot
- Bump jmh.version from 1.28 to 1.29 (#594) @dependabot
- Bump kentaro-m/auto-assign-action from v1.1.1 to v1.1.2 (#593) @dependabot
- Bump codingstyle-pom from 2.1.0 to 2.2.0 (#591) @dependabot
- Bump codingstyle from 2.1.0 to 2.2.0 (#590) @dependabot
- Bump codingstyle-pom from 2.0.3 to 2.1.0 (#588) @dependabot
- Bump codingstyle from 2.0.6 to 2.1.0 (#589) @dependabot
- Bump pmd.version from 6.31.0 to 6.32.0 (#587) @dependabot
- Bump spotbugs from 4.2.1 to 4.2.2 (#586) @dependabot
- Bump uhafner/autograding-github-action from v1.6.0 to v1.7.0 (#585) @dependabot
- Bump json from 20201115 to 20210307 (#578) @dependabot
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#581) @dependabot
- Bump flatten-maven-plugin from 1.2.5 to 1.2.7 (#577) @dependabot
- Bump codecov/codecov-action from v1.2.1 to v1.3.1 (#582) @dependabot
- Bump commons-lang3 from 3.11 to 3.12.0 (#575) @dependabot
- Bump jmh.version from 1.27 to 1.28 (#576) @dependabot
🚦 Tests
v9.8.1 🎁
🐛 Bug Fixes
- IarParser - Map errors and fatal errors to severity ERROR (#569) @plenart
- Improve error prone parser: skip warnings from javac (#562) @uhafner
📦 Dependency updates
- Bump codingstyle-pom from 2.0.1 to 2.0.2 (#573) @dependabot
- Bump codingstyle from 2.0.5 to 2.0.6 (#574) @dependabot
- Bump codingstyle from 2.0.2 to 2.0.4 (#570) @dependabot
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#563) @dependabot
- Bump actions/cache from v2.1.3 to v2.1.4 (#561) @dependabot
🔧 Internal changes
🚦 Tests
- JENKINS-61939 - Try to expose CppCheckAdapter bug with a test case (#560) @uhafner
v9.8.0 🎁
✨ Improvements
- JENKINS-64657 - Create a
DoxygenParser
based on the existingGccParser
(#559) @lcmrvk
v9.7.0 🎁
✨ Improvements
- Improve runtime of delta computation (#553) @abramobagnara
🐛 Bug Fixes
- Fix parsing of ArchUnit test results (#557) @uhafner
- RuboCop Parser: Parse lines with
[Correctable]
addition (#556) @MartinKoerner
📦 Dependency updates
- Bump codecov/codecov-action from v1.1.1 to v1.2.1 (#551) @dependabot
🔧 Internal changes
- Avoid working with
null
references (#555) @uhafner - Simplify NAG fortran parser tests (#554) @uhafner
🚦 Tests
v9.6.0 🎁
🚀 New features
- JENKINS-63532 - Add a parser for translation files of Qt (#546) @SunBlack