Marian Harbach | ebeb154 | 2019-12-13 10:42:46 +0100 | [diff] [blame] | 1 | :linkattrs: |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 2 | = Plugins |
| 3 | |
| 4 | The Gerrit server functionality can be extended by installing plugins. |
| 5 | |
| 6 | [[installation]] |
| 7 | == Plugin Installation |
| 8 | Plugin installation is as easy as dropping the plugin jar into the |
| 9 | `$site_path/plugins/` folder. It may take |
| 10 | link:config-gerrit.html#plugins.checkFrequency[a few minutes] until |
| 11 | the server picks up new and updated plugins. |
| 12 | |
Patrick Hiesel | 05e7f30 | 2019-03-08 11:40:42 +0100 | [diff] [blame] | 13 | Due to caching, you might need to flush your browser cache after |
| 14 | installing a plugin. Users will usually see the result within |
| 15 | several minutes. |
| 16 | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 17 | Plugins can also be installed via |
| 18 | link:rest-api-plugins.html#install-plugin[REST] and |
| 19 | link:cmd-plugin-install.html[SSH]. |
| 20 | |
| 21 | [[development]] |
| 22 | == Plugin Development |
| 23 | |
| 24 | How to develop plugins is described in the link:dev-plugins.html[ |
| 25 | Plugin Development Guide]. |
| 26 | |
| 27 | If you want to share your plugin under the link:licenses.html#Apache2_0[ |
| 28 | Apache License 2.0] you can host your plugin development on the |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 29 | link:https://gerrit-review.googlesource.com[gerrit-review,role=external,window=_blank] Gerrit |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 30 | Server. You can request the creation of a new Project by email |
| 31 | to the link:https://groups.google.com/forum/#!forum/repo-discuss[Gerrit |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 32 | mailing list,role=external,window=_blank]. You would be assigned as project owner of the new plugin |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 33 | project so that you can submit changes on your own. It is the |
| 34 | responsibility of the project owner to maintain the plugin, e.g. to |
| 35 | make sure that it works with new Gerrit versions and to create stable |
| 36 | branches for old releases. |
| 37 | |
| 38 | [[core-plugins]] |
| 39 | == Core Plugins |
| 40 | |
Edwin Kempin | ef1b811 | 2019-10-29 09:27:00 +0100 | [diff] [blame] | 41 | link:dev-core-plugins.html[Core plugins] are packaged within the Gerrit |
| 42 | war file and can easily be installed during the link:pgm-init.html[ |
| 43 | Gerrit initialization]. |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 44 | |
David Pursehouse | 95611c4 | 2019-09-19 10:11:17 +0900 | [diff] [blame] | 45 | Note that the documentation and configuration links in the list below are |
| 46 | to the plugins' master branch. Please refer to the appropriate branch or |
| 47 | revision for the Gerrit version you are using. |
| 48 | |
Paladox none | 191adf3 | 2018-02-09 20:24:17 +0000 | [diff] [blame] | 49 | [[codemirror-editor]] |
| 50 | === codemirror-editor |
| 51 | |
Ben Rohlfs | da0a62b | 2021-04-26 17:02:19 +0200 | [diff] [blame] | 52 | CodeMirror JavaScript plugin for Gerrit. |
Paladox none | 191adf3 | 2018-02-09 20:24:17 +0000 | [diff] [blame] | 53 | |
David Pursehouse | 122f078 | 2018-09-28 13:45:23 +0900 | [diff] [blame] | 54 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/codemirror-editor[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 55 | Project,role=external,window=_blank] | |
Paladox none | 191adf3 | 2018-02-09 20:24:17 +0000 | [diff] [blame] | 56 | |
Edwin Kempin | ecee5f6 | 2015-04-16 13:54:25 +0200 | [diff] [blame] | 57 | [[commit-message-length-validator]] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 58 | === commit-message-length-validator |
| 59 | |
| 60 | This plugin checks the length of a commit’s commit message subject and |
| 61 | message body, and reports warnings or errors to the git client if the |
| 62 | lengths are exceeded. |
| 63 | |
David Pursehouse | 122f078 | 2018-09-28 13:45:23 +0900 | [diff] [blame] | 64 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/commit-message-length-validator[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 65 | Project,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 66 | link:https://gerrit.googlesource.com/plugins/commit-message-length-validator/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 67 | Documentation,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 68 | link:https://gerrit.googlesource.com/plugins/commit-message-length-validator/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 69 | Configuration,role=external,window=_blank] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 70 | |
David Pursehouse | 1e15073 | 2018-11-10 07:57:16 +0900 | [diff] [blame] | 71 | [[delete-project]] |
| 72 | === delete-project |
| 73 | |
| 74 | Provides the ability to delete a project. |
| 75 | |
| 76 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/delete-project[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 77 | Project,role=external,window=_blank] | |
David Pursehouse | 1e15073 | 2018-11-10 07:57:16 +0900 | [diff] [blame] | 78 | link:https://gerrit.googlesource.com/plugins/delete-project/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 79 | Documentation,role=external,window=_blank] | |
David Pursehouse | 1e15073 | 2018-11-10 07:57:16 +0900 | [diff] [blame] | 80 | link:https://gerrit.googlesource.com/plugins/delete-project/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 81 | Configuration,role=external,window=_blank] |
David Pursehouse | 1e15073 | 2018-11-10 07:57:16 +0900 | [diff] [blame] | 82 | |
Edwin Kempin | ecee5f6 | 2015-04-16 13:54:25 +0200 | [diff] [blame] | 83 | [[download-commands]] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 84 | === download-commands |
| 85 | |
| 86 | This plugin defines commands for downloading changes in different |
| 87 | download schemes (for downloading via different network protocols). |
| 88 | |
David Pursehouse | 122f078 | 2018-09-28 13:45:23 +0900 | [diff] [blame] | 89 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/download-commands[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 90 | Project,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 91 | link:https://gerrit.googlesource.com/plugins/download-commands/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 92 | Documentation,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 93 | link:https://gerrit.googlesource.com/plugins/download-commands/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 94 | Configuration,role=external,window=_blank] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 95 | |
David Ostrovsky | 55ff68f | 2019-01-18 23:25:50 +0100 | [diff] [blame] | 96 | [[gitiles]] |
| 97 | === gitiles |
| 98 | |
| 99 | Plugin running Gitiles alongside a Gerrit server. |
| 100 | |
| 101 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/gitiles[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 102 | Project,role=external,window=_blank] |
David Ostrovsky | 55ff68f | 2019-01-18 23:25:50 +0100 | [diff] [blame] | 103 | |
David Pursehouse | 89b3a12 | 2016-07-08 18:18:07 +0900 | [diff] [blame] | 104 | [[hooks]] |
| 105 | === hooks |
| 106 | |
| 107 | This plugin runs server-side hooks on events. |
| 108 | |
David Pursehouse | 122f078 | 2018-09-28 13:45:23 +0900 | [diff] [blame] | 109 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/hooks[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 110 | Project,role=external,window=_blank] | |
David Pursehouse | 89b3a12 | 2016-07-08 18:18:07 +0900 | [diff] [blame] | 111 | link:https://gerrit.googlesource.com/plugins/hooks/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 112 | Documentation,role=external,window=_blank] | |
David Pursehouse | 89b3a12 | 2016-07-08 18:18:07 +0900 | [diff] [blame] | 113 | link:https://gerrit.googlesource.com/plugins/hooks/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 114 | Configuration,role=external,window=_blank] |
David Pursehouse | 89b3a12 | 2016-07-08 18:18:07 +0900 | [diff] [blame] | 115 | |
David Ostrovsky | 9358685 | 2019-04-17 15:02:12 -0700 | [diff] [blame] | 116 | [[plugin-manager]] |
| 117 | === plugin-manager |
| 118 | |
| 119 | This plugins provides an initial wizard to discover and install Gerrit plugins. |
| 120 | Per default GerritForge CI is used to download the plugin artifacts from, but |
| 121 | this can be changed per plugin configuration. |
| 122 | |
| 123 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/plugin-manager[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 124 | Project,role=external,window=_blank] |
David Ostrovsky | 9358685 | 2019-04-17 15:02:12 -0700 | [diff] [blame] | 125 | link:https://gerrit.googlesource.com/plugins/plugin-manager/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 126 | Documentation,role=external,window=_blank] |
David Ostrovsky | 9358685 | 2019-04-17 15:02:12 -0700 | [diff] [blame] | 127 | link:https://gerrit.googlesource.com/plugins/plugin-manager/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 128 | Configuration,role=external,window=_blank] |
David Ostrovsky | 9358685 | 2019-04-17 15:02:12 -0700 | [diff] [blame] | 129 | |
Edwin Kempin | ecee5f6 | 2015-04-16 13:54:25 +0200 | [diff] [blame] | 130 | [[replication]] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 131 | === replication |
| 132 | |
| 133 | This plugin can automatically push any changes Gerrit Code Review makes |
| 134 | to its managed Git repositories to another system. Usually this would |
| 135 | be configured to provide mirroring of changes, for warm-standby |
| 136 | backups, or a load-balanced public mirror farm. |
| 137 | |
David Pursehouse | 122f078 | 2018-09-28 13:45:23 +0900 | [diff] [blame] | 138 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/replication[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 139 | Project,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 140 | link:https://gerrit.googlesource.com/plugins/replication/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 141 | Documentation,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 142 | link:https://gerrit.googlesource.com/plugins/replication/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 143 | Configuration,role=external,window=_blank] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 144 | |
Edwin Kempin | ecee5f6 | 2015-04-16 13:54:25 +0200 | [diff] [blame] | 145 | [[reviewnotes]] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 146 | === reviewnotes |
| 147 | |
| 148 | Stores review information for Gerrit changes in the `refs/notes/review` |
| 149 | branch. |
| 150 | |
David Pursehouse | 122f078 | 2018-09-28 13:45:23 +0900 | [diff] [blame] | 151 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/reviewnotes[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 152 | Project,role=external,window=_blank] | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 153 | link:https://gerrit.googlesource.com/plugins/reviewnotes/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 154 | Documentation,role=external,window=_blank] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 155 | |
Edwin Kempin | ecee5f6 | 2015-04-16 13:54:25 +0200 | [diff] [blame] | 156 | [[singleusergroup]] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 157 | === singleusergroup |
| 158 | |
| 159 | This plugin provides a group per user. This is useful to assign access |
| 160 | rights directly to a single user, since in Gerrit access rights can |
| 161 | only be assigned to groups. |
| 162 | |
David Ostrovsky | 8dbc128 | 2019-04-17 17:40:01 -0700 | [diff] [blame] | 163 | [[webhooks]] |
| 164 | === webhooks |
| 165 | |
| 166 | This plugin allows to propagate Gerrit events to remote http endpoints. |
| 167 | |
| 168 | link:https://gerrit-review.googlesource.com/admin/repos/plugins/webhooks[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 169 | Project,role=external,window=_blank] | |
David Ostrovsky | 8dbc128 | 2019-04-17 17:40:01 -0700 | [diff] [blame] | 170 | link:https://gerrit.googlesource.com/plugins/webhooks/+doc/master/src/main/resources/Documentation/about.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 171 | Documentation,role=external,window=_blank] | |
David Ostrovsky | 8dbc128 | 2019-04-17 17:40:01 -0700 | [diff] [blame] | 172 | link:https://gerrit.googlesource.com/plugins/webhooks/+doc/master/src/main/resources/Documentation/config.md[ |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 173 | Configuration,role=external,window=_blank] |
David Ostrovsky | 8dbc128 | 2019-04-17 17:40:01 -0700 | [diff] [blame] | 174 | |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 175 | [[other-plugins]] |
| 176 | == Other Plugins |
| 177 | |
Marco Miller | 5137ba5 | 2020-02-18 16:06:14 -0500 | [diff] [blame] | 178 | Besides core plugins there are many other Gerrit plugins available. This Gerrit home |
| 179 | link:https://www.gerritcodereview.com/plugins.html[page for plugins] lists them. |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 180 | |
| 181 | GERRIT |
| 182 | ------ |
| 183 | Part of link:index.html[Gerrit Code Review] |
| 184 | |
| 185 | SEARCHBOX |
| 186 | --------- |