gitlab-org--gitlab-foss/app/services
Marin Jankovski 0723bf1afa Move group milestone processing from service to model. 2014-06-30 09:44:30 +02:00
..
files
issues Added an UrlBuilder for building rails named routes 2014-06-13 12:34:15 +02:00
merge_requests Rename MergeRequest#lock! to #lock_mr! 2014-06-26 14:09:17 +02:00
milestones Move group milestone processing from service to model. 2014-06-30 09:44:30 +02:00
notes Remove NotesObserver 2014-06-17 22:09:01 +03:00
projects Move checking of recepients to a service. 2014-06-23 15:44:49 +02:00
search Merge pull request #5531 from NotSqrt/add-search 2014-06-24 10:36:04 +03:00
base_service.rb Remove SystemHook observer 2014-06-17 22:20:10 +03:00
create_branch_service.rb Move branch creation logic in service 2014-04-01 10:33:23 +03:00
create_tag_service.rb Add CreateTagService. Use new service to allow tag creation through API. 2014-05-23 11:02:47 -04:00
delete_branch_service.rb Improve branch-removal logic 2014-05-22 14:39:09 +03:00
event_create_service.rb Use EventCreateService for notes, merge requests 2014-03-25 15:08:25 +02:00
git_push_service.rb Save repository size to projects table 2014-05-02 16:05:08 +03:00
git_tag_push_service.rb
gravatar_service.rb Move gravatar url compose to separate service 2014-06-13 17:11:46 +03:00
notification_service.rb Wipe wall notes feature 2014-06-13 14:24:54 +03:00
system_hooks_service.rb Adding project visibility to system hooks 2014-05-12 10:23:24 +01:00
test_hook_service.rb