[jenkinsci/github-branch-source-plugin] 9b5ea6: Test case-insensitive gitHubApp owner

2022-07-27 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.23.0
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 9b5ea6714cbeb8f289c7c58d554b27b0645da893
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/9b5ea6714cbeb8f289c7c58d554b27b0645da893
  Author: Joel Armstrong 
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  ---
  Test case-insensitive gitHubApp owner


  Commit: 37752fe6e45cf5c3157e30d5942e83414b4ff576
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/37752fe6e45cf5c3157e30d5942e83414b4ff576
  Author: Joel Armstrong 
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  ---
  gitHubApp owner is case-insensitive


  Commit: 0d5d0a898f197d829bb6391f213306934e0bf3a5
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/0d5d0a898f197d829bb6391f213306934e0bf3a5
  Author: Joel Armstrong 
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  ---
  Run mvn spotless:apply


  Commit: 652b38d4f1f775c8d155b4533c821e8ff2cd4253
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/652b38d4f1f775c8d155b4533c821e8ff2cd4253
  Author: James Nord 
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
M .github/dependabot.yml
M .github/release-drafter.yml
A .github/workflows/cd.yaml
M .mvn/extensions.xml
M .mvn/maven.config
M pom.xml
R src/images/github-branch.svg
R src/images/github-logo.svg
R src/images/github-repo.svg
R src/images/github-scmnavigator.svg
R src/images/make-inkscape.sh
M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgMetadataAction.java
M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
R src/main/webapp/images/16x16/github-logo.png
R src/main/webapp/images/16x16/github-scmnavigator.png
R src/main/webapp/images/24x24/github-logo.png
R src/main/webapp/images/24x24/github-scmnavigator.png
R src/main/webapp/images/32x32/github-logo.png
R src/main/webapp/images/32x32/github-scmnavigator.png
R src/main/webapp/images/48x48/github-logo.png
R src/main/webapp/images/48x48/github-scmnavigator.png
A src/main/webapp/images/svgs/github-logo.svg
A src/main/webapp/images/svgs/github-scmnavigator.svg
M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java

  Log Message:
  ---
  Merge branch 'master' into jarmstrong-githubapp-case-insensitive


  Commit: d9508ade20e10e03398c3b8aa3d8cefa453eab42
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/d9508ade20e10e03398c3b8aa3d8cefa453eab42
  Author: Joel Armstrong 
  Date:   2022-03-08 (Tue, 08 Mar 2022)

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

  Log Message:
  ---
  Normalize to lowercase Locale.ROOT


  Commit: 2f251e78277453bd5000f7ef0a29aa9ccd113e5e
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/2f251e78277453bd5000f7ef0a29aa9ccd113e5e
  Author: Joel Armstrong 
  Date:   2022-03-16 (Wed, 16 Mar 2022)

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

  Log Message:
  ---
  Fix NPE


  Commit: e8adcc2a4b73b4a8982ade5aa7bce2ede66d4b55
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/e8adcc2a4b73b4a8982ade5aa7bce2ede66d4b55
  Author: Joel Armstrong 
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into jarmstrong-githubapp-case-insensitive


  Commit: b27ff0cb4661fcf4b282800cdb8e5041b9262ecd
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/b27ff0cb4661fcf4b282800cdb8e5041b9262ecd
  Author: Joel Armstrong 
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
A .git-blame-ignore-revs
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

  Log Message:
  ---
  Merge branch 'master' into jarmstrong-githubapp-case-insensitive


  Commit: 46d5c2e96e4d45546359dfcdf43310f8bdd113c4
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/46d5c2e96e4d45546359dfcdf43310f8bdd113c4
  Author: Joel Armstrong 
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
M 

[jenkinsci/github-branch-source-plugin] 9b5ea6: Test case-insensitive gitHubApp owner

2022-07-20 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 9b5ea6714cbeb8f289c7c58d554b27b0645da893
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/9b5ea6714cbeb8f289c7c58d554b27b0645da893
  Author: Joel Armstrong 
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  ---
  Test case-insensitive gitHubApp owner


  Commit: 37752fe6e45cf5c3157e30d5942e83414b4ff576
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/37752fe6e45cf5c3157e30d5942e83414b4ff576
  Author: Joel Armstrong 
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  ---
  gitHubApp owner is case-insensitive


  Commit: 0d5d0a898f197d829bb6391f213306934e0bf3a5
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/0d5d0a898f197d829bb6391f213306934e0bf3a5
  Author: Joel Armstrong 
  Date:   2022-02-14 (Mon, 14 Feb 2022)

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

  Log Message:
  ---
  Run mvn spotless:apply


  Commit: 652b38d4f1f775c8d155b4533c821e8ff2cd4253
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/652b38d4f1f775c8d155b4533c821e8ff2cd4253
  Author: James Nord 
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
M .github/dependabot.yml
M .github/release-drafter.yml
A .github/workflows/cd.yaml
M .mvn/extensions.xml
M .mvn/maven.config
M pom.xml
R src/images/github-branch.svg
R src/images/github-logo.svg
R src/images/github-repo.svg
R src/images/github-scmnavigator.svg
R src/images/make-inkscape.sh
M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgMetadataAction.java
M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
R src/main/webapp/images/16x16/github-logo.png
R src/main/webapp/images/16x16/github-scmnavigator.png
R src/main/webapp/images/24x24/github-logo.png
R src/main/webapp/images/24x24/github-scmnavigator.png
R src/main/webapp/images/32x32/github-logo.png
R src/main/webapp/images/32x32/github-scmnavigator.png
R src/main/webapp/images/48x48/github-logo.png
R src/main/webapp/images/48x48/github-scmnavigator.png
A src/main/webapp/images/svgs/github-logo.svg
A src/main/webapp/images/svgs/github-scmnavigator.svg
M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java

  Log Message:
  ---
  Merge branch 'master' into jarmstrong-githubapp-case-insensitive


  Commit: d9508ade20e10e03398c3b8aa3d8cefa453eab42
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/d9508ade20e10e03398c3b8aa3d8cefa453eab42
  Author: Joel Armstrong 
  Date:   2022-03-08 (Tue, 08 Mar 2022)

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

  Log Message:
  ---
  Normalize to lowercase Locale.ROOT


  Commit: 2f251e78277453bd5000f7ef0a29aa9ccd113e5e
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/2f251e78277453bd5000f7ef0a29aa9ccd113e5e
  Author: Joel Armstrong 
  Date:   2022-03-16 (Wed, 16 Mar 2022)

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

  Log Message:
  ---
  Fix NPE


  Commit: e8adcc2a4b73b4a8982ade5aa7bce2ede66d4b55
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/e8adcc2a4b73b4a8982ade5aa7bce2ede66d4b55
  Author: Joel Armstrong 
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into jarmstrong-githubapp-case-insensitive


  Commit: b27ff0cb4661fcf4b282800cdb8e5041b9262ecd
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/b27ff0cb4661fcf4b282800cdb8e5041b9262ecd
  Author: Joel Armstrong 
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
A .git-blame-ignore-revs
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

  Log Message:
  ---
  Merge branch 'master' into jarmstrong-githubapp-case-insensitive


  Commit: 46d5c2e96e4d45546359dfcdf43310f8bdd113c4
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/46d5c2e96e4d45546359dfcdf43310f8bdd113c4
  Author: Joel Armstrong 
  Date:   2022-05-09 (Mon, 09 May 2022)

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

  Log Message:
  ---
  Revert "Fix NPE"

This