krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

#1 commit statuses API and MR check display open

by cmc at 2026-08-24T02:44:02.293Z · labels: priority roadmap

External CI can already react via webhooks, but there is no way to report a result back: no commit-status endpoint, nothing on the MR page showing checks, and merges cannot gate on them. Unlocks the whole CI story. Suggested shape: a status command/API keyed on (repo, sha, context, state), shown on MR and commit pages, with an optional require-checks branch setting.