Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-branch-source-plugin

  Commit: 37b952503c91c28155270871d78d7772304ac18a

      
https://github.com/jenkinsci/github-branch-source-plugin/commit/37b952503c91c28155270871d78d7772304ac18a

  Author: Alvaro FlaƱo <tikofl...@gmail.com>

  Date:   2019-02-26 (Tue, 26 Feb 2019)



  Changed paths:

    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java



  Log Message:

  -----------

  Fixed the repository list not showing correctly all the repos



When you load the list of repositories (<select>) it currently shows only 
"Public and private repositories owned by current user", when you really want 
"All public and private repositories that current user has access or 
collaborates to" 
(https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GHMyself.java#L23).



Right now it won't show the private repos where you are collaborator. It would 
still work if you manually change the select value using the browser's element 
inspector, so it is just a visual bug. The problem is that every time you 
change a setting you must do this again or itwill change the selected repo with 
the first one on the list.



Just changing the RepositoryListFilter value to ALL will correct this and show 
"All public and private repositories that current user has access or 
collaborates to".





  Commit: 83fc5ae16c17d7df8e81181501c8886484cc0105

      
https://github.com/jenkinsci/github-branch-source-plugin/commit/83fc5ae16c17d7df8e81181501c8886484cc0105

  Author: Robert Sandell <rsand...@cloudbees.com>

  Date:   2019-04-02 (Tue, 02 Apr 2019)



  Changed paths:

    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java



  Log Message:

  -----------

  Merge pull request #207 from tikoflano/tikoflano-fixed-repos-list



Fixed the repository list not showing correctly all the repos





Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/7c46d5df47fc...83fc5ae16c17

-- 
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.

Reply via email to