Lunny Xiao and GitHub
4cdb8a7f96
Fix missing repository id when migrating release attachments ( #36389 ) ( #36413 )
...
This PR fixes missed repo_id on the migration of attachments to Gitea.
It also provides a doctor check to fix the dirty data on the database.
Backport #36389
2026-01-20 23:36:45 +02:00
dfe4055b92
Release attachments must belong to the intended repo ( #36347 ) ( #36375 )
...
Backport #36347 by @lunny
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2026-01-15 02:30:18 +01:00
wxiaoguang and GitHub
0cbaa0b662
Remove incorrect "db.DefaultContext" usages ( #35366 )
2025-08-28 03:52:43 +00:00
Lunny Xiao and GitHub
ccf7366db0
Add tag name in the commits list ( #31082 )
...
Fix #10036
This PR adds some labels for tags of this commit after the commit
message on the commits table. The tag template is share as commit
graph's.
Desktop:
<img width="1302" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/ba94e1e6-2a3d-44f3-85a3-575fb5667c97 ">
Mobile:
<img width="370" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/e3eb1f44-3686-4012-aa9d-52cd88b22c0e ">
2024-08-19 17:04:06 +00:00
7047df36d4
Another round of db.DefaultContext refactor ( #27103 )
...
Part of #27065
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me >
2023-09-25 13:17:37 +00:00
Lunny Xiao and GitHub
e3ed67859a
Move some functions to service layer ( #26969 )
2023-09-08 21:09:23 +00:00