This plugin enhances GitBucket by providing an announce mechanism.
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.
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 |
- Open a shell window at the root of the project, hit
sbt assembly
- if you update
gitbucket-announce-plugin
, remove any existing previous copy ofgitbucket-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
- pullrequest-20 update to gitbucket 4.35.0
- pullrequest-19 Support for extra mail address
- pullrequest-18 update to gitbucket 4.23.0 and Scala 2.13.0
- Bump sbt-gitbucket-plugin to 1.3.0 to be hosted by the plugin registry
- update to gitbucket 4.22.0
- pullrequest-16 Bump to Scalatra 2.6 & Scala 2.12.4
- issue-15 update to gitbucket 4.17
- fix database support problem when gitbucket works with other than H2
- update to gitbucket 4.16
- issue-13 update to gitbucket 4.10
- issue-12 adapt to new gitbucket version handling
- issue-11 enhance plugin compatibility, runs with gitbucket 4.0.0
- issue-10 allow sending to partial list of receivers, correct exception handling on email failure
- issue-9 make the plugin compatible with gitbucket 3.11
- issue-5 use new
SystemSettings.useSMTP
property introduced in gitbucket 3.7 - pullrequest-7 adapt markdown parser
- introduce gitbucket-announce-plugin
- global announce by email in
System Administration
menu - depends on gitbucket/gitbucket#861