aboutsummaryrefslogtreecommitdiffstats
path: root/services/projects
Commit message (Collapse)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x76 days1-2/+2
| | | | | | | | enable mirror, usestdlibbars and perfsprint part of: https://github.com/go-gitea/gitea/issues/34083 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Enable testifylint rules (#34075)TheFox0x77 days1-1/+1
| | | | enable testifylint rules disabled in: https://github.com/go-gitea/gitea/pull/34054
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-173-0/+348
| | | | Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix unnecessary comment when moving issue on the same project column (#33496)Lunny Xiao2025-02-051-12/+19
| | | Fix #33482
* Add issue comment when moving issues from one column to another of the ↵Lunny Xiao2024-08-091-0/+79
project (#29311) Fix #27278 Replace #27816 This PR adds a meta-comment for an issue when dragging an issue from one column to another of a project. <img width="600" alt="image" src="https://github.com/go-gitea/gitea/assets/81045/5fc1d954-430e-4db0-aaee-a00006fa91f5"> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: yp05327 <576951401@qq.com>