Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/warnings-plugin
  Commit: bb90b606f9d9d9671087c00c237e097d4346b54c
      
https://github.com/jenkinsci/warnings-plugin/commit/bb90b606f9d9d9671087c00c237e097d4346b54c
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M src/main/java/hudson/plugins/warnings/parser/WarningsFilter.java
    M src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.jelly
    M 
src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.properties
    M 
src/main/resources/hudson/plugins/warnings/WarningsPublisher/config_de.properties

  Log Message:
  -----------
  Added option to filter for categories and removed weird regex/wildcard 
mixture pattern


  Commit: 830e194e688253830fd733fb83549beec16b4ad3
      
https://github.com/jenkinsci/warnings-plugin/commit/830e194e688253830fd733fb83549beec16b4ad3
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/warnings/WarningsPublisher.java
    M src/test/java/hudson/plugins/warnings/parser/ParserRegistryTest.java

  Log Message:
  -----------
  Added the new needed arguments to Publisher and RegistryTest


  Commit: 3696285bc8d3d558816e73fc7ad7a34db493d64e
      
https://github.com/jenkinsci/warnings-plugin/commit/3696285bc8d3d558816e73fc7ad7a34db493d64e
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M src/test/java/hudson/plugins/warnings/parser/WarningsFilterTest.java

  Log Message:
  -----------
  Added test and fixed old.


  Commit: 7364f70f800d1dbd8cbe972646e081000ca1179c
      
https://github.com/jenkinsci/warnings-plugin/commit/7364f70f800d1dbd8cbe972646e081000ca1179c
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M src/test/java/hudson/plugins/warnings/parser/WarningsFilterTest.java

  Log Message:
  -----------
  Forgot to rename new test.


  Commit: eb452aca00ef16b03e92519651cafd8cad18bd93
      
https://github.com/jenkinsci/warnings-plugin/commit/eb452aca00ef16b03e92519651cafd8cad18bd93
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M src/main/java/hudson/plugins/warnings/parser/WarningsFilter.java
    M src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.jelly
    M src/test/java/hudson/plugins/warnings/parser/WarningsFilterTest.java

  Log Message:
  -----------
  Allowed comma separation for files again. Used the wrong warning attribute 
for matching.


  Commit: 600de81266bd7acb41f28aeddab3ffab78164228
      
https://github.com/jenkinsci/warnings-plugin/commit/600de81266bd7acb41f28aeddab3ffab78164228
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M 
src/main/resources/hudson/plugins/warnings/WarningsPublisher/config_de.properties

  Log Message:
  -----------
  Edited German description.


  Commit: 97ab4d2aacc27034a08df45cd2600e73336b4b8e
      
https://github.com/jenkinsci/warnings-plugin/commit/97ab4d2aacc27034a08df45cd2600e73336b4b8e
  Author: Julianus Pfeuffer <jpfeuf...@fu-berlin.de>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/warnings/GroovyParser.java
    M src/main/java/hudson/plugins/warnings/WarningsDescriptor.java
    M src/main/java/hudson/plugins/warnings/WarningsPublisher.java
    M src/main/java/hudson/plugins/warnings/parser/AbstractWarningsParser.java
    M src/main/java/hudson/plugins/warnings/parser/GroovyExpressionMatcher.java
    A src/main/java/hudson/plugins/warnings/parser/GroovyWhiteList.java
    M src/main/java/hudson/plugins/warnings/parser/JavacParser.java
    A src/main/java/hudson/plugins/warnings/parser/RFLintParser.java
    M src/main/java/hudson/plugins/warnings/parser/RegexpLineParser.java
    M src/main/java/hudson/plugins/warnings/parser/RegexpParser.java
    M src/main/java/hudson/plugins/warnings/parser/Warning.java
    M src/main/resources/hudson/plugins/warnings/Messages.properties
    M src/main/resources/hudson/plugins/warnings/Messages_de.properties
    M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
    M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
    A src/main/resources/hudson/plugins/warnings/parser/groovy.whitelist
    M src/test/java/hudson/plugins/warnings/GroovyParserTest.java
    M 
src/test/java/hudson/plugins/warnings/parser/DynamicDocumentParserTest.java
    M src/test/java/hudson/plugins/warnings/parser/DynamicParserTest.java
    A 
src/test/java/hudson/plugins/warnings/parser/GroovyExpressionMatcherTest.java
    M src/test/java/hudson/plugins/warnings/parser/JavacParserTest.java
    M 
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
    M src/test/java/hudson/plugins/warnings/parser/ParserRegistryTest.java
    A src/test/java/hudson/plugins/warnings/parser/RFLintParserTest.java
    A 
src/test/resources/hudson/plugins/warnings/parser/javac-parallel-pipeline.txt
    A src/test/resources/hudson/plugins/warnings/parser/rflint.txt
    M warnings.iml

  Log Message:
  -----------
  Adapted version to match master


  Commit: d7202e3035d3c7ec92c8d7af9eca5ad621a2abe2
      
https://github.com/jenkinsci/warnings-plugin/commit/d7202e3035d3c7ec92c8d7af9eca5ad621a2abe2
  Author: Ulli Hafner <ullrich.haf...@gmail.com>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/warnings/WarningsPublisher.java
    M src/main/java/hudson/plugins/warnings/parser/WarningsFilter.java
    M src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.jelly
    M 
src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.properties
    M 
src/main/resources/hudson/plugins/warnings/WarningsPublisher/config_de.properties
    M src/test/java/hudson/plugins/warnings/parser/ParserRegistryTest.java
    M src/test/java/hudson/plugins/warnings/parser/WarningsFilterTest.java

  Log Message:
  -----------
  Merge pull request #93 from jpfeuffer/feature/categoryFiltering

Added filtering of warnings by category.


Compare: 
https://github.com/jenkinsci/warnings-plugin/compare/54e26b4afb8f...d7202e3035d3

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to