index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
pull
Age
Commit message (
Expand
)
Author
2023-03-09
Improve squash merge commit author and co-author with private emails (#22977)
Brecht Van Lommel
2023-03-09
Fix pull request update showing too many commits with multiple branches (#22856)
Brecht Van Lommel
2023-03-09
Refactor merge/update git command calls (#23366)
wxiaoguang
2023-03-07
Refactor and tidy-up the merge/update branch code (#22568)
zeripath
2023-03-04
Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...
wxiaoguang
2023-03-03
Fix cannot reopen after pushing commits to a closed PR (#23189)
sillyguodong
2023-03-01
Do not create commit graph for temporary repos (#23219)
Brecht Van Lommel
2023-02-21
Add force_merge to merge request and fix checking mergable (#23010)
Jason Song
2023-02-21
Use `--message=%s` for git commit message (#23028)
wxiaoguang
2023-02-18
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-09
Fix update by rebase being wrongly disabled by protected base branch (#22825)
Brecht Van Lommel
2023-02-09
Load issue before accessing index in merge message (#22822)
John Olheiser
2023-02-05
Fix time to NotifyPullRequestSynchronized (#22650)
Jason Song
2023-02-04
Refactor git command package to improve security and maintainability (#22678)
wxiaoguang
2023-02-03
Improve trace logging for pulls and processes (#22633)
zeripath
2023-02-01
Small refactor for loading PRs (#22652)
Lunny Xiao
2023-01-28
Improve checkIfPRContentChanged (#22611)
zeripath
2023-01-24
Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)
Brecht Van Lommel
2023-01-19
When updating by rebase we need to set the environment for head repo (#22535)
zeripath
2023-01-18
Fix 500 error viewing pull request when fork has pull requests disabled (#22512)
Brecht Van Lommel
2023-01-17
some refactor about code comments (#20821)
Lunny Xiao
2023-01-16
Supports wildcard protected branch (#20825)
Lunny Xiao
2023-01-09
Use context parameter in models/git (#22367)
Jason Song
2022-12-29
Support template for merge message description (#22248)
Jason Song
2022-12-27
Use complete SHA to create and query commit status (#22244)
Jason Song
2022-12-19
Add setting to disable the git apply step in test patch (#22130)
zeripath
2022-12-14
Correctly handle moved files in apply patch (#22118)
zeripath
2022-12-10
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-19
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-12
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-03
feat: notify doers of a merge when automerging (#21553)
kolaente
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-23
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-12
Add generic set type (#21408)
KN4CK3R
2022-10-11
Do DB update after merge in hammer context (#21401)
zeripath
2022-08-18
Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...
zeripath
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-07-29
Ensure that all unmerged files are merged when conflict checking (#20528)
zeripath
2022-07-19
Dismiss prior pull reviews if done via web in review dismiss (#20197)
6543
2022-07-13
Fix checks in PR for empty commits #19603 (#20290)
Ing. Jaroslav Šafka
2022-06-30
Check if project has the same repository id with issue when assign project to...
Lunny Xiao
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-16
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-12
Move some code into models/git (#19879)
Lunny Xiao
2022-06-10
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
[next]