Branch: refs/heads/master
Home: https://github.com/jenkinsci/log-parser-plugin
Commit: 7847264fcf1605a4f1405ec8f7d53969d9430772
https://github.com/jenkinsci/log-parser-plugin/commit/7847264fcf1605a4f1405ec8f7d53969d9430772
Author: recena <[email protected]>
Date: 2015-09-27 (Sun, 27 Sep 2015)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/logparser/LogParserAction.java
M src/main/java/hudson/plugins/logparser/LogParserParser.java
M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
M src/main/java/hudson/plugins/logparser/LogParserStatusComputer.java
M src/main/java/hudson/plugins/logparser/LogParserUtils.java
Log Message:
-----------
[JENKINS-27208] Initial source code modifications
Commit: 21247507ca6ddb85516272087d293cc6b7e7faf8
https://github.com/jenkinsci/log-parser-plugin/commit/21247507ca6ddb85516272087d293cc6b7e7faf8
Author: recena <[email protected]>
Date: 2015-09-27 (Sun, 27 Sep 2015)
Changed paths:
M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
Log Message:
-----------
[JENKINS-27208] DataBoundConstructor, DataBoundSetter
Commit: e59455cd109db00d8a6b4b3174b2ec3a77e86b9f
https://github.com/jenkinsci/log-parser-plugin/commit/e59455cd109db00d8a6b4b3174b2ec3a77e86b9f
Author: recena <[email protected]>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
M
src/main/resources/hudson/plugins/logparser/LogParserPublisher/config.jelly
Log Message:
-----------
[JENKINS-27208] Removed obsolete way to work
Commit: cc2c42ebcfa4b2bc9f5280b63a723803aec8b7dc
https://github.com/jenkinsci/log-parser-plugin/commit/cc2c42ebcfa4b2bc9f5280b63a723803aec8b7dc
Author: recena <[email protected]>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M src/main/java/hudson/plugins/logparser/LogParserParser.java
M src/main/java/hudson/plugins/logparser/LogParserUtils.java
Log Message:
-----------
[JENKINS-27208] InterruptedException is catched and relaunched as IOException
Commit: 9f8e6b8c7cd494e0646455427fc9bbb6849e825e
https://github.com/jenkinsci/log-parser-plugin/commit/9f8e6b8c7cd494e0646455427fc9bbb6849e825e
Author: recena <[email protected]>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[JENKINS-27208] Updated Workflow dependency
Commit: 95a68a050a5a3f7df392c0c98eea3edbe854c316
https://github.com/jenkinsci/log-parser-plugin/commit/95a68a050a5a3f7df392c0c98eea3edbe854c316
Author: Manuel Recena <[email protected]>
Date: 2015-09-30 (Wed, 30 Sep 2015)
Changed paths:
M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
A src/test/java/org/jenkinsci/plugins/logparser/LogParserWorkflowTest.java
A src/test/resources/org/jenkinsci/plugins/logparser/maven-project1.zip
Log Message:
-----------
[JENKINS-27208] Added a test specific for workflow compatibility
Commit: 87922996bfb1d7474bb4c1c5ac6e93ef46399855
https://github.com/jenkinsci/log-parser-plugin/commit/87922996bfb1d7474bb4c1c5ac6e93ef46399855
Author: recena <[email protected]>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/logparser/LogParserWorkflowTest.java
Log Message:
-----------
[JENKINS-27208] @amuniz's comments were addressed
Commit: ebeb53e35ccf882d0761198992b24443c0bb0753
https://github.com/jenkinsci/log-parser-plugin/commit/ebeb53e35ccf882d0761198992b24443c0bb0753
Author: Manuel Recena <[email protected]>
Date: 2015-10-03 (Sat, 03 Oct 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[JENKINS-27208] Wrong indent
Commit: b1a2956236c38edc5e4b4ec8c02dddaad2f0d35e
https://github.com/jenkinsci/log-parser-plugin/commit/b1a2956236c38edc5e4b4ec8c02dddaad2f0d35e
Author: Manuel Recena <[email protected]>
Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths:
M src/main/java/hudson/plugins/logparser/LogParserParser.java
Log Message:
-----------
[JENKINS-27208] Removed an unnecessary method
Commit: 4fcb6fb40efcb7694d4b4944b1941005cb863611
https://github.com/jenkinsci/log-parser-plugin/commit/4fcb6fb40efcb7694d4b4944b1941005cb863611
Author: Manuel Recena <[email protected]>
Date: 2015-10-06 (Tue, 06 Oct 2015)
Changed paths:
M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
Log Message:
-----------
[JENKINS-27208] A variable has been renamed to reduce the changes (diff)
Commit: 7cce02101fab53f4ba7ce25c03c4a170f475e8ee
https://github.com/jenkinsci/log-parser-plugin/commit/7cce02101fab53f4ba7ce25c03c4a170f475e8ee
Author: Manuel Recena <[email protected]>
Date: 2015-10-13 (Tue, 13 Oct 2015)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/logparser/LogParserAction.java
M src/main/java/hudson/plugins/logparser/LogParserParser.java
M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
M src/main/java/hudson/plugins/logparser/LogParserStatusComputer.java
M src/main/java/hudson/plugins/logparser/LogParserUtils.java
M
src/main/resources/hudson/plugins/logparser/LogParserPublisher/config.jelly
A src/test/java/org/jenkinsci/plugins/logparser/LogParserWorkflowTest.java
A src/test/resources/org/jenkinsci/plugins/logparser/maven-project1.zip
Log Message:
-----------
Merge pull request #10 from recena/JENKINS-27208
[JENKINS-27208] Compatible with Workflow
Compare:
https://github.com/jenkinsci/log-parser-plugin/compare/398c0efd775d...7cce02101fab
--
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.