zuul: A zuul client library

[ apache, development, library, program ] [ Propose Tags ]

Zuul is a client library to interface with https://zuul-ci.org.

Use this library to query and decode zuul-web API.

Use the zuul-cli to compute informations.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.0.0.0 && <2.1), aeson-pretty (<0.9), base (>=4.11.0.0 && <5), containers (>=0.5.8.0 && <0.7), directory (>=1.3.0.0 && <1.4), filepath (>=1.4 && <1.5), http-client (>=0.5.0 && <0.8), http-client-tls (>=0.2.0 && <0.4), optparse-generic (<1.5.0), text (>=0.11.1.0 && <1.3), xdg-basedir (<0.3.0), zuul [details]
License Apache-2.0
Copyright 2021 Red Hat
Author Tristan de Cacqueray
Maintainer tdecacqu@redhat.com
Category Development
Home page https://github.com/softwarefactory-project/zuul-haskell#readme
Bug tracker https://github.com/softwarefactory-project/zuul-haskell/issues
Source repo head: git clone https://github.com/softwarefactory-project/zuul-haskell.git
Uploaded by TristanCacqueray at 2022-03-31T21:42:05Z
Distributions
Executables zuul-cli
Downloads 268 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-31 [all 1 reports]

Readme for zuul-0.1.1.0

[back to package description]

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 .