summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Disable mailer for spinachDmitriy Zaporozhets2013-04-111-9/+13
* save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-041-9/+31
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-021-1/+1
* Fix notification issueDmitriy Zaporozhets2013-04-011-1/+1
* Fix Note notification for entities without assigneeDmitriy Zaporozhets2013-03-281-1/+4
* inslude author & assignee to note notification recipientsDmitriy Zaporozhets2013-03-281-1/+3
* rebuild notification on notes logicDmitriy Zaporozhets2013-03-281-16/+28
* Improve notification service testsDmitriy Zaporozhets2013-03-281-1/+1
* Add close issue/mr methods to Notify. Refactored NotificationserviceDmitriy Zaporozhets2013-03-281-33/+28
* add watchers to email recipients list. Add emails for close/merge MRDmitriy Zaporozhets2013-03-281-18/+60
* Fix NotificationService reassign_email methodDmitriy Zaporozhets2013-03-271-2/+2
* Fix NotificationService NameError for new issueDmitriy Zaporozhets2013-03-271-1/+1
* NotificationService respects disabled notifications nowDmitriy Zaporozhets2013-03-271-19/+43
* refactor observers test since email logic moved to serviceDmitriy Zaporozhets2013-03-261-0/+8
* Move new_note email logic to NotificationServiceDmitriy Zaporozhets2013-03-261-0/+28
* Use notificationService for MR reassignedDmitriy Zaporozhets2013-03-261-2/+16
* use NotificationService for handle notify logic when MR createdDmitriy Zaporozhets2013-03-261-1/+11
* reject current_user from close issue emailsDmitriy Zaporozhets2013-03-261-2/+10
* NotificationService for resolving email notification logicDmitriy Zaporozhets2013-03-261-0/+51
* try to move wiki if it does not existDmitriy Zaporozhets2013-03-251-3/+1
* transfer also wiki repository when transfer a projectDmitriy Zaporozhets2013-03-251-2/+8
* replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets2013-03-211-1/+1
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* cleanup ProjectMoverDmitriy Zaporozhets2013-03-121-1/+1
* Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0Dmitriy Zaporozhets2013-03-121-13/+11
* remove last commit widget, added repo size and owner info on project home pageDmitriy Zaporozhets2013-03-071-0/+1
* Merge pull request #3101 from tsl0922/masterDmitriy Zaporozhets2013-02-271-1/+1
|\
| * Fix project transfer errortsl09222013-02-271-1/+1
* | Developers can merge MR if target branch is not protectedDmitriy Zaporozhets2013-02-271-2/+2
|/
* move transfer logic out of project to serviceDmitriy Zaporozhets2013-02-261-0/+34
* Fix TestHookContextDmitriy Zaporozhets2013-02-261-0/+10
* Move git post push logic to serviceDmitriy Zaporozhets2013-02-251-0/+114
* An Id must be sended to queueAndrew8xx82013-02-211-1/+1
* Method moved to serviceAndrew8xx82013-02-201-1/+5
* System hooks execution moved to System hook serviceAndrew8xx82013-02-201-0/+55