summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets2014-01-1714-0/+488
|\
| * Fix require for file servicesDmitriy Zaporozhets2014-01-163-3/+3
| * Move all Context classes into ServicesDmitriy Zaporozhets2014-01-1614-0/+486
|/
* Merge branch 'refactoring/issues_filter' into 'master'Dmitriy Zaporozhets2014-01-161-0/+123
|\
| * FilteringService works with scope :all event if current user is not definedDmitriy Zaporozhets2014-01-161-1/+5
| * Implement FilteringServiceDmitriy Zaporozhets2014-01-151-0/+119
* | Merge branch 'refactoring/services' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2014-01-152-5/+11
|\ \ | |/ |/|
| * Convert TestHookContext into TestHookService. Added testsDmitriy Zaporozhets2014-01-151-0/+6
| * Use instance methods for system_hooks_serviceDmitriy Zaporozhets2014-01-151-5/+5
* | Move repo rename email to notification serviceDmitriy Zaporozhets2014-01-151-0/+9
|/
* Execute project hooks when issue or merge request createdDmitriy Zaporozhets2013-12-041-1/+1
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-12/+12
* Correctly remove and re-create satellites when project transferDmitriy Zaporozhets2013-11-201-2/+6
* Removed Project#discover_default_branch since it not needed any moreDmitriy Zaporozhets2013-11-081-1/+0
* Include project_id in webhook payload.Marin Jankovski2013-10-141-0/+2
* Add user_id to system hook when new user createdDmitriy Zaporozhets2013-10-081-1/+2
* Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-261-2/+4
* notify commit author of new notesJakub Zienkiewicz2013-09-131-6/+7
* Enable UsersGroup observer, Add group_member methods to NotificationServiceDmitriy Zaporozhets2013-09-121-0/+8
* Invalidate events cache when project was movedDmitriy Zaporozhets2013-08-291-0/+3
* Fix s500 when press ervice test buttonDmitriy Zaporozhets2013-08-281-2/+2
* Services and hooks MUST BE executed on branch push!Dmitriy Zaporozhets2013-08-271-0/+7
* Link issues from comments and automatically close themash wilson2013-08-251-13/+75
* Recreate project satellite on rename or transferDmitriy Zaporozhets2013-08-221-0/+3
* Refactor access roles methodsDmitriy Zaporozhets2013-08-201-1/+1
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-081-7/+10
|\
| * Fix sending 2 emails on issue closeDmitriy Zaporozhets2013-08-041-0/+3
| * Merge pull request #4618 from jacargentina/notification-on-commitsDmitriy Zaporozhets2013-08-021-7/+7
| |\
| | * Fix notifications to handle participants and mentions on commits tooJavier Castro2013-07-241-7/+7
* | | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-301-17/+17
|\ \ \ | |/ / |/| |
| * | Style changes from review with @randxIzaak Alpert2013-07-171-4/+2
| * | Merge Request on forked projectsIzaak Alpert2013-07-171-18/+20
| |/
* | Fix typosJohannes Schleifenbaum2013-07-291-2/+2
|/
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-06-241-4/+11
|\
| * Show participants on issues, including mentions, and notify email to all part...Javier Castro2013-06-241-4/+11
* | Fix notifications for group projectsDmitriy Zaporozhets2013-06-211-8/+8
* | Respect group membership in notification serviceDmitriy Zaporozhets2013-06-211-0/+4
* | Adding groups to notification settingsDmitriy Zaporozhets2013-06-211-6/+11
* | Add UsersGroup relation to be respected by abilities and Project#teamDmitriy Zaporozhets2013-06-181-1/+1
|/
* Use separate property for project path and project path with namespace inside...Dmitriy Zaporozhets2013-05-221-1/+2
* include namespace in project path for system hookDmitriy Zaporozhets2013-05-221-1/+1
* 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