package current_gitlab

  1. Overview
  2. Docs
GitLab plugin for OCurrent

Install

Dune Dependency

Authors

Maintainers

Sources

current-0.6.1.tbz
sha256=cf7067dcbe09d054ff35fa22a0bfb1c9bdb6923784c686d51d0f1e599b853cd0
sha512=a80560c937ab760e032ad4a508c591d91b0aed802e6c5dd8469a28f8e4e75014ff88f89f21ddb3bde86a9379839f43a38f4f39a946621a4e5847695d1ca20f98

Description

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

This package provides primitives for interacting with GitLab. It can monitor and clone remote GitLab repositories, and can push GitLab status messages to show the results of testing PRs and branches.

Published: 02 Jun 2022

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 docs 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 (16)

  1. rresult >= "0.6.0"
  2. result >= "1.5"
  3. prometheus >= "0.7"
  4. ppx_deriving_yojson >= "3.6.1"
  5. logs >= "0.7.0"
  6. cmdliner >= "1.1.0"
  7. gitlab-unix >= "0.1.3" & < "0.1.8"
  8. dune >= "2.9"
  9. cohttp-lwt-unix >= "4.0.0"
  10. yojson
  11. lwt
  12. fmt >= "0.8.9"
  13. ocaml >= "4.08.0"
  14. current_web = version
  15. current_git = version
  16. current = version

Dev Dependencies

None

Used by (1)

  1. current_examples = "0.6.1"

Conflicts (1)

  1. conduit >= "6.2.0"