Branch: refs/heads/master 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 Commit: 014230c6b68329f3d0e1f46ed53efadb6b2c3914 https://github.com/jenkinsci/github-branch-source-plugin/commit/014230c6b68329f3d0e1f46ed53efadb6b2c3914 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-10-20 (Fri, 20 Oct 2017) Changed paths: M .gitignore M demo/Dockerfile M pom.xml M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java R src/main/resources/lib/credentials2/domainCredential.jelly R src/main/resources/lib/credentials2/domainCredential_de.properties R src/main/resources/lib/credentials2/domainCredential_fr.properties R src/main/resources/lib/credentials2/domainCredential_ja.properties R src/main/resources/lib/credentials2/domainCredentials.jelly R src/main/resources/lib/credentials2/domainCredentials_de.properties R src/main/resources/lib/credentials2/domainCredentials_fr.properties R src/main/resources/lib/credentials2/domainCredentials_ja.properties R src/main/resources/lib/credentials2/select.jelly R src/main/resources/lib/credentials2/select.properties R src/main/resources/lib/credentials2/select/select.css R src/main/resources/lib/credentials2/select/select.js R src/main/resources/lib/credentials2/select_fr.properties R src/main/resources/lib/credentials2/select_ja.properties R src/main/resources/lib/credentials2/taglib M src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/config.jelly M src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly Log Message: ----------- Merge branch 'master' into jenkins-34395 Commit: e98acfa47bcd74c30423e5d24afff7556874022a https://github.com/jenkinsci/github-branch-source-plugin/commit/e98acfa47bcd74c30423e5d24afff7556874022a Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-10-23 (Mon, 23 Oct 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/GitHubTagSCMHead.java M src/main/java/org/jenkinsci/plugins/github_branch_source/PushGHEventSubscriber.java M src/main/java/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTrait.java A src/test/java/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTraitTest.java Log Message: ----------- [JENKINS-34395] Add some tests and update git dependency Commit: af2923a0f9027b97e4cc81799c9b00edc575bab6 https://github.com/jenkinsci/github-branch-source-plugin/commit/af2923a0f9027b97e4cc81799c9b00edc575bab6 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-11-06 (Mon, 06 Nov 2017) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMBuilder.java M src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java Log Message: ----------- Merge branch 'master' into jenkins-34395 Commit: 67e82114e38694fc326ae2712f8c300c55ee230a https://github.com/jenkinsci/github-branch-source-plugin/commit/67e82114e38694fc326ae2712f8c300c55ee230a Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-11-06 (Mon, 06 Nov 2017) Log Message: ----------- Merge branch 'master' into jenkins-34395 Commit: 2fc52660e0f095d7fe8b4f8e28eca95fc4bf50c2 https://github.com/jenkinsci/github-branch-source-plugin/commit/2fc52660e0f095d7fe8b4f8e28eca95fc4bf50c2 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2017-11-07 (Tue, 07 Nov 2017) Changed paths: M pom.xml 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/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 A src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubTagSCMHead.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 M src/main/java/org/jenkinsci/plugins/github_branch_source/PushGHEventSubscriber.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 A src/test/java/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTraitTest.java Log Message: ----------- Merge pull request #158 from stephenc/jenkins-34395 [JENKINS-34395] Support for tag discovery Compare: https://github.com/jenkinsci/github-branch-source-plugin/compare/e6e740de462a...2fc52660e0f0 -- 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.