[jenkinsci/code-coverage-api-plugin] 0889bf: Add serialVersionUID to CoverageElement

2019-04-27 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 0889bf4c213ff3b3ed7bff62b37359c90eda0f5e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/0889bf4c213ff3b3ed7bff62b37359c90eda0f5e
  Author: Shenyu Zheng 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageElement.java

  Log Message:
  ---
  Add serialVersionUID to CoverageElement

The auto-generated serialVersionUID is '6722992955158201174L' in old versions,
So I add it to CoverageElement.
It may causes backfowards issuse in different platform, but it cannot be fixed 
easily.
CoverageElement(s) are stored in TreeMap, TreeMap will deserialize object
by calling ObjectInputStream `readObject` method directly. It will throw 
exception when
there are different serialVersionUID between serialized class and current class.
I cannot change this behaviour easily :(


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


[jenkinsci/code-coverage-api-plugin] f9571f: Speed up copying source files

2019-04-27 Thread Shenyu Zheng
  Branch: refs/heads/feat/multi-thread
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f9571f96db20715c51c8f71ca4182d49faf5efb5
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f9571f96db20715c51c8f71ca4182d49faf5efb5
  Author: Shenyu Zheng 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Speed up copying source files

Use 'FixedThreadPool' to create five thread to copy files.

See: https://github.com/jenkinsci/code-coverage-api-plugin/issues/77


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


[jenkinsci/code-coverage-api-plugin] 277bc2: Use CompatibleObjectInputStream to read serialized...

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 277bc2e54095cb910de8d66b9a1b3c037bf5157d
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/277bc2e54095cb910de8d66b9a1b3c037bf5157d
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
A src/main/java/io/jenkins/plugins/coverage/CompatibleObjectInputStream.java
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java

  Log Message:
  ---
  Use CompatibleObjectInputStream to read serialized objects.

When deserializing object, if there are different serialVersionUID between 
local class and current class, using local class's descriptor.
see commit '0889bf4c213ff3b3ed7bff62b37359c90eda0f5e'.


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


[jenkinsci/code-coverage-api-plugin] f9571f: Speed up copying source files

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f9571f96db20715c51c8f71ca4182d49faf5efb5
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f9571f96db20715c51c8f71ca4182d49faf5efb5
  Author: Shenyu Zheng 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Speed up copying source files

Use 'FixedThreadPool' to create five thread to copy files.

See: https://github.com/jenkinsci/code-coverage-api-plugin/issues/77


  Commit: 69f76b0413220007acbcd6c195741c6e1cde78d3
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/69f76b0413220007acbcd6c195741c6e1cde78d3
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Merge pull request #78 from jenkinsci/feat/multi-thread

Speed up copying source files


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/277bc2e54095...69f76b041322

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


[jenkinsci/code-coverage-api-plugin] 0948c7: [maven-release-plugin] prepare for next developmen...

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 0948c75feff597d91ac1647518c16ed64396f410
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/0948c75feff597d91ac1647518c16ed64396f410
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/code-coverage-api-plugin]

2019-04-28 Thread Shenyu Zheng
  Branch: refs/tags/code-coverage-api-1.0.10
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

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


[jenkinsci/code-coverage-api-plugin] 61306e: [maven-release-plugin] prepare release code-covera...

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 61306eef9dee392d9e08cc6879dfdd955165a243
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/61306eef9dee392d9e08cc6879dfdd955165a243
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release code-coverage-api-1.0.10


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


[jenkinsci/code-coverage-api-plugin] 0cdb8b: Fix findbugs

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 0cdb8b7acf2c13fffb68b1659fb5b7019b4bbf4c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/0cdb8b7acf2c13fffb68b1659fb5b7019b4bbf4c
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CompatibleObjectInputStream.java

  Log Message:
  ---
  Fix findbugs


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


[jenkinsci/code-coverage-api-plugin] defe0c: Update CHANGELOG.md

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: defe0c883a047976a3c0e56b503bfb66e68e86b9
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/defe0c883a047976a3c0e56b503bfb66e68e86b9
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


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


[jenkinsci/code-coverage-api-plugin] 1e82b1: Update CHANGELOG.md

2019-04-28 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 1e82b129a493a84097027f7ec011695cad5bf189
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/1e82b129a493a84097027f7ec011695cad5bf189
  Author: Shenyu Zheng 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


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


[jenkinsci/cobertura-plugin] 7a603b: Add source path additional property to help find s...

2019-05-09 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cobertura-plugin
  Commit: 7a603b79bab3337949a55a6e88872b046a897e6b
  
https://github.com/jenkinsci/cobertura-plugin/commit/7a603b79bab3337949a55a6e88872b046a897e6b
  Author: cizezsy 
  Date:   2019-03-29 (Fri, 29 Mar 2019)

  Changed paths:
M 
src/main/resources/hudson/plugins/cobertura/adapter/cobertura-to-standard.xsl

  Log Message:
  ---
  Add source path additional property to help find source files


  Commit: 5fdf6b6fe01d11b94d93ee8d4f1094f108154570
  
https://github.com/jenkinsci/cobertura-plugin/commit/5fdf6b6fe01d11b94d93ee8d4f1094f108154570
  Author: Shenyu Zheng 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M 
src/main/resources/hudson/plugins/cobertura/adapter/cobertura-to-standard.xsl

  Log Message:
  ---
  Merge pull request #112 from cizezsy/feat/source-path

Add source path additional property to help find source files


Compare: 
https://github.com/jenkinsci/cobertura-plugin/compare/6257540c3bd6...5fdf6b6fe01d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/master/625754-5fdf6b%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] f4730a: Use CountDownLatch to wait all copy taks completed.

2019-05-12 Thread Shenyu Zheng
  Branch: refs/heads/fix/source-file-copying
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f4730a938f3617d21bbab7c0263b621bc5817d0e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f4730a938f3617d21bbab7c0263b621bc5817d0e
  Author: Shenyu Zheng 
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Use CountDownLatch to wait all copy taks completed.

Source files will partially copied when using transient agent.

see: https://github.com/jenkinsci/code-coverage-api-plugin/issues/82


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/source-file-copying/00-f4730a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin]

2019-05-12 Thread Shenyu Zheng
  Branch: refs/heads/feat/source-path-property-support
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/source-path-property-support/0f2446-00%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin]

2019-05-12 Thread Shenyu Zheng
  Branch: refs/heads/feat/multi-thread
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/multi-thread/f9571f-00%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 14a965: fix repeated Global Thresholds elements

