Branch: refs/heads/Deepomatic-better-github-username-check
Home: https://github.com/jenkinsci/ghprb-plugin
Commit: 26c8e9aa9623690da4686b4c9235cd0b244b23aa
https://github.com/jenkinsci/ghprb-plugin/commit/26c8e9aa9623690da4686b4c9235cd0b244b23aa
Author: Ryan Walls <[email protected]>
Date: 2017-07-06 (Thu, 06 Jul 2017)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
Log Message:
-----------
Give more examples for setting up webhook
Commit: a876f058952a2523531a0fa424c749d059ab665d
https://github.com/jenkinsci/ghprb-plugin/commit/a876f058952a2523531a0fa424c749d059ab665d
Author: Sverker Abrahamsson <[email protected]>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
Log Message:
-----------
Catch Throwable instead of Exception in the catch-all clause, as that will
catch also java.lang.Error
Catch also Error on some locations where IOException is catched, as the github
lib sometimes will catch IOException and wrap it in an Error
Commit: 213b8921aa2e88b836b330dc1336c75569f8f2b8
https://github.com/jenkinsci/ghprb-plugin/commit/213b8921aa2e88b836b330dc1336c75569f8f2b8
Author: Sam Gleske <[email protected]>
Date: 2017-10-03 (Tue, 03 Oct 2017)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
Log Message:
-----------
Disable register hooks on startup via property
This change provides an admin the ability to better control how
GhprbTrigger initializes.
- Convert existing system properties to use standards from Jenkins core.
This is necessary to sanitize user input to ensure that system
properties are properly handled. This also integrates with Jenkins
system logging when a user accidentally misconfigures a property.
- Add a system property to disable registering GitHub webhooks on
startup. This assumes that hooks were already properly registered when
an admin or user created the Jenkins job.
- Implements recommendations from #535
This change provides the following system properties:
- `org.jenkinsci.plugins.ghprb.GhprbTrigger.poolSize=N` where `N` is an
integer defining number of threads to use for registering webhooks on
startup.
- `org.jenkinsci.plugins.ghprb.GhprbTrigger.disableRegisterOnStartup=N`
where `N` is boolean `true` or `false`.
Additional notes:
- Jenkins 2 is now a requirement
- Updated all dependencies to resolve building against Jenkins 2.
- Added pinned dependencies to resolve build issues with the maven
enforcer plugin.
- Added more debug logging.
Commit: 33d69df336c4925f282e3f79b31a92163950c626
https://github.com/jenkinsci/ghprb-plugin/commit/33d69df336c4925f282e3f79b31a92163950c626
Author: Sam Gleske <[email protected]>
Date: 2017-10-03 (Tue, 03 Oct 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Remove the hard dependency on Jenkins 2.68
Commit: 739d98795e8601276db0e71e4aedbe8abf126d81
https://github.com/jenkinsci/ghprb-plugin/commit/739d98795e8601276db0e71e4aedbe8abf126d81
Author: Ray Holder <[email protected]>
Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Bump org.jenkins-ci.plugins:github-api version up to 1.90
Commit: 39bbc9f9adbcd2b305c1c9a15ec0cf21e79a620d
https://github.com/jenkinsci/ghprb-plugin/commit/39bbc9f9adbcd2b305c1c9a15ec0cf21e79a620d
Author: Ray Holder <[email protected]>
Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
Log Message:
-----------
Rethrow IOException in a RuntimeException to mitigate API changes from newest
github-api dependency
Commit: e3582930da3dbd1d70bd35555a8d515339f8aa1b
https://github.com/jenkinsci/ghprb-plugin/commit/e3582930da3dbd1d70bd35555a8d515339f8aa1b
Author: Ray Holder <[email protected]>
Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths:
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
Log Message:
-----------
Patch up tests for API changes from newest github-api, this gets us
compiling, all tests passing
Commit: e6cd843bdc93a0ada2bb299b7c76876304ec3619
https://github.com/jenkinsci/ghprb-plugin/commit/e6cd843bdc93a0ada2bb299b7c76876304ec3619
Author: Ray Holder <[email protected]>
Date: 2017-11-06 (Mon, 06 Nov 2017)
Changed paths:
M AUTHORS.md
M CHANGELOG.md
Log Message:
-----------
Add self to AUTHORS.md, update CHANGELOG.md to reflect what goes out in next
release
Commit: 093a97adebf790539a73a8fa3029dcd927c5a2a0
https://github.com/jenkinsci/ghprb-plugin/commit/093a97adebf790539a73a8fa3029dcd927c5a2a0
Author: Björn Häuser <[email protected]>
Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths:
A Jenkinsfile
Log Message:
-----------
Add Jenkinsfile
Commit: 031118c3f18d2af40bbf93ed30a2145353cead4d
https://github.com/jenkinsci/ghprb-plugin/commit/031118c3f18d2af40bbf93ed30a2145353cead4d
Author: Sam Gleske <[email protected]>
Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths:
M AUTHORS.md
M CHANGELOG.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
Log Message:
-----------
Merge pull request #589 from rholder/580-handle-64-bit-commit-id
Handle 64-bit commit id from new github-api
Commit: c6564ff641e164e02e196903e4a992daeab389bf
https://github.com/jenkinsci/ghprb-plugin/commit/c6564ff641e164e02e196903e4a992daeab389bf
Author: Björn Häuser <[email protected]>
Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths:
A Jenkinsfile
Log Message:
-----------
Merge pull request #592 from jenkinsci/jenkinsfile
Add Jenkinsfile
Commit: 62bb3ca34c30ed020113bbf38b66ed81e3c758d2
https://github.com/jenkinsci/ghprb-plugin/commit/62bb3ca34c30ed020113bbf38b66ed81e3c758d2
Author: hartzell <[email protected]>
Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths:
M README.md
Log Message:
-----------
Improve description of branch specifier in config
Closes #563
Commit: dae6b75b1441e7691abebf4f1f670a070738f61c
https://github.com/jenkinsci/ghprb-plugin/commit/dae6b75b1441e7691abebf4f1f670a070738f61c
Author: hartzell <[email protected]>
Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths:
M README.md
Log Message:
-----------
Touch up remotes in branch spec. e.g.
Commit: 4f948d83d4b6eb2e811435ee75990da8b4b83c9a
https://github.com/jenkinsci/ghprb-plugin/commit/4f948d83d4b6eb2e811435ee75990da8b4b83c9a
Author: Sam Gleske <[email protected]>
Date: 2017-11-19 (Sun, 19 Nov 2017)
Changed paths:
M README.md
Log Message:
-----------
Merge pull request #594 from hartzell/docs-fix
Improve description of branch specifier in config
Commit: fc1020242a6e1d92f382ea49b12b1589e6d3d6a1
https://github.com/jenkinsci/ghprb-plugin/commit/fc1020242a6e1d92f382ea49b12b1589e6d3d6a1
Author: Björn Häuser <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ghprb/jobdsl/GhprbTriggerContext.java
M
src/main/java/org/jenkinsci/plugins/ghprb/manager/configuration/JobConfiguration.java
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbGitHubAuth/config.groovy
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-allowMergeWithoutTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly.tmp
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListCommitAuthor.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-excludedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-includedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-okToTestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-onlyTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-permitAll.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-publishedURL.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-requestForTestingPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-retestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-triggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-unstableAs.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useComments.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whitelistPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/extensions/comments/GhprbCommentFile/help-commentFilePath.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help-commitStatusContext.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help.html
Log Message:
-----------
Improve inline docu by a very small bit
Commit: 4802dfb714c814ec6bfa813348a87744246acc51
https://github.com/jenkinsci/ghprb-plugin/commit/4802dfb714c814ec6bfa813348a87744246acc51
Author: Björn Häuser <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ghprb/jobdsl/GhprbTriggerContext.java
M
src/main/java/org/jenkinsci/plugins/ghprb/manager/configuration/JobConfiguration.java
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbGitHubAuth/config.groovy
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-allowMergeWithoutTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly.tmp
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListCommitAuthor.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-excludedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-includedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-okToTestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-onlyTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-permitAll.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-publishedURL.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-requestForTestingPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-retestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-triggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-unstableAs.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useComments.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whitelistPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/extensions/comments/GhprbCommentFile/help-commentFilePath.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help-commitStatusContext.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help.html
Log Message:
-----------
Merge pull request #593 from jenkinsci/improve-documentation
Improve inline docu by a very small bit
Commit: fe2a4da39d53a2623e8d8b25c80521c3776a482c
https://github.com/jenkinsci/ghprb-plugin/commit/fe2a4da39d53a2623e8d8b25c80521c3776a482c
Author: Sam Gleske <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M AUTHORS.md
M CHANGELOG.md
A Jenkinsfile
M README.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
M src/main/java/org/jenkinsci/plugins/ghprb/jobdsl/GhprbTriggerContext.java
M
src/main/java/org/jenkinsci/plugins/ghprb/manager/configuration/JobConfiguration.java
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbGitHubAuth/config.groovy
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-allowMergeWithoutTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly.tmp
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListCommitAuthor.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-excludedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-includedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-okToTestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-onlyTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-permitAll.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-publishedURL.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-requestForTestingPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-retestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-triggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-unstableAs.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useComments.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whitelistPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/extensions/comments/GhprbCommentFile/help-commentFilePath.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help-commitStatusContext.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help.html
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
Log Message:
-----------
Merge branch 'master' into master
Commit: 19d55401cf06097ef531255dace902e1c9eebf10
https://github.com/jenkinsci/ghprb-plugin/commit/19d55401cf06097ef531255dace902e1c9eebf10
Author: Sam Gleske <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
Log Message:
-----------
Merge pull request #570 from sverkera/master
Fix for #523
Commit: fdd90732ed3dba8d37049ca3c445095896a80fad
https://github.com/jenkinsci/ghprb-plugin/commit/fdd90732ed3dba8d37049ca3c445095896a80fad
Author: Ryan Walls <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
Log Message:
-----------
Add more explicit directions about jenkins server url
Commit: e2aaaf3fbb7ea91f990539fedf288422a5580609
https://github.com/jenkinsci/ghprb-plugin/commit/e2aaaf3fbb7ea91f990539fedf288422a5580609
Author: Ryan Walls <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M AUTHORS.md
M CHANGELOG.md
A Jenkinsfile
M README.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
M src/main/java/org/jenkinsci/plugins/ghprb/jobdsl/GhprbTriggerContext.java
M
src/main/java/org/jenkinsci/plugins/ghprb/manager/configuration/JobConfiguration.java
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbGitHubAuth/config.groovy
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-allowMergeWithoutTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly.tmp
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListCommitAuthor.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-excludedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-includedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-okToTestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-onlyTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-permitAll.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-publishedURL.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-requestForTestingPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-retestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-triggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-unstableAs.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useComments.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whitelistPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/extensions/comments/GhprbCommentFile/help-commentFilePath.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help-commitStatusContext.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help.html
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
Log Message:
-----------
Merge branch 'master' into documentation-improvement
Commit: 7821ae9cba1d26d45eac1e5ebc14e10ef674f60e
https://github.com/jenkinsci/ghprb-plugin/commit/7821ae9cba1d26d45eac1e5ebc14e10ef674f60e
Author: Ryan Walls <[email protected]>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Log Message:
-----------
Merge branch 'master' into documentation-improvement
Commit: e6a338e435b8946e43dabc6df4649cb250330b46
https://github.com/jenkinsci/ghprb-plugin/commit/e6a338e435b8946e43dabc6df4649cb250330b46
Author: Björn Häuser <[email protected]>
Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
Log Message:
-----------
Merge pull request #544 from ryanwalls/documentation-improvement
Give more examples for setting up webhook
Commit: b18e50267b9f9d00a8e1adf0899b4b08ed3d66d1
https://github.com/jenkinsci/ghprb-plugin/commit/b18e50267b9f9d00a8e1adf0899b4b08ed3d66d1
Author: Björn Häuser <[email protected]>
Date: 2017-11-23 (Thu, 23 Nov 2017)
Changed paths:
M AUTHORS.md
M CHANGELOG.md
A Jenkinsfile
M README.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
M src/main/java/org/jenkinsci/plugins/ghprb/jobdsl/GhprbTriggerContext.java
M
src/main/java/org/jenkinsci/plugins/ghprb/manager/configuration/JobConfiguration.java
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbGitHubAuth/config.groovy
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-allowMergeWithoutTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
R
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly.tmp
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListCommitAuthor.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-excludedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-includedRegions.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-okToTestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-onlyTriggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-permitAll.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-publishedURL.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-requestForTestingPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-retestPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-triggerPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-unstableAs.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useComments.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whitelistPhrase.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/extensions/comments/GhprbCommentFile/help-commentFilePath.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help-commitStatusContext.html
M
src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help.html
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
Log Message:
-----------
Merge branch 'master' into Deepomatic-better-github-username-check
Compare:
https://github.com/jenkinsci/ghprb-plugin/compare/2a1172a36b16...b18e50267b9f
--
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.