index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
pull
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...
zeripath
2022-08-18
1
-0
/
+3
*
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-16
2
-6
/
+6
*
Ensure that all unmerged files are merged when conflict checking (#20528)
zeripath
2022-07-29
2
-2
/
+27
*
Dismiss prior pull reviews if done via web in review dismiss (#20197)
6543
2022-07-19
1
-1
/
+18
*
Fix checks in PR for empty commits #19603 (#20290)
Ing. Jaroslav Šafka
2022-07-13
2
-1
/
+9
*
Check if project has the same repository id with issue when assign project to...
Lunny Xiao
2022-06-30
1
-5
/
+11
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
2
-3
/
+3
*
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-16
1
-18
/
+9
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
12
-144
/
+150
*
Move some code into models/git (#19879)
Lunny Xiao
2022-06-12
4
-23
/
+27
*
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-06-10
1
-6
/
+0
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
4
-10
/
+10
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
4
-6
/
+10
*
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-08
5
-14
/
+19
*
Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)
6543
2022-05-08
1
-1
/
+1
*
Allow custom default merge message with .gitea/default_merge_message/<merge_s...
Lunny Xiao
2022-05-08
2
-8
/
+161
*
Auto merge pull requests when all checks succeeded via API (#9307)
kolaente
2022-05-07
3
-2
/
+16
*
PullService lock via pullID (#19520)
6543
2022-05-04
4
-1
/
+18
*
Use for a repo action one database transaction (#19576)
6543
2022-05-03
3
-106
/
+119
*
Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...
6543
2022-05-02
3
-21
/
+21
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
2
-0
/
+54
*
more context for models (#19511)
6543
2022-04-28
8
-28
/
+28
*
Add commit status popup to issuelist (#19375)
parnic
2022-04-27
1
-18
/
+24
*
Set correct PR status on 3way on conflict checking (#19457)
Gusted
2022-04-21
1
-2
/
+4
*
Don't allow merging PR's which are being conflict checked (#19357)
Gusted
2022-04-20
1
-0
/
+5
*
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
2
-3
/
+3
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
6
-134
/
+112
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
1
-1
/
+1
*
Move checks for pulls before merge into own function (#19271)
6543
2022-03-31
2
-21
/
+90
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
4
-7
/
+7
*
When conflicts have been previously detected ensure that they can be resolved...
zeripath
2022-03-29
1
-17
/
+18
*
Move some issue methods as functions (#19255)
Lunny Xiao
2022-03-29
2
-4
/
+4
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
5
-10
/
+7
*
Add config option to disable "Update branch by rebase" (#18745)
Jimmy Praet
2022-03-04
1
-1
/
+7
*
Change git.cmd to RunWithContext (#18693)
Martin Scholz
2022-02-11
4
-32
/
+165
*
Add apply-patch, basic revert and cherry-pick functionality (#17902)
zeripath
2022-02-09
1
-13
/
+24
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
6
-36
/
+36
*
Detect conflicts with 3way merge (#18536)
zeripath
2022-02-02
1
-0
/
+13
*
Pause queues (#15928)
zeripath
2022-01-22
2
-2
/
+4
*
Add config options to hide issue events (#17414)
qwerty287
2022-01-21
1
-1
/
+1
*
format with gofumpt (#18184)
6543
2022-01-20
5
-6
/
+5
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
9
-161
/
+185
*
Restore propagation of ErrDependenciesLeft (#18325)
zeripath
2022-01-19
2
-2
/
+5
*
Use indirect comparison when showing pull requests (#18313)
zeripath
2022-01-18
1
-1
/
+1
*
Fix various typos (#18219)
luzpaz
2022-01-10
1
-1
/
+1
*
Reset the conflicted files list in testpatch (#18139)
zeripath
2021-12-31
1
-0
/
+1
*
Simplify parameter types (#18006)
Gusted
2021-12-20
1
-2
/
+1
*
Abort merge if head has been updated before pressing merge (#18032)
zeripath
2021-12-20
2
-4
/
+18
*
Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...
zeripath
2021-12-19
2
-5
/
+372
[next]