commit | 124b420b8e3446eb3924b8306e3d50d51054cfa5 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Fri Jun 03 12:48:08 2022 +0200 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Mon Jun 06 22:15:23 2022 +0200 |
tree | 6ee8f809b0bf1ef7701625e80dd0a2ca663daba9 | |
parent | c0c17841ba17fa547008ddff39770335c9ed76c9 [diff] |
Add Utils class for tests Move common test setup logic in a Utils class. Change-Id: Ibc351af902d059c8f5cebb90adce3db7b4ce79c7
This plugin allows a systematic collection of repository metrics. Metrics are updated upon a ref-update
receive.
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 git clone https://gerrit.googlesource.com/plugins/git-repo-metrics pushd gerrit/plugins && ln -s ../../git-repo-metrics . && popd cd gerrit && bazel build plugins/git-repo-metrics
The output plugin jar is created in:
bazel-genfiles/plugins/git-repo-metrics/git-repo-metrics.jar
Copy the git-repo-metrics.jar into the Gerrit's /plugins directory and wait for the plugin to be automatically loaded.
More information about the plugin configuration can be found in the config.md file.