Branch: refs/heads/pr55
Home: https://github.com/jenkinsci/github-pr-coverage-status-plugin
Commit: c1c5f0bcc4070cd5c02e3de2f72c01b73789db67
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/c1c5f0bcc4070cd5c02e3de2f72c01b73789db67
Author: terma <[email protected]>
Date: 2018-08-06 (Mon, 06 Aug 2018)
Changed paths:
M pom.xml
Log Message:
-----------
#59 Update jacoco from 0.7.5.x to 0.8.1
Commit: 874b53bb919e31fbd3b2e49f5b482efe3833c9e5
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/874b53bb919e31fbd3b2e49f5b482efe3833c9e5
Author: Dmitrii Motpan <[email protected]>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M Jenkinsfile
M README.md
M pom.xml
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/GetCoverageCallable.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/JacocoParser.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/PullRequestRepository.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/ServiceRegistry.java
M
src/test/java/com/github/terma/jenkins/githubprcoveragestatus/JacocoParserTest.java
Log Message:
-----------
Allow counter type selection for Jacoco (#62)
* Make coverage type selectable
* Add tests
* Update readme
* Rename var
* Attempt to fix the build
* Rename param
* Formate code a bit
* Revert pom changes
* Modify jenkinsfile
* Increase java version
Commit: 90cc0f60428e32b1c4128a8d1e4c93420ede54a0
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/90cc0f60428e32b1c4128a8d1e4c93420ede54a0
Author: Dmitrii Motpan <[email protected]>
Date: 2018-12-26 (Wed, 26 Dec 2018)
Changed paths:
M README.md
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/GitHubPullRequestRepository.java
M src/main/java/com/github/terma/jenkins/githubprcoveragestatus/Message.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/PullRequestRepository.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/ServiceRegistry.java
M
src/test/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageActionTest.java
Log Message:
-----------
Allow publishing result as a status check (#64)
* Add status check
* Allow publishing result as status check
* Fix method call
* Add context to status check
* Format code
* Inline param with const value
* Update readme
* Keep logic in compare action class
Commit: 359b2411f5ecec04ffd31882410f5063af9b6976
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/359b2411f5ecec04ffd31882410f5063af9b6976
Author: Dmitrii Motpan <[email protected]>
Date: 2018-12-27 (Thu, 27 Dec 2018)
Changed paths:
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction.java
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction/config.jelly
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction/help-jacocoCoverageCounter.html
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction/config.jelly
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction/help-jacocoCoverageCounter.html
Log Message:
-----------
Add params support for freestyle jobs (#65)
* Add freestyle jobs support
* Add jelly file for Master Coverage action
* Swap values in config
* Add help files
Commit: 38f477cc5ba821c8933bb0cd191b917caa3c4dd9
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/38f477cc5ba821c8933bb0cd191b917caa3c4dd9
Author: Dmitrii Motpan <[email protected]>
Date: 2018-12-27 (Thu, 27 Dec 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Use SSH connection with remote repository (#66)
Commit: 359d2318c08207e810e5d1aadfc9a92eb5c39631
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/359d2318c08207e810e5d1aadfc9a92eb5c39631
Author: terma <[email protected]>
Date: 2018-12-27 (Thu, 27 Dec 2018)
Changed paths:
M Jenkinsfile
M README.md
M pom.xml
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/GetCoverageCallable.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/GitHubPullRequestRepository.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/JacocoParser.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction.java
M src/main/java/com/github/terma/jenkins/githubprcoveragestatus/Message.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/PullRequestRepository.java
M
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/ServiceRegistry.java
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction/config.jelly
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction/help-jacocoCoverageCounter.html
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction/config.jelly
A
src/main/resources/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction/help-jacocoCoverageCounter.html
M
src/test/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageActionTest.java
M
src/test/java/com/github/terma/jenkins/githubprcoveragestatus/JacocoParserTest.java
Log Message:
-----------
Merge branch 'master' into pr55
# Conflicts:
# pom.xml
Commit: 0ef28be77ee5211b9c1b9866b941f123f03b8944
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/0ef28be77ee5211b9c1b9866b941f123f03b8944
Author: terma <[email protected]>
Date: 2018-12-27 (Thu, 27 Dec 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Merge from master
Compare:
https://github.com/jenkinsci/github-pr-coverage-status-plugin/compare/86a983d99fc4...0ef28be77ee5
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.