Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-branch-source-plugin
Commit: 52dd4936b56505f8488ff8e9d15dcded3e35613f
https://github.com/jenkinsci/github-branch-source-plugin/commit/52dd4936b56505f8488ff8e9d15dcded3e35613f
Author: Liam Newman <[email protected]>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M pom.xml
M
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java
Log Message:
-----------
Upgrade to github-api 1.105
Commit: 6000db8e6d12b4139c181d0e769ebb6ae524df25
https://github.com/jenkinsci/github-branch-source-plugin/commit/6000db8e6d12b4139c181d0e769ebb6ae524df25
Author: Liam Newman <[email protected]>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Bumped version to v1.106
Commit: 0f9267f35bfb8f836596ab1a9407a6116a72b6d0
https://github.com/jenkinsci/github-branch-source-plugin/commit/0f9267f35bfb8f836596ab1a9407a6116a72b6d0
Author: Liam Newman <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M Jenkinsfile
M pom.xml
Log Message:
-----------
Switch to 1.105.1 to check build success
Commit: cec24cb550a5baddcad9bdc3fa50d223c28fab31
https://github.com/jenkinsci/github-branch-source-plugin/commit/cec24cb550a5baddcad9bdc3fa50d223c28fab31
Author: Liam Newman <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystemTest.java
Log Message:
-----------
Fix windows test
In previous versions of github-api, GHContent.read() (called by
contentAsString())
would pull from the "raw" url of the GHContent instance.
Thus on windows, if somebody did not configure Git correctly,
the checkout may have "fixed" line endings that we needed to handle.
The problem with the raw url data is that it can get out of sync when from the
actual content.
The GitHub API info stays sync'd and correct, so now GHContent.read() pulls
from mime encoded data
Commit: 5dc22c3b6eea053072139b4832dbedd0329bfeaf
https://github.com/jenkinsci/github-branch-source-plugin/commit/5dc22c3b6eea053072139b4832dbedd0329bfeaf
Author: Liam Newman <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M Jenkinsfile
M pom.xml
M
src/test/java/org/jenkinsci/plugins/github_branch_source/ApiRateLimitCheckerTest.java
M
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFileSystemTest.java
Log Message:
-----------
Merge pull request #268 from bitwiseman/task/github-api-update
Upgrade to github-api 1.105.1
Compare:
https://github.com/jenkinsci/github-branch-source-plugin/compare/7179854f068f...5dc22c3b6eea
--
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/717985-5dc22c%40github.com.