All Projects → gitbucket → gitbucket-notifications-plugin

gitbucket / gitbucket-notifications-plugin

Licence: Apache-2.0 License
A GitBucket plug-in to provides email notifications feature

Programming Languages

scala
5932 projects
HTML
75241 projects

Projects that are alternatives of or similar to gitbucket-notifications-plugin

gitbucket-emoji-plugin
Provides Emoji support for GitBucket
Stars: ✭ 19 (+18.75%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-ci-plugin
GitBucket plug-in that adds simple CI ability to GitBucket.
Stars: ✭ 44 (+175%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-network-plugin
This plugin provides network graph for GitBucket.
Stars: ✭ 37 (+131.25%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-label-kanban-plugin
A GitBucket plugin for Kanban style issue management.
Stars: ✭ 43 (+168.75%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-gist-plugin
A GitBucket plug-in which provides code snippet repository like Gist
Stars: ✭ 67 (+318.75%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-fess-plugin
GitBucket plugin for Fess
Stars: ✭ 21 (+31.25%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-gantt-plugin
A GitBucket plugin rendering Gantt Chart.
Stars: ✭ 16 (+0%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-monitoring-plugin
Provides monitoring page which contains machine information, resources, processes ...etc
Stars: ✭ 15 (-6.25%)
Mutual labels:  gitbucket, gitbucket-plugin
github2mr
Export all your github repositories to a form suitable for 'myrepos' to work with.
Stars: ✭ 32 (+100%)
Mutual labels:  gitbucket
Gitbucket
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
Stars: ✭ 8,539 (+53268.75%)
Mutual labels:  gitbucket

gitbucket-notifications-plugin build

This plug-in provides notifications feature on GitBucket.

Plugin version GitBucket version
1.11.x 4.37.x
1.10.x 4.35.x
1.9.x 4.34.x
1.8.x 4.32.x - 4.33.x
1.7.x 4.30.x - 4.31.x
1.6.x 4.26.x - 4.29.x
1.5.x 4.23.x - 4.25.x
1.4.x 4.19.x - 4.22.x
1.2.x, 1.3.x 4.17.x - 4.18.x
1.1.x 4.16.x
1.0.x 4.15.x

Features

The current version of plug-in provides features such as:

  • Pre-included notifications (see below)
  • Watching repositories
  • Subscribing to issues

Pre-included notifications

GitBucket can send email notifications to users if this feature is enabled by an administrator.

You'll automatically receive these notifications when:

  • Opened issues (new issues, new pull requests)
    • When a record is inserted into the ISSUE table
  • Comments
    • Among the records in the ISSUE_COMMENT table, them to be counted as a comment (i.e. the record ACTION column value is "comment" or "close_comment" or "reopen_comment") are inserted
  • Updated state (close, reopen, merge)
    • When the CLOSED column value is updated

Notified users are as follows:

  • individual repository's owner
  • group members of group repository
  • collaborators
  • participants

However, the person performing the operation is excluded from the notification.

Watching repositories

When you watch a repository, you get notifications. You can unwatch a repository to receive notifications when participating. If you won't receive any notifications, you select Ignoring.

Subscribing to issues

You can subscribe or unsubscribe to individual issues.

Build from source

Run sbt assembly and copy generated /target/scala-2.13/gitbucket-notifications-plugin-x.x.x.jar to ~/.gitbucket/plugins/ (If the directory does not exist, create it by hand before copying the jar), or just run sbt install.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].