2019-05-13 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 14a965bf0b2933e0c7a30c346f30771e24a403dc
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/14a965bf0b2933e0c7a30c346f30771e24a403dc
  Author: TinyZ 
  Date:   2019-05-11 (Sat, 11 May 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/targets/CoverageElementRegister.java

  Log Message:
  ---
  fix repeated Global Thresholds elements


  Commit: b116535c901334ff3884f3ff991eaf56618845e3
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/b116535c901334ff3884f3ff991eaf56618845e3
  Author: TinyZ 
  Date:   2019-05-11 (Sat, 11 May 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/targets/CoverageElementRegister.java

  Log Message:
  ---
  fix CoverageElementRegister#all() return repeated Threshold elements


  Commit: 6649f8b85215f8ad0eda1ae718e56d37a03ba7e4
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/6649f8b85215f8ad0eda1ae718e56d37a03ba7e4
  Author: Shenyu Zheng 
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/targets/CoverageElementRegister.java

  Log Message:
  ---
  Merge pull request #85 from TinyZzh/dev

fix repeated Global Thresholds elements 
https://github.com/jenkinsci/code-coverage-api-plugin/issues/84


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/1e82b129a493...6649f8b85215

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/1e82b1-6649f8%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] f4730a: Use CountDownLatch to wait all copy taks completed.

2019-05-17 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f4730a938f3617d21bbab7c0263b621bc5817d0e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f4730a938f3617d21bbab7c0263b621bc5817d0e
  Author: Shenyu Zheng 
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Use CountDownLatch to wait all copy taks completed.

Source files will partially copied when using transient agent.

see: https://github.com/jenkinsci/code-coverage-api-plugin/issues/82


  Commit: b6b55f1198f036ce6b370887d5e450343755acbd
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/b6b55f1198f036ce6b370887d5e450343755acbd
  Author: Shenyu Zheng 
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Merge pull request #86 from jenkinsci/fix/source-file-copying

Use CountDownLatch to wait all copy taks completed.


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/6649f8b85215...b6b55f1198f0

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/6649f8-b6b55f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin] c2a5b1: Do not register descriptors using fields.

2019-05-20 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cobertura-plugin
  Commit: c2a5b1d30ed2d7572f94a59110a7fcfe905f9c6f
  
https://github.com/jenkinsci/cobertura-plugin/commit/c2a5b1d30ed2d7572f94a59110a7fcfe905f9c6f
  Author: Jesse Glick 
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
M src/main/java/hudson/plugins/cobertura/MavenCoberturaPublisher.java

  Log Message:
  ---
  Do not register descriptors using fields.


  Commit: b7349dfbacdd95fedf12cc5322aa7bfa6dae4a7c
  
https://github.com/jenkinsci/cobertura-plugin/commit/b7349dfbacdd95fedf12cc5322aa7bfa6dae4a7c
  Author: Shenyu Zheng 
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
M src/main/java/hudson/plugins/cobertura/MavenCoberturaPublisher.java

  Log Message:
  ---
  Merge pull request #109 from jglick/DESCRIPTOR

Do not register descriptors using fields


Compare: 
https://github.com/jenkinsci/cobertura-plugin/compare/5fdf6b6fe01d...b7349dfbacdd

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/master/5fdf6b-b7349d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin] 53b9ea: Fix build status badge icon in README

2019-05-20 Thread Shenyu Zheng
  Branch: refs/heads/cizezsy-patch-1
  Home:   https://github.com/jenkinsci/cobertura-plugin
  Commit: 53b9ea6fbb2730cc49f87bb51dc2abdeb85b3253
  
https://github.com/jenkinsci/cobertura-plugin/commit/53b9ea6fbb2730cc49f87bb51dc2abdeb85b3253
  Author: Shenyu Zheng 
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Fix build status badge icon in README


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/cizezsy-patch-1/00-53b9ea%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 167d46: Ignore the bin folder

2019-05-20 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 167d461c9452ddad92789411fbf89ff235d91eaa
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/167d461c9452ddad92789411fbf89ff235d91eaa
  Author: Aliaksei Savanchuk 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Ignore the bin folder


  Commit: 9a72da681b96a5fd24a4b2fb3791311b0d76769c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/9a72da681b96a5fd24a4b2fb3791311b0d76769c
  Author: Aliaksei Savanchuk 
  Date:   2019-05-20 (Mon, 20 May 2019)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M src/main/java/io/jenkins/plugins/coverage/CoveragePublisher.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M 
src/main/resources/io/jenkins/plugins/coverage/CoverageAction/summary.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/floatingBox.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/CoveragePublisher/config.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Show diff in coverage for change request builds

It is convinient to see the code coverage diff right in Jenkins. If our
build is going for a multibranch change request job  - we take the
target branch commit that is used for our build. Then we search for the
last fixed amount of builds the build that was built for this commit. If
we find it - we check if it has code coverage information. If it has
lines coverage - we calculate diff between the current code coverage and
this target branch build coverage.


  Commit: 11e11cc6715d40999c191dbd0bfcca023e1e9eca
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/11e11cc6715d40999c191dbd0bfcca023e1e9eca
  Author: Shenyu Zheng 
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M src/main/java/io/jenkins/plugins/coverage/CoveragePublisher.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M 
src/main/resources/io/jenkins/plugins/coverage/CoverageAction/summary.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/floatingBox.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/CoveragePublisher/config.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Merge pull request #83 from tempora-mutantur/dev

Show diff in coverage for change request builds


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/b6b55f1198f0...11e11cc6715d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/b6b55f-11e11c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin]

2019-05-21 Thread Shenyu Zheng
  Branch: refs/heads/cizezsy-patch-1
  Home:   https://github.com/jenkinsci/cobertura-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/cizezsy-patch-1/53b9ea-00%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin] 53b9ea: Fix build status badge icon in README

2019-05-21 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cobertura-plugin
  Commit: 53b9ea6fbb2730cc49f87bb51dc2abdeb85b3253
  
https://github.com/jenkinsci/cobertura-plugin/commit/53b9ea6fbb2730cc49f87bb51dc2abdeb85b3253
  Author: Shenyu Zheng 
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Fix build status badge icon in README


  Commit: 82bbecc254abac167e6cd072da139e5b233c8e19
  
https://github.com/jenkinsci/cobertura-plugin/commit/82bbecc254abac167e6cd072da139e5b233c8e19
  Author: Shenyu Zheng 
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #113 from jenkinsci/cizezsy-patch-1

Fix build status badge icon in README


Compare: 
https://github.com/jenkinsci/cobertura-plugin/compare/b7349dfbacdd...82bbecc254ab

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/master/b7349d-82bbec%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] f3e2fe: Improve codes of 'setDiffInCoverageForChangeReques...

2019-05-22 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f3e2fe5a15d4bf191fccff73ef861af8959c8397
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f3e2fe5a15d4bf191fccff73ef861af8959c8397
  Author: Shenyu Zheng 
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java

  Log Message:
  ---
  Improve codes of 'setDiffInCoverageForChangeRequest' method, add some logs


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/11e11c-f3e2fe%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 7d02c4: [maven-release-plugin] prepare release code-covera...

2019-05-22 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 7d02c4fc3ad004bfea992c9b83ab86cca25a2bd4
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/7d02c4fc3ad004bfea992c9b83ab86cca25a2bd4
  Author: Shenyu Zheng 
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release code-coverage-api-1.0.11


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/f3e2fe-7d02c4%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 4c34dd: [maven-release-plugin] prepare for next developmen...

2019-05-22 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 4c34ddf8c1353409e7dbee05a57234a13478bf07
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4c34ddf8c1353409e7dbee05a57234a13478bf07
  Author: Shenyu Zheng 
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/7d02c4-4c34dd%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin]

2019-05-22 Thread Shenyu Zheng
  Branch: refs/tags/code-coverage-api-1.0.11
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/tags/code-coverage-api-1.0.11/00-a3a127%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 00b553: Update CHANGELOG.md

