Branch: refs/heads/master
Home: https://github.com/jenkinsci/warnings-plugin
Commit: 613541829253bde566f330512ed55105dd0c5183
https://github.com/jenkinsci/warnings-plugin/commit/613541829253bde566f330512ed55105dd0c5183
Author: Benedikt Spranger <[email protected]>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
A src/main/java/hudson/plugins/warnings/parser/RTTestsParser.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
A src/test/java/hudson/plugins/warnings/parser/RTTestsParserTest.java
A src/test/resources/hudson/plugins/warnings/parser/cyclictest.log
Log Message:
-----------
Add RT-Tests error parser
Add a parser for RT-Tests output. The parser recognize WARN(ING) and FATAL
output. The Output is categorized in priority normal for WARN and high
for FATAL messages.
For now only cyclictest is tested well. The other tests like cyclicdeadline,
pip_stress, pi_stress, etc. may behave unexpected.
Signed-off-by: Benedikt Spranger <[email protected]>
Reviewed-by: Holger Dengler <[email protected]>
Commit: cc93ce47ab3cb2a7971f033f5c84a5c18dde9e97
https://github.com/jenkinsci/warnings-plugin/commit/cc93ce47ab3cb2a7971f033f5c84a5c18dde9e97
Author: Benedikt Spranger <[email protected]>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/RTTestsParser.java
M src/test/java/hudson/plugins/warnings/parser/RTTestsParserTest.java
Log Message:
-----------
Codingstyle fixes
Due to misconfigured indentation settings the code was misaligned.
Perform a TAB equals 8 spaces rework. While at it, change some
copy'n'paste relicts in comments. No functional change at all.
Signed-off-by: Benedikt Spranger <[email protected]>
Commit: bc76f8f9e7ea057ad60940f403a114b3dd227a80
https://github.com/jenkinsci/warnings-plugin/commit/bc76f8f9e7ea057ad60940f403a114b3dd227a80
Author: Benedikt Spranger <[email protected]>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/RTTestsParser.java
Log Message:
-----------
Avoid string match pre filtering
To avoid complex and slow regex handling RegexpLineParser() can pre filter
matching lines by setting isStringMatchActivated and override
isLineInteresting().
Avoid pre filtering due to the very simple regex matching RTTests errors
and warnings.
Signed-off-by: Benedikt Spranger <[email protected]>
Commit: f181d416bfd41677d69cb65dd6a342932a3edf6d
https://github.com/jenkinsci/warnings-plugin/commit/f181d416bfd41677d69cb65dd6a342932a3edf6d
Author: Benedikt Spranger <[email protected]>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/RTTestsParser.java
Log Message:
-----------
Avoid null pointer dereferences
String matching may return null pointers in case no valid string is
found. Use null pointer prove functions for string handling and
add a check to avoid null pointer dereferences.
Signed-off-by: Benedikt Spranger <[email protected]>
Commit: 3a3bdb6df3517554edb86ece4f2c1914451f55ed
https://github.com/jenkinsci/warnings-plugin/commit/3a3bdb6df3517554edb86ece4f2c1914451f55ed
Author: Benedikt Spranger <[email protected]>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
M src/test/java/hudson/plugins/warnings/parser/RTTestsParserTest.java
Log Message:
-----------
RTTests parser: move Author line to class comment
Move the author annotation from constructor comment to class comment.
Signed-off-by: Benedikt Spranger <[email protected]>
Commit: 0b5405cfb60f3f78cfb321f56a65ccb71310f1b5
https://github.com/jenkinsci/warnings-plugin/commit/0b5405cfb60f3f78cfb321f56a65ccb71310f1b5
Author: Ulli Hafner <[email protected]>
Date: 2018-01-02 (Tue, 02 Jan 2018)
Changed paths:
A src/main/java/hudson/plugins/warnings/parser/RTTestsParser.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
A src/test/java/hudson/plugins/warnings/parser/RTTestsParserTest.java
A src/test/resources/hudson/plugins/warnings/parser/cyclictest.log
Log Message:
-----------
Merge pull request #94 from ci-rt/RTTests
parsers: Implement a RT-Tests parser
Compare:
https://github.com/jenkinsci/warnings-plugin/compare/1df0bf5e337b...0b5405cfb60f
--
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].
For more options, visit https://groups.google.com/d/optout.