Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-parser-plugin
  Commit: 0089ffe5005763c64297869fff01503b57d7bc22
      
https://github.com/jenkinsci/log-parser-plugin/commit/0089ffe5005763c64297869fff01503b57d7bc22
  Author: Andrew C. Martin <andrewcmar...@msn.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    A README.md

  Log Message:
  -----------
   - use jenkins' status images rather than hosting our own.  this allows the 
log-parser-plugin to show the build status indicators consistent with the rest 
of jenkins.  Meaning: if green-balls-plugin or glowing-balls-plugin (for 
instance) is used to modify the build status indicators, log-parser-plugin will 
show the same status indicators.
 - doesn't delete the static images in this plugin so that older builds still 
link to a valid image.
 - clean up numerous w3c validation errors
 - fix a couple comment typos
 - add description and upgrade version and groupId in pom.xml
 - add README.md


  Commit: 7d868cd862519bd4501fd38619c338f072e0002c
      
https://github.com/jenkinsci/log-parser-plugin/commit/7d868cd862519bd4501fd38619c338f072e0002c
  Author: Andrew C. Martin <andrewcmar...@msn.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M src/main/java/hudson/plugins/logparser/LogParserConsts.java
    M src/main/java/hudson/plugins/logparser/LogParserParser.java
    M src/main/java/hudson/plugins/logparser/LogParserWriter.java

  Log Message:
  -----------
  use jenkins' build status images

this allows the log-parser-plugin to show the build status indicators 
consistent with the rest of jenkins.  Meaning: if green-balls-plugin or 
glowing-balls-plugin (for instance) is used to modify the build status 
indicators, log-parser-plugin will show the same status indicators.

also:
 - doesn't delete the static images in this plugin so that older builds still 
link to a valid image.
 - clean up numerous w3c validation errors
 - fix a couple comment typos
 - add description and upgrade version and groupId in pom.xml
 - add README.md


  Commit: fb8cb5902319c9c7ce6eb78907904d072125906b
      
https://github.com/jenkinsci/log-parser-plugin/commit/fb8cb5902319c9c7ce6eb78907904d072125906b
  Author: Andrew C. Martin <andrewcmar...@msn.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M .gitignore
    M pom.xml
    M src/main/java/hudson/plugins/logparser/CompiledPatterns.java
    M src/main/java/hudson/plugins/logparser/LogParserAction.java
    M src/main/java/hudson/plugins/logparser/LogParserBuildStep.java
    M src/main/java/hudson/plugins/logparser/LogParserConsts.java
    M src/main/java/hudson/plugins/logparser/LogParserDisplayConsts.java
    M src/main/java/hudson/plugins/logparser/LogParserLogPart.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/LogParserReader.java
    M src/main/java/hudson/plugins/logparser/LogParserResult.java
    M src/main/java/hudson/plugins/logparser/LogParserStatusComputer.java
    M src/main/java/hudson/plugins/logparser/LogParserThread.java
    M src/main/java/hudson/plugins/logparser/LogParserUtils.java
    M src/main/java/hudson/plugins/logparser/LogParserWriter.java
    M src/main/java/hudson/plugins/logparser/ParserRuleFile.java
    A src/main/java/hudson/plugins/logparser/PluginImpl.java
    R src/main/java/hudson/plugins/logparser/PluginImpl.java
    M src/main/java/hudson/plugins/logparser/ReadWriteTextFile.java

  Log Message:
  -----------
  source code formatting

remove tabs, which were used inconsistently
remove LFs & trailing whitespace
format pom.xml
add a few options to .gitignore
run through eclipse source formatter


  Commit: d53134f68304fab0ba60fd258ebd51bcacd5a4d5
      
https://github.com/jenkinsci/log-parser-plugin/commit/d53134f68304fab0ba60fd258ebd51bcacd5a4d5
  Author: Andrew C. Martin <andrewcmar...@msn.com>
  Date:   2013-01-21 (Mon, 21 Jan 2013)

  Changed paths:
    M src/main/java/hudson/plugins/logparser/LogParserPublisher.java
    M src/main/java/hudson/plugins/logparser/LogParserWriter.java

  Log Message:
  -----------
  fix config change parsing exception

fixes issue with fb8cb5902319c9c7ce6eb78907904d072125906b where the following 
exception would be thrown anytime one attempts to configure a project's parsing:

net.sf.json.JSONException: JSONObject["parsingRulesPath"] not found.


  Commit: 4ff92e17420d40aa504f74188adba0cd22e9619e
      
https://github.com/jenkinsci/log-parser-plugin/commit/4ff92e17420d40aa504f74188adba0cd22e9619e
  Author: Andrew C. Martin <andrewcmar...@msn.com>
  Date:   2013-01-23 (Wed, 23 Jan 2013)

  Changed paths:
    M .gitignore
    M src/main/java/hudson/plugins/logparser/LogParserAction.java
    M src/main/java/hudson/plugins/logparser/LogParserBuildStep.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/LogParserResult.java
    M src/main/java/hudson/plugins/logparser/LogParserStatusComputer.java
    M src/main/java/hudson/plugins/logparser/LogParserThread.java
    M src/main/java/hudson/plugins/logparser/LogParserUtils.java
    M src/main/java/hudson/plugins/logparser/LogParserWriter.java
    M src/main/java/hudson/plugins/logparser/ReadWriteTextFile.java
    M src/main/java/hudson/plugins/logparser/action/LogParserProjectAction.java
    M src/main/resources/hudson/plugins/logparser/LogParserAction/index.jelly
    M src/main/resources/hudson/plugins/logparser/LogParserAction/summary.jelly
    M 
src/main/resources/hudson/plugins/logparser/LogParserPublisher/config.jelly
    M 
src/main/resources/hudson/plugins/logparser/LogParserPublisher/global.jelly
    M 
src/main/resources/hudson/plugins/logparser/action/LogParserProjectAction/floatingBox.jelly
    M src/main/webapp/global_config_help.html
    M src/main/webapp/global_legacy_formatting.html
    M src/main/webapp/help.html
    M src/main/webapp/parser_graphs.html

  Log Message:
  -----------
  clean up eclipse warnings, fix JSONException

 - fix to ensure that the administrator picks at least one option: project or 
global rules for parsing, preventing exception
 - fix FindBugs issue found with LogParserUtils::compilePatterns()
 - close BufferedReader in LogParserParser.java
 - remove unused variables, organize imports
 - remove tabs from html files & run jelly files through "xmllint --format"


  Commit: 85cbd546ebe86d73b2789dd2ea32cc7a565d46b6
      
https://github.com/jenkinsci/log-parser-plugin/commit/85cbd546ebe86d73b2789dd2ea32cc7a565d46b6
  Author: jborghi <jbor...@cisco.com>
  Date:   2013-01-24 (Thu, 24 Jan 2013)

  Changed paths:
    M .gitignore
    A README.md
    M pom.xml
    M src/main/java/hudson/plugins/logparser/CompiledPatterns.java
    M src/main/java/hudson/plugins/logparser/LogParserAction.java
    M src/main/java/hudson/plugins/logparser/LogParserBuildStep.java
    M src/main/java/hudson/plugins/logparser/LogParserConsts.java
    M src/main/java/hudson/plugins/logparser/LogParserDisplayConsts.java
    M src/main/java/hudson/plugins/logparser/LogParserLogPart.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/LogParserReader.java
    M src/main/java/hudson/plugins/logparser/LogParserResult.java
    M src/main/java/hudson/plugins/logparser/LogParserStatusComputer.java
    M src/main/java/hudson/plugins/logparser/LogParserThread.java
    M src/main/java/hudson/plugins/logparser/LogParserUtils.java
    M src/main/java/hudson/plugins/logparser/LogParserWriter.java
    M src/main/java/hudson/plugins/logparser/ParserRuleFile.java
    R src/main/java/hudson/plugins/logparser/PluginImpl.java
    A src/main/java/hudson/plugins/logparser/PluginImpl.java
    M src/main/java/hudson/plugins/logparser/ReadWriteTextFile.java
    M src/main/java/hudson/plugins/logparser/action/LogParserProjectAction.java
    M src/main/resources/hudson/plugins/logparser/LogParserAction/index.jelly
    M src/main/resources/hudson/plugins/logparser/LogParserAction/summary.jelly
    M 
src/main/resources/hudson/plugins/logparser/LogParserPublisher/config.jelly
    M 
src/main/resources/hudson/plugins/logparser/LogParserPublisher/global.jelly
    M 
src/main/resources/hudson/plugins/logparser/action/LogParserProjectAction/floatingBox.jelly
    M src/main/webapp/global_config_help.html
    M src/main/webapp/global_legacy_formatting.html
    M src/main/webapp/help.html
    M src/main/webapp/parser_graphs.html

  Log Message:
  -----------
  Merge pull request #5 from acmyo/master

fix JSONExceptions, use build status balls from jenkins


Compare: 
https://github.com/jenkinsci/log-parser-plugin/compare/4e529a700753...85cbd546ebe8

Reply via email to