gitea/routers
Lunny Xiao 224aa64cd9
Replace update repository function in some places (#34566)
`UpdateAllCols` is dangerous, the columns should be updated when
necessary.

This PR replaces some `updateRepository` invokes to reduce possible
problems and wrongly updated time. Some parts have been fixed in #34388,
but some are hidden in the function `updateRepository`. Alternatively,
using `UpdateRepositoryColsNoAutoTime` to update the changed columns.

Some `UpdateRepoSize` invokes are duplicated, so they will be removed
when extracting from `updateRepository`.
2025-06-17 09:54:25 -07:00
..
api Refactor container and UI (#34736) 2025-06-16 16:27:01 +08:00
common Fix footnote jump behavior on the issue page. (#34621) 2025-06-09 17:18:11 +00:00
install Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
private Only git operations should update last changed of a repository (#34388) 2025-05-11 19:18:46 +00:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Replace update repository function in some places (#34566) 2025-06-17 09:54:25 -07:00
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00