Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: cb84ed93e695f10d879b8e6a4603ecdee0ff70eb
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/cb84ed93e695f10d879b8e6a4603ecdee0ff70eb
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials/help-owner.html

  Log Message:
  -----------
  [JENKINS-62220] Automatically select `owner` for `GitHubAppCredentials` acc. 
to requesting `Run`


  Commit: d016f400fa33c3811fbd5d47b7b91df186ef9065
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/d016f400fa33c3811fbd5d47b7b91df186ef9065
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.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/GitHubSCMSource.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly

  Log Message:
  -----------
  Also apply an `owner` to `lookupScanCredentials`


  Commit: 2273f86fa5990f3e0657189cfb6335f7bf248901
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/2273f86fa5990f3e0657189cfb6335f7bf248901
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Need to update POM, BOM to accommodate new `credentials` dep


  Commit: b1baf5f0734563835b7a66c1507388e99ff5d2ad
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/b1baf5f0734563835b7a66c1507388e99ff5d2ad
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java

  Log Message:
  -----------
  SpotBugs


  Commit: cad8d3cdd093a29caffd6a598b03c0466b04b9cf
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/cad8d3cdd093a29caffd6a598b03c0466b04b9cf
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
    A .git-blame-ignore-revs

  Log Message:
  -----------
  Merge branch 'master' of 
https://github.com/jenkinsci/github-branch-source-plugin into Credentials.forRun


  Commit: 84d12a2a151b7321b96d92e3fbcd3ec3867afe72
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/84d12a2a151b7321b96d92e3fbcd3ec3867afe72
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsAppInstallationTokenTest.java

  Log Message:
  -----------
  `GithubAppCredentialsAppInstallationTokenTest` from #326 was flaking; use 
`closeTo` for actual times


  Commit: 5030dcd1a0b37a65cc8dfc50c0da2c71ed492ace
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/5030dcd1a0b37a65cc8dfc50c0da2c71ed492ace
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2022-03-26 (Sat, 26 Mar 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  https://github.com/jenkinsci/credentials-plugin/pull/293 released


  Commit: 8458112ff8a77cccf068743c5df4d83f780c8d47
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/8458112ff8a77cccf068743c5df4d83f780c8d47
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M .github/workflows/cd.yaml
    M Jenkinsfile
    M docs/github-app.adoc
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/IgnoreDraftPullRequestFilterTrait.java
    M src/main/java/org/jenkinsci/plugins/github_branch_source/TopicsTrait.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java
    M src/test/resources/api/__files/body-(root)-XwEI7.json
    M 
src/test/resources/api/__files/body-orgs-cloudbeers-teams-justice-league-AHFpl.json
    M 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-teams-repo-gOYDg.json
    M src/test/resources/api/mappings/mapping-contents-fu-nMBRw.json

  Log Message:
  -----------
  Merge branch 'master' into Credentials.forRun


  Commit: b2f51293cb78fef3005faf129760fecef24c75bc
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/b2f51293cb78fef3005faf129760fecef24c75bc
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.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/GitHubSCMSource.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials/help-owner.html
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsAppInstallationTokenTest.java

  Log Message:
  -----------
  Merge pull request #527 from jglick/Credentials.forRun

[JENKINS-62220] Automatically select `owner` for `GitHubAppCredentials` acc. to 
context


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/962f131fac15...b2f51293cb78

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/github-branch-source-plugin/push/refs/heads/master/962f13-b2f512%40github.com.

Reply via email to