| Commit message (Expand) | Author | Age | Files | Lines |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -2/+3 |
* | Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) | pricly-yellow | 2021-10-05 | 1 | -0/+3 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -20/+20 |
* | Fix commit status index problem (#17061) | Lunny Xiao | 2021-09-23 | 1 | -1/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -30/+35 |
* | Add option to update pull request by `rebase` (#16125) | a1012112796 | 2021-08-31 | 1 | -0/+2 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -4/+35 |
* | Improve notifications for WIP draft PR's (#14663) | Jimmy Praet | 2021-06-23 | 1 | -1/+5 |
* | Add a new table issue_index to store the max issue index so that issue could ... | Lunny Xiao | 2021-06-14 | 1 | -22/+10 |
* | Display conflict-free merge messages for pull requests (#15773) | Steven | 2021-05-08 | 1 | -2/+11 |
* | Always set the merge base used to merge the commit (#15352) | zeripath | 2021-04-10 | 1 | -1/+2 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -2/+1 |
* | Make manual merge autodetection optional and add manual merge as merge method... | a1012112796 | 2021-03-03 | 1 | -0/+8 |
* | #14699 Make branch names in PR description clickable (#14716) | Jimmy Praet | 2021-02-18 | 1 | -0/+25 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -1/+1 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -0/+2 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 1 | -0/+17 |
* | ui: Add MergePull comment type instead of close for merge PR (#11058) | 赵智超 | 2020-04-14 | 1 | -1/+1 |
* | remove package code.gitea.io/gitea/modules/git import out of models (#11025) | 6543 | 2020-04-10 | 1 | -200/+0 |
* | Add Approval Counts to pulls list (#10238) | zeripath | 2020-03-06 | 1 | -0/+19 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 1 | -54/+50 |
* | Only check for conflicts/merging if the PR has not been merged in the interim... | zeripath | 2020-02-10 | 1 | -18/+46 |
* | Repo name added to automatically generated commit message when mergin… (#9997) | Shashvat Kedia | 2020-01-28 | 1 | -1/+6 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -1/+5 |
* | Migrate reviews when migrating repository from github (#9463) | Lunny Xiao | 2020-01-23 | 1 | -0/+13 |
* | Explicitly refer to PR in squash-merge commit message in case of external tra... | David Svantesson | 2020-01-18 | 1 | -0/+7 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -0/+5 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -8/+10 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -1/+1 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 1 | -25/+0 |
* | Move pull request api convert to convert package (#9664) | Lunny Xiao | 2020-01-10 | 1 | -134/+0 |
* | Move Errored PRs out of StatusChecking (#9675) | zeripath | 2020-01-10 | 1 | -1/+2 |
* | Fix #9552: Merge commits generated by pull request capture pull request detai... | Shashvat Kedia | 2020-01-08 | 1 | -1/+5 |
* | Branches not at ref commit ID should not be listed as Merged (#9614) | zeripath | 2020-01-07 | 1 | -1/+1 |
* | Provide Default messages for merges (#9393) | zeripath | 2019-12-30 | 1 | -0/+201 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 1 | -0/+29 |
* | Refactor comment (#9330) | Lunny Xiao | 2019-12-15 | 1 | -1/+1 |
* | Move PushToBaseRepo from models to services/pull (#9352) | Lunny Xiao | 2019-12-15 | 1 | -44/+0 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 1 | -184/+3 |
* | Move some pull request functions from models to services (#9266) | Lunny Xiao | 2019-12-06 | 1 | -126/+5 |
* | Move repoWorkPool outside rename/transfer repository (#9086) | Lunny Xiao | 2019-12-06 | 1 | -2/+2 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -2/+6 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -17/+14 |
* | Move merge actions to notification (#9024) | Lunny Xiao | 2019-11-21 | 1 | -0/+3 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+4 |
* | Move pull list code to a seperate file (#8748) | Lunny Xiao | 2019-10-30 | 1 | -211/+0 |
* | Mail assignee when issue/pull request is assigned (#8546) | David Svantesson | 2019-10-25 | 1 | -4/+3 |
* | Fix bug on pull requests when transfer head repository (#8564) | Lunny Xiao | 2019-10-18 | 1 | -14/+32 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Move AddTestPullRequestTask to pull service package from models (#8324) | Lunny Xiao | 2019-10-15 | 1 | -87/+0 |