Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 48e1fd38e2aaa78f733a65b5c784ea1569c95798
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/48e1fd38e2aaa78f733a65b5c784ea1569c95798
  Author: sundeepkalt <sundeep.kah...@bbc.co.uk>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
    A 
src/main/java/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait/help-teamSlug.html
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait/help.html
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTraitsTest.java

  Log Message:
  -----------
  Add TeamSlugTrait to limit repository discovery to a specific team.


  Commit: 5379e85f6b736000aa23a5d2e43e8b40fca1bcc8
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/5379e85f6b736000aa23a5d2e43e8b40fca1bcc8
  Author: sundeepkalt <sundeep.kah...@bbc.co.uk>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

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

  Log Message:
  -----------
  Check team slug is not blank rather than just empty.


  Commit: 50bde3d3a8c3a2f9640699554c50234f5feffcdb
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/50bde3d3a8c3a2f9640699554c50234f5feffcdb
  Author: sundeepkalt <sundeep.kah...@bbc.co.uk>
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
    A src/test/resources/api/__files/body-orgs-cloudbeers-teams-AHFpl.json
    A src/test/resources/api/__files/body-orgs-cloudbeers-teams-repo-gOYDg.json
    A 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-repo-gUIDg.json
    A 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-teams-AHFpl.json
    A 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-teams-repo-gOYDg.json

  Log Message:
  -----------
  Add unit tests for checking team slug is used when trait is specified and 
added mock data for github api.


  Commit: 048263a87f29da1aeaf86c8ac4b8ff4f0de9387c
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/048263a87f29da1aeaf86c8ac4b8ff4f0de9387c
  Author: sundeepkalt <sundeep.kah...@bbc.co.uk>
  Date:   2019-05-21 (Tue, 21 May 2019)

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

  Log Message:
  -----------
  Refactor to remove code duplication between listing repos using team slug and 
org.


  Commit: 707a2d9d97172dd344081588b2f327f319b6aa07
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/707a2d9d97172dd344081588b2f327f319b6aa07
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2019-05-29 (Wed, 29 May 2019)

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

  Log Message:
  -----------
  Update GitHubSCMNavigator.java


  Commit: e418bea1ce7d561942b817450f15c6845f8d649b
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/e418bea1ce7d561942b817450f15c6845f8d649b
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2019-05-29 (Wed, 29 May 2019)

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

  Log Message:
  -----------
  Update GitHubSCMNavigatorTest.java


  Commit: bf79c182eb40e76845874f11b9c381331da3755f
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/bf79c182eb40e76845874f11b9c381331da3755f
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2019-05-29 (Wed, 29 May 2019)

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

  Log Message:
  -----------
  Update GitHubSCMNavigatorTraitsTest.java


  Commit: 0911c0bae0f2e633d54ab7741e6a2eb7620640d6
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/0911c0bae0f2e633d54ab7741e6a2eb7620640d6
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
    A 
src/main/java/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait/help-teamSlug.html
    A 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait/help.html
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTraitsTest.java
    A src/test/resources/api/__files/body-orgs-cloudbeers-teams-AHFpl.json
    A src/test/resources/api/__files/body-orgs-cloudbeers-teams-repo-gOYDg.json
    A 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-repo-gUIDg.json
    A 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-teams-AHFpl.json
    A 
src/test/resources/api/mappings/mapping-body-orgs-cloudbeers-teams-repo-gOYDg.json

  Log Message:
  -----------
  Merge pull request #214 from sundeepkalt/JENKINS-49259

[JENKINS-49259] Support team dimension in GitHub


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/c24e52913576...0911c0bae0f2

-- 
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/c24e52-0911c0%40github.com.

Reply via email to