Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-branch-source-plugin
Commit: d8b2c8a9067db38d9cc141a92ac3208b8c097b10
https://github.com/jenkinsci/github-branch-source-plugin/commit/d8b2c8a9067db38d9cc141a92ac3208b8c097b10
Author: Liam Newman <[email protected]>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
Log Message:
-----------
Switch to using okhttp3
Commit: 342952d4f51a6c75a439c62b8a35a0bf08990e71
https://github.com/jenkinsci/github-branch-source-plugin/commit/342952d4f51a6c75a439c62b8a35a0bf08990e71
Author: Liam Newman <[email protected]>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
Log Message:
-----------
Refactor Connector for better GitHubAppCredentials behavior
GitHubAppCredentials could not use the existing Connector.connect() and so
created its own
GithubBuilder. However, that means that is missing a number of standard
settings provided by
Connector.connect(), including okhttp, Jenkins proxy settings, and rate limit
handling.
This change refactors Connector to add an internal createGitHubBuilder() method
that returns a
GitHubBuilder with those features configured. For simplicity, The returned
GitHubBuilder
is not cached and also does not cache responses. If there turns out to be a
need for it,
that behavior can be added later.
Commit: 8378bbeba2ee9bd32b94e68b1b02c87e6c6da347
https://github.com/jenkinsci/github-branch-source-plugin/commit/8378bbeba2ee9bd32b94e68b1b02c87e6c6da347
Author: Liam Newman <[email protected]>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M Jenkinsfile
M pom.xml
Log Message:
-----------
Move to locally controlled build configs
Commit: b0126899594f391f61b9af5f673b407135bff16a
https://github.com/jenkinsci/github-branch-source-plugin/commit/b0126899594f391f61b9af5f673b407135bff16a
Author: Liam Newman <[email protected]>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
Log Message:
-----------
Merge pull request #223 from bitwiseman/okhttp3
OkHttp3
Compare:
https://github.com/jenkinsci/github-branch-source-plugin/compare/a73a57f7a36b...b0126899594f
--
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/a73a57-b01268%40github.com.