Releases: jenkinsci/gitlab-branch-source-plugin
Releases · jenkinsci/gitlab-branch-source-plugin
623.vcc98dc4b_0ce4
🚀 New features and improvements
- JENKINS-63102 - Added two new Project Naming Strategies for "Contextual Project Path" and "Simple Project Path" (#181) @robross0606
👻 Maintenance
621.vd49608f876da_
🚀 New features and improvements
- update gitlab4j-api, use long instead of int for id values (#188) @dcendents
- Replace PNG icons with SVGs (#174) @NotMyFault
- exclude archived projects (#168) @Raytion
🐛 Bug fixes
- support extracting MR id when using both strategy (#187) @dcendents
📝 Documentation updates
- Fix typo in README (#175) @lauraseidler
- Exchange download mirror link in favor of HTTPS (#186) @NotMyFault
👻 Maintenance
1.5.9
- Delay webhook trigger events to avoid GitLab cache (#145) @cpt1gl0
- Add symbol to OriginMergeRequestDiscoveryTrait descriptor (#119) @stevejulich
- Support setting build status when MR is from another project (#100) @callum-p
- Added environment variables for MR comment event (#127) @eugenelesnov
- Fix #138 - Repository browser break freestyle project save (#139) @MarkEWaite
- Trim white space (#131) @darinpope
- JENKINS-62779 - handle proxy hosts exclusions (#133) @thomasgl-orange
- Fix MR trigger by comment (#120) (#122) @eugenelesnov
- Feat/add corporate proxy support (#124) @jbdelpech
🚀 New features and improvements
🐛 Bug fixes
- Fix pipeline branch ref when building a merge request (#136) @dcendents
1.5.4
- JENKINS-64461 - Don't create webhooks when webhooks aren't managed. (#102) @mistermoper
- Fix the missing null pointer checking (#105) @LinuxSuRen
- Claim be another maintainer of this plugin (#104) @LinuxSuRen
1.5.3
- Add a default Gitlab server for convenience reason (#103) @LinuxSuRen
1.5.2
- Bugfix JENKINS-63001 - fix failing mr with deleted target branch (#101) @unix0r
- Fix check for valid token as gitlab secret token is null if empty (#94) @baymac
🚀 New features and improvements
- JENKINS-62883 - Add @symbol to SCMSource and SCMNavigation descriptors (#95) @Dohbedoh
- JENKINS-62375 - Fix/secret token (#91) @baymac
- Feature/override trusted (#92) @baymac
🐛 Bug Fixes
- Fix setter for
onlyTrustedMembersCanTrigger
(#96) @dubrsl - Fix setter methods in Log comment trait (#93) @baymac
👻 Maintenance
- Upgrade to pom-4.1 and bom-9 (#90) @bitwiseman
1.5.1
1.5.0 [Critical bug, use 1.5.1 instead)
🚀 New features and improvements
- JENKINS-61683 - Initial implementation of GitLab Hook parameters as env variable (#86) @baymac
- JENKINS-61020 - Add configurable commit status identifier (#75) @redeamer
- enable configuration of an alternative Jenkins root URL for hooks (#84) @thomasgl-orange
🐛 Bug Fixes
- JENKINS-60304 - Forward GitLabApiException as IOException (#88) @redeamer
📝 Documentation updates
- JENKINS-61683 - Initial implementation of GitLab Hook parameters as env variable (#86) @baymac
1.4.6
🚀 New features and improvements
- JENKINS-61760 - Use git plugin's MergeWithSCMExtension Class (#81) @baymac
🐛 Bug Fixes
1.4.5
🐛 Bug Fixes
- JENKINS-60143, JENKINS-59753 - Remove transient modifier for ssh and http remote in scmsource (#80) @baymac
- Reduce webhook logging (#77) @TobiX