Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 32f69385ff65c365e062ab91c07081166da693ae
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/32f69385ff65c365e062ab91c07081166da693ae
  Author: Artem V. Navrotskiy <[email protected]>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
    A 
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/GitHubConfiguration.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubConfiguration/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties

  Log Message:
  -----------
  Add switch for choose `checkApiRateLimit` implementation


  Commit: 0bf737ab1a26da99b4e0566e39ecb01b2c74a64c
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/0bf737ab1a26da99b4e0566e39ecb01b2c74a64c
  Author: Artem V. Navrotskiy <[email protected]>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

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

  Log Message:
  -----------
  Revert import changes


  Commit: 11711686ae55c69e656890793a5b782e968fd9fa
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/11711686ae55c69e656890793a5b782e968fd9fa
  Author: Artem V. Navrotskiy <[email protected]>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

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

  Log Message:
  -----------
  Fix spotbugs issue


  Commit: 48a3c70585e0d57896b15c493420a0c5ddef7898
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/48a3c70585e0d57896b15c493420a0c5ddef7898
  Author: Artem V. Navrotskiy <[email protected]>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties

  Log Message:
  -----------
  Review changes


  Commit: 493c77890802f23a95a64df5a226fdd0b353f23b
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/493c77890802f23a95a64df5a226fdd0b353f23b
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-09-06 (Fri, 06 Sep 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

  Log Message:
  -----------
  Add api rate limiter checks


  Commit: ab3b975ad859a8213d83572ca71c64440375833c
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/ab3b975ad859a8213d83572ca71c64440375833c
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-09-06 (Fri, 06 Sep 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

  Log Message:
  -----------
  address initial comments


  Commit: d2fd75649ad86ef53d98729742c5d99ee9ff88d1
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/d2fd75649ad86ef53d98729742c5d99ee9ff88d1
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

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

  Log Message:
  -----------
  wip


  Commit: 436f9cfb15c1090cc62d618a75ac39cc11b54869
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/436f9cfb15c1090cc62d618a75ac39cc11b54869
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

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

  Log Message:
  -----------
  wip


  Commit: 2a09a5a617e3063e700a6af280f526b4f62744f6
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/2a09a5a617e3063e700a6af280f526b4f62744f6
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

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

  Log Message:
  -----------
  wip


  Commit: 06dbcc46a6f1d37342f35a50dcec45a776f925d8
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/06dbcc46a6f1d37342f35a50dcec45a776f925d8
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

  Log Message:
  -----------
  add tests


  Commit: a6b1e23da3a4e3582f88f32fbeabd7eb0bb3bab7
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/a6b1e23da3a4e3582f88f32fbeabd7eb0bb3bab7
  Author: Julian V. Modesto <[email protected]>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  address comments


  Commit: 725d9d28cb2a28095fd08b9e7adefa7ae073323c
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/725d9d28cb2a28095fd08b9e7adefa7ae073323c
  Author: Julian V. Modesto <[email protected]>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

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

  Log Message:
  -----------
  Update 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java

Co-Authored-By: Liam Newman <[email protected]>


  Commit: 36fe4eee18739ca66f8597f4a0f4831eb3353400
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/36fe4eee18739ca66f8597f4a0f4831eb3353400
  Author: Alex Taylor <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

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

  Log Message:
  -----------
  Added tests and corrected names

Added some more specific tests so that we know  better when it should/should 
not be turning on/off


  Commit: 88fa411ffcc892c8cf95568428565bfcb38f6e48
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/88fa411ffcc892c8cf95568428565bfcb38f6e48
  Author: Alex Taylor <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

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

  Log Message:
  -----------
  Update ApiRateLimitCheckerTest.java

Added a test and reverted some changes that were not needed


  Commit: a85ae62aba00c944b9d33ca7e401204abc3b1414
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/a85ae62aba00c944b9d33ca7e401204abc3b1414
  Author: Alex Taylor <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

  Log Message:
  -----------
  Test and code Corrections

Added some additional tests, adjusted existing tests and then added the correct 
sleeping time and set the expiration correctly


  Commit: 18b212bd0dd34b2362018c887b1fcb219903b73b
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/18b212bd0dd34b2362018c887b1fcb219903b73b
  Author: Alex Taylor <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

  Log Message:
  -----------
  Fixed flakey tests

Fixed some flakey tests and added some comments along with some additional cases


  Commit: 5191b6f2250c2ac1e8fde80ab89db670ac200dda
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/5191b6f2250c2ac1e8fde80ab89db670ac200dda
  Author: Alex Taylor <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

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

  Log Message:
  -----------
  Update ApiRateLimitCheckerTest.java

Added comments and fixed flakey test


  Commit: 7e4086e3f058cf340a456ea36a896379cd2ee428
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/7e4086e3f058cf340a456ea36a896379cd2ee428
  Author: Liam Newman <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

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

  Log Message:
  -----------
  Tweaks and clean up


  Commit: bb18ab6d2a64d47c926231a3208751c0dc2bc812
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/bb18ab6d2a64d47c926231a3208751c0dc2bc812
  Author: Liam Newman <[email protected]>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    A .github/PULL_REQUEST_TEMPLATE.md
    A .github/release-drafter.yml
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/AbstractGitHubNotificationStrategy.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/BranchDiscoveryTrait.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/BranchSCMHead.java
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/DefaultGitHubNotificationStrategy.java
    M src/main/java/org/jenkinsci/plugins/github_branch_source/Endpoint.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/FillErrorResponse.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/ForkPullRequestDiscoveryTrait.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBranchFilter.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubNotificationContext.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubNotificationRequest.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgWebHook.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubPermissionsSource.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubPullRequestFilter.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubRepositoryEventSubscriber.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubRepositoryInfo.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMBuilder.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/GitHubSCMNavigatorContext.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMProbe.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceContext.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/MergeWithGitSCMExtension.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/OriginPullRequestDiscoveryTrait.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestAction.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestSCMHead.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestSCMRevision.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/SSHCheckoutTrait.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/SinglePassIterable.java
    M 
src/main/java/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTrait.java
    A 
src/main/java/org/jenkinsci/plugins/github_branch_source/TeamSlugTrait.java
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/BranchDiscoveryTrait/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/BranchDiscoveryTrait/help-strategyId_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/BranchDiscoveryTrait/help_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Endpoint/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Endpoint/help-apiUri_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/ForkPullRequestDiscoveryTrait/TrustContributors/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/ForkPullRequestDiscoveryTrait/TrustEveryone/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/ForkPullRequestDiscoveryTrait/TrustPermission/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/ForkPullRequestDiscoveryTrait/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/ForkPullRequestDiscoveryTrait/help-strategyId_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubRepositoryDescriptionColumn/columnHeader_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-apiUri_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-credentialsId_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-repoOwner_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-repository_zh_CN.html
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/OriginPullRequestDiscoveryTrait/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/OriginPullRequestDiscoveryTrait/help-strategyId_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/OriginPullRequestDiscoveryTrait/help_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/SSHCheckoutTrait/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/SSHCheckoutTrait/help-credentialsId._zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/SSHCheckoutTrait/help_zh_CN.html
    R 
src/main/resources/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTrait/help_zh_CN.html
    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
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubBranchSourcesJCasCCompatibilityTest.java
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgWebHookTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMBuilderTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystemTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTraitsTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceTraitsTest.java
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/GitSCMSourceBase.java
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubSCMSourceBranchesTest.java
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubSCMSourcePRsTest.java
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/GithubSCMSourceTagsTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/SSHCheckoutTraitTest.java
    M 
src/test/java/org/jenkinsci/plugins/github_branch_source/TagDiscoveryTraitTest.java
    A 
src/test/resources/api/PRs/_files/body-yolo-PRs-existent-multiple-PRs-master2.json
    A 
src/test/resources/api/PRs/_files/body-yolo-PRs-existent-multiple-PRs-no-master.json
    A src/test/resources/api/PRs/_files/body-yolo-pulls-closed-pr.json
    A src/test/resources/api/PRs/_files/body-yolo-pulls-open-multiple-PRs.json
    A src/test/resources/api/PRs/_files/body-yolo-pulls-open-pr.json
    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/__files/body-yolo-pulls-4-deleted-fork.json
    A src/test/resources/api/__files/body-yolo-pulls-deleted-fork.json
    A src/test/resources/api/__files/body-yolo-tags-existent-multiple-tags.json
    A 
src/test/resources/api/branches/_files/body-yolo-branches-existent-branch.json
    A 
src/test/resources/api/branches/_files/body-yolo-branches-existent-multiple-branches-master1.json
    A 
src/test/resources/api/branches/_files/body-yolo-branches-existent-multiple-branches-master2.json
    A 
src/test/resources/api/branches/_files/body-yolo-branches-existent-multiple-branches-no-master.json
    A 
src/test/resources/api/branches/_files/body-yolo-branches-non-existent-branch.json
    M src/test/resources/api/mappings/mapping-(root)-XwEI7-raw.json
    M src/test/resources/api/mappings/mapping-(root)-XwEI7.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
    M src/test/resources/api/mappings/mapping-branches-master-8rJSh.json
    M src/test/resources/api/mappings/mapping-cloudbeers-repos-v3FBW.json
    M src/test/resources/api/mappings/mapping-cloudbeers-yolo-PucD6-raw.json
    M src/test/resources/api/mappings/mapping-cloudbeers-yolo-PucD6.json
    M 
src/test/resources/api/mappings/mapping-commits-38814ca33833ff5583624c29f305be9133f27a40-s9LlH-raw.json
    M 
src/test/resources/api/mappings/mapping-commits-38814ca33833ff5583624c29f305be9133f27a40-s9LlH.json
    M 
src/test/resources/api/mappings/mapping-commits-c0e024f89969b976da165eecaa71e09dc60c3da1-ay5DS.json
    M 
src/test/resources/api/mappings/mapping-commits-cloudbeers-c0e024f89969b976da165eecaa71e09dc60c3da1-ay5DS.json
    M src/test/resources/api/mappings/mapping-contents-README.md-ffQNT.json
    M src/test/resources/api/mappings/mapping-contents-README.md-qNsrm.json
    M src/test/resources/api/mappings/mapping-contents-README.md-xDNvv.json
    M src/test/resources/api/mappings/mapping-contents-foo-G01rm.json
    M src/test/resources/api/mappings/mapping-contents-foo-GAore.json
    M src/test/resources/api/mappings/mapping-contents-fu-LMVxn.json
    M src/test/resources/api/mappings/mapping-contents-fu-dHo42.json
    M src/test/resources/api/mappings/mapping-contents-fu-l8VeL.json
    M src/test/resources/api/mappings/mapping-fu-bar.txt-hkgiE.json
    M src/test/resources/api/mappings/mapping-heads-master-raw.json
    M src/test/resources/api/mappings/mapping-heads-master.json
    M src/test/resources/api/mappings/mapping-orgs-cloudbeers-aBLgn.json
    M src/test/resources/api/mappings/mapping-stephenc-yolo-c0Mj9.json
    M src/test/resources/api/mappings/mapping-users-cloudbeers-JRfTU-raw.json
    M src/test/resources/api/mappings/mapping-users-cloudbeers-JRfTU.json
    M src/test/resources/api/mappings/mapping-users-notauser.json
    M src/test/resources/api/mappings/mapping-users-stephenc-JRfTU.json
    M src/test/resources/api/mappings/mapping-yolo-branches-c2Eko-raw.json
    M src/test/resources/api/mappings/mapping-yolo-branches-c2Eko.json
    M src/test/resources/api/mappings/mapping-yolo-collaborators-ug5Pu.json
    M src/test/resources/api/mappings/mapping-yolo-contents-64985.json
    M src/test/resources/api/mappings/mapping-yolo-contents-8rd37.json
    M src/test/resources/api/mappings/mapping-yolo-contents-ANipk.json
    M src/test/resources/api/mappings/mapping-yolo-contents-DRrwo-raw.json
    M src/test/resources/api/mappings/mapping-yolo-contents-DRrwo.json
    M src/test/resources/api/mappings/mapping-yolo-contents-FGZ5t.json
    M src/test/resources/api/mappings/mapping-yolo-contents-e301dc.json
    M src/test/resources/api/mappings/mapping-yolo-contents-pcVDb-raw.json
    M src/test/resources/api/mappings/mapping-yolo-contents-pcVDb.json
    M src/test/resources/api/mappings/mapping-yolo-pulls-3.json
    M src/test/resources/api/mappings/mapping-yolo-pulls-4.json
    M src/test/resources/api/mappings/mapping-yolo-pulls-NsOGw-raw.json
    M src/test/resources/api/mappings/mapping-yolo-pulls-NsOGw.json
    A 
src/test/resources/api/mappings/mapping-yolo-tags-existent-multiple-tags.json
    M src/test/resources/api/mappings/mapping-yolo-tags-existent-tag.json
    M src/test/resources/api/mappings/mapping-yolo-tags-non-existent-tag.json
    A 
src/test/resources/org/jenkinsci/plugins/github_branch_source/configuration-as-code.yaml

  Log Message:
  -----------
  Merge remote-tracking branch 'jenkinsci/master' into 
throttle-on-over-rate-limit


  Commit: c825fb7506df75b8d0bb858780503ad89edcb061
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/c825fb7506df75b8d0bb858780503ad89edcb061
  Author: Julian V. Modesto <[email protected]>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

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

  Log Message:
  -----------
  Update 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

Co-Authored-By: Devin Nusbaum <[email protected]>


  Commit: 57acfab2619e00391d6472b62b3a1e29ba9ed93e
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/57acfab2619e00391d6472b62b3a1e29ba9ed93e
  Author: Julian V. Modesto <[email protected]>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubConfiguration/config.jelly

  Log Message:
  -----------
  Update 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubConfiguration/config.jelly

Co-Authored-By: Devin Nusbaum <[email protected]>


  Commit: 286b0c193b6ec2b8a7e29e5e3ed734c1118421d0
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/286b0c193b6ec2b8a7e29e5e3ed734c1118421d0
  Author: Julian V. Modesto <[email protected]>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

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

  Log Message:
  -----------
  Update 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

Co-Authored-By: Liam Newman <[email protected]>


  Commit: 173336cdbe42c222bd8126a824aedb58c955bec4
      
https://github.com/jenkinsci/github-branch-source-plugin/commit/173336cdbe42c222bd8126a824aedb58c955bec4
  Author: Liam Newman <[email protected]>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    A 
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/GitHubConfiguration.java
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubConfiguration/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties
    A 
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java

  Log Message:
  -----------
  Merge pull request #242 from julianvmodesto/throttle-on-over-rate-limit

Add tests for api rate limiter


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/9ede80e7a605...173336cdbe42

-- 
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 [email protected].
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/9ede80-173336%40github.com.

Reply via email to