summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix bug on pull view when required status check no ci result (#10648) (#10651)Lunny Xiao2020-03-071-0/+5
* Update mergebase in pr checker (#10586) (#10605)guillep2k2020-03-041-1/+1
* [BugFix] Avoid mailing explicit unwatched (#10475) (#10500)65432020-02-271-1/+9
* Handle push rejection message in Merge & Web Editor (#10373) (#10497)zeripath2020-02-271-0/+9
* Trigger webhooks on issue label-change via API too (#10421) (#10439)65432020-02-241-0/+15
* Prevent panic on merge to PR (#10403) (#10408)guillep2k2020-02-211-0/+8
* Prevent nil pointer in GetPullRequestCommitStatusState (#10342) (#10344)zeripath2020-02-181-0/+5
* Set the initial commit status to Success otherwise it will always be Pending ...zeripath2020-02-171-1/+1
* Only check for conflicts/merging if the PR has not been merged in the interim...65432020-02-103-8/+21
* PRs: Move to use a temporary repo for pushing new prs (#10009) (#10042)zeripath2020-01-281-14/+30
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-252-0/+82
* Switch to use -f instead of -F for sendmail (#9961) (#9970)techknowlogick2020-01-241-1/+1
* Check if diff actually contains sections when rendering (#9926) (#9933)Lauris BH2020-01-221-1/+1
* Fix wrong hint when status checking is running on pull request view (#9886) (...Lunny Xiao2020-01-221-8/+49
* Move Errored PRs out of StatusChecking (#9675) (#9726)zeripath2020-01-121-0/+6
* Don't attempt to close issue if already closed (#9699)guillep2k2020-01-111-2/+4
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-072-0/+532
* Remove stray printf (#9631)zeripath2020-01-071-1/+0
* Some more e-mail notification fixes (#9596)mrsdizzie2020-01-031-4/+6
* Use limited commits (#9572)John Olheiser2020-01-011-1/+1
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-0/+9
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-222-2/+2
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+88
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-6/+6
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
* Refactor comment (#9330)Lunny Xiao2019-12-152-2/+12
* Sign protected branches (#8993)zeripath2019-12-151-1/+1
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-153-87/+98
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-152-1/+57
* Push to create repo (#8419)John Olheiser2019-12-151-0/+27
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-142-2/+4
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-135-83/+386
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-064-2/+262
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-061-14/+12
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-0/+1
* Extract createComment (#9125)Lunny Xiao2019-11-301-2/+1
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-303-32/+64
* Fix panic when diff (#9187)Lunny Xiao2019-11-2826-8/+688
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-0/+14
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-242-15/+63
* Fix show single review comments in the PR page (#9143)guillep2k2019-11-241-3/+29
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-242-81/+13
* Send tag create and push webhook when release created on UI (#8671)Benno2019-11-221-0/+9
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-19/+1
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-0/+22
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-185-144/+187
* Add review comments to mail notifications (#8996)guillep2k2019-11-151-4/+28
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-154-2/+130
* services/mirror: fix dropped test errors (#9007)Lars Lehtonen2019-11-151-0/+2
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-17/+163