About

Metadata

  • Last updated , by TristanCacqueray
  • License Apache-2.0
  • Categories Development
  • Maintained by: tdecacqu@redhat.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.3

Readme

zuul

Hackage

A client library for zuul.

Features

  • JSON decoder for API endpoints.
  • HTTP client helper functions.
  • Command line utility to compute informations.
    • live-changes: count the number of change running in a pipeline.
    • nodepool-labels: get the label used in project pipelines.
    • job-vars: get the job variables used in project pipelines.

Contribute

Run tests:

$ cabal build
$ cabal test

Run cli:

$ cabal run zuul-cli -- --help

Install cli:

$ cabal install --installdir=~/.local/bin

Build container:

$ podman build -t quay.io/software-factory/zuul-stats .