Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/warnings-plugin
  Commit: af2fa14b97f1ae14f184a350a94870ba95163db3
      
https://github.com/jenkinsci/warnings-plugin/commit/af2fa14b97f1ae14f184a350a94870ba95163db3
  Author: charleswhchan <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    A src/main/java/hudson/plugins/warnings/parser/PREfastParser.java

  Log Message:
  -----------
  CC - Initial copy, template based on PuppetLintParser.java


  Commit: 3546ade66cda0186fb648494072c5535aa1ca51e
      
https://github.com/jenkinsci/warnings-plugin/commit/3546ade66cda0186fb648494072c5535aa1ca51e
  Author: charleswhchan <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    A src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java

  Log Message:
  -----------
  CC - Initial copy, template based on PuppetLintParserTest.java


  Commit: 3dbd08faf54aa4a5db3693645d1774fb1951d809
      
https://github.com/jenkinsci/warnings-plugin/commit/3dbd08faf54aa4a5db3693645d1774fb1951d809
  Author: charleswhchan <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/main/resources/hudson/plugins/warnings/parser/Messages.properties

  Log Message:
  -----------
  CC - Add PREfast strings.


  Commit: 4822a00bacad339f47addc1a4621414392defdb9
      
https://github.com/jenkinsci/warnings-plugin/commit/4822a00bacad339f47addc1a4621414392defdb9
  Author: charleswhchan <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    A src/test/resources/hudson/plugins/warnings/parser/PREfast.xml

  Log Message:
  -----------
  CC - Check in sample PREfast.xml file used for unit testing.


  Commit: d1e25e51c67f2830ecdffbf875001377a5613ee7
      
https://github.com/jenkinsci/warnings-plugin/commit/d1e25e51c67f2830ecdffbf875001377a5613ee7
  Author: charleswhchan <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/warnings/parser/PREfastParser.java
    M src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java

  Log Message:
  -----------
  CC - PREfast parser for warnings plugin, modelled after PuppetLint
parser.


  Commit: 9201c6e989eb371eb8224b81d0d4bdae6f05dd63
      
https://github.com/jenkinsci/warnings-plugin/commit/9201c6e989eb371eb8224b81d0d4bdae6f05dd63
  Author: charleswhchan <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/warnings/parser/PREfastParser.java
    M src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java

  Log Message:
  -----------
  CC - Update regexp to account for the "_seq" number.


  Commit: e0c2c1d6b8191b7a03888164cde7858020ea2f97
      
https://github.com/jenkinsci/warnings-plugin/commit/e0c2c1d6b8191b7a03888164cde7858020ea2f97
  Author: charleswhchan <admin@ACERASPIRE5050.(none)>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    A src/main/java/hudson/plugins/warnings/parser/PREfastParser.java
    R src/main/java/hudson/plugins/warnings/parser/PREfastParser.java
    R src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java
    A src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java
    A src/test/resources/hudson/plugins/warnings/parser/PREfast.xml
    R src/test/resources/hudson/plugins/warnings/parser/PREfast.xml

  Log Message:
  -----------
  CC - Minor update.


  Commit: 350920ff998465de7adf6eab22a01980eea1eeaf
      
https://github.com/jenkinsci/warnings-plugin/commit/350920ff998465de7adf6eab22a01980eea1eeaf
  Author: charleswhchan <admin@ACERASPIRE5050.(none)>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M 
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
    M src/test/resources/hudson/plugins/warnings/parser/PREfast.xml

  Log Message:
  -----------
  CC - Increment the number of parsers.


  Commit: 1d9bf2f6c1efa8f562b3ff6570f54c50b5dc0217
      
https://github.com/jenkinsci/warnings-plugin/commit/1d9bf2f6c1efa8f562b3ff6570f54c50b5dc0217
  Author: charleswhchan <admin@ACERASPIRE5050.(none)>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/warnings/parser/PREfastParser.java
    M src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java

  Log Message:
  -----------
  CC - Fix review feedback.


  Commit: f38fd18af7921c07f813b3ca4c88221f17b5c74c
      
https://github.com/jenkinsci/warnings-plugin/commit/f38fd18af7921c07f813b3ca4c88221f17b5c74c
  Author: Ulli Hafner <[email protected]>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    A src/main/java/hudson/plugins/warnings/parser/PREfastParser.java
    M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
    A src/test/java/hudson/plugins/warnings/parser/PREfastParserTest.java
    M 
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
    A src/test/resources/hudson/plugins/warnings/parser/PREfast.xml

  Log Message:
  -----------
  Merge pull request #36 from charleswhchan/master

Added parser for PREfast (Visual Studio).


Compare: 
https://github.com/jenkinsci/warnings-plugin/compare/a65645854ac2...f38fd18af792

-- 
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.

Reply via email to