Branch: refs/heads/java11
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: cb5b163488b673cefdb369d8fc5cdc1f0bdc94e7
      
https://github.com/jenkinsci/analysis-model/commit/cb5b163488b673cefdb369d8fc5cdc1f0bdc94e7
  Author: yashre-bh <[email protected]>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/JsonBaseParser.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonParserTest.java

  Log Message:
  -----------
  fix test case in JSONParserTest and builder in JSONParser to read first 
element of lineRanges


  Commit: ecbdca17db6634504e7533f0f5df01e82a445979
      
https://github.com/jenkinsci/analysis-model/commit/ecbdca17db6634504e7533f0f5df01e82a445979
  Author: yashre-bh <[email protected]>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/parser/JsonParserTest.java

  Log Message:
  -----------
  uncomment line commented previously


  Commit: 97319eaa4b5bd04b15589e9b74475aed06dc0e16
      
https://github.com/jenkinsci/analysis-model/commit/97319eaa4b5bd04b15589e9b74475aed06dc0e16
  Author: Shreya Bhagat <[email protected]>
  Date:   2023-02-05 (Sun, 05 Feb 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/JsonBaseParser.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonParserTest.java

  Log Message:
  -----------
  check for lineRanges list and add guard if check in JSONBaseParser


  Commit: 13135bd9d4738e1a48c99f3cfe9d4ac09ff89886
      
https://github.com/jenkinsci/analysis-model/commit/13135bd9d4738e1a48c99f3cfe9d4ac09ff89886
  Author: Shreya Bhagat <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonParserTest.java

  Log Message:
  -----------
  remove the first lineRange if it is stored in lineStart and lineEnd attribute


  Commit: b5e328298ba34b0188db2f238c6ee0d972dfdfd6
      
https://github.com/jenkinsci/analysis-model/commit/b5e328298ba34b0188db2f238c6ee0d972dfdfd6
  Author: Shreya Bhagat <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
    M src/main/java/edu/hm/hafner/analysis/parser/JsonBaseParser.java

  Log Message:
  -----------
  shift lineRange checks in builder and refactor code


  Commit: 81cac5c5a3c875b9111948e1a72e83950cdb0c53
      
https://github.com/jenkinsci/analysis-model/commit/81cac5c5a3c875b9111948e1a72e83950cdb0c53
  Author: Shreya Bhagat <[email protected]>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/parser/JsonLogParserTest.java

  Log Message:
  -----------
  fix test cases in JSONLogParserTest


  Commit: c85e6275dcf3cf4c98b0f18da5000a18d886a23f
      
https://github.com/jenkinsci/analysis-model/commit/c85e6275dcf3cf4c98b0f18da5000a18d886a23f
  Author: Shreya Bhagat <[email protected]>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

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

  Log Message:
  -----------
  change function name to cleanupLineRanges()


  Commit: 4ef3eb755bb60e7d5d94f77467db03cfb93e1d79
      
https://github.com/jenkinsci/analysis-model/commit/4ef3eb755bb60e7d5d94f77467db03cfb93e1d79
  Author: Shreya Bhagat <[email protected]>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

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

  Log Message:
  -----------
  suppress false positive SpotBug warnings


  Commit: 94080dcbb44f8f8a207cd1ba40b9c945ac236602
      
https://github.com/jenkinsci/analysis-model/commit/94080dcbb44f8f8a207cd1ba40b9c945ac236602
  Author: Ulli Hafner <[email protected]>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M SUPPORTED-FORMATS.md
    M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
    M src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java

  Log Message:
  -----------
  Improve test coverage.


  Commit: 8cb1f2d6b3feb9d7a43d36151b0f1ff2c4572f3f
      
https://github.com/jenkinsci/analysis-model/commit/8cb1f2d6b3feb9d7a43d36151b0f1ff2c4572f3f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump incrementals-enforcer-rules from 1.5 to 1.6

Bumps 
[incrementals-enforcer-rules](https://github.com/jenkinsci/incrementals-tools) 
from 1.5 to 1.6.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.5...parent-1.6)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:incrementals-enforcer-rules
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 94624640758746a2e0a606c3320d2c52058a1b7d
      
https://github.com/jenkinsci/analysis-model/commit/94624640758746a2e0a606c3320d2c52058a1b7d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Bump git-changelist-maven-extension from 1.5 to 1.6

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.5 to 1.6.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.5...parent-1.6)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 8fb5fb944dd6b8a8e41913af02bcaf79636683e6
      
https://github.com/jenkinsci/analysis-model/commit/8fb5fb944dd6b8a8e41913af02bcaf79636683e6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump incrementals-maven-plugin from 1.5 to 1.6

Bumps 
[incrementals-maven-plugin](https://github.com/jenkinsci/incrementals-tools) 
from 1.5 to 1.6.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.5...parent-1.6)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:incrementals-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: c42730aea96000534689e8313cfd0d367479ff0c
      
https://github.com/jenkinsci/analysis-model/commit/c42730aea96000534689e8313cfd0d367479ff0c
  Author: Ulli Hafner <[email protected]>
  Date:   2023-02-18 (Sat, 18 Feb 2023)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/parser/XmlParserTest.java

  Log Message:
  -----------
  Fix XML parser test due to new line range processing.


  Commit: da49c7fd0a97ff6a402aff376318fc01a0fb9adc
      
