commit | fed529c129169d21fef98d1209b68b3bc3d10246 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Fri Dec 03 13:52:19 2021 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Fri Dec 03 13:52:48 2021 +0100 |
tree | f1eb8e62e3a2bfc6ba64f0ca5b7b3e2df30771bb | |
parent | 5dcb1a64e779def0309354dd0e9886189845b020 [diff] |
Adapt to enabling InlineFormatString bug pattern in Gerrit core Fix the current issues so that the build continues to work. Bug: Issue 15065 Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ib321f203e2c72d1468e6b39c938272d2bca475df
A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.
For running unit tests execute:
bazel test --test_output=all //plugins/delete-project/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/delete-project/web:lint_test bazel run //plugins/delete-project/web:lint_bin -- --fix "$(pwd)/plugins/delete-project/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/delete-project/web:gr-delete-repo cp -f bazel-bin/plugins/delete-project/web/gr-delete-repo.js plugins/
and let the Dev Helper redirect from .+/plugins/delete-project/static/gr-delete-repo.js
to http://localhost:8081/plugins_/gr-delete-repo.js
.