Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 79110dc1a7513f5d51648003cc3a2b003a026e52
      
https://github.com/jenkinsci/jacoco-plugin/commit/79110dc1a7513f5d51648003cc3a2b003a026e52
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M .gitignore
    A resources/test/simple.png
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    A src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java
    A src/test/java/hudson/plugins/jacoco/model/TestCoverageObject.java

  Log Message:
  -----------
  JENKINS-16580: extract graph creation, add test helpers and create initial 
test


  Commit: d0c561c1541b1af6e7c1e4e9462511b5fdefef3d
      
https://github.com/jenkinsci/jacoco-plugin/commit/d0c561c1541b1af6e7c1e4e9462511b5fdefef3d
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java
    M src/test/java/hudson/plugins/jacoco/model/TestCoverageObject.java

  Log Message:
  -----------
  JENKINS-16580: add test method for manually writing the graph to disk


  Commit: 0ba094cfd50197e9ecfff1aea3c4365dd29429d4
      
https://github.com/jenkinsci/jacoco-plugin/commit/0ba094cfd50197e9ecfff1aea3c4365dd29429d4
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    A resources/test/Font Monkey License.txt
    A resources/test/belligerent.ttf
    M resources/test/simple.png
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: make test system independent


  Commit: 0b7dabc76f12284befbaa2eb2c39cfc51cb2772e
      
https://github.com/jenkinsci/jacoco-plugin/commit/0b7dabc76f12284befbaa2eb2c39cfc51cb2772e
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    A src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: extract coverage graph layout


  Commit: 61ed90228b4bcb147972fe043527a122e3efe157
      
https://github.com/jenkinsci/jacoco-plugin/commit/61ed90228b4bcb147972fe043527a122e3efe157
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    A resources/test/baseStroke.png
    M src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: add baseStroke to layout


  Commit: 54f593ca88644a81c26540c312aee622470befcd
      
https://github.com/jenkinsci/jacoco-plugin/commit/54f593ca88644a81c26540c312aee622470befcd
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/main/resources/hudson/plugins/jacoco/Messages.properties
    M src/main/resources/hudson/plugins/jacoco/Messages_de.properties

  Log Message:
  -----------
  JENKINS-16580: prepare method for all combination of coverage information


  Commit: ad11847acec09820b314eb5648d63ef4073a5ce4
      
https://github.com/jenkinsci/jacoco-plugin/commit/ad11847acec09820b314eb5648d63ef4073a5ce4
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    A resources/test/multiple.png
    M src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: allow different coverage types and multiple axis (key commit!!)

Conflicts:
        src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java


  Commit: af467da7c75b6d9312b913226d75af53067fc8da
      
https://github.com/jenkinsci/jacoco-plugin/commit/af467da7c75b6d9312b913226d75af53067fc8da
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M resources/test/multiple.png
    M src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: add plot color


  Commit: 0b8c9e3e8f3ef31e6f6a60d56195391540aa38e7
      
https://github.com/jenkinsci/jacoco-plugin/commit/0b8c9e3e8f3ef31e6f6a60d56195391540aa38e7
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    A resources/test/skipzero.png
    M src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: ignore empty coverage value


  Commit: d4d8c974de9dc703b65899584a2e0ec32d433435
      
https://github.com/jenkinsci/jacoco-plugin/commit/d4d8c974de9dc703b65899584a2e0ec32d433435
  Author: Martin Heinzerling <webmas...@mheinzerling.de>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    A resources/test/crop100.png
    A resources/test/crop5.png
    M src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java

  Log Message:
  -----------
  JENKINS-16580: crop plots to fit screen with extra margin


  Commit: 04bdfe97fdd9b0b3df523198d5b3d7400ce04923
      
https://github.com/jenkinsci/jacoco-plugin/commit/04bdfe97fdd9b0b3df523198d5b3d7400ce04923
  Author: Dominik Stadler <dominik.stad...@gmx.at>
  Date:   2016-05-30 (Mon, 30 May 2016)

  Changed paths:
    M .gitignore
    A resources/test/Font Monkey License.txt
    A resources/test/baseStroke.png
    A resources/test/belligerent.ttf
    A resources/test/crop100.png
    A resources/test/crop5.png
    A resources/test/multiple.png
    A resources/test/simple.png
    A resources/test/skipzero.png
    A src/main/java/hudson/plugins/jacoco/model/CoverageGraphLayout.java
    M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
    M src/main/resources/hudson/plugins/jacoco/Messages.properties
    M src/main/resources/hudson/plugins/jacoco/Messages_de.properties
    A src/test/java/hudson/plugins/jacoco/model/CoverageObjectGraphTest.java
    A src/test/java/hudson/plugins/jacoco/model/TestCoverageObject.java

  Log Message:
  -----------
  Merge pull request #50 from mheinzerling/JENKINS-16580

JENKINS-16580: Prepare a way to add different charts for the coverage reports.


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/29bcd67f6d73...04bdfe97fdd9

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