]> git.kaiwu.me - haproxy.git/commit
DEV: patchbot: only display the first 8 chars of the commit id
authorWilly Tarreau <w@1wt.eu>
Mon, 6 Jul 2026 14:21:33 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2026 08:58:38 +0000 (10:58 +0200)
commite4e99282caa3046d3f24d474960a8505daa7de54
treefd9bd865471ca721a62ede2c88f578199957feff
parentb39d2afe4887855aaa8c540207c356f22dc984d8
DEV: patchbot: only display the first 8 chars of the commit id

The commit id column doesn't need to show more than 8 chars to stay
unambiguous within a single page, and longer ids needlessly widen the
table. Everything that is keyed on the id (the commit link, the row's
name= attribute and the cid[] JS array) keeps the full id produced by
the pipeline, whatever its length, so this is a display-only change
which also gets us ready for a possible future move of the pipeline to
longer ids.
dev/patchbot/scripts/post-ai.sh