aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repofiles/action.go
Commit message (Expand)AuthorAgeFilesLines
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-141/+0
* Add spent time to referenced issue in commit message (#12220)Lauris BH2020-09-041-0/+72
* Use only first line of commit when creating referenced comment (#11960)Cirno the Strongest2020-06-191-1/+2
* Revert "Avoid 0 new commits messages to be send (#11082)" (#11397)zeripath2020-05-131-1/+7
* Avoid 0 new commits messages to be send (#11082)Cornel2020-04-181-7/+1
* Improve push update options (#10105)Lunny Xiao2020-02-021-15/+8
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-2/+2
* Don't attempt to close issue if already closed (#9696)guillep2k2020-01-111-3/+5
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-4/+5
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-84/+104
* Refactor comment (#9330)Lunny Xiao2019-12-151-2/+5
* Move UpdateIssuesCommit from models to repofiles (#9276)Lunny Xiao2019-12-071-1/+128
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* Move repofiles webhooks to notification (#8807)Lunny Xiao2019-11-061-67/+7
* Move push commits events to notification (#8783)Lunny Xiao2019-11-031-16/+2
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-4/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-6/+7
* Add file status on API (#7671)Lunny Xiao2019-08-211-1/+5
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-301-0/+211