| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull request conflict files detection (#5951) | Lunny Xiao | 2019-02-05 | 1 | -5/+30 |
* | fix delete correct temp directory (#5839) | yasuokav | 2019-01-25 | 1 | -1/+1 |
* | Make sure .git/info is created before generating .git/info/sparse-che… (#5825) | Mura Li | 2019-01-24 | 1 | -1/+5 |
* | Optimize pulls merging (#4921) | Mura Li | 2019-01-23 | 1 | -16/+86 |
* | Refactor notification for indexer (#5111) | Lunny Xiao | 2019-01-17 | 1 | -2/+0 |
* | Ensure that sessions are passed into queries that could use the database to p... | zeripath | 2019-01-13 | 1 | -8/+8 |
* | Refactor mail notification (#5110) | Lunny Xiao | 2019-01-13 | 1 | -2/+0 |
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 1 | -0/+37 |
* | Add base repo nil check (#5555) | Jonas Franz | 2018-12-17 | 1 | -0/+9 |
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 1 | -6/+17 |
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 1 | -9/+16 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -2/+2 |
* | Disable merging a WIP Pull request (#4529) | Julien Tant | 2018-08-13 | 1 | -1/+32 |
* | Pull request review/approval and comment on code (#3748) | Lauris BH | 2018-08-06 | 1 | -6/+58 |
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 1 | -6/+13 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -1/+6 |
* | Issue due date (#3794) | kolaente | 2018-05-01 | 1 | -0/+1 |
* | Add protected branch whitelists for merging (#3689) | Chri-s | 2018-03-25 | 1 | -1/+1 |
* | Added checks for protected branches in pull requests (#3544) | Chri-s | 2018-03-13 | 1 | -0/+29 |
* | Fix PR merge error (#3421) | Ethan Koenig | 2018-01-29 | 1 | -5/+1 |
* | Force-push to base repo's ref/pull/#/head (#3393) | Sandro Santilli | 2018-01-19 | 1 | -0/+1 |
* | Change how merged PR commit info are prepared (#3368) | Lauris BH | 2018-01-19 | 1 | -3/+8 |
* | Remove hardcoded paths to fix randomly failing tests (#3347) | Lauris BH | 2018-01-11 | 1 | -1/+1 |
* | Add Pull Request merge options - Ignore white-space for conflict checking, Re... | Lauris BH | 2018-01-05 | 1 | -16/+122 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -27/+12 |
* | table `pull_request` wasn't updated correctly (#2649) | Kazuki Sawada | 2017-10-06 | 1 | -1/+1 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -4/+4 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -9/+6 |
* | Reduce usage of allcols on update (#2596) | Lunny Xiao | 2017-09-25 | 1 | -1/+1 |
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 1 | -0/+2 |
* | Fix SQL bug in models.PullRequests | Ethan Koenig | 2017-07-01 | 1 | -2/+1 |
* | Fix exit status 1 not handled @ getMergeCommit | Bwko | 2017-06-30 | 1 | -1/+1 |
* | Fix fast-forward PR bug (#1989) | Ethan Koenig | 2017-06-22 | 1 | -3/+3 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -2/+2 |
* | Wrong PR merge commit ID saved (#2007) | Lauris BH | 2017-06-19 | 1 | -1/+1 |
* | Don't ignore error in getMergeCommit (#1843) | Ethan Koenig | 2017-05-31 | 1 | -3/+9 |
* | Update code.gitea.io/git (#1824) | Ethan Koenig | 2017-05-30 | 1 | -1/+4 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -8/+7 |
* | fixes wrong after field in webhook payload | Diep Pham | 2017-05-18 | 1 | -1/+1 |
* | fix potential lock when sqlite (#1647) | Lunny Xiao | 2017-05-05 | 1 | -21/+27 |
* | Add create_at and updated_at in PR json (#1616) | Jonas Östanbäck | 2017-04-27 | 1 | -0/+2 |
* | Add length check for the return string (#1420) | Mura Li | 2017-03-31 | 1 | -1/+3 |
* | LableIDs -> LabelIDs (#1088) | Ethan Koenig | 2017-03-01 | 1 | -1/+1 |
* | fix setMerged for remove unnecessary db connection (#1067) | Lunny Xiao | 2017-02-27 | 1 | -6/+11 |
* | Check for manual merging of a pull request (#719) | Bwko | 2017-02-05 | 1 | -17/+143 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -1/+1 |
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -1/+1 |
* | Allow custom public files (#782) | Thomas Boerger | 2017-01-28 | 1 | -1/+1 |
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -9/+9 |
* | Merge pull request #555 from ethantkoenig/tests/pull | Andrey Nering | 2017-01-06 | 1 | -5/+27 |
|\ |
|