Lunny Xiao
a81c785918
Merge branch 'main' into lunny/issue_dev
2024-12-07 20:59:54 -08:00
Lunny Xiao
cd7bf77b2f
Split issue/pull view router function as multiple smaller functions ( #32749 )
...
This PR splits issue/pull view function into multiple smaller functions.
It also removed duplicated branches load.
2024-12-08 04:39:35 +00:00
Lunny Xiao
3d8ed0e853
Merge branch 'main' into lunny/issue_dev
2024-11-28 12:14:58 -08:00
wxiaoguang
633785a5f3
Refactor markup render system ( #32612 )
...
This PR removes (almost) all path tricks, and introduces "renderhelper"
package.
Now we can clearly see the rendering behaviors for comment/file/wiki,
more details are in "renderhelper" tests.
Fix #31411 , fix #18592 , fix #25632 and maybe more problems. (ps: fix
#32608 by the way)
2024-11-24 16:18:57 +08:00
wxiaoguang
c4e27cb27b
Refactor markup render system ( #32589 )
...
This PR mainly moves some code and introduces `RenderContext.WithXxx`
functions
2024-11-22 05:48:09 +00:00
Lunny Xiao
a1892cf7e3
Move some functions from issue.go to standalone files ( #32468 )
...
Just functions move, no code change.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-11-11 04:28:54 +00:00