Skip to content

gitbucket-plugins/gitbucket-announce-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket-announce-plugin

This plugin enhances GitBucket by providing an announce mechanism.

Features

Global Announce

This feature allows to notify GitBucket users. It is available to admin users via the System Administration menu of GitBucket.

The global announce sends an email to all active users. For that, notifications and thus SMTP settings of the global GitBucket configuration have to be correctly filled in the System Administration\System Settings\Notification email section.

It is then possible, for example, to notify every user that an upgrade of the system is planned the next Monday at midday.

Compatibility

Plugin version GitBucket version
1.14.x 4.35.x
1.13.x 4.33.x
1.12.x 4.32.x
1.11.x 4.26.x
1.10.x 4.21.x -> 4.25.x
1.9.x 4.19.x, 4.20.x
1.8.x 4.17.x, 4.18.x
1.7.x 4.16.x
1.6.x 4.10.x
1.5.x 4.3.x
1.4.x 4.0.0 -> 4.2.x
1.3.x 3.11.x, 3.12.x
1.2.x 3.11.x
1.1.x 3.7.x -> 3.10.x
1.0.x 3.6.x

Usage

  • Open a shell window at the root of the project, hit sbt assembly
  • if you update gitbucket-announce-plugin, remove any existing previous copy of gitbucket-announce-plugin from GITBUCKET_HOME/plugins
  • Copy target/scala-2.12/gitbucket-announce-plugin-assembly-X.X.X.jar into GITBUCKET_HOME/plugins
  • Restart GitBucket

Release Notes

1.14.0

1.13.0

1.12.0

1.11.0

1.10.0

  • update to gitbucket 4.22.0

1.9.0

1.8.0

1.7.1

  • fix database support problem when gitbucket works with other than H2

1.7.0

  • update to gitbucket 4.16

1.6.0

1.5.0

  • issue-12 adapt to new gitbucket version handling

1.4.0

  • issue-11 enhance plugin compatibility, runs with gitbucket 4.0.0

1.3

  • issue-10 allow sending to partial list of receivers, correct exception handling on email failure

1.2

  • issue-9 make the plugin compatible with gitbucket 3.11

1.1

  • issue-5 use new SystemSettings.useSMTP property introduced in gitbucket 3.7
  • pullrequest-7 adapt markdown parser

1.0

  • introduce gitbucket-announce-plugin
  • global announce by email in System Administration menu
  • depends on gitbucket/gitbucket#861