Branch: refs/heads/remove-map Home: https://github.com/jenkinsci/ghprb-plugin Commit: 628ae016a756a6a9ecc5b0a46640ecc5e5fe2053 https://github.com/jenkinsci/ghprb-plugin/commit/628ae016a756a6a9ecc5b0a46640ecc5e5fe2053 Author: Jonathan Lebon <jle...@redhat.com> Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/extensions/status/GhprbSimpleStatus.java Log Message: ----------- Don't create a commit status in onEnvironmentSetup() The commit status that would be created in onEnvironmentSetup() would happen right after the one from onBuildStart() and thus would wipe whatever the user wanted to have set there as their startedStatus string (or e.g. if the user had specified "--none--" to avoid any update at all). Remove that status update since it is superfluous. Commit: 268aed517ac4ca9384da8cd72e1a2e1f18e632fd https://github.com/jenkinsci/ghprb-plugin/commit/268aed517ac4ca9384da8cd72e1a2e1f18e632fd Author: David Tanner <david.joel.tan...@gmail.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: 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/GhprbWebHook.java Log Message: ----------- Reduce noise of webhook handling for many jobs Commit: 7bf4231eeed93a92724f4a2e7ab154519050f914 https://github.com/jenkinsci/ghprb-plugin/commit/7bf4231eeed93a92724f4a2e7ab154519050f914 Author: David Tanner <darthtan...@gmail.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/extensions/status/GhprbSimpleStatus.java Log Message: ----------- Merge pull request #189 from jlebon/pr/fix-started Don't create a commit status in onEnvironmentSetup() Commit: e87cc06d23a1be20d4f8cebdcdec863a4f489787 https://github.com/jenkinsci/ghprb-plugin/commit/e87cc06d23a1be20d4f8cebdcdec863a4f489787 Author: David Tanner <david.joel.tan...@gmail.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java Log Message: ----------- Change comment to FINE level Commit: 808e908f802ebd7ec24b29ac104d09c767a59c6b https://github.com/jenkinsci/ghprb-plugin/commit/808e908f802ebd7ec24b29ac104d09c767a59c6b Author: David Tanner <darthtan...@gmail.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: 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/GhprbWebHook.java Log Message: ----------- Merge pull request #190 from jenkinsci/webhook Reduce noise of webhook handling for many jobs Commit: 0ae773be5706e02b44b5bfd0ade8bbbd72c8bd62 https://github.com/jenkinsci/ghprb-plugin/commit/0ae773be5706e02b44b5bfd0ade8bbbd72c8bd62 Author: David Tanner <david.joel.tan...@gmail.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release ghprb-1.28.4 Commit: 2bc0ba6bf7029e826c55ccc3bafbae59f2e038c4 https://github.com/jenkinsci/ghprb-plugin/commit/2bc0ba6bf7029e826c55ccc3bafbae59f2e038c4 Author: David Tanner <david.joel.tan...@gmail.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 0f5abf5d8ae52dcca4e405095710c037d1fc2362 https://github.com/jenkinsci/ghprb-plugin/commit/0f5abf5d8ae52dcca4e405095710c037d1fc2362 Author: Arcadiy Ivanov <arca...@csc.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java Log Message: ----------- GhprbPullRequestMerge must NOT persist and serialize logger #192 fixes #192, connected to #192 Commit: dc5812ffe28edccd775da36dc40cb45bfc3c5b56 https://github.com/jenkinsci/ghprb-plugin/commit/dc5812ffe28edccd775da36dc40cb45bfc3c5b56 Author: Arcadiy Ivanov <arca...@ivanov.biz> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java Log Message: ----------- Merge pull request #193 from arcivanov/issue_192 GhprbPullRequestMerge must NOT persist and serialize logger #192 Commit: 67b92d252ecc3c155dc056d072fa199cd3787993 https://github.com/jenkinsci/ghprb-plugin/commit/67b92d252ecc3c155dc056d072fa199cd3787993 Author: Arcadiy Ivanov <arca...@csc.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release ghprb-1.28.5 Commit: 806fc21f526e101ff320318fc8b4dd7e3af8727d https://github.com/jenkinsci/ghprb-plugin/commit/806fc21f526e101ff320318fc8b4dd7e3af8727d Author: Arcadiy Ivanov <arca...@csc.com> Date: 2015-09-23 (Wed, 23 Sep 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: f98e6d5c79ff11b9cceb0c2c50fcfc0afa4699d9 https://github.com/jenkinsci/ghprb-plugin/commit/f98e6d5c79ff11b9cceb0c2c50fcfc0afa4699d9 Author: David Tanner <david.joel.tan...@gmail.com> Date: 2015-09-24 (Thu, 24 Sep 2015) Changed paths: 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/GhprbWebHook.java M src/main/java/org/jenkinsci/plugins/ghprb/extensions/status/GhprbSimpleStatus.java Log Message: ----------- Merge in latest for master Compare: https://github.com/jenkinsci/ghprb-plugin/compare/74dbfcd35bf6...f98e6d5c79ff -- 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.