Skip to content

Releases: jenkinsci/gitlab-branch-source-plugin

v1.2.1

06 Sep 16:43
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Only call getHookUrl if credential is not null (#46) @Casz
  • Fix the IndexOutOfBoundsException because of no GitLabServers check (#42) @LinuxSuRen

📝 Documentation updates

  • Use GitHub as source of documentation (#43) @zbynek

v1.2.0

30 Aug 10:27
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add gitlab project avatar (#40) @Casz
  • Add gitlab project display name (#40) @Casz
  • Add gitlab group description (#40) @Casz

v1.1.0

29 Aug 11:56
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

  • Add Intellij Code style (#34) @Casz
  • Travis should only build master and PRs (#32) @Casz
  • Add release drafter (#31) @Casz

GA Release

23 Aug 16:07
Compare
Choose a tag to compare
  • Fix manageWebHooks field to auto-manage webhooks - #27
  • Fix log comment trait databoundsetter - #28
  • Add documentation about Job DSL and JCasC - #29
  • Fix system hooks for type created - #30
  • Fix web hooks for GitLab Group Job type - #30
  • Removed support for subgroup traits for User - #30

Beta Release 3

17 Aug 04:32
Compare
Choose a tag to compare

New Features:

  • Trigger Merge Request with comment trait - #24
  • Log build status as comment trait - #23

Fixes:

  • Fix date time parsing of gitlab api - #26

Beta Release 2

11 Aug 03:42
Compare
Choose a tag to compare
  • Merge Requests web hook trigger fix - #20
  • Add symbols to discovery traits for JCasC support - #21
  • Add support for System Hooks - #19
  • Improve docs - #22

Beta Release 1

02 Aug 18:37
Compare
Choose a tag to compare
  • Web Hook Events - Push/Merge Request/Tag Events supported [#16]
  • Reduced API Calls in WebHookCreation and empty repository checking [#18, #16]
  • Trusted Permission Strategy for MRs from forked projects [#12]
  • Subgroups for User Projects in GitLab Group Job [#13]
  • Fixed SSH Remote Url [#14]
  • Added Documentation about Jobs creation in UI [#15]

Alpha Release 2

22 Jul 09:52
Compare
Choose a tag to compare
  • Skip Notification Trait - #8
  • Project Owner Validation in GitLab Group Job Type - #5
  • WebHook registration and listener (build trigger not working) - #2
  • Improved icon set - #4
  • Improved Pipeline Status Notifier - #3
  • Faster checkout in GitLab Group - #7

Alpha Release

14 Jul 03:07
Compare
Choose a tag to compare

New Features:

  • Multibranch Pipeline Jobs for GitLab Projects
  • Folder Organization for GitLab User/Group known as GitLab Group
  • GitLab Pipeline Status Reporting
  • SCM Trait APIs support

Bugs:

  • GitLab Group Job type doesn't show log
  • Tags are not built automatically
  • WebHook implementation is missing/broken
  • Duplicate copies of SCM Traits

Enhancement and Fix Release

02 Aug 19:33
Compare
Choose a tag to compare
  • gitlabserver package renamed to gitlabserverconfig - PR-13
  • Added Java 8 streams support for GitLab server filters - PR-16
  • Added GitLab Server Url validation - PR-18
  • Added JCasC instructions to README - JENKINS-57976
  • Bumped Jenkins version - 2.150.3
  • Fixed UI to reflect state of object - JENKINS-57988
  • Fixed gitlab server expected output for JCasC test - PR-14