Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ghprb-plugin
  Commit: 953c45cfd2951c04a4e62b6f429736debfe21ecc
      
https://github.com/jenkinsci/ghprb-plugin/commit/953c45cfd2951c04a4e62b6f429736debfe21ecc
  Author: David Tanner <[email protected]>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbCause.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
    A src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/global.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyTriggerPhrase.html
    M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java

  Log Message:
  -----------
  Adding a merge post build option.  If the build is successful then the merge 
command will be sent to github, and the pull request will be closed.


  Commit: 3d71255dc63ccf4bb7a06294ed2a7ea1ed628266
      
https://github.com/jenkinsci/ghprb-plugin/commit/3d71255dc63ccf4bb7a06294ed2a7ea1ed628266
  Author: David Tanner <[email protected]>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Changing project version back


  Commit: 70b4b8bf7021ee948e2d000791645573732936bb
      
https://github.com/jenkinsci/ghprb-plugin/commit/70b4b8bf7021ee948e2d000791645573732936bb
  Author: David Tanner <[email protected]>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java

  Log Message:
  -----------
  Mark the build as passed if the trigger phrase is required, but not sent.  
Just don't merge it


  Commit: ebd8c7fc9cf97ba741183aba6c0b5c0c4e67fd3a
      
https://github.com/jenkinsci/ghprb-plugin/commit/ebd8c7fc9cf97ba741183aba6c0b5c0c4e67fd3a
  Author: David Tanner <[email protected]>
  Date:   2014-08-04 (Mon, 04 Aug 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbCause.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbIT.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java

  Log Message:
  -----------
  Updating test cases and keeping the commentor details.


  Commit: e3d47530c3a5943baa46d46479d9651868b38af0
      
https://github.com/jenkinsci/ghprb-plugin/commit/e3d47530c3a5943baa46d46479d9651868b38af0
  Author: David Tanner <[email protected]>
  Date:   2014-08-04 (Mon, 04 Aug 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updating version of jenkins


  Commit: aef28484ef4b04b8e92b460d7eb67492eaa48f3e
      
https://github.com/jenkinsci/ghprb-plugin/commit/aef28484ef4b04b8e92b460d7eb67492eaa48f3e
  Author: David Tanner <[email protected]>
  Date:   2014-08-04 (Mon, 04 Aug 2014)

  Changed paths:
    M pom.xml
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbIT.java

  Log Message:
  -----------
  Updating version of git plugin


  Commit: 6ce75ce97dd7ac0933b7dbc9446c03864faea6ed
      
https://github.com/jenkinsci/ghprb-plugin/commit/6ce75ce97dd7ac0933b7dbc9446c03864faea6ed
  Author: David Tanner <[email protected]>
  Date:   2014-08-05 (Tue, 05 Aug 2014)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbGitHub.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbIT.java

  Log Message:
  -----------
  Returning jenkins version as that didn't fix the issue.  Updating the tests 
and relevant files so the integration tests will pass.


  Commit: 2e3119161f0f4a261cb6e922a86d994f1e9d0622
      
https://github.com/jenkinsci/ghprb-plugin/commit/2e3119161f0f4a261cb6e922a86d994f1e9d0622
  Author: David Tanner <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbCause.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbGitHub.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
    A src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/global.jelly
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html
    A 
src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyTriggerPhrase.html
    M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbIT.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java

  Log Message:
  -----------
  Merge pull request #43 from DavidTanner/master

Adding pull request merge task


Compare: 
https://github.com/jenkinsci/ghprb-plugin/compare/62ac2957afa8...2e3119161f0f

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

Reply via email to