| Commit message (Expand) | Author | Age | Files | Lines |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -693/+0 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -4/+5 |
* | Make WIP prefixes case insensitive, e.g. allow `Draft` as a WIP prefix (#19780) | Ondřej Čertík | 2022-05-26 | 1 | -2/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -48/+26 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 1 | -0/+20 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -43/+0 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 1 | -0/+14 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -19/+10 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -9/+18 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -15/+24 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -0/+11 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -1/+1 |
* | Move checks for pulls before merge into own function (#19271) | 6543 | 2022-03-31 | 1 | -16/+11 |
* | When conflicts have been previously detected ensure that they can be resolved... | zeripath | 2022-03-29 | 1 | -1/+4 |
* | Move some issue methods as functions (#19255) | Lunny Xiao | 2022-03-29 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -39/+23 |
* | Use fmt.Sprintf correctly (#17886) | delvh | 2021-12-02 | 1 | -1/+1 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -5/+6 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -4/+5 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -11/+12 |
* | 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 |