https://github.com/jenkinsci/analysis-model/commit/da49c7fd0a97ff6a402aff376318fc01a0fb9adc
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-18 (Sat, 18 Feb 2023)

  Changed paths:
    M SUPPORTED-FORMATS.md
    M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
    M src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonLogParserTest.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonParserTest.java
    M src/test/java/edu/hm/hafner/analysis/parser/XmlParserTest.java

  Log Message:
  -----------
  Merge pull request #884 from yashre-bh/yashre-bh/line-ranges-ignored-issue

[JENKINS-70498] Correctly handle line ranges in the JSONParser


  Commit: f5ce3f2923d37899d7918f8512edb3653d731679
      
https://github.com/jenkinsci/analysis-model/commit/f5ce3f2923d37899d7918f8512edb3653d731679
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-18 (Sat, 18 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #892 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-incrementals-maven-plugin-1.6

Bump incrementals-maven-plugin from 1.5 to 1.6


  Commit: 36f01f73ac0c4d596ab162b38ab30a40671f278b
      
https://github.com/jenkinsci/analysis-model/commit/36f01f73ac0c4d596ab162b38ab30a40671f278b
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-18 (Sat, 18 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #890 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-incrementals-enforcer-rules-1.6

Bump incrementals-enforcer-rules from 1.5 to 1.6


  Commit: 5f728a2dde85a7c52127f74ee094f2de79741b7a
      
https://github.com/jenkinsci/analysis-model/commit/5f728a2dde85a7c52127f74ee094f2de79741b7a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M .github/workflows/assign-pr.yml

  Log Message:
  -----------
  Bump kentaro-m/auto-assign-action from 1.2.4 to 1.2.5

Bumps 
[kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) 
from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
- 
[Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.4...v1.2.5)

---
updated-dependencies:
- dependency-name: kentaro-m/auto-assign-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: c12227e4c225a352b88602bd84cd5d81fc92a749
      
https://github.com/jenkinsci/analysis-model/commit/c12227e4c225a352b88602bd84cd5d81fc92a749
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump jsoup from 1.15.3 to 1.15.4

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.3...jsoup-1.15.4)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 21c8e247d3ffed10e562298adaf1955b9ac1f834
      
https://github.com/jenkinsci/analysis-model/commit/21c8e247d3ffed10e562298adaf1955b9ac1f834
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M .github/workflows/run-release-drafter.yml

  Log Message:
  -----------
  Bump release-drafter/release-drafter from 5.22.0 to 5.23.0

Bumps 
[release-drafter/release-drafter](https://github.com/release-drafter/release-drafter)
 from 5.22.0 to 5.23.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- 
[Commits](https://github.com/release-drafter/release-drafter/compare/v5.22.0...v5.23.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>


  Commit: 28016d75ba3d63101a419896b8ac76e8ec97cd9a
      
https://github.com/jenkinsci/analysis-model/commit/28016d75ba3d63101a419896b8ac76e8ec97cd9a
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-26 (Sun, 26 Feb 2023)

  Changed paths:
    M .github/workflows/run-release-drafter.yml

  Log Message:
  -----------
  Merge pull request #896 from 
jenkinsci/dependabot/github_actions/release-drafter/release-drafter-5.23.0

Bump release-drafter/release-drafter from 5.22.0 to 5.23.0


  Commit: b6ebbea7bc8df7655234d16120079fec93308ce9
      
https://github.com/jenkinsci/analysis-model/commit/b6ebbea7bc8df7655234d16120079fec93308ce9
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-26 (Sun, 26 Feb 2023)

  Changed paths:
    M .github/workflows/assign-pr.yml

  Log Message:
  -----------
  Merge pull request #893 from 
jenkinsci/dependabot/github_actions/kentaro-m/auto-assign-action-1.2.5

Bump kentaro-m/auto-assign-action from 1.2.4 to 1.2.5


  Commit: 020ff1c78fd3f212f17f1a1826690f63537d5f6b
      
https://github.com/jenkinsci/analysis-model/commit/020ff1c78fd3f212f17f1a1826690f63537d5f6b
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-26 (Sun, 26 Feb 2023)

  Changed paths:
    M .mvn/extensions.xml

  Log Message:
  -----------
  Merge pull request #891 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6

Bump git-changelist-maven-extension from 1.5 to 1.6


  Commit: 1d43781d92239a58bf84d1d32f4f037015b6d8be
      
https://github.com/jenkinsci/analysis-model/commit/1d43781d92239a58bf84d1d32f4f037015b6d8be
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-02-26 (Sun, 26 Feb 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #894 from jenkinsci/dependabot/maven/org.jsoup-jsoup-1.15.4

Bump jsoup from 1.15.3 to 1.15.4


  Commit: a7138d3f84baa4b72b61231299e9c54091749c89
      
https://github.com/jenkinsci/analysis-model/commit/a7138d3f84baa4b72b61231299e9c54091749c89
  Author: Ulli Hafner <[email protected]>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M .github/workflows/assign-pr.yml
    M .github/workflows/run-release-drafter.yml
    M .mvn/extensions.xml
    M SUPPORTED-FORMATS.md
    M pom.xml
    M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
    M src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonLogParserTest.java
    M src/test/java/edu/hm/hafner/analysis/parser/JsonParserTest.java
    M src/test/java/edu/hm/hafner/analysis/parser/XmlParserTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into java11

# Conflicts:
#       SUPPORTED-FORMATS.md


Compare: 
https://github.com/jenkinsci/analysis-model/compare/e1cd9a953d58...a7138d3f84ba

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/java11/e1cd9a-a7138d%40github.com.

Reply via email to