index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
issue
/
issue.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Port] gitea#29999: Fix Add/Remove WIP on pull request title failure
Lunny Xiao
2024-03-29
1
-14
/
+17
*
[Port] gitea#29842: Notify reviewers added via CODEOWNERS
Jimmy Praet
2024-03-28
1
-5
/
+15
*
[MODERATION] User blocking
Gusted
2024-02-05
1
-0
/
+5
*
[FEAT] allow setting the update date on issues and comments
Earl Warren
2024-02-05
1
-0
/
+39
*
Avoid run change title process when the title is same (#27467)
yp05327
2023-10-06
1
-0
/
+4
*
simplify issue deletion query (#27312)
Earl Warren
2023-10-02
1
-36
/
+18
*
More `db.DefaultContext` refactor (#27265)
JakobDev
2023-09-29
1
-2
/
+2
*
Move notification interface to services layer (#26915)
Lunny Xiao
2023-09-05
1
-7
/
+7
*
Add transaction when creating pull request created dirty data (#26259)
Lunny Xiao
2023-08-10
1
-13
/
+13
*
Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...
wxiaoguang
2023-08-07
1
-1
/
+1
*
Less naked returns (#25713)
6543
2023-07-07
1
-5
/
+5
*
Add codeowners feature (#24910)
Vladimir Buyanov
2023-06-08
1
-0
/
+6
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
1
-1
/
+1
*
Add the ability to pin Issues (#24406)
JakobDev
2023-05-25
1
-0
/
+7
*
Make more functions use ctx instead of db.DefaultContext (#24068)
wxiaoguang
2023-04-14
1
-28
/
+29
*
Fix issue/PR numbers (#22037)
Jason Song
2022-12-06
1
-1
/
+8
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Prepend refs/heads/ to issue template refs (#20461)
zeripath
2022-11-22
1
-2
/
+1
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-9
/
+9
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
1
-1
/
+1
*
Update milestone counters when issue is deleted (#21459)
Ashley Nelson
2022-10-22
1
-0
/
+5
*
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-10-17
1
-2
/
+2
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-3
/
+3
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-1
/
+1
*
fix delete pull head ref for DeleteIssue (#20032)
a1012112796
2022-06-19
1
-1
/
+1
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
1
-15
/
+93
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-2
/
+2
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
1
-1
/
+2
*
Move some issue methods as functions (#19255)
Lunny Xiao
2022-03-29
1
-3
/
+3
*
[API] Allow removing issues (#18879)
Otto Richter (fnetX)
2022-03-01
1
-0
/
+29
*
format with gofumpt (#18184)
6543
2022-01-20
1
-2
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-1
/
+2
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-7
/
+8
*
DBContext is just a Context (#17100)
zeripath
2021-09-23
1
-1
/
+1
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
1
-1
/
+2
*
label and milestone webhooks on issue/pull creation (#14363)
Jimmy Praet
2021-01-17
1
-0
/
+6
*
Send notifications for mentions in pulls, issues, (code-)comments (#14218)
Jimmy Praet
2021-01-02
1
-1
/
+6
*
Change/remove a branch of an open issue (#9080)
Vedran
2020-09-08
1
-0
/
+14
*
Fix ref links in issue overviews for tags (#8742)
Sijmen Schoon
2020-05-15
1
-0
/
+16
*
Move actions to notification (#8785)
Lunny Xiao
2019-11-03
1
-15
/
+0
*
Move issue notifications (#8713)
Lunny Xiao
2019-10-28
1
-24
/
+8
*
Move more issue assignee code from models to issue service (#8690)
Lunny Xiao
2019-10-28
1
-42
/
+3
*
Mail assignee when issue/pull request is assigned (#8546)
David Svantesson
2019-10-25
1
-2
/
+104
*
Move change issue title from models to issue service package (#8456)
Lunny Xiao
2019-10-11
1
-0
/
+51
*
Extract actions on new issue from models to services (#8217)
Lunny Xiao
2019-09-30
1
-0
/
+47