a native ios client for gitbay

client ios swift

https://gitbay.org

builds: the detail screen shows only the log #6

closed cmc opened this on 2026-08-28 05:02

cmc 2026-08-28 05:02

BuildLogView renders the log and nothing else. build show returns the status, commit, branch and queued/finished times:

build 60	build	success
ff6271a9d4 on cli-coverage
queued 2026-08-28T04:42:54Z, finished 2026-08-28T04:43:06Z

The web's /{owner}/{repo}/builds/{n} shows all of it. From the builds list a row at least carries the status; arriving from the Feed, which navigates straight to the log, the screen says "Build #60" and shows raw text.

Depends on nothing — build show already exists. Pairs with the job picker, which needs krz/gitbay's build jobs command first.

cmc 2026-08-28 17:25

Fixed by !20. The detail screen loads build show alongside the log, and the trigger is a menu fed by build jobs rather than a typed name.