Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GerritCodeReview/plugins_avatars-gravatar
Plugin to display user icons from Gravatar. - (mirror of http://gerrit.googlesource.com/plugins%2Favatars-gravatar)
https://github.com/GerritCodeReview/plugins_avatars-gravatar
Last synced: 3 days ago
JSON representation
Plugin to display user icons from Gravatar. - (mirror of http://gerrit.googlesource.com/plugins%2Favatars-gravatar)
- Host: GitHub
- URL: https://github.com/GerritCodeReview/plugins_avatars-gravatar
- Owner: GerritCodeReview
- Created: 2015-12-10T09:34:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T21:48:58.000Z (11 months ago)
- Last Synced: 2024-08-02T05:07:19.467Z (3 months ago)
- Language: Java
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gerrit Gravatar plugin
======================This plugin populates Gerrit users' avatar images from the popular Gravatar platform using the MD5
code of the user's preferred email.How to build
------------Clone or link this plugin to the plugins directory of Gerrit's source tree,
and then run bazel build on the plugin's directory.Example:
```
git clone --recursive https://gerrit.googlesource.com/gerrit
cd plugins
git clone "https://gerrit.googlesource.com/modules/avatars-gravatar"
cd .. && bazelisk build plugins/avatars-gravatar
```The output plugin jar is created in `bazel-bin/plugins/avatars-gravatar/avatars-gravatar.jar`
How to install
--------------Copy the `avatars-gravatar.jar` into the `${GERRIT_SITE}/plugins/` and start
Gerrit Code Review.Configuration
-------------The plugin configuration is read from $GERRIT_SITE/etc/gerrit.config, see
the [config.md](src/main/resources/Documentation/config.md) documentation for
more details on the individual settings.