gitlab-org--gitlab-foss/app/services
Dmitriy Zaporozhets f6ee55aabd
Fix issue/mr close/reopen via API
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-10 19:23:02 +03:00
..
files
issues Fix issue/mr close/reopen via API 2014-06-10 19:23:02 +03:00
merge_requests Fix issue/mr close/reopen via API 2014-06-10 19:23:02 +03:00
milestones Fix milestone reopen 2014-06-10 19:22:39 +03:00
notes
projects Refactor project transfer service. Add security check when create or transfer project into group 2014-05-28 19:02:26 +03:00
search Refactor some search scopes to prevent wierd behaviour and PG::Error issues 2014-06-05 20:37:35 +03:00
base_service.rb Move code for issue creation to service. 2014-04-02 13:38:35 +03:00
create_branch_service.rb
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
git_push_service.rb Save repository size to projects table 2014-05-02 16:05:08 +03:00
git_tag_push_service.rb
notification_service.rb Fix tests 2014-06-10 12:29:23 +03:00
system_hooks_service.rb Adding project visibility to system hooks 2014-05-12 10:23:24 +01:00
test_hook_service.rb