Releases: jenkinsci/github-branch-source-plugin
Releases · jenkinsci/github-branch-source-plugin
v2.8.3 🌈
Changes
- Use github-api v1.115 @bitwiseman (#314)
- [JENKINS-62722] Filter by team slug for hooks @bitwiseman (#312)
- Feature: add TopicTrait to filter repositories by topic @iwilltry42 (#303)
- Clarify api rate limit messaging @car-roll (#311)
v2.8.2 🌈
Changes
- Fix typo @jamesrwhite (#309)
- [JENKINS-62655] IllegalStateException caused by misuse of Jenkins.instance from an agent JVM @jglick (#308)
v2.8.0 🌈
Changes
- Switch from oktthp to okhttp3 @bitwiseman (#223)
v2.7.2 🌈
Changes
- Handle change exeception tree for GHContent @bitwiseman (#305)
- docs(github-app): webhook correction @hutson (#301)
- Skip self user scan when using Github Apps @psalaberria002 (#298)
- GitHubAppCredentials.writeReplace to avoid recalculating tokens @jglick (#302)
v2.7.1 🌈
🚀 Features
Changes
- Update Changelog link: open GitHub releases tab @uhafner (#297)
- 2.164.x @jglick (#296)
- AbstractGitHubNotificationStrategy is not an ExtensionPoint @jglick (#295)
- Cache app installation token @jglick (#291)
- Upgrade github-api to 1.110 @bitwiseman (#294)
- Allow GitHub app to be installed in multiple orgs @timja (#290)
- Disable proxying when not developing tests @bitwiseman (#293)
- Update to plugin-pom 3.57 @bitwiseman (#292)
- Added doCheckAppID @jglick (#287)
- Tune expiration - account for clock sync @timja (#288)
- Fix bad merge @jglick (#286)
- [JENKINS-59485] Trust level "Contributors" is ambiguous, should be called "Collaborators" instead @fredg02 (#283)
- Update to use BOM @bitwiseman (#273)
- Update CHANGELOG.md @bitwiseman (#285)
- Drafts of CONTRIBUTING and PULL_REQUEST_TEMPLATE @kshultzCB (#275)
- Code Improvements @darxriggs (#281)
- Fix typos @darxriggs (#277)
- Improve Javascript code @darxriggs (#278)
- Remove redundant type info @darxriggs (#279)
- Corrected links to github in README.md @jwillemsen (#280)
v2.7.0 🌈
Incorrect minimum Jenkins version set during build see v2.7.1.
v2.6.0
Features and Fixes
- [JENKINS-51519] Added option to ignore archived repos. @nickgriffiths @bjoernhaeuser (#274)
- [JENKINS-60353][JENKINS-54126] Fixed Jenkinsfile not found in PR on GitHub @kshultzCB @bitwiseman (#271)
- [JENKINS-60413] Guard against PRs from unknown forks @Dohbedoh (#261)
- [JENKINS-45504] Add missing @symbol to OriginPullRequestDiscoveryTrait @darxriggs (#258)
- [JENKINS-49259] Add filter by team @sundeepkalt (#214)
- [JENKINS-59039] Add switch for choose
checkApiRateLimit
strategy @bozaro @julianvmodesto @alexanderrtaylor (#242)
Changes
- [FIXED JENKINS-51519] Ignore archived repos. @nickgriffiths (#274)
- Improve help texts @darxriggs (#276)
- Remove local workaround for JENKINS-54126, use github-api fix @bitwiseman (#271)
- Bump to github-api-plugin 1.106 @bitwiseman (#272)
- Upgrade to github-api 1.105.1 @bitwiseman (#268)
- Upgrade to use jcasc test harness @timja (#266)
- Migrate wiki-based changelog to GitHub @kshultzCB (#267)
- [JENKINS-60353] Enable PR-204 workaround all the time @kshultzCB (#264)
- Add tests for api rate limiter @julianvmodesto (#242)
- remove invisible entry from drop down list @car-roll (#262)
- Fixes for related to github-api v1.100 @bitwiseman (#260)
- [JENKINS-60413] Guard against PRs from unknown forks @Dohbedoh (#261)
- Adding Pull Request Lazy Iterator tests @alexanderrtaylor (#259)
- Make common traits consistent with bitbucket-branch-source-plugin @darxriggs (#256)
- [JENKINS-45504] Add missing @symbol to OriginPullRequestDiscoveryTrait @darxriggs (#258)
- Misc Cleanups @res0nance (#251)
- Add localization support @LinuxSuRen (#246)
- Simplify setting the Compatible-Since-Version property @darxriggs (#257)
- Update @SInCE version @darxriggs (#255)
- Base test class @alexanderrtaylor (#253)
- Move all Chinese localization files into localization-zh-cn-plugin @LinuxSuRen (#245)
- Added Branch unit tests @alexanderrtaylor (#252)
- [JENKINS-49259] Support team dimension in GitHub @sundeepkalt (#214)
- Adding some lazy Iterator Tag tests @alexanderrtaylor (#249)
- Update test dependencies @bitwiseman (#241)
- Fix the exception handle when url is invalid @LinuxSuRen (#244)
- [JENKINS-57557] Add test for JCasC compatibility @fcojfernandez (#247)
- Use HTTPS URLs in pom.xml @daniel-beck-bot (#248)
- [JENKINS-58942] Honor -Djenkins.hook.url=… if defined @jglick (#240)