gitlab-org--gitlab-foss/app/services
Dmitriy Zaporozhets cfd9fd30d6
Move code for issue creation to service.
The goal of suych refactoring is to get rid of observers.
Its much easier to test and code when object creation and all other
related actions done in one class instead of splited across observers,
callbacks etc.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02 13:38:35 +03:00
..
files Repository#blob_at_branch 2014-02-05 11:39:55 +02:00
issues Move code for issue creation to service. 2014-04-02 13:38:35 +03:00
merge_requests Use EventCreateService for notes, merge requests 2014-03-25 15:08:25 +02:00
notes Move services for collecting items to Finders 2014-02-25 19:15:08 +02:00
projects Add retry feature to project import 2014-03-12 19:26:09 +02:00
search Remove confusing code 2014-03-14 14:43:50 +02:00
base_service.rb Move code for issue creation to service. 2014-04-02 13:38:35 +03:00
create_branch_service.rb Move branch creation logic in service 2014-04-01 10:33:23 +03:00
event_create_service.rb Use EventCreateService for notes, merge requests 2014-03-25 15:08:25 +02:00
git_push_service.rb Add email aliases for users 2014-02-13 22:59:39 -06:00
git_tag_push_service.rb Create event and clear cache on new trag push 2014-03-13 11:37:13 +02:00
notification_service.rb Refactor project watchers collecting. 2014-03-28 17:51:13 +01:00
project_transfer_service.rb Correctly remove and re-create satellites when project transfer 2013-11-20 11:06:42 +02:00
system_hooks_service.rb Use instance methods for system_hooks_service 2014-01-15 14:26:05 +02:00
test_hook_service.rb Convert TestHookContext into TestHookService. Added tests 2014-01-15 14:38:50 +02:00