Branch: refs/tags/temp-v1 Home: https://github.com/jenkinsci/github-branch-source-plugin Commit: e28cd4a846d73d45393d862c398ad90ae079f280 https://github.com/jenkinsci/github-branch-source-plugin/commit/e28cd4a846d73d45393d862c398ad90ae079f280 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystem.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceRequest.java A src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubTagSCMHead.java A src/main/java/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTrait.java M src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties A src/main/resources/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTrait/config.jelly A src/main/resources/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTrait/help.html Log Message: ----------- [JENKINS-34395] Support for tag discovery Commit: 51415fa4887e726e81027dcd092b0400dbfced9f https://github.com/jenkinsci/github-branch-source-plugin/commit/51415fa4887e726e81027dcd092b0400dbfced9f Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceRequest.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubTagSCMHead.java M src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties Log Message: ----------- [JENKINS-34395] Updates based on manual testing Commit: d09440219c5a06260a2fe0e351cc86c7bf623444 https://github.com/jenkinsci/github-branch-source-plugin/commit/d09440219c5a06260a2fe0e351cc86c7bf623444 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystem.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java M src/test/resources/api/mappings/mapping-yolo-contents-64985.json M src/test/resources/api/mappings/mapping-yolo-contents-8rd37.json M src/test/resources/api/mappings/mapping-yolo-contents-DRrwo.json M src/test/resources/api/mappings/mapping-yolo-contents-pcVDb.json Log Message: ----------- [JENKINS-34395] Found out that github-api plays fast and loose with the ref/ prefix Commit: 909ce6434f7d6ffc724f25dad02aba580a137a66 https://github.com/jenkinsci/github-branch-source-plugin/commit/909ce6434f7d6ffc724f25dad02aba580a137a66 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMBuilder.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFile.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java Log Message: ----------- [JENKINS-34395] Fix SCM build for tags Commit: 6f9ee583ae0ef854fd8541dce736b15ace9b55f8 https://github.com/jenkinsci/github-branch-source-plugin/commit/6f9ee583ae0ef854fd8541dce736b15ace9b55f8 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFile.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystem.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java Log Message: ----------- [JENKINS-34395] Ensure that lightweight checkout works for tags Commit: 41e016f19b68d2ba618c669c462877f96c06ab3a https://github.com/jenkinsci/github-branch-source-plugin/commit/41e016f19b68d2ba618c669c462877f96c06ab3a Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFile.java M src/test/resources/api/mappings/mapping-yolo-contents-64985.json M src/test/resources/api/mappings/mapping-yolo-contents-8rd37.json M src/test/resources/api/mappings/mapping-yolo-contents-DRrwo.json M src/test/resources/api/mappings/mapping-yolo-contents-pcVDb.json Log Message: ----------- [JENKINS-34395] Revert changes to test data and fix filesystem when using a hash rather than a ref Commit: 51fc6efbfed92f541032ed672be2ee9d9ac2e398 https://github.com/jenkinsci/github-branch-source-plugin/commit/51fc6efbfed92f541032ed672be2ee9d9ac2e398 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-07 (Thu, 07 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceRequest.java M src/main/java/org/jenkinsci/plugins/github_branch_source/PushGHEventSubscriber.java Log Message: ----------- [JENKINS-34395] Properly handle push events for tags Commit: 4d47488b3116e2a605ff786353f4ac49319e9d69 https://github.com/jenkinsci/github-branch-source-plugin/commit/4d47488b3116e2a605ff786353f4ac49319e9d69 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java M src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestAction.java M src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java Log Message: ----------- [JENKINS-34395] Update to 1.89 of github-api and guard against 404 in repos without any tags Compare: https://github.com/jenkinsci/github-branch-source-plugin/compare/e28cd4a846d7^...4d47488b3116 -- 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.