Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/log-parser-plugin
  Commit: 6b4b6e6c95a7da4eaf49d6fe4be937da95ffc11b
      
https://github.com/jenkinsci/log-parser-plugin/commit/6b4b6e6c95a7da4eaf49d6fe4be937da95ffc11b
  Author: Steve Hill <[email protected]>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    A src/main/java/hudson/plugins/logparser/ClassicParsingStrategy.java
    A src/main/java/hudson/plugins/logparser/LineToStatus.java
    M src/main/java/hudson/plugins/logparser/LogParserStatusComputer.java
    M src/main/java/hudson/plugins/logparser/LogParserThread.java
    A src/main/java/hudson/plugins/logparser/ParsingInput.java
    A src/main/java/hudson/plugins/logparser/ParsingRulePattern.java
    A src/main/java/hudson/plugins/logparser/ParsingStrategy.java
    A src/main/java/hudson/plugins/logparser/ParsingStrategyLocator.java
    A src/main/java/hudson/plugins/logparser/StreamParsingStrategy.java
    A src/test/java/hudson/plugins/logparser/LineToStatusTest.java
    A src/test/java/hudson/plugins/logparser/ParsingStrategyLocatorTest.java

  Log Message:
  -----------
  feat: Introduce `StreamParsingStrategy` to support builds with large logs 
(#40)

* Extract LineToStatus function from LogParserThread

* Extract ParsingStrategy

* Introduce StreamParsingStrategy

This strategy does not allocate an executor service or split/aggregate for 
processing

* Add javadoc to new classes

* Add LineToStatusTest to document current behavior

* Do not send back unmatched lines


-- 
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/log-parser-plugin/push/refs/heads/develop/13c40c-6b4b6e%40github.com.

Reply via email to