index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
issue
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
4
-31
/
+25
*
Less naked returns (#25713)
6543
2023-07-07
3
-18
/
+17
*
Add codeowners feature (#24910)
Vladimir Buyanov
2023-06-08
1
-0
/
+6
*
Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)
谈笑风生间
2023-05-31
1
-2
/
+2
*
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
*
Improve Gitea's web context, decouple "issue template" code into service pack...
wxiaoguang
2023-05-09
1
-0
/
+189
*
Use more specific test methods (#24265)
KN4CK3R
2023-04-22
2
-6
/
+6
*
Fix issue attachment handling (#24202)
wxiaoguang
2023-04-20
1
-2
/
+1
*
Make more functions use ctx instead of db.DefaultContext (#24068)
wxiaoguang
2023-04-14
5
-49
/
+49
*
Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)
Brecht Van Lommel
2023-01-25
2
-5
/
+5
*
Fix issue not auto-closing when it includes a reference to a branch (#22514)
Brecht Van Lommel
2023-01-19
1
-1
/
+3
*
Always reuse transaction (#22362)
Jason Song
2023-01-08
1
-1
/
+1
*
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-10
3
-2
/
+138
*
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
5
-5
/
+5
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
13
-26
/
+13
*
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
6
-22
/
+23
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
3
-3
/
+3
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-2
/
+2
*
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
*
Add generic set type (#21408)
KN4CK3R
2022-10-12
1
-3
/
+3
*
Allow poster to choose reviewers (#21084)
Jason Song
2022-09-09
1
-2
/
+5
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
3
-14
/
+19
*
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-16
3
-22
/
+22
*
Check if project has the same repository id with issue when assign project to...
Lunny Xiao
2022-06-30
1
-0
/
+11
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
2
-4
/
+4
*
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
12
-129
/
+264
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
4
-12
/
+16
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
4
-8
/
+12
*
Use for a repo action one database transaction (#19576)
6543
2022-05-03
1
-3
/
+11
*
more context for models (#19511)
6543
2022-04-28
3
-10
/
+23
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-1
/
+3
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
3
-3
/
+92
*
Move some issue methods as functions (#19255)
Lunny Xiao
2022-03-29
5
-8
/
+8
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-5
/
+10
*
Allow users to self-request a PR review (#19030)
Norwin
2022-03-08
1
-8
/
+0
*
[API] Allow removing issues (#18879)
Otto Richter (fnetX)
2022-03-01
1
-0
/
+29
*
format with gofumpt (#18184)
6543
2022-01-20
2
-4
/
+4
*
Restore propagation of ErrDependenciesLeft (#18325)
zeripath
2022-01-19
1
-4
/
+4
*
Simplify parameter types (#18006)
Gusted
2021-12-20
1
-1
/
+1
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
3
-12
/
+15
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-3
/
+4
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
10
-34
/
+44
*
Fix close issue but time watcher still running (#17643)
Lunny Xiao
2021-11-21
3
-4
/
+508
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
2
-0
/
+2
*
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-16
1
-9
/
+8
[next]