Branch: refs/heads/JENKINS-20924
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 0491b7e6e95c31deca30b4905a929f8ae02e22d7
      
https://github.com/jenkinsci/tap-plugin/commit/0491b7e6e95c31deca30b4905a929f8ae02e22d7
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M pom.xml
    M src/main/java/org/tap4j/plugin/TapParser.java
    M src/test/java/org/tap4j/plugin/issue16647/TestIssue16647.java

  Log Message:
  -----------
  [FIXED JENKINS-20924] Make plans optional in TAP via a configuration


  Commit: 6793d6f244fd5920b39f340b99cceb29c64a8ba2
      
https://github.com/jenkinsci/tap-plugin/commit/6793d6f244fd5920b39f340b99cceb29c64a8ba2
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release tap-1.17


  Commit: 51b38f1b6037cb5953ab562125eb2354b157c5fd
      
https://github.com/jenkinsci/tap-plugin/commit/51b38f1b6037cb5953ab562125eb2354b157c5fd
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: dd617ef34ffb1d0e4b4699a4c15fa1592782898b
      
https://github.com/jenkinsci/tap-plugin/commit/dd617ef34ffb1d0e4b4699a4c15fa1592782898b
  Author: Andy Campbell <ranford.b.cran...@gmail.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M src/main/java/org/tap4j/plugin/util/DiagnosticUtil.java

  Log Message:
  -----------
  Adding the <pre> tags around the displayed values so that the formatting of 
the text is preserved.

This allows, for example, values that contain newlines to be displayed
appropriately in the html.


  Commit: ef36019b3e2d052516eff9d89adc758feb07e4fb
      
https://github.com/jenkinsci/tap-plugin/commit/ef36019b3e2d052516eff9d89adc758feb07e4fb
  Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M src/main/java/org/tap4j/plugin/util/DiagnosticUtil.java

  Log Message:
  -----------
  Merge pull request #3 from ranford/master

Adding the <pre> tags around the displayed values so that the formatting of the 
text is preserved.


  Commit: e3e8bc774c80f2c9c6cfb80196bcaca726da9404
      
https://github.com/jenkinsci/tap-plugin/commit/e3e8bc774c80f2c9c6cfb80196bcaca726da9404
  Author: Jakub Trmota <ja...@trmota.cz>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  fix build error (The POM for org.tap4j:tap4j:jar:4.0.7 is missing, no 
dependency information available)


  Commit: b39f577d8d9738da4ae0335f3bdb2c688a0415c2
      
https://github.com/jenkinsci/tap-plugin/commit/b39f577d8d9738da4ae0335f3bdb2c688a0415c2
  Author: Jakub Trmota <ja...@trmota.cz>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M src/main/java/org/tap4j/plugin/TapResult.java

  Log Message:
  -----------
  download attachment fix


  Commit: 182a1263539fe6cd9e529480beb4b055014ecc55
      
https://github.com/jenkinsci/tap-plugin/commit/182a1263539fe6cd9e529480beb4b055014ecc55
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M src/main/java/org/tap4j/plugin/TapResult.java

  Log Message:
  -----------
  [FIXED JENKINS-22036] NPE in the graph when there is no test plan


  Commit: c6f236c899334a8b450e3d97e44dc893463fb786
      
https://github.com/jenkinsci/tap-plugin/commit/c6f236c899334a8b450e3d97e44dc893463fb786
  Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M pom.xml
    M src/main/java/org/tap4j/plugin/TapResult.java

  Log Message:
  -----------
  Merge pull request #4 from forrest79/download-attachment-fix

fix download attachment


  Commit: 9e60ea571d359a0c445a33f791e62ca6c5f87479
      
https://github.com/jenkinsci/tap-plugin/commit/9e60ea571d359a0c445a33f791e62ca6c5f87479
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M src/main/java/org/tap4j/plugin/TapParser.java
    M src/main/java/org/tap4j/plugin/TapPublisher.java
    M src/main/java/org/tap4j/plugin/TapResult.java
    M src/main/java/org/tap4j/plugin/model/TapStreamResult.java
    M src/main/java/org/tap4j/plugin/model/TapTestResultResult.java
    M src/test/java/org/tap4j/plugin/issue16964/TestIssue16964.java

  Log Message:
  -----------
  [JENKINS-17960] Indicate if tests don't go to plan


  Commit: a158d1dfd7e126d7589563d99253ef9e1f39583c
      
https://github.com/jenkinsci/tap-plugin/commit/a158d1dfd7e126d7589563d99253ef9e1f39583c
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release tap-1.18-alpha


  Commit: 2d7bf00eccdf544ebad3208d5bb2e5f38310fb57
      
https://github.com/jenkinsci/tap-plugin/commit/2d7bf00eccdf544ebad3208d5bb2e5f38310fb57
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: ffcbf6f33fbd6bd128ae8eca46018248d42c6183
      
https://github.com/jenkinsci/tap-plugin/commit/ffcbf6f33fbd6bd128ae8eca46018248d42c6183
  Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/main/java/org/tap4j/plugin/TapParser.java
    M src/main/java/org/tap4j/plugin/TapPublisher.java
    M src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly
    M src/test/java/org/tap4j/plugin/issue16647/TestIssue16647.java
    M src/test/java/org/tap4j/plugin/issue16964/TestIssue16964.java

  Log Message:
  -----------
  [FIXED JENKINS-22047] Add option to reduce noise in logs


Compare: 
https://github.com/jenkinsci/tap-plugin/compare/c890b89c2b8f...ffcbf6f33fbd

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