Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ghprb-plugin
  Commit: f34aaa41b2044193f54aff9d434643728f8b0ac1
      
https://github.com/jenkinsci/ghprb-plugin/commit/f34aaa41b2044193f54aff9d434643728f8b0ac1
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbWebHook.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java

  Log Message:
  -----------
  Fix issues with authentication for hooks.
This allows webhooks to be parsed at most twice.
Responsibility is placed on GhprbRootAction to see that the event applies to 
the job


  Commit: f4f93158b8e69eca046d6039839e3d76d756fd9c
      
https://github.com/jenkinsci/ghprb-plugin/commit/f4f93158b8e69eca046d6039839e3d76d756fd9c
  Author: Arcadiy Ivanov <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Add debug statement to demonstrate anonymous GitHub root
Fix ownCode issues now that the data does not come up with nulls


  Commit: 4d4bcbb077b8f3d6ad9396fb35a176fc5e85d85c
      
https://github.com/jenkinsci/ghprb-plugin/commit/4d4bcbb077b8f3d6ad9396fb35a176fc5e85d85c
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Don't use job context when looking up creds for GitHub connections.


  Commit: 031dc339ae3dd66b983f137f4df6c90b3b172f95
      
https://github.com/jenkinsci/ghprb-plugin/commit/031dc339ae3dd66b983f137f4df6c90b3b172f95
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Merge branch 'webhook' of github.com:jenkinsci/ghprb-plugin into webhook


  Commit: 1f6d7839d72232df6c3b656be3ec3b32bc164798
      
https://github.com/jenkinsci/ghprb-plugin/commit/1f6d7839d72232df6c3b656be3ec3b32bc164798
  Author: Arcadiy Ivanov <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Fix ownCode verification


  Commit: 66acd9420f4428da0ebc188c0924e6cb242b3be1
      
https://github.com/jenkinsci/ghprb-plugin/commit/66acd9420f4428da0ebc188c0924e6cb242b3be1
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  initial work to remove the concurrent map if possible


  Commit: 89582102514f3274c3ce5e8616a0b9ae121502c3
      
https://github.com/jenkinsci/ghprb-plugin/commit/89582102514f3274c3ce5e8616a0b9ae121502c3
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMergeTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java

  Log Message:
  -----------
  Minimize the PullRequest object so the xml file isn't so huge


  Commit: 0ad0d9bea6b253388994cbf6487c00b197f38b46
      
https://github.com/jenkinsci/ghprb-plugin/commit/0ad0d9bea6b253388994cbf6487c00b197f38b46
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Fix formatting


  Commit: a5713e36bc09708b144bcebd05296ed00612c64a
      
https://github.com/jenkinsci/ghprb-plugin/commit/a5713e36bc09708b144bcebd05296ed00612c64a
  Author: Arcadiy Ivanov <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Helper being transient the PRs MUST be reinitialized with it


  Commit: 5bf4efcb3106d9b8865e4afc4ed0a9b9ac04a655
      
https://github.com/jenkinsci/ghprb-plugin/commit/5bf4efcb3106d9b8865e4afc4ed0a9b9ac04a655
  Author: Arcadiy Ivanov <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Final cleanup


  Commit: ce2a16498b8b25673d5684f58f8d2c950620bc50
      
https://github.com/jenkinsci/ghprb-plugin/commit/ce2a16498b8b25673d5684f58f8d2c950620bc50
  Author: Arcadiy Ivanov <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java

  Log Message:
  -----------
  Fix test errors, pending - fix tests not passing


  Commit: c4e04d2865d2a44cb5bf58ddbdb3406d44dd3e37
      
https://github.com/jenkinsci/ghprb-plugin/commit/c4e04d2865d2a44cb5bf58ddbdb3406d44dd3e37
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbWebHook.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMergeTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java

  Log Message:
  -----------
  Merge


  Commit: 939c0b6f6dfed1a1e93d390fdf44dd46745fd23e
      
https://github.com/jenkinsci/ghprb-plugin/commit/939c0b6f6dfed1a1e93d390fdf44dd46745fd23e
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java

  Log Message:
  -----------
  Missed uploading fixed tests


  Commit: 202be79b39bfd3c420dff922e465ff05298f154b
      
https://github.com/jenkinsci/ghprb-plugin/commit/202be79b39bfd3c420dff922e465ff05298f154b
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Missed change to repo


  Commit: 037c5e6c37dc075c721f4b277a49575572d8e645
      
https://github.com/jenkinsci/ghprb-plugin/commit/037c5e6c37dc075c721f4b277a49575572d8e645
  Author: David Tanner <[email protected]>
  Date:   2015-09-26 (Sat, 26 Sep 2015)

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

  Log Message:
  -----------
  Add comment about not using context


  Commit: 2dd65219322995c8941c1ca8c05be3b7fd0d26b5
      
https://github.com/jenkinsci/ghprb-plugin/commit/2dd65219322995c8941c1ca8c05be3b7fd0d26b5
  Author: David Tanner <[email protected]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java

  Log Message:
  -----------
  Replace magic number in test


  Commit: ee3a3e7d8ce0e8e301997c8dd94ec6ccaa7b7fc8
      
https://github.com/jenkinsci/ghprb-plugin/commit/ee3a3e7d8ce0e8e301997c8dd94ec6ccaa7b7fc8
  Author: David Tanner <[email protected]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java
    M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.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/GhprbWebHook.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMergeTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java
    M src/test/java/org/jenkinsci/plugins/ghprb/GhprbTestUtil.java

  Log Message:
  -----------
  Merge pull request #203 from DavidTanner/webhook

Webhook


Compare: 
https://github.com/jenkinsci/ghprb-plugin/compare/10071d5c76ef...ee3a3e7d8ce0

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