Commit Graph

321 Commits (release/v1.23)

Author SHA1 Message Date
Lunny Xiao 9899989ece
Add missing transaction when set merge (#33113) 4 weeks ago
Giteabot 96fff862dc
Fix duplicate co-author in squashed merge commit messages (#33020) (#33054) 1 month ago
Giteabot f35ab5cd52
Fix Agit pull request permission check (#32999) (#33005) 1 month 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) 2 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) 3 months ago
Zettat123 f4b8f6fc40
Fix the logic of finding the latest pull review commit ID (#32139) 4 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) 5 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) 6 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) 9 months ago
Kemal Zebari dd301cae1c
Prevent allow/reject reviews on merged/closed PRs (#30686) 9 months ago
silverwind 9b2536b78f
Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 9 months ago
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 9 months ago
sebastian-sauer 07bcfc171b
Commit-Dropdown: Show Author of commit if available (#30272) 10 months ago
Kemal Zebari 242b331260
Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 10 months ago
Lunny Xiao 538790ad1d
Put an edit file button on pull request files to allow a quick operation (#29697) 10 months ago
Lunny Xiao f8ab9dafb7
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 10 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) 11 months ago
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513) 11 months ago
Lunny Xiao 29f149bd9f
Move context from modules to services (#29440) 11 months ago
Jimmy Praet 2e33671f2c
Add attachment support for code review comments (#29220) 11 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) 11 months ago
Markus Amshove a11ccc9fcd
Disallow merge when required checked are missing (#29143) 12 months ago
Chris Copeland 47b5965862
Add merge style `fast-forward-only` (#28954) 12 months 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
Earl Warren aa4d78431f
Concatenate error in `checkIfPRContentChanged` (#28731) 1 year ago
Lunny Xiao 4eb2a29910
Improve ObjectFormat interface (#28496) 1 year ago
Lunny Xiao 408a484224
Adjust object format interface (#28469) 1 year ago
Adam Majer cbf923e87b
Abstract hash function usage (#28138) 1 year ago
Lunny Xiao dd30d9d5c0
Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 1 year ago
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084) 1 year ago