ocaml-ci icon indicating copy to clipboard operation
ocaml-ci copied to clipboard

A CI for OCaml projects

Results 68 ocaml-ci issues
Sort by recently updated
recently updated
newest added

## Context When a repository is registered to ocaml-ci, all the branches are tested. ## Expected behaviour It would be nice if we could have a better control over which...

type/enhancement

This PR supports projects including the `x-ci-accept-failures` field in their `.opam` files, for example: ``` x-ci-accept-failures: [ "macos-homebrew" ] ``` This allows them to specify distros that the package itself...

type/enhancement

As we roll out the new designs, this is an overarching issue to collect feedback from the users of ocaml-ci. Please add a comment describing your feedback - please be...

context/meta
type/ui
context/discussion

Currently adding `ocaml-ci` on a private project fails as Git cannot clone the repository. Tthe error message is not super clear: - there is a red-cross on the PR ;...

Depends on this OBuilder PR: https://github.com/ocurrent/obuilder/pull/146. Addresses https://github.com/ocurrent/ocaml-ci/issues/682.

We [deployed an implementation](https://github.com/ocurrent/ocaml-ci/pull/799#pullrequestreview-1369972226) of the step page where logs are served over a websocket and consumed via a JavaScript websockets client. We noticed that `ocaml-ci-web` was consuming 100% CPU...

We've collected a few instances of plain javascript in this project (under `web-ui/static/js`). With #794 we've introduced `js_of_ocaml` to the project, settling on [`Brr`](https://github.com/dbuenzli/brr) as our preferred way of using...

context/good first issue
type/refactor

![example](https://user-images.githubusercontent.com/417118/228738106-caaef183-a469-45e4-9051-7b946caedb3e.png) ## Context The buttons that expand a repository in the UI (circled in the attached image) aren't real links, which means that I can't open them in a new...

type/enhancement

When adding macOS builds we needed to build Dockerfile incompatible obuilder spec files. The code for generating a platform specific obuilder spec for macOS (potentially BSD and Windows) should be...

type/enhancement

I've noticed that the lower-bounds check will downgrade opam-patched packages, e.g., from ocaml-secondary-compiler 4.08.1-1 to 4.08.1. The patch has been applied in opam and is usually important. I suspect there's...

type/bug