2019-05-22 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 00b5532bfc5b0e68ce3003956a36cb299c4408a6
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/00b5532bfc5b0e68ce3003956a36cb299c4408a6
  Author: Shenyu Zheng 
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/4c34dd-00b553%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] dbcdd7: Update CHANGELOG.md

2019-05-22 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: dbcdd7c44feaf08af1b8964e600722b58b7aef7a
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/dbcdd7c44feaf08af1b8964e600722b58b7aef7a
  Author: Shenyu Zheng 
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/00b553-dbcdd7%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin] d1c5e9: [maven-release-plugin] prepare release cobertura-1.14

2019-06-11 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cobertura-plugin
  Commit: d1c5e95640f7c3b469cde78d3ff89380b6ac67a3
  
https://github.com/jenkinsci/cobertura-plugin/commit/d1c5e95640f7c3b469cde78d3ff89380b6ac67a3
  Author: cizezsy 
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cobertura-1.14


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/master/82bbec-d1c5e9%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin]

2019-06-11 Thread Shenyu Zheng
  Branch: refs/tags/cobertura-1.14
  Home:   https://github.com/jenkinsci/cobertura-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/tags/cobertura-1.14/00-81b3c8%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cobertura-plugin] 4d786d: [maven-release-plugin] prepare for next developmen...

2019-06-11 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cobertura-plugin
  Commit: 4d786d8f6eb4304dfc3d6035aa3a483ea9e093ff
  
https://github.com/jenkinsci/cobertura-plugin/commit/4d786d8f6eb4304dfc3d6035aa3a483ea9e093ff
  Author: cizezsy 
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/cobertura-plugin/push/refs/heads/master/d1c5e9-4d786d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/alauda-devops-pipeline-plugin] af1877: Fix the isseus of not reloading the config

2019-06-25 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-pipeline-plugin
  Commit: af18778a12809d21b9116f0b4914d0d1860d2733
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/af18778a12809d21b9116f0b4914d0d1860d2733
  Author: Zhao Xiaojie 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/java/com/alauda/jenkins/plugins/Devops.java
M 
src/main/java/com/alauda/jenkins/plugins/cluster/DefaultClusterRegistry.java

  Log Message:
  ---
  Fix the isseus of not reloading the config


  Commit: 241e5b74a6b5e32940c6e4476533c8d4b8313df1
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/241e5b74a6b5e32940c6e4476533c8d4b8313df1
  Author: cizezsy 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/java/com/alauda/jenkins/plugins/Devops.java

  Log Message:
  ---
  Fix: When clusterConfigs is null, cannot get clusterConfig from registry


  Commit: 83a09894b1f681d4315b5611695be36e6a307966
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/83a09894b1f681d4315b5611695be36e6a307966
  Author: cizezsy 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-pipeline-2.0.2


  Commit: 5f2a8f2dbf2ddbfb63a678546e0ce2a16465ef22
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/5f2a8f2dbf2ddbfb63a678546e0ce2a16465ef22
  Author: cizezsy 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/compare/2e9603503338...5f2a8f2dbf2d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-pipeline-plugin/push/refs/heads/master/2e9603-5f2a8f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 791232: Fix: plugin cannot get correct file name to find s...

2019-06-30 Thread Shenyu Zheng
  Branch: refs/heads/fix/cannot-find-source-file
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 7912321b2b50f0729fbccbfc993ee9b7002985b0
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/7912321b2b50f0729fbccbfc993ee9b7002985b0
  Author: cizezsy 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Fix: plugin cannot get correct file name to find source files


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/fix/cannot-find-source-file/00-791232%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 791232: Fix: plugin cannot get correct file name to find s...

2019-06-30 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 7912321b2b50f0729fbccbfc993ee9b7002985b0
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/7912321b2b50f0729fbccbfc993ee9b7002985b0
  Author: cizezsy 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Fix: plugin cannot get correct file name to find source files


  Commit: bc1d701b85c9cc37dd9ffac28731bcc3dc3797ad
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/bc1d701b85c9cc37dd9ffac28731bcc3dc3797ad
  Author: Shenyu Zheng 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Merge pull request #7 from jenkinsci/fix/cannot-find-source-file

Fix: plugin cannot get correct file name to find source files


Compare: 
https://github.com/jenkinsci/llvm-cov-plugin/compare/799b0431088e...bc1d701b85c9

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/master/799b04-bc1d70%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 4417ac: Fix: update Code Coverage API plugin version

2019-07-01 Thread Shenyu Zheng
  Branch: refs/heads/fix/code-coverage-api-version
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 4417ac2d704c587c85135b2fb6483867536bdc69
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/4417ac2d704c587c85135b2fb6483867536bdc69
  Author: cizezsy 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix: update Code Coverage API plugin version


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/fix/code-coverage-api-version/00-4417ac%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 4417ac: Fix: update Code Coverage API plugin version

2019-07-01 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 4417ac2d704c587c85135b2fb6483867536bdc69
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/4417ac2d704c587c85135b2fb6483867536bdc69
  Author: cizezsy 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix: update Code Coverage API plugin version


  Commit: a1cb1b917bee30241138fdfbfd625a69f08063d1
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/a1cb1b917bee30241138fdfbfd625a69f08063d1
  Author: Shenyu Zheng 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #8 from jenkinsci/fix/code-coverage-api-version

Fix: update Code Coverage API plugin version


Compare: 
https://github.com/jenkinsci/llvm-cov-plugin/compare/bc1d701b85c9...a1cb1b917bee

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/master/bc1d70-a1cb1b%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] e4128c: Feat: Support view column for coverage

2019-07-01 Thread Shenyu Zheng
  Branch: refs/heads/feat/column-view
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: e4128cd39bdfd1aeb617afa6c5a8de0a3a4e3c16
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/e4128cd39bdfd1aeb617afa6c5a8de0a3a4e3c16
  Author: Shenyu Zheng 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
A src/main/java/io/jenkins/plugins/coverage/CoverageColumn.java
A src/main/resources/io/jenkins/plugins/coverage/CoverageColumn/column.jelly
M src/main/resources/io/jenkins/plugins/coverage/Messages.properties
M src/main/resources/io/jenkins/plugins/coverage/Messages_zh_CN.properties

  Log Message:
  ---
  Feat: Support view column for coverage


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/column-view/00-e4128c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 3fcfe9: Update version

2019-07-01 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 3fcfe9641d2819fecedfb958b8af5b609a1d990d
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/3fcfe9641d2819fecedfb958b8af5b609a1d990d
  Author: cizezsy 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update version


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/master/a1cb1b-3fcfe9%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] e4128c: Feat: Support view column for coverage

2019-07-01 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: e4128cd39bdfd1aeb617afa6c5a8de0a3a4e3c16
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/e4128cd39bdfd1aeb617afa6c5a8de0a3a4e3c16
  Author: Shenyu Zheng 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
A src/main/java/io/jenkins/plugins/coverage/CoverageColumn.java
A src/main/resources/io/jenkins/plugins/coverage/CoverageColumn/column.jelly
M src/main/resources/io/jenkins/plugins/coverage/Messages.properties
M src/main/resources/io/jenkins/plugins/coverage/Messages_zh_CN.properties

  Log Message:
  ---
  Feat: Support view column for coverage


  Commit: 5acfd100da60248bd1af3c53106c0a20a7f14ded
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/5acfd100da60248bd1af3c53106c0a20a7f14ded
  Author: Shenyu Zheng 
  Date:   2019-07-01 (Mon, 01 Jul 2019)

  Changed paths:
