Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-branch-source-plugin
Commit: e12cb4e8f7deb3983f0af2ff9e26bccdd8d0fc83
https://github.com/jenkinsci/github-branch-source-plugin/commit/e12cb4e8f7deb3983f0af2ff9e26bccdd8d0fc83
Author: Liam Newman <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
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 one second wait to notification loop
Commit: 8a95c303ffd1a23eb5f90b56911d450e64116bf1
https://github.com/jenkinsci/github-branch-source-plugin/commit/8a95c303ffd1a23eb5f90b56911d450e64116bf1
Author: Liam Newman <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitChecker.java
Log Message:
-----------
Rename vars and get system time outside impl methods
Having the methods where where occurs not depend on system time will help
testing.
Commit: 31118778c946d1ffa524b0c6369a63e2caeeef9f
https://github.com/jenkinsci/github-branch-source-plugin/commit/31118778c946d1ffa524b0c6369a63e2caeeef9f
Author: Liam Newman <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
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:
-----------
Further refactoring
Commit: 96205f38456f8e2bc94bb263af641d7ddca8b96d
https://github.com/jenkinsci/github-branch-source-plugin/commit/96205f38456f8e2bc94bb263af641d7ddca8b96d
Author: Liam Newman <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
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:
-----------
Use rateLimit() for first loop of any call
We depend on the buffer to protect us from going over limit if a pile of
threads all query at once and would go over.
Commit: 54f1557eaff59b308fdccf78ff7807302cf33222
https://github.com/jenkinsci/github-branch-source-plugin/commit/54f1557eaff59b308fdccf78ff7807302cf33222
Author: Liam Newman <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
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:
-----------
Move things around again
Commit: 6a6c2b40d6ec5702198df6d6a012d557dac684c9
https://github.com/jenkinsci/github-branch-source-plugin/commit/6a6c2b40d6ec5702198df6d6a012d557dac684c9
Author: Liam Newman <[email protected]>
Date: 2021-02-04 (Thu, 04 Feb 2021)
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:
-----------
Merge pull request #381 from bitwiseman/task/ratelimitchecker
More adjusting of rate limit checking
Compare:
https://github.com/jenkinsci/github-branch-source-plugin/compare/07b4b99ac948...6a6c2b40d6ec
--
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/07b4b9-6a6c2b%40github.com.