Commit Graph

327 Commits (26b51aa0328e90032283d3d707508ab3824ad9ed)

Author SHA1 Message Date
Lunny Xiao 39d51e7c82
Automerge supports deleting branch automatically after merging (#32343) 1 month ago
Lunny Xiao 67aeb1f896
Add missed transaction on setmerged (#33079) 1 month ago
hiifong a87168869a
Fix duplicate co-author in squashed merge commit messages (#33020) 2 months ago
Lunny Xiao d45456b1b5
Move SetMerged to service layer (#33045) 2 months ago
a1012112796 a7b2707be9
Fix Agit pull request permission check (#32999) 2 months ago
Lunny Xiao 5feb1a6bff
Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 2 months ago
Lunny Xiao b8b690feb9
Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817) 2 months ago
wxiaoguang 6d5aa9218e
Refactor request context (#32956) 2 months ago
Lunny Xiao 751fe8b714
Move some errors to their own sub packages (#32880) 2 months ago
TheFox0x7 33e8e82c4b
Enable tenv and testifylint rules (#32852) 2 months ago
wxiaoguang 513da407f4
Support "merge upstream branch" (Sync fork) (#32741) 2 months ago
Lunny Xiao fe49cb0243
Fix get reviewers' bug (#32415) 3 months ago
Calvin K 18aeca5320
Add reviewers selection to new pull request (#32403) 3 months ago
Tim de2ad2e1b1
Make admins adhere to branch protection rules (#32248) 4 months ago
Zettat123 f4b8f6fc40
Fix the logic of finding the latest pull review commit ID (#32139) 5 months ago
Lunny Xiao 2da2000413
Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 5 months ago
Zettat123 725a3ed9ad
Handle "close" actionable references for manual merges (#31879) 6 months ago
Lunny Xiao df7f1c2ead
Fix protected branch files detection on pre_receive hook (#31778) 6 months ago
yp05327 e0a408e6f3
Add permission check when creating PR (#31033) 7 months ago
Henry Goodman 12cb1d2998
Allow force push to protected branches (#28086) 7 months ago
Brecht Van Lommel b88e5fc72d
Fix slow patch checking with commits that add or remove many files (#31548) 7 months ago
wxiaoguang 84cbb6c4d2
Fix duplicate sub-path for avatars (#31365) 8 months ago
silverwind fc2d75f86d
Enable `unparam` linter (#31277) 8 months ago
Max Wipfli da4bbc4247
Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (#31211) 8 months ago
yp05327 f7d2f695a4
Fix misspelling of mergable (#30896) 9 months ago
Lunny Xiao ebf0c96940
Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 9 months ago
wxiaoguang 7c613f100e
Make sure git version&feature are always prepared (#30877) 9 months ago
Chongyi Zheng e80466f734
Resolve lint for unused parameter and unnecessary type arguments (#30750) 10 months ago
Kemal Zebari dd301cae1c
Prevent allow/reject reviews on merged/closed PRs (#30686) 10 months ago
silverwind 9b2536b78f
Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 10 months ago
sebastian-sauer 07bcfc171b
Commit-Dropdown: Show Author of commit if available (#30272) 11 months ago
Kemal Zebari 242b331260
Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 11 months ago
Lunny Xiao 538790ad1d
Put an edit file button on pull request files to allow a quick operation (#29697) 11 months ago
Lunny Xiao f8ab9dafb7
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
Lunny Xiao 62f8174aa2
Performance improvements for pull request list page (#29900) 11 months ago
Jimmy Praet 17d7ab5ad4
Notify reviewers added via CODEOWNERS (#29842) 11 months ago
Lunny Xiao 277f90d416
Fix codeowner detected diff base branch to mergebase (#29783) 11 months ago
Lunny Xiao 3c6fc25a77
Use repo object format name instead of detecting from git repository (#29702) 11 months ago
charles 0c273f12e0
Fix commit_status problem when testing (#29672) 11 months ago
charles 7cf7a499be
Fixing the issue when status check per rule matches multiple actions (#29631) 11 months ago
KN4CK3R c337ff0ec7
Add user blocking (#29028) 12 months ago
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513) 12 months ago
Lunny Xiao 29f149bd9f
Move context from modules to services (#29440) 12 months ago
Jimmy Praet 2e33671f2c
Add attachment support for code review comments (#29220) 12 months ago
Lunny Xiao b79c30435f
Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 12 months ago
Markus Amshove a11ccc9fcd
Disallow merge when required checked are missing (#29143) 1 year ago
Chris Copeland 47b5965862
Add merge style `fast-forward-only` (#28954) 1 year ago
Lunny Xiao 5f82ead13c
Simplify how git repositories are opened (#28937) 1 year ago
Viktor Kuzmin 49eb168677
Retarget depending pulls when the parent branch is deleted (#28686) 1 year ago