Commit 7e688b27f5

7e688b27f510c906d198e4f05e6c543e5dde58cf

parent: db7503f06f

Verified · cmc ci/build: success ci/test: skipped ci/vuln: success

cmc <hello@cleberg.net> · 2026-09-22 18:33 UTC

Parity: iOS build list paging is no; add the commit-subject row

The iOS build list reads one unpaged page and leads each row with a sha.
Also note that the iOS client resolves no autolinks.
.gitbay/wiki/Parity.org +6 −1
@@ -158,6 +158,10 @@ The row is =n/a= on the CLI: a terminal has no form to preview, and
158158=issue show= already renders. Diff-line comments are left out — they
159159sit inside the diff, where a page-level preview has nowhere to go.
160160
161The iOS client resolves no autolinks: =#N= and =owner/name#N= render as
162text in its threads, so a preview there will show the app's rendering
163rather than the one the web page shows.
164
161165* Repositories
162166
163167| capability | cli | web | ios |
@@ -201,7 +205,8 @@ sit inside the diff, where a page-level preview has nowhere to go.
201205| release create, edit | yes | yes | yes |
202206| preview release notes | n/a | yes | no |
203207| build list | yes | yes | yes |
204| build list paging (limit, cursor) | yes | yes | yes |
208| build list paging (limit, cursor) | yes | yes | no |
209| build row names its commit | yes | yes | no |
205210| build list filters (ref, status, job) | yes | yes | yes |
206211| build show (one build) | yes | yes | yes |
207212| build log | yes | yes | yes |