A src/main/java/io/jenkins/plugins/coverage/CoverageColumn.java
A src/main/resources/io/jenkins/plugins/coverage/CoverageColumn/column.jelly
M src/main/resources/io/jenkins/plugins/coverage/Messages.properties
M src/main/resources/io/jenkins/plugins/coverage/Messages_zh_CN.properties

  Log Message:
  ---
  Merge pull request #95 from jenkinsci/feat/column-view

Feat: Support view column for coverage


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/dbcdd7c44fea...5acfd100da60

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/dbcdd7-5acfd1%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] f67019: Rewrite document converter.

2019-07-02 Thread Shenyu Zheng
  Branch: refs/heads/fix/rewrite-adapter
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: f6701930ea7c12105a936d1af3e3617e0b172b77
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/f6701930ea7c12105a936d1af3e3617e0b172b77
  Author: cizezsy 
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportAdapter.java
A src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Rewrite document converter.

Use data in summary section, remove function child summary chart.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/fix/rewrite-adapter/00-f67019%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 903045: Throw exception if not data section exists in cove...

2019-07-04 Thread Shenyu Zheng
  Branch: refs/heads/fix/rewrite-adapter
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 903045902b8552a8c9d5ff4107494b8fd5631f0b
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/903045902b8552a8c9d5ff4107494b8fd5631f0b
  Author: cizezsy 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Throw exception if not data section exists in coverage report


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/fix/rewrite-adapter/f67019-903045%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] dd2713: Throw exception if not data section exists in cove...

2019-07-04 Thread Shenyu Zheng
  Branch: refs/heads/fix/rewrite-adapter
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: dd2713a039f4759cd07a7a8bb072dff2f2a62b80
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/dd2713a039f4759cd07a7a8bb072dff2f2a62b80
  Author: cizezsy 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Throw exception if not data section exists in coverage report


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/fix/rewrite-adapter/903045-dd2713%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] 0c7038: Throw exception if not data section exists in cove...

2019-07-04 Thread Shenyu Zheng
  Branch: refs/heads/fix/rewrite-adapter
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: 0c70385a09446833b100f4f83c042ccf696e09c4
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/0c70385a09446833b100f4f83c042ccf696e09c4
  Author: cizezsy 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Throw exception if not data section exists in coverage report


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/fix/rewrite-adapter/dd2713-0c7038%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/alauda-devops-sync-plugin] 117c90: Fix cannot get correct monitor message

2019-07-04 Thread Shenyu Zheng
  Branch: refs/heads/release-2.0
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: 117c90df567f52c6f750ecd5405ca0323b374681
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/117c90df567f52c6f750ecd5405ca0323b374681
  Author: cizezsy 
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
M src/main/java/io/alauda/jenkins/devops/sync/AlaudaSyncSettingMonitor.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/JenkinsController.java

  Log Message:
  ---
  Fix cannot get correct monitor message


  Commit: 4e8ae878047ea267498c16dcca1dc50d12c3ccc6
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/4e8ae878047ea267498c16dcca1dc50d12c3ccc6
  Author: Zhao Xiaojie 
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
M src/main/java/io/alauda/jenkins/devops/sync/AlaudaSyncSettingMonitor.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/JenkinsController.java

  Log Message:
  ---
  Merge pull request #120 from alauda/fix/cannot-get-correct-monitor-msg

Fix cannot get correct monitor message


  Commit: 928ae207c0657bdef183abc6fe8f55454b3e
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/928ae207c0657bdef183abc6fe8f55454b3e
  Author: cizezsy 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/AlaudaSyncGlobalConfiguration.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/CodeRepositoryController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/JenkinsBindingController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/JenkinsController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/NamespaceController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/PipelineConfigController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/PipelineController.java
M 
src/main/resources/io/alauda/jenkins/devops/sync/AlaudaSyncGlobalConfiguration/config.jelly

  Log Message:
  ---
  Add confiurable resync configuration


  Commit: 54f668096b17289da6c313f56a109866f37abbeb
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/54f668096b17289da6c313f56a109866f37abbeb
  Author: Shenyu Zheng 
  Date:   2019-07-05 (Fri, 05 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/AlaudaSyncGlobalConfiguration.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/CodeRepositoryController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/JenkinsBindingController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/JenkinsController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/NamespaceController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/PipelineConfigController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/PipelineController.java
M 
src/main/resources/io/alauda/jenkins/devops/sync/AlaudaSyncGlobalConfiguration/config.jelly

  Log Message:
  ---
  Merge pull request #125 from alauda/hotfix/resync-period

Add confiurable resync configuration


  Commit: 0671306e7006f6371c37ed036f232f1ee2d58ac2
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/0671306e7006f6371c37ed036f232f1ee2d58ac2
  Author: cizezsy 
  Date:   2019-07-05 (Fri, 05 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-sync-2.0.4


Compare: 
https://github.com/jenkinsci/alauda-devops-sync-plugin/compare/8f6b25394cf2...0671306e7006

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/heads/release-2.0/8f6b25-067130%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/alauda-devops-sync-plugin]

2019-07-04 Thread Shenyu Zheng
  Branch: refs/tags/alauda-devops-sync-2.0.4
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/tags/alauda-devops-sync-2.0.4/00-c1af82%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/alauda-devops-sync-plugin] 802d01: [maven-release-plugin] prepare for next developmen...

2019-07-04 Thread Shenyu Zheng
  Branch: refs/heads/release-2.0
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: 802d01f6a5d41228df57db664e6724b2e65ef6e3
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/802d01f6a5d41228df57db664e6724b2e65ef6e3
  Author: cizezsy 
  Date:   2019-07-05 (Fri, 05 Jul 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/heads/release-2.0/067130-802d01%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/llvm-cov-plugin] f67019: Rewrite document converter.

2019-07-08 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: f6701930ea7c12105a936d1af3e3617e0b172b77
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/f6701930ea7c12105a936d1af3e3617e0b172b77
  Author: cizezsy 
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportAdapter.java
A src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Rewrite document converter.

Use data in summary section, remove function child summary chart.


  Commit: 0c70385a09446833b100f4f83c042ccf696e09c4
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/0c70385a09446833b100f4f83c042ccf696e09c4
  Author: cizezsy 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Throw exception if not data section exists in coverage report


  Commit: 844134b5d0547eacddc41cbc982003b1205f3c13
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/844134b5d0547eacddc41cbc982003b1205f3c13
  Author: Shenyu Zheng 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/llvm/LLVMCovReportAdapter.java
A src/main/java/io/jenkins/plugins/llvm/LLVMCovReportDocumentConverter.java
M src/main/java/io/jenkins/plugins/llvm/LLVMCoverageParser.java

  Log Message:
  ---
  Merge pull request #10 from jenkinsci/fix/rewrite-adapter

Rewrite document converter.


Compare: 
https://github.com/jenkinsci/llvm-cov-plugin/compare/3fcfe9641d28...844134b5d054

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/master/3fcfe9-844134%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 959967: Add support for merege report in adapter level

