aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates/util_render_test.go
Commit message (Expand)AuthorAgeFilesLines
* Improve `labels-list` rendering (#34846)silverwind2025-06-271-0/+11
* Refactor commit message rendering and fix bugs (#34412)wxiaoguang2025-05-091-66/+62
* Uniform all temporary directories and allow customizing temp path (#32352)Lunny Xiao2025-04-081-1/+1
* Fix markdown render behaviors (#34122)wxiaoguang2025-04-051-1/+1
* Refactor markup render to fix various path problems (#34114)wxiaoguang2025-04-041-2/+2
* Enable testifylint rules (#34075)TheFox0x72025-03-311-3/+3
* Add material icons for file list (#33837)wxiaoguang2025-03-101-11/+12
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-2/+2
* Refactor markup render system (#32612)wxiaoguang2024-11-241-5/+6
* Refactor markup render system (#32533)wxiaoguang2024-11-181-9/+9
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-10/+10
* Refactor render system (#32492)wxiaoguang2024-11-141-8/+7
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-7/+9
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-16/+17
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-181-2/+2
* Fix markdown rendering when mentioning users (#30795)wxiaoguang2024-05-021-0/+5
* Fix label rendering (#30456)wxiaoguang2024-04-131-9/+31
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-7/+7
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-5/+136
* Fix missing commit message body when the message has leading newlines (#25418)Jason Song2023-06-211-0/+56