Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More debug Make the obuilder-spec printing a tiny bit faster Use http-lwt-client instead of cohttp-lwt-unix for the client part Give better error message from http-lwt-client Fix issues with h2 and http-lwt-client Show all the logs in debug mode Fix last commit (logs requires Logs.set_reporter to be called to actually print anything) Be more specific for the debug logs Remove debug logging on the webhook requests Return 404 instead of 500 (exn Not_found) when getting a request for a non-existant log file Return 404 instead of 500 (exn Not_found) when getting a request for a non-existant log directory Wait for most of the possibly blocking actions to finish before calling the webhooks Return some helpful error message when no run exist yet instead of 500 Do not wait for the end of initialisation to start the tcp servers Fix the display of opam metadata Use opam-dev instead of opam 2.1 Revert "Wait for most of the possibly blocking actions to finish before calling the webhooks" This reverts commit aa89ab8. Revert "Do not wait for the end of initialisation to start the tcp servers" This reverts commit 6ed4ce9. Fix compilation after the previous git reverts Revert 39b14a5 Try to debug a new Lwt_io.Channel_closed(input) exception at the end of each run when reloading the cache Avoid race conditions with the cache Revert 4a8e2a6. Remove possible Lwt_io.Channel_closed("input") exception Rewrite some use of Lwt_io.read_line_opt to read line faster (and hopefully elimitate an unknown Lwt_io.Channel_closed("input") race-condition) Give the docker image hash explicitly to improve reliablity and fix e56c933 Use lwt_ppx instead of Lwt.finally Fix "TLS failure: End_of_file" (robur-coop/http-lwt-client#8)
- Loading branch information