{"id":47620520,"url":"https://github.com/gitbucket/gitbucket-announce-plugin","last_synced_at":"2026-04-01T22:02:56.087Z","repository":{"id":35946987,"uuid":"40236159","full_name":"gitbucket/gitbucket-announce-plugin","owner":"gitbucket","description":"Gitbucket plugin providing some features to make announces \u0026 communications","archived":false,"fork":false,"pushed_at":"2026-03-24T21:59:54.000Z","size":2088,"stargazers_count":15,"open_issues_count":3,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-03-25T12:17:02.048Z","etag":null,"topics":["gitbucket","gitbucket-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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":"2015-08-05T09:17:13.000Z","updated_at":"2026-03-24T21:59:59.000Z","dependencies_parsed_at":"2022-09-14T02:52:50.916Z","dependency_job_id":null,"html_url":"https://github.com/gitbucket/gitbucket-announce-plugin","commit_stats":null,"previous_names":["gitbucket/gitbucket-announce-plugin"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/gitbucket/gitbucket-announce-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-announce-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-announce-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-announce-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-announce-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitbucket","download_url":"https://codeload.github.com/gitbucket/gitbucket-announce-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-announce-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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"],"created_at":"2026-04-01T22:01:33.639Z","updated_at":"2026-04-01T22:02:56.068Z","avatar_url":"https://github.com/gitbucket.png","language":"Scala","readme":"# gitbucket-announce-plugin\n\nThis plugin enhances [GitBucket](https://github.com/gitbucket/gitbucket) by providing an announce mechanism.\n\n## Features\n\n### Global Announce\n\nThis feature allows to notify GitBucket users. It is available to _admin_ users via  the `System Administration` menu of GitBucket.\n\nThe 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.\n\nIt is then possible, for example, to notify every user that an upgrade of the system is planned the next Monday at midday.\n\n## Compatibility\n\nPlugin version | GitBucket version\n:--------------|:-----------------\n1.14.x         | 4.35.x\n1.13.x         | 4.33.x\n1.12.x         | 4.32.x\n1.11.x         | 4.26.x\n1.10.x         | 4.21.x -\u003e 4.25.x\n1.9.x          | 4.19.x, 4.20.x\n1.8.x          | 4.17.x, 4.18.x\n1.7.x          | 4.16.x\n1.6.x          | 4.10.x\n1.5.x          | 4.3.x\n1.4.x          | 4.0.0 -\u003e 4.2.x\n1.3.x          | 3.11.x, 3.12.x\n1.2.x          | 3.11.x\n1.1.x          | 3.7.x -\u003e 3.10.x\n1.0.x          | 3.6.x\n\n\n## Usage\n\n- Open a shell window at the root of the project, hit `sbt assembly`\n- if you update `gitbucket-announce-plugin`, remove any existing previous copy of `gitbucket-announce-plugin` from GITBUCKET_HOME/plugins\n- Copy target/scala-2.12/gitbucket-announce-plugin-assembly-X.X.X.jar into GITBUCKET_HOME/plugins\n- Restart GitBucket\n\n## Release Notes\n\n### 1.14.0\n\n- [pullrequest-20](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/21) update to gitbucket 4.35.0\n\n\n### 1.13.0\n\n- [pullrequest-19](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/19) Support for extra mail address\n\n\n### 1.12.0\n\n- [pullrequest-18](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/18) update to gitbucket 4.23.0 and Scala 2.13.0\n\n### 1.11.0\n\n- Bump sbt-gitbucket-plugin to 1.3.0 to be hosted by the [plugin registry](https://plugins.gitbucket-community.org/)\n\n### 1.10.0\n\n- update to gitbucket 4.22.0\n\n### 1.9.0\n- [pullrequest-16](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/16) Bump to Scalatra 2.6 \u0026 Scala 2.12.4\n\n### 1.8.0\n- [issue-15](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/15) update to gitbucket 4.17\n\n### 1.7.1\n- fix database support problem when gitbucket works with other than H2\n\n### 1.7.0\n- update to gitbucket 4.16\n\n### 1.6.0\n- [issue-13](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/13) update to gitbucket 4.10\n\n### 1.5.0\n- [issue-12](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/12) adapt to new gitbucket version handling\n\n### 1.4.0\n- [issue-11](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/11) enhance plugin compatibility, runs with gitbucket 4.0.0\n\n### 1.3\n- [issue-10](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/10) allow sending to partial list of receivers, correct exception handling on email failure\n\n### 1.2\n- [issue-9](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/9) make the plugin compatible with gitbucket 3.11\n\n### 1.1\n\n- [issue-5](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/5) use new `SystemSettings.useSMTP` property introduced in gitbucket 3.7\n- [pullrequest-7](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/7) adapt markdown parser\n\n### 1.0\n\n- introduce gitbucket-announce-plugin\n- global announce by email in `System Administration` menu\n- depends on [gitbucket/gitbucket#861](https://github.com/gitbucket/gitbucket/pull/861)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitbucket%2Fgitbucket-announce-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitbucket%2Fgitbucket-announce-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitbucket%2Fgitbucket-announce-plugin/lists"}