aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days1-2/+2
* Support "merge upstream branch" (Sync fork) (#32741)wxiaoguang2024-12-061-1/+3
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-222-0/+161
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-091-2/+25
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-8/+17
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-012-2/+8
* Use global lock instead of NewExclusivePool to allow distributed lock between...Lunny Xiao2024-09-064-17/+45
* Handle "close" actionable references for manual merges (#31879)Zettat1232024-08-261-1/+6
* Fix protected branch files detection on pre_receive hook (#31778)Lunny Xiao2024-08-061-5/+5
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+24
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-16/+14
* Fix slow patch checking with commits that add or remove many files (#31548)Brecht Van Lommel2024-07-041-8/+21
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-1/+2
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (...Max Wipfli2024-06-061-4/+14
* Fix misspelling of mergable (#30896)yp053272024-05-081-4/+4
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-072-18/+12
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-062-2/+2
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-293-4/+4
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-271-0/+8
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-273-5/+5
* Enable more `revive` linter rules (#30608)silverwind2024-04-222-4/+3
* Commit-Dropdown: Show Author of commit if available (#30272)sebastian-sauer2024-04-051-4/+4
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-0/+81
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-271-0/+19
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-223-11/+7
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-2/+2
* Notify reviewers added via CODEOWNERS (#29842)Jimmy Praet2024-03-191-2/+5
* Fix codeowner detected diff base branch to mergebase (#29783)Lunny Xiao2024-03-151-1/+1
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-1/+1
* Fix commit_status problem when testing (#29672)charles2024-03-081-1/+1
* Fixing the issue when status check per rule matches multiple actions (#29631)charles2024-03-082-7/+76
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+8
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-2/+5
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-242-5/+2
* Disallow merge when required checked are missing (#29143)Markus Amshove2024-02-191-0/+4
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-123-1/+33
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-279-19/+26
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+37
* Concatenate error in `checkIfPRContentChanged` (#28731)Earl Warren2024-01-091-0/+4
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-5/+3
* Adjust object format interface (#28469)Lunny Xiao2023-12-172-8/+3
* Abstract hash function usage (#28138)Adam Majer2023-12-135-14/+30
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-3/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-3/+3
* Fix poster is not loaded in get default merge message (#27657)Lunny Xiao2023-10-171-0/+3
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-143-9/+9
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-1/+1