Branch: refs/heads/master
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: 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
Compare:
https://github.com/jenkinsci/analysis-model/compare/13e438622940...da49c7fd0a97
--
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/master/13e438-da49c7%40github.com.