0.2.0 • Published 3 years ago

@softwarefactory-project/zuul-results-gerrit-plugin v0.2.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
3 years ago

zuul-results-gerrit-plugin

A polygerrit plugin to display zuul results.

Install

Copy the dist/ZuulResultsPlugin.bs.js to /var/gerrit/plugins/zuul-result.js and restart the service.

Build from source

$ pnpm install --shamefully-hoist
$ pnpm dist

Contribute

Contributions are most welcome. Get started by running:

git clone https://github.com/softwarefactory-project/zuul-results-gerrit-plugin
cd zuul-results-gerrit-plugin
pnpm start

Apply change to a running gerrit service by:

Enable remote plugin reload by adding to gerrit.config:

[plugins]
    allowRemoteAdmin = true

Then reload using:

pnpm dist && \
  cp dist/ZuulResultsPlugin.bs.js /var/gerrit/plugins/zuul-results.js && \
  ssh -p 29418 admin@localhost gerrit plugin reload zuul-results

Make sure to read about ReScript too.

Changes

0.2.0

  • Replace npm by pnpm.

0.1.2

  • Set the table id so that it is cleared between reload.

0.1.1

  • Support multiple CI result with optional pipeline.
  • Detect dark-mode and adapt the colors.

0.1.0

  • Initial release
0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago