aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-053-70/+9
* Move actions to notification (#8785)Lunny Xiao2019-11-032-37/+3
* Move push commits events to notification (#8783)Lunny Xiao2019-11-031-20/+3
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-022-58/+21
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-026-24/+2
* Move labels webhooks to notification (#8749)Lunny Xiao2019-11-021-52/+3
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-017-22/+29
* Allow to merge if file path contains " or \ (#8629)Ilya2019-11-011-2/+24
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-69/+5
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-0/+23
* Add basic repository lfs management (#7199)zeripath2019-10-281-108/+8
* Move issue notifications (#8713)Lunny Xiao2019-10-292-25/+16
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-0/+21
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-283-42/+93
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-0/+56
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-254-10/+115
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-193-0/+165
* Improve webhooks (#8583)John Olheiser2019-10-182-1/+7
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-4/+7
* Fix review webhooks (#8570)John Olheiser2019-10-181-13/+27
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-171-5/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-9/+55
* Move sync mirror actions to mirror service package (#8518)Lunny Xiao2019-10-162-6/+93
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-0/+21
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-152-1/+89
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+66
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-132-4/+4
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-9/+20
* Restore functionality for early gits (#7775)zeripath2019-10-122-25/+55
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-0/+51
* Ignore mentions for users with no access (#8395)guillep2k2019-10-102-6/+20
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-013-59/+473
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-012-1/+69
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-0/+47
* If no specific context is required for status check, require an overall succe...Elias Norberg2019-09-301-1/+9
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-275-0/+722
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-0/+103
* Fix assets key on release webhook (#8253)Daniel Fonseca de Lira2019-09-241-2/+4
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-246-0/+838
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-0/+59
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-152-0/+293
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-054-0/+1110