commit | be4de83928bd9020f362824d53146e89e2759e6c | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Thu Apr 27 09:43:15 2023 -0700 |
committer | Clark Boylan <clark.boylan@gmail.com> | Thu Apr 27 15:30:11 2023 -0700 |
tree | 791b04048fb3b3aa254a23fb95240d660c1a9a4a | |
parent | 9185a5c8bce0d0a05a22c3bcbc75287a64b24b32 [diff] |
Switch to gr-icon from iron-icon Gerrit 3.8 has largely deprecated iron-icons except for a small number of cases which don't include the icons we are using in this plugin. Switch to the material symbols font family provied through gr-icon which appears to be the proper way to use check and close icons in Gerrit now. This fixes missing icons under Gerrit 3.8. Gerrit 3.7 still renders them using the old iron-icons but is expected to be compatibile with gr-icon as well. Change-Id: I96ffec351ac45293717b54fef73ef97bff80659c
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/gerrit
plugins/zuul-results-summary
`cd plugins; git clone https://gerrit.googlesource.com/plugins/zuul-results-summarycd ..; bazel build plugins/zuul-results-summary:zuul-results-summary
bazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar
to Gerrit plugins directoryssh -p 29418 admin@<host> gerrit plugin reload zuul-results-summary