Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 435450a72157914e81f210d935374e9842758399
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/435450a72157914e81f210d935374e9842758399
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-enableAvatar.html

  Log Message:
  -----------
  [JENKINS-72030] Add checkbox to enable/disable Avatar retrieval


  Commit: 7b720fb1e6d40220946a259de0f2808a9e2db946
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/7b720fb1e6d40220946a259de0f2808a9e2db946
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

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

  Log Message:
  -----------
  [JENKINS-72030] Adapt and add test


  Commit: 43d790561e2604739e1b39866b8b7eea6da78519
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/43d790561e2604739e1b39866b8b7eea6da78519
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/config.jelly
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java

  Log Message:
  -----------
  [JENKINS-72030] Enable for existing items. Default to disable for new items.


  Commit: 4a5f00e4468ff8ad6b02069850dafec939ea8f1c
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/4a5f00e4468ff8ad6b02069850dafec939ea8f1c
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

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

  Log Message:
  -----------
  [JENKINS-72030] Use boolean


  Commit: bfd5eabf58931f7ae2369f4a9d4859c093a5905e
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/bfd5eabf58931f7ae2369f4a9d4859c093a5905e
  Author: Allan Burdajewicz <allan.burdajew...@gmail.com>
  Date:   2023-10-11 (Wed, 11 Oct 2023)

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

  Log Message:
  -----------
  [JENKINS-72030] Use getEnableAvatar()

Co-authored-by: Jesse Glick <jgl...@cloudbees.com>


  Commit: 480b5d0364eb4e10d6fc72f5fef669f331a050f5
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/480b5d0364eb4e10d6fc72f5fef669f331a050f5
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-10-13 (Fri, 13 Oct 2023)

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

  Log Message:
  -----------
  [JENKINS-72030] Fix test


  Commit: ad94288223acb4da1c8dff6baf9b47e3deda6345
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/ad94288223acb4da1c8dff6baf9b47e3deda6345
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-10-13 (Fri, 13 Oct 2023)

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

  Log Message:
  -----------
  Merge branch 'master' into JENKINS-72030


  Commit: 8cc08abafa899bb93c96ff70fba07e4943b7bfc8
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/8cc08abafa899bb93c96ff70fba07e4943b7bfc8
  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

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

  Log Message:
  -----------
  [JENKINS-72030] getEnableAvater -> isEnableAvatar


  Commit: a7d01eac7256b8210f5dff0a36253cc905439921
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/a7d01eac7256b8210f5dff0a36253cc905439921
  Author: James Nord <jtn...@users.noreply.github.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-enableAvatar.html
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java

  Log Message:
  -----------
  Merge pull request #738 from Dohbedoh/JENKINS-72030

[JENKINS-72030] Add checkbox to enable/disable Avatar retrieval


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/048414714f5d...a7d01eac7256

-- 
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/048414-a7d01e%40github.com.

Reply via email to