summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Send tag create and push webhook when release created on UI (#8671) (#9702)Lauris BH2020-01-131-0/+49
* Fix panic when diff (#9187) (#9193)Lunny Xiao2019-11-2826-8/+688
* Add Close() method to gogitRepository (#8901) (#8956)zeripath2019-11-136-72/+86
* Allow to merge if file path contains " or \ (#8629) (#8771)zeripath2019-11-011-2/+24
* Allow externalID to be UUID (#8551) (#8624)guillep2k2019-10-221-5/+1
* Fix bug on pull requests when transfer head repository (#8564) (#8569)Lunny Xiao2019-10-191-4/+7
* 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