Commit Graph
4 Commits
Author SHA1 Message Date
ee3c82f874 Enable addtional linters (#34085)
enable mirror, usestdlibbars and perfsprint 
part of: https://github.com/go-gitea/gitea/issues/34083

---------

Co-authored-by: wxiaoguang <[email protected]>
2025-04-01 10:14:01 +00:00
Lunny XiaoandGitHub 6c8fb8d455 Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 2025-03-04 18:25:20 +00:00
69de5a65c2 Fix project issues list and counting (#33594)
Co-authored-by: delvh <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
2025-02-17 05:14:56 +00:00
98751108b1 Rename project board -> column to make the UI less confusing (#30170)
This PR split the `Board` into two parts. One is the struct has been
renamed to `Column` and the second we have a `Template Type`.

But to make it easier to review, this PR will not change the database
schemas, they are just renames. The database schema changes could be in
future PRs.

---------

Co-authored-by: silverwind <[email protected]>
Co-authored-by: yp05327 <[email protected]>
2024-05-27 08:59:54 +00:00