commit | ceca592e8ed2870ee9b2e2c9e1b93c1f07f81ffa | [log] [tgz] |
---|---|---|
author | Taylor Santiago <taylorsantiago@google.com> | Tue Jun 03 12:51:49 2025 -0700 |
committer | Taylor Santiago <taylorsantiago@google.com> | Tue Jun 03 12:52:27 2025 -0700 |
tree | cf9d1f400021186b256d6ef397c86725a8785fa7 | |
parent | f7dc987ee3a2b73c911f717ee1c0d3d82a359869 [diff] |
Fix NullPointerException reported from Third Eye Change-Id: I9acd0ef02aa1d659b6f166d27013d44a390c561d
See src/main/resources/documentation.
For running unit tests execute:
bazel test --test_output=all //plugins/automerger/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/automerger/web:lint_test bazel run //plugins/automerger/web:lint_bin -- --fix "$(pwd)/plugins/automerger/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/automerger/web:automerger cp -f bazel-bin/plugins/automerger/web/automerger.js plugins/
and let the Dev Helper redirect from .+/plugins/automerger/static/automerger.js
to http://localhost:8081/plugins_/automerger.js
.