| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix poster is not loaded in get default merge message (#27657) | Lunny Xiao | 2023-10-17 | 1 | -0/+3 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 3 | -9/+9 |
* | Replace assert.Fail with assert.FailNow (#27578) | Nanguan Lin | 2023-10-11 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -3/+3 |
* | Remove redundant `len` check around loop (#27464) | Eng Zer Jun | 2023-10-06 | 1 | -7/+5 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 2 | -4/+4 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 1 | -1/+1 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 4 | -19/+19 |
* | Reduce some allocations in type conversion (#26772) | Chongyi Zheng | 2023-08-29 | 1 | -2/+2 |
* | Fix bug for ctx usage (#26762) | Lunny Xiao | 2023-08-28 | 1 | -2/+2 |
* | Add transaction when creating pull request created dirty data (#26259) | Lunny Xiao | 2023-08-10 | 2 | -54/+86 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 3 | -8/+6 |
* | Fix pull request check list is limited (#26179) | caicandong | 2023-07-31 | 2 | -2/+2 |
* | Add commits dropdown in PR files view and allow commit by commit review (#25528) | sebastian-sauer | 2023-07-28 | 1 | -0/+71 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 4 | -34/+31 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-20 | 2 | -6/+60 |
* | Avoid amending the Rebase and Fast-forward merge if there is no message templ... | wxiaoguang | 2023-07-10 | 1 | -0/+5 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -10/+10 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 3 | -6/+5 |
* | Add codeowners feature (#24910) | Vladimir Buyanov | 2023-06-08 | 1 | -0/+7 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 2 | -17/+7 |
* | Merge message template support for rebase without merge commit (#22669) | Brecht Van Lommel | 2023-05-22 | 2 | -21/+99 |
* | Support for status check pattern (#24633) | Zettat123 | 2023-05-17 | 1 | -22/+32 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 2 | -38/+26 |
* | Refresh the refernce of the closed PR when reopening (#24231) | sillyguodong | 2023-05-08 | 1 | -11/+5 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 3 | -6/+6 |
* | [Patch] Fix closed PR also triggers Webhooks and actions (#23782) | sillyguodong | 2023-03-30 | 1 | -0/+4 |
* | Disable sending email after push a commit to a closed PR (#23462) | sillyguodong | 2023-03-15 | 1 | -1/+4 |
* | Improve squash merge commit author and co-author with private emails (#22977) | Brecht Van Lommel | 2023-03-09 | 2 | -7/+53 |
* | Fix pull request update showing too many commits with multiple branches (#22856) | Brecht Van Lommel | 2023-03-09 | 1 | -78/+12 |
* | Refactor merge/update git command calls (#23366) | wxiaoguang | 2023-03-09 | 3 | -38/+28 |
* | Refactor and tidy-up the merge/update branch code (#22568) | zeripath | 2023-03-07 | 11 | -606/+753 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -4/+4 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 1 | -3/+3 |
* | Do not create commit graph for temporary repos (#23219) | Brecht Van Lommel | 2023-03-01 | 1 | -2/+8 |
* | Add force_merge to merge request and fix checking mergable (#23010) | Jason Song | 2023-02-21 | 1 | -9/+28 |
* | Use `--message=%s` for git commit message (#23028) | wxiaoguang | 2023-02-21 | 1 | -2/+2 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 3 | -11/+11 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Fix update by rebase being wrongly disabled by protected base branch (#22825) | Brecht Van Lommel | 2023-02-09 | 1 | -1/+1 |
* | Load issue before accessing index in merge message (#22822) | John Olheiser | 2023-02-09 | 1 | -0/+3 |
* | Fix time to NotifyPullRequestSynchronized (#22650) | Jason Song | 2023-02-05 | 1 | -18/+18 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 2 | -120/+93 |
* | Improve trace logging for pulls and processes (#22633) | zeripath | 2023-02-03 | 2 | -93/+97 |
* | Small refactor for loading PRs (#22652) | Lunny Xiao | 2023-02-01 | 1 | -1/+0 |
* | Improve checkIfPRContentChanged (#22611) | zeripath | 2023-01-28 | 1 | -53/+39 |
* | Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) | Brecht Van Lommel | 2023-01-24 | 2 | -3/+3 |