Update core plugins list Change-Id: If36296bc94bffb213e580bbb94eb1d56c7f2c1e7
diff --git a/src/main/java/com/googlesource/gerrit/plugins/manager/repository/CorePluginsDescriptions.java b/src/main/java/com/googlesource/gerrit/plugins/manager/repository/CorePluginsDescriptions.java index cf1ba23..1591316 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/manager/repository/CorePluginsDescriptions.java +++ b/src/main/java/com/googlesource/gerrit/plugins/manager/repository/CorePluginsDescriptions.java
@@ -30,13 +30,17 @@ pluginsDescriptions.put( "commit-message-length-validator", "Plugin to validate that commit messages conform to length limits"); + pluginsDescriptions.put("delete-project", "Provides the ability to delete a project"); pluginsDescriptions.put("download-commands", "Adds the standard download schemes and commands"); + pluginsDescriptions.put("gitiles", "Plugin running Gitiles alongside a Gerrit server"); pluginsDescriptions.put("hooks", "Old-style fork+exec hooks"); pluginsDescriptions.put("replication", "Copies to other servers using the Git protocol"); pluginsDescriptions.put( "reviewnotes", "Annotates merged commits using notes on refs/notes/review"); pluginsDescriptions.put( "singleusergroup", "GroupBackend enabling users to be directly added to access rules"); + pluginsDescriptions.put( + "webhooks", "Allows to propagate Gerrit events to remote http endpoints"); } public Optional<String> get(String plugin) {