Migrate web BUILD to aspect TypeScript rules Gerrit no longer exposes ts_config and ts_project through @npm//@bazel/typescript:index.bzl. Loading that file now fails during analysis because @bazel/typescript is not a package in the plugins npm repository. Load the rules from @aspect_rules_ts instead, use the copied plugins tsconfig target, and depend on //plugins:node_modules like the migrated core plugins do. Change-Id: I167b7b0c3b20087eb7e30d71db33424822e6f246
Polygerrit plugin to show a summary of Zuul results in a change tab
Results are show in reverse chronological order, additionally sorted by CI userid's in ZUUL_PRIORITY (earlier entry in the list means sorted first in the output table). i.e. if you consider one of your CI reporters to be the main one, you should place it first in this list.
UI tests are still a work in progress
git clone https://gerrit.googlesource.com/gerritplugins/zuul-results-summary `cd plugins; git clone https://gerrit.googlesource.com/plugins/zuul-results-summarycd ..; bazel build plugins/zuul-results-summary:zuul-results-summarybazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar to Gerrit plugins directoryssh -p 29418 admin@<host> gerrit plugin reload zuul-results-summary