2019-07-14 Thread Shenyu Zheng
  Branch: refs/heads/feat/add-adapter-level-coverage-merge-support
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 959967b5c27de97a0b702236a639dd3d651dbe4a
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/959967b5c27de97a0b702236a639dd3d651dbe4a
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Add support for merege report in adapter level


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/add-adapter-level-coverage-merge-support/00-959967%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 652f2d: Add support for merge report in adapter level

2019-07-14 Thread Shenyu Zheng
  Branch: refs/heads/feat/add-adapter-level-coverage-merge-support
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 652f2d0f895edb9e9adb2135fbd9d6b845a18b1e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/652f2d0f895edb9e9adb2135fbd9d6b845a18b1e
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Add support for merge report in adapter level


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/add-adapter-level-coverage-merge-support/959967-652f2d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] d47288: Add support for merge report in adapter level

2019-07-14 Thread Shenyu Zheng
  Branch: refs/heads/feat/add-adapter-level-coverage-merge-support
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: d47288af5d6e78458f6d73da6011a41de977fd16
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/d47288af5d6e78458f6d73da6011a41de977fd16
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Add support for merge report in adapter level


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/add-adapter-level-coverage-merge-support/652f2d-d47288%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] d47288: Add support for merge report in adapter level

2019-07-15 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: d47288af5d6e78458f6d73da6011a41de977fd16
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/d47288af5d6e78458f6d73da6011a41de977fd16
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Add support for merge report in adapter level


  Commit: e3aae8145be577433692560e8c3d1e1d058e6064
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/e3aae8145be577433692560e8c3d1e1d058e6064
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Merge pull request #98 from 
jenkinsci/feat/add-adapter-level-coverage-merge-support

Add support for merge report in adapter level


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/5acfd100da60...e3aae8145be5

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/5acfd1-e3aae8%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 496303: Fix: do not merge reports when only one report found

2019-07-15 Thread Shenyu Zheng
  Branch: refs/heads/fix/not-merge-report-when-only-one
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 4963031d447efde4205c95c7aac5a707c5334124
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4963031d447efde4205c95c7aac5a707c5334124
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Fix: do not merge reports when only one report found


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/not-merge-report-when-only-one/00-496303%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 496303: Fix: do not merge reports when only one report found

2019-07-15 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 4963031d447efde4205c95c7aac5a707c5334124
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4963031d447efde4205c95c7aac5a707c5334124
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Fix: do not merge reports when only one report found


  Commit: df0f6b4919d146e81090eb34d1d1c39554ed47ce
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/df0f6b4919d146e81090eb34d1d1c39554ed47ce
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Merge pull request #99 from jenkinsci/fix/not-merge-report-when-only-one

Fix: do not merge reports when only one report found


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/e3aae8145be5...df0f6b4919d1

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/e3aae8-df0f6b%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin]

2019-07-15 Thread Shenyu Zheng
  Branch: refs/tags/code-coverage-api-1.0.12
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/tags/code-coverage-api-1.0.12/00-21bb91%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] cb177d: [maven-release-plugin] prepare release code-covera...

2019-07-15 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: cb177d779a7faed5eb525398e3927f841eacece1
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/cb177d779a7faed5eb525398e3927f841eacece1
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release code-coverage-api-1.0.12


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/df0f6b-cb177d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] f6252e: [maven-release-plugin] prepare for next developmen...

2019-07-15 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f6252ec834ff4625da10cccf1d0d5a9993b9c3d9
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f6252ec834ff4625da10cccf1d0d5a9993b9c3d9
  Author: Shenyu Zheng 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/cb177d-f6252e%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 436757: Update CHANGELOG.md

2019-07-15 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 4367573b413261884bec8527c5ccf82b2e7cc5f7
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4367573b413261884bec8527c5ccf82b2e7cc5f7
  Author: Shenyu Zheng 
  Date:   2019-07-16 (Tue, 16 Jul 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/f6252e-436757%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] bfe699: Update CHANGELOG.md

2019-07-16 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: bfe699d308f96d445e0e2bba86a68b856fa9f251
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/bfe699d308f96d445e0e2bba86a68b856fa9f251
  Author: Shenyu Zheng 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/436757-bfe699%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 1914c9: Fix: NullPointerException when merge report betwee...

2019-07-17 Thread Shenyu Zheng
  Branch: refs/heads/fix/nullpoint-exception
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 1914c9d9f42013ad64d8e359b5fdb5e7fb896a9c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/1914c9d9f42013ad64d8e359b5fdb5e7fb896a9c
  Author: Shenyu Zheng 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java

  Log Message:
  ---
  Fix: NullPointerException when merge report between action


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/nullpoint-exception/00-1914c9%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 64baa2: Feat: add a interface to provide default value for...

2019-07-17 Thread Shenyu Zheng
  Branch: refs/heads/feat/provide-default-value-interface
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 64baa2814cb7e0aeed67d0ad088027753830bc0b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/64baa2814cb7e0aeed67d0ad088027753830bc0b
  Author: Shenyu Zheng 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Feat: add a interface to provide default value for MergeToOneReport


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/provide-default-value-interface/00-64baa2%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 64baa2: Feat: add a interface to provide default value for...

2019-07-17 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 64baa2814cb7e0aeed67d0ad088027753830bc0b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/64baa2814cb7e0aeed67d0ad088027753830bc0b
  Author: Shenyu Zheng 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Feat: add a interface to provide default value for MergeToOneReport


  Commit: c00908d7627dfecb97b6d05be3ae71fac9b2cd0c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/c00908d7627dfecb97b6d05be3ae71fac9b2cd0c
  Author: Shenyu Zheng 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly

  Log Message:
  ---
  Merge pull request #104 from jenkinsci/feat/provide-default-value-interface

Feat: add a interface to provide default value for MergeToOneReport


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/bfe699d308f9...c00908d7627d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/bfe699-c00908%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] 1914c9: Fix: NullPointerException when merge report betwee...

2019-07-17 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 1914c9d9f42013ad64d8e359b5fdb5e7fb896a9c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/1914c9d9f42013ad64d8e359b5fdb5e7fb896a9c
  Author: Shenyu Zheng 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java

  Log Message:
  ---
  Fix: NullPointerException when merge report between action


  Commit: 2486807929643f3b3d76d23f0e98d6db8cd3987f
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/2486807929643f3b3d76d23f0e98d6db8cd3987f
  Author: Shenyu Zheng 
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java

  Log Message:
  ---
  Merge pull request #103 from jenkinsci/fix/nullpoint-exception

Fix: NullPointerException when merge report between action


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/c00908d7627d...248680792964

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/c00908-248680%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/alauda-devops-sync-plugin] dd25c4: [maven-release-plugin] prepare for next developmen...

2019-07-21 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: dd25c417cd36d18b3f49e6ac1bcd051370428442
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/dd25c417cd36d18b3f49e6ac1bcd051370428442
  Author: cizezsy 
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/heads/master/0781f5-dd25c4%40github.com.


[jenkinsci/alauda-devops-sync-plugin] a65525: [DEVOPS-1829] Fix always poll one run

