{"id":19428467,"url":"https://github.com/gitbucket/gitbucket-notifications-plugin","last_synced_at":"2026-03-09T10:31:44.843Z","repository":{"id":42207409,"uuid":"92477520","full_name":"gitbucket/gitbucket-notifications-plugin","owner":"gitbucket","description":"A GitBucket plug-in to provides email notifications feature","archived":false,"fork":false,"pushed_at":"2026-03-07T17:45:46.000Z","size":104,"stargazers_count":21,"open_issues_count":6,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-07T23:22:19.093Z","etag":null,"topics":["gitbucket","gitbucket-plugin","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitbucket.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-05-26T06:01:50.000Z","updated_at":"2026-03-07T17:45:49.000Z","dependencies_parsed_at":"2026-02-04T15:03:37.884Z","dependency_job_id":null,"html_url":"https://github.com/gitbucket/gitbucket-notifications-plugin","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/gitbucket/gitbucket-notifications-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-notifications-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-notifications-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-notifications-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-notifications-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitbucket","download_url":"https://codeload.github.com/gitbucket/gitbucket-notifications-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-notifications-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitbucket","gitbucket-plugin","scala"],"created_at":"2024-11-10T14:15:20.530Z","updated_at":"2026-03-09T10:31:44.810Z","avatar_url":"https://github.com/gitbucket.png","language":"Scala","readme":"# gitbucket-notifications-plugin [![build](https://github.com/gitbucket/gitbucket-notifications-plugin/workflows/build/badge.svg?branch=master)](https://github.com/gitbucket/gitbucket-notifications-plugin/actions?query=workflow%3Abuild+branch%3Amaster)\n\nThis plug-in provides notifications feature on GitBucket.\n\n| Plugin version | GitBucket version |\n|:---------------|:------------------|\n| 1.11.x         | 4.37.x            |\n| 1.10.x         | 4.35.x            |\n| 1.9.x          | 4.34.x            |\n| 1.8.x          | 4.32.x - 4.33.x   |\n| 1.7.x          | 4.30.x - 4.31.x   |\n| 1.6.x          | 4.26.x - 4.29.x   |\n| 1.5.x          | 4.23.x - 4.25.x   |\n| 1.4.x          | 4.19.x - 4.22.x   |\n| 1.2.x, 1.3.x   | 4.17.x - 4.18.x   |\n| 1.1.x          | 4.16.x            |\n| 1.0.x          | 4.15.x            |\n\n## Features\n\nThe current version of plug-in provides features such as:\n\n- Pre-included notifications (see below)\n- Watching repositories\n- Subscribing to issues\n\n### Pre-included notifications\n\nGitBucket can send email notifications to users if this feature is enabled by an administrator.\n\nYou'll automatically receive these notifications when:\n\n- Opened issues (new issues, new pull requests)\n    - When a record is inserted into the ```ISSUE``` table\n- Comments\n    - 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\n- Updated state (close, reopen, merge)\n    - When the ```CLOSED``` column value is updated\n\nNotified users are as follows:\n\n- individual repository's owner\n- group members of group repository\n- collaborators\n- participants\n\nHowever, the person performing the operation is excluded from the notification.\n\n### Watching repositories\n\nWhen you watch a repository, you get notifications.\nYou can unwatch a repository to receive notifications when participating.\nIf you won't receive any notifications, you select Ignoring.\n\n### Subscribing to issues\n\nYou can subscribe or unsubscribe to individual issues.\n\n## Build from source\n\nRun `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`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitbucket%2Fgitbucket-notifications-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitbucket%2Fgitbucket-notifications-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitbucket%2Fgitbucket-notifications-plugin/lists"}