package current_web

  1. Overview
  2. Docs
Test web UI for OCurrent

Install

Dune Dependency

Authors

Maintainers

Sources

current-v0.5.tbz
sha256=f8c884318a46a568d965c7e8bac00dfe2339efac04ca6f0cbabef916d8b917ca
sha512=e0633239a7d02cdde6264db96c39ed7e3d1adf3a7f09bb25ad002d388f203b561e8c808daee90539bc0ee15c547d2ab4bef1789dcc9c22ed00b151bad0083f64

Description

OCurrent provides an OCaml eDSL for writing CI/CD pipelines.

This package provides a basic web UI for service administrators. It shows the current pipeline visually and allows viewing job logs and configuring the log analyser.

Published: 06 Jun 2021

README

OCurrent

OCurrent allows you to specify a workflow / pipeline for keeping things up-to-date.

For example, the pipeline shown above fetches the head of a GitHub repository's master branch, builds it, runs the tests, and deploys the binary if the tests pass. When a new commit is pushed, it runs the pipeline again.

Another use might be to keep the GitHub build status of each PR in your Git repository showing the result of fetching, building and testing the PR's head commit. If the head commit changes, the result must be recalculated.

An OCurrent pipeline is written using an OCaml eDSL. When OCurrent evaluates it, it records the inputs used (e.g. the current set of open PRs and the head of each one), monitors them, and automatically recalculates when an input changes.

Larger uses of OCurrent include the OCaml Docker base image builder and ocaml-ci, which is the CI that tests this repository itself.

Documentation

The OCurrent wiki contains user documentation and examples. In particular, you might like to start by reading about the example pipelines or how to write your own plugins.

For technical docs, see the API Documentation.

Licensing

OCurrent is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Dependencies (35)

  1. yojson >= "1.7.0"
  2. uri >= "4.0.0"
  3. sqlite3 >= "5.0.2"
  4. sexplib >= "v0.14.0"
  5. result >= "1.5"
  6. re >= "1.9.0"
  7. ppx_sexp_conv >= "v0.14.1"
  8. ppx_deriving >= "5.1"
  9. logs >= "0.7.0"
  10. fpath >= "0.7.3"
  11. cstruct >= "5.2.0"
  12. conduit-lwt-unix >= "2.2.2"
  13. astring >= "0.8.5"
  14. conf-graphviz
  15. dune >= "2.0"
  16. routes >= "0.8.0" & < "2.0.0"
  17. tyxml >= "4.4.0" & < "4.6.0"
  18. cohttp-lwt-unix >= "2.2.0"
  19. cohttp-lwt >= "2.2.0"
  20. cohttp >= "2.2.0"
  21. prometheus-app < "1.2"
  22. prometheus >= "0.7"
  23. cmdliner
  24. lwt
  25. bos
  26. fmt >= "0.8.9"
  27. mirage-crypto-rng < "0.11.0"
  28. mirage-crypto >= "0.8.7"
  29. session-cohttp-lwt
  30. session
  31. base64
  32. ppx_deriving_yojson >= "3.5.1"
  33. ocaml >= "4.08.0"
  34. current_ansi >= "0.4"
  35. current = version

Dev Dependencies

None

Conflicts

None