2019-07-21 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: a6552596b47312044b6ef4381be85085d986abf9
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/a6552596b47312044b6ef4381be85085d986abf9
  Author: cizezsy 
  Date:   2019-07-17 (Wed, 17 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  [DEVOPS-1829] Fix always poll one run


  Commit: abb928e55bfd834bbc68625491c5b2a5b82c1002
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/abb928e55bfd834bbc68625491c5b2a5b82c1002
  Author: cizezsy 
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/CodeRepositoryController.java

  Log Message:
  ---
  Add fallback when cannot retrieve CodeRepository for local list


  Commit: 99ac74339f5bfdb911c1d6efaf355f830eea22b0
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/99ac74339f5bfdb911c1d6efaf355f830eea22b0
  Author: Shenyu Zheng 
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  Merge pull request #130 from alauda/fix/cannot-sync

[DEVOPS-1829] Fix always poll same run


  Commit: c1eac931b5dd4a54364f0be3fb2f97f5ec1be66f
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/c1eac931b5dd4a54364f0be3fb2f97f5ec1be66f
  Author: Shenyu Zheng 
  Date:   2019-07-18 (Thu, 18 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/CodeRepositoryController.java

  Log Message:
  ---
  Merge pull request #131 from alauda/fix/fallback-retrieve

Add fallback when cannot retrieve CodeRepository for local lister


  Commit: 7d9827d64a55b0d266836e47fcd2b486b63a1bcf
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/7d9827d64a55b0d266836e47fcd2b486b63a1bcf
  Author: cizezsy 
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  Fix: always poll run that failed but not executed


  Commit: a9b5e926b435da6a33d31d08573b6a31835ce52f
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/a9b5e926b435da6a33d31d08573b6a31835ce52f
  Author: Shenyu Zheng 
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  Merge pull request #133 from alauda/fix/sync-wrong-build

Fix: always poll run that failed but not executed


  Commit: d611fbb1dc4b19af3ebd619ee773ce9912fc2502
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/d611fbb1dc4b19af3ebd619ee773ce9912fc2502
  Author: Shenyu Zheng 
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
M 
src/main/java/io/alauda/jenkins/devops/sync/controller/CodeRepositoryController.java
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  Merge pull request #132 from alauda/feat/prerelease-2.1

Feat/prerelease 2.1


  Commit: fe6381174e696874f9c9062d7efc6f0eed3dd622
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/fe6381174e696874f9c9062d7efc6f0eed3dd622
  Author: cizezsy 
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update version


  Commit: 0781f518679a5d362db5a8dcec479bd212c4c79e
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/0781f518679a5d362db5a8dcec479bd212c4c79e
  Author: cizezsy 
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-sync-2.1.1


Compare: 
https://github.com/jenkinsci/alauda-devops-sync-plugin/compare/d7e0b4edb074...0781f518679a

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/heads/master/d7e0b4-0781f5%40github.com.


[jenkinsci/alauda-devops-sync-plugin]

2019-07-21 Thread Shenyu Zheng
  Branch: refs/tags/alauda-devops-sync-2.1.1
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/tags/alauda-devops-sync-2.1.1/00-1e1c20%40github.com.


[jenkinsci/alauda-devops-sync-plugin] 721992: Fix unsynced run will be always added to poll queue

2019-07-28 Thread Shenyu Zheng
  Branch: refs/heads/release-2.1
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: 72199278c57d0b45876ebd58a28b02aac508b54b
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/72199278c57d0b45876ebd58a28b02aac508b54b
  Author: cizezsy 
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
M src/main/java/io/alauda/jenkins/devops/sync/JenkinsPipelineCause.java
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  Fix unsynced run will be always added to poll queue


  Commit: 3a2e71bc9d910acb134c89a752321f2944956e25
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/3a2e71bc9d910acb134c89a752321f2944956e25
  Author: Zhao Xiaojie 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M src/main/java/io/alauda/jenkins/devops/sync/JenkinsPipelineCause.java
M 
src/main/java/io/alauda/jenkins/devops/sync/listener/PipelineSyncRunListener.java

  Log Message:
  ---
  Merge pull request #134 from alauda/hotfix/unsynced-task

Hotfix: unsynced run will be always added to poll queue


  Commit: 75b17635f23e458820482ef3c5442df2fca4b5a0
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/75b17635f23e458820482ef3c5442df2fca4b5a0
  Author: cizezsy 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-sync-2.1.2


Compare: 
https://github.com/jenkinsci/alauda-devops-sync-plugin/compare/72199278c57d%5E...75b17635f23e

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/heads/release-2.1/00-75b176%40github.com.


[jenkinsci/alauda-devops-sync-plugin]

2019-07-28 Thread Shenyu Zheng
  Branch: refs/tags/alauda-devops-sync-2.1.2
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/tags/alauda-devops-sync-2.1.2/00-185ca1%40github.com.


[jenkinsci/alauda-devops-sync-plugin] fa63d7: [maven-release-plugin] prepare for next developmen...

2019-07-28 Thread Shenyu Zheng
  Branch: refs/heads/release-2.1
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: fa63d7b1532e33776e35e4f81da6370d6857
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/fa63d7b1532e33776e35e4f81da6370d6857
  Author: cizezsy 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/alauda-devops-sync-plugin/push/refs/heads/release-2.1/75b176-fa63d7%40github.com.


[jenkinsci/llvm-cov-plugin] f19fbe: [maven-release-plugin] prepare release llvm-cov-1.0.0

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: f19fbe76c9b05e5e5d98f49e72fd23858af056b3
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/f19fbe76c9b05e5e5d98f49e72fd23858af056b3
  Author: cizezsy 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release llvm-cov-1.0.0


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/master/844134-f19fbe%40github.com.


[jenkinsci/llvm-cov-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/tags/llvm-cov-1.0.0
  Home:   https://github.com/jenkinsci/llvm-cov-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/tags/llvm-cov-1.0.0/00-dd4c7c%40github.com.


[jenkinsci/llvm-cov-plugin] f3f7fc: [maven-release-plugin] prepare for next developmen...

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/llvm-cov-plugin
  Commit: f3f7fc5409c3877a6242210763946e9fa5975956
  
https://github.com/jenkinsci/llvm-cov-plugin/commit/f3f7fc5409c3877a6242210763946e9fa5975956
  Author: cizezsy 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/llvm-cov-plugin/push/refs/heads/master/f19fbe-f3f7fc%40github.com.


[jenkinsci/code-coverage-api-plugin] 55454d: [maven-release-plugin] prepare release code-covera...

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 55454d96d09ad0b4085ebd87e31d586c1da8f799
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/55454d96d09ad0b4085ebd87e31d586c1da8f799
  Author: Shenyu Zheng 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release code-coverage-api-1.0.13


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/248680-55454d%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/tags/code-coverage-api-1.0.13
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/tags/code-coverage-api-1.0.13/00-0cd38e%40github.com.


[jenkinsci/code-coverage-api-plugin] adb8c3: [maven-release-plugin] prepare for next developmen...

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: adb8c3f1f3d377a793d96dc0085090f56c426d1f
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/adb8c3f1f3d377a793d96dc0085090f56c426d1f
  Author: Shenyu Zheng 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M pom.xml

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


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/55454d-adb8c3%40github.com.


[jenkinsci/code-coverage-api-plugin] 4f2cf4: Update CHANGELOG.md

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 4f2cf4795af8f3a2466149f75e81b77d5b7ec7af
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4f2cf4795af8f3a2466149f75e81b77d5b7ec7af
  Author: Shenyu Zheng 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/adb8c3-4f2cf4%40github.com.


[jenkinsci/code-coverage-api-plugin] 806ec6: add space to report link

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 806ec6e12ba8b90e470ce038a538cf9f2d67435a
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/806ec6e12ba8b90e470ce038a538cf9f2d67435a
  Author: Christopher Fenner 
  Date:   2019-07-29 (Mon, 29 Jul 2019)

  Changed paths:
M src/main/webapp/scripts/custom-chart.js

  Log Message:
  ---
  add space to report link


  Commit: a7bb3c13a3efddea6069a374757c676b95ee0ddf
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/a7bb3c13a3efddea6069a374757c676b95ee0ddf
  Author: Shenyu Zheng 
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
M src/main/webapp/scripts/custom-chart.js

  Log Message:
  ---
  Merge pull request #107 from CCFenner/patch-1

Chart: add space to report link


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/4f2cf4795af8...a7bb3c13a3ef

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/4f2cf4-a7bb3c%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/feat/add-adapter-level-coverage-merge-support
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/add-adapter-level-coverage-merge-support/d47288-00%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/fix/not-merge-report-when-only-one
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/not-merge-report-when-only-one/496303-00%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/fix/nullpoint-exception
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/nullpoint-exception/1914c9-00%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/feat/provide-default-value-interface
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/provide-default-value-interface/64baa2-00%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-07-29 Thread Shenyu Zheng
  Branch: refs/heads/feat/column-view
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/feat/column-view/e4128c-00%40github.com.


[jenkinsci/code-coverage-api-plugin] 316692: Change code coverage trend to use float format for...

2019-08-01 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 3166926c82331878c7e02d1e7a6b9e76f98a7d51
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/3166926c82331878c7e02d1e7a6b9e76f98a7d51
  Author: Aliaksei Savanchuk 
  Date:   2019-07-31 (Wed, 31 Jul 2019)

  Changed paths:
M src/main/webapp/scripts/custom-chart.js

  Log Message:
  ---
  Change code coverage trend to use float format for coverage percentage

In large projects you have a lot of code lines and a lot of tests for
them. So, you may even delete whole tests and your code coverage won't
decrease if you track it in integer. It's more convenient if your
code coverage is shown in float so you can easily detect any code
coverage change between builds using the trend between builds that
Code Coverage Api plugin provides.


  Commit: b141a5e6e48103c5fe90eb6ac317102d11d816fc
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/b141a5e6e48103c5fe90eb6ac317102d11d816fc
  Author: Shenyu Zheng 
  Date:   2019-08-01 (Thu, 01 Aug 2019)

  Changed paths:
M src/main/webapp/scripts/custom-chart.js

  Log Message:
  ---
  Merge pull request #108 from tempora-mutantur/dev

Change code coverage trend to use float format for coverage percentage


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/a7bb3c13a3ef...b141a5e6e481

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/a7bb3c-b141a5%40github.com.


[jenkinsci/code-coverage-api-plugin] 5c371a: Fix: cannot read source file with absolute path

2019-11-22 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 5c371a5875c1b1bebc24011fb1fdefc2856f2bf8
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/5c371a5875c1b1bebc24011fb1fdefc2856f2bf8
  Author: Shenyu Zheng 
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Fix: cannot read source file with absolute path


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/00-5c371a%40github.com.


[jenkinsci/code-coverage-api-plugin] 11fc9f: Feat: perform source file rendering in node

2019-11-26 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 11fc9f837076b810c16ac0dcf2e5e479e40b073c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/11fc9f837076b810c16ac0dcf2e5e479e40b073c
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java
M 
src/test/java/io/jenkins/plugins/coverage/CoverageScriptedPipelineScriptBuilder.java

  Log Message:
  ---
  Feat: perform source file rendering in node


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/5c371a-11fc9f%40github.com.


[jenkinsci/code-coverage-api-plugin] 768f4a: Fix unit test in windows

2019-11-26 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 768f4a4f3ff0ad00e8de5f0b6a9b01e1ce4f65be
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/768f4a4f3ff0ad00e8de5f0b6a9b01e1ce4f65be
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix unit test in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/11fc9f-768f4a%40github.com.


[jenkinsci/code-coverage-api-plugin] 3b04f8: Fix unit test in windows

2019-11-26 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 3b04f8a838c954eea2b90d69c1c16df41ad1dabf
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/3b04f8a838c954eea2b90d69c1c16df41ad1dabf
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix unit test in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/768f4a-3b04f8%40github.com.


[jenkinsci/code-coverage-api-plugin] 26addf: Fix unit test in windows

2019-11-26 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 26addf8b9beab63ea6a999cf69f448dc0bf9f0b2
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/26addf8b9beab63ea6a999cf69f448dc0bf9f0b2
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix unit test in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/3b04f8-26addf%40github.com.


[jenkinsci/code-coverage-api-plugin] 01cdd6: Fix unit test in windows

2019-11-26 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 01cdd695dae5ebdade8349e1bfd2ced2e72e5810
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/01cdd695dae5ebdade8349e1bfd2ced2e72e5810
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix unit test in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/26addf-01cdd6%40github.com.


[jenkinsci/code-coverage-api-plugin] 8dfd30: Fix: cannot hanle absolute path in windows

2019-11-26 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 8dfd305fb2809bf174339d67a001b389e9350356
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/8dfd305fb2809bf174339d67a001b389e9350356
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/01cdd6-8dfd30%40github.com.


[jenkinsci/code-coverage-api-plugin] e815ab: Fix: cannot hanle absolute path in windows

2019-11-27 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: e815abbb295e3d61545b1097778c4c5e3b380bf3
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/e815abbb295e3d61545b1097778c4c5e3b380bf3
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/8dfd30-e815ab%40github.com.


[jenkinsci/code-coverage-api-plugin] b8e712: Fix: cannot hanle absolute path in windows

2019-11-27 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: b8e712c8f1875acad91e939f8d0a75155a94ce3e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/b8e712c8f1875acad91e939f8d0a75155a94ce3e
  Author: Shenyu Zheng 
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/e815ab-b8e712%40github.com.


[jenkinsci/code-coverage-api-plugin] 7469bc: Fix unit test in windows

2019-12-03 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 7469bc912b93c6420349f3d07f16e76a27473472
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/7469bc912b93c6420349f3d07f16e76a27473472
  Author: cizezsy 
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix unit test in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/b8e712-7469bc%40github.com.


[jenkinsci/code-coverage-api-plugin] 3f6452: Fix small HTML tags errors in painted source code ...

2019-12-03 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 3f64527e66d5018cdbc378505bbd9d409d91640b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/3f64527e66d5018cdbc378505bbd9d409d91640b
  Author: Federico Pellegrin 
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Fix small HTML tags errors in painted source code files


  Commit: c3ad45079b9e2e35196243910f288d0a28bed044
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/c3ad45079b9e2e35196243910f288d0a28bed044
  Author: Shenyu Zheng 
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Merge pull request #133 from fedepell/sourceresolver-htmlfixes

Fix small HTML tags errors in painted source code files


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/08eec31b0246...c3ad45079b9e

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/08eec3-c3ad45%40github.com.


[jenkinsci/code-coverage-api-plugin] bdc890: When calculating link to last coverage data consid...

2019-12-04 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: bdc89081221911dc4c64b910f2620dcca1526585
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/bdc89081221911dc4c64b910f2620dcca1526585
  Author: Federico Pellegrin 
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  When calculating link to last coverage data consider both SUCCESS or UNSTABLE


  Commit: 3eabf18cef59de7001b4834bdcaea4bcce7b277d
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/3eabf18cef59de7001b4834bdcaea4bcce7b277d
  Author: Federico Pellegrin 
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  fix also for getLastResult() to pick also UNSTABLE ones


  Commit: 36ec78ce774b672d6aaa539ef334ad5a88d512c9
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/36ec78ce774b672d6aaa539ef334ad5a88d512c9
  Author: Federico Pellegrin 
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  Make new condition logic more explicit


  Commit: 88bd34cc39f487c71e3f72775e27ded69094fe7b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/88bd34cc39f487c71e3f72775e27ded69094fe7b
  Author: Shenyu Zheng 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  Merge pull request #132 from fedepell/getlast-also-unstable

When calculating link to last coverage data consider both SUCCESS or UNSTABLE


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/c3ad45079b9e...88bd34cc39f4

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/c3ad45-88bd34%40github.com.


[jenkinsci/code-coverage-api-plugin] d36634: Fix: cannot hanle absolute path in windows

2019-12-11 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: d366341da76af0ce32d35069e8a80e35139ac71a
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/d366341da76af0ce32d35069e8a80e35139ac71a
  Author: Shenyu Zheng 
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/7469bc-d36634%40github.com.


[jenkinsci/code-coverage-api-plugin] 229e59: Fix: cannot hanle absolute path in windows

2019-12-11 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 229e59db8a14053d240a7d4c6182164cf9934f7e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/229e59db8a14053d240a7d4c6182164cf9934f7e
  Author: Shenyu Zheng 
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/d36634-229e59%40github.com.


[jenkinsci/code-coverage-api-plugin] c8a20f: Fix: cannot hanle absolute path in windows

2019-12-11 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: c8a20f39b839575657e3fe4889b312b92db09b4e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/c8a20f39b839575657e3fe4889b312b92db09b4e
  Author: Shenyu Zheng 
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/229e59-c8a20f%40github.com.


[jenkinsci/code-coverage-api-plugin] 93a1c9: Fix: cannot get rendered source file when path is ...

2019-12-15 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 93a1c989251c52bd35a5a5998d27b2a0c2426f88
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/93a1c989251c52bd35a5a5998d27b2a0c2426f88
  Author: Shenyu Zheng 
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java

  Log Message:
  ---
  Fix: cannot get rendered source file when path is relative


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/c8a20f-93a1c9%40github.com.


[jenkinsci/code-coverage-api-plugin] bdc890: When calculating link to last coverage data consid...

2019-12-16 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: bdc89081221911dc4c64b910f2620dcca1526585
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/bdc89081221911dc4c64b910f2620dcca1526585
  Author: Federico Pellegrin 
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  When calculating link to last coverage data consider both SUCCESS or UNSTABLE


  Commit: 3f64527e66d5018cdbc378505bbd9d409d91640b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/3f64527e66d5018cdbc378505bbd9d409d91640b
  Author: Federico Pellegrin 
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Fix small HTML tags errors in painted source code files


  Commit: 3eabf18cef59de7001b4834bdcaea4bcce7b277d
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/3eabf18cef59de7001b4834bdcaea4bcce7b277d
  Author: Federico Pellegrin 
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  fix also for getLastResult() to pick also UNSTABLE ones


  Commit: c3ad45079b9e2e35196243910f288d0a28bed044
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/c3ad45079b9e2e35196243910f288d0a28bed044
  Author: Shenyu Zheng 
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Merge pull request #133 from fedepell/sourceresolver-htmlfixes

Fix small HTML tags errors in painted source code files


  Commit: 36ec78ce774b672d6aaa539ef334ad5a88d512c9
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/36ec78ce774b672d6aaa539ef334ad5a88d512c9
  Author: Federico Pellegrin 
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  Make new condition logic more explicit


  Commit: 88bd34cc39f487c71e3f72775e27ded69094fe7b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/88bd34cc39f487c71e3f72775e27ded69094fe7b
  Author: Shenyu Zheng 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java

  Log Message:
  ---
  Merge pull request #132 from fedepell/getlast-also-unstable

When calculating link to last coverage data consider both SUCCESS or UNSTABLE


  Commit: 4e4acc5f29ff28191489cfe5acc1478dabc54161
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4e4acc5f29ff28191489cfe5acc1478dabc54161
  Author: Shenyu Zheng 
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Merge branch 'dev' into fix/absolute-source-file


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/93a1c989251c...4e4acc5f29ff

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/93a1c9-4e4acc%40github.com.


[jenkinsci/code-coverage-api-plugin]

2019-12-16 Thread Shenyu Zheng
  Branch: refs/heads/fix/absolute-source-file
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/fix/absolute-source-file/4e4acc-00%40github.com.


[jenkinsci/code-coverage-api-plugin] 5c371a: Fix: cannot read source file with absolute path

2019-12-16 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 5c371a5875c1b1bebc24011fb1fdefc2856f2bf8
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/5c371a5875c1b1bebc24011fb1fdefc2856f2bf8
  Author: Shenyu Zheng 
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Fix: cannot read source file with absolute path


  Commit: 11fc9f837076b810c16ac0dcf2e5e479e40b073c
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/11fc9f837076b810c16ac0dcf2e5e479e40b073c
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java
M 
src/test/java/io/jenkins/plugins/coverage/CoverageScriptedPipelineScriptBuilder.java

  Log Message:
  ---
  Feat: perform source file rendering in node


  Commit: 01cdd695dae5ebdade8349e1bfd2ced2e72e5810
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/01cdd695dae5ebdade8349e1bfd2ced2e72e5810
  Author: Shenyu Zheng 
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix unit test in windows


  Commit: c8a20f39b839575657e3fe4889b312b92db09b4e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/c8a20f39b839575657e3fe4889b312b92db09b4e
  Author: Shenyu Zheng 
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java

  Log Message:
  ---
  Fix: cannot hanle absolute path in windows


  Commit: 93a1c989251c52bd35a5a5998d27b2a0c2426f88
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/93a1c989251c52bd35a5a5998d27b2a0c2426f88
  Author: Shenyu Zheng 
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java

  Log Message:
  ---
  Fix: cannot get rendered source file when path is relative


  Commit: 4e4acc5f29ff28191489cfe5acc1478dabc54161
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4e4acc5f29ff28191489cfe5acc1478dabc54161
  Author: Shenyu Zheng 
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly

  Log Message:
  ---
  Merge branch 'dev' into fix/absolute-source-file


  Commit: 46cdf18c108a623d88bf295eb83dfa8e5264ff5a
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/46cdf18c108a623d88bf295eb83dfa8e5264ff5a
  Author: Shenyu Zheng 
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java
M 
src/test/java/io/jenkins/plugins/coverage/CoverageScriptedPipelineScriptBuilder.java

  Log Message:
  ---
  Merge pull request #131 from jenkinsci/fix/absolute-source-file

Improve source file resolving


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/88bd34cc39f4...46cdf18c108a

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/dev/88bd34-46cdf1%40github.com.


  1   2   3   >