Gerrit 插件使用¶
概要: 使用插件增强Gerrit的能力,测试Gerrit版本v3.8
创建时间: 2023.05.20 20:39:39
更新时间: 2023.05.20 21:07:47
核心插件¶
提示
Gerrit Docker版本部署时,自带的插件
avatars-gravatar 使用来自gravatar网站提供的头像¶
plugins/avatars-gravatar - Git at Google
codemirror-editor¶
plugins/codemirror-editor - Git at Google
commit-message-length-validator 检查提交信息的长度¶
plugins/commit-message-length-validator - Git at Google
delete-project 使用SSH方式删除项目¶
plugins/delete-project - Git at Google
download-commands 提供下载项目/变更单到本地的命令¶
plugins/download-commands - Git at Google
gitiles 提供git仓库浏览功能¶
plugins/gitiles - Git at Google
hooks Gerrit服务器侧的事件钩子¶
plugin-manager 在web界面的插件管理器¶
plugins/plugin-manager - Git at Google
replication 同步Gerrit仓库到其他git服务上¶
plugins/replication - Git at Google
reviewnotes 对已合入的变更单进行批注¶
plugins/reviewnotes - Git at Google
singleusergroup¶
plugins/singleusergroup - Git at Google
uploadvalidator 对变更单进行自定义校验¶
plugins/uploadvalidator - Git at Google
webhooks 主动广播Gerrit事件¶
plugins/webhooks - Git at Google
第三方插件¶
提示
非自带的,增强Gerrit功能的插件
rename-project 重命名项目¶
plugins/rename-project - Git at Google
oauth 使用GitHub、GitLab、Google等认证方式登录Gerrit¶
login-redirect 强制匿名访问者重定向到登录页面¶
plugins/login-redirect - Git at Google