aboutsummaryrefslogtreecommitdiff
path: root/services/automerge
AgeCommit message (Expand)Author
2023-02-21Add force_merge to merge request and fix checking mergable (#23010)Jason Song
2023-02-03Improve trace logging for pulls and processes (#22633)zeripath
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-11-03feat: notify doers of a merge when automerging (#21553)kolaente
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-11Move access and repo permission to models/perm/access (#19350)Lunny Xiao
2022-05-08Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)6543
2022-05-08Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao
2022-05-08Auto merge pull requests when all checks succeeded via API (#9307)kolaente