aboutsummaryrefslogtreecommitdiffstats
path: root/services/automerge
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-3/+4
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-3/+3
* Rewrite queue (#24505)wxiaoguang2023-05-081-10/+8
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-1/+1
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-13/+13
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-4/+4
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-12/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-9/+31
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-1/+1
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+241