summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* 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
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-3/+3
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-7/+5
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-292-4/+4
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-054-19/+19
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-291-2/+2
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-102-54/+86
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-043-8/+6
* Fix pull request check list is limited (#26179)caicandong2023-07-312-2/+2
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-0/+71
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-224-34/+31
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-202-6/+60
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...wxiaoguang2023-07-101-0/+5
* Less naked returns (#25713)65432023-07-071-10/+10
* Sync branches into databases (#22743)Lunny Xiao2023-06-293-6/+5