commit | 5dcb1a64e779def0309354dd0e9886189845b020 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Tue Oct 19 15:25:04 2021 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Tue Oct 19 16:03:34 2021 +0200 |
tree | c829d447e94f34a4e59b6c7aa991eb5d882c105b | |
parent | 8fe544ac569efa357ee054257143d8e1d4aa6afd [diff] |
Fix ErrorProne issues for JavaLangClash bug pattern This requires renaming Module classes that clash with java.lang.Module. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I752eba0ada55da62734bfd964c289289047664c5
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
.