]> git.ipfire.org Git - thirdparty/patchwork.git/commit
patch.py: better handle color states
authorMauro Carvalho Chehab <mchehab@kernel.org>
Wed, 27 May 2026 07:49:00 +0000 (07:49 +0000)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sun, 7 Jun 2026 15:40:34 +0000 (16:40 +0100)
commitdbffab9d8b099136b18c40aeda98af5b117fe1c5
treee4d30efcd953a4ae743c19ae16ff50ae0bf2c500
parent52877f86048b0a9a8f99320ffbe871eae07f95eb
patch.py: better handle color states

The current logic applies checks color only once. That's
weird and makes harder for people to properly idenfify
CI checks when there are multiple CI reports at the same line.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
patchwork/templatetags/patch.py