gitlab-org--gitlab-foss/app/services/projects
Dmitriy Zaporozhets de073cf5ac Merge branch 'services_refactoring1' into 'master'
Services: code style fixes, minor refactoring

## What does this MR do?

It contains code style fixes, minor refactoring and also it removes some unnecessary comments. Every comment require a support just like a regular code line and this is why we should avoid using comments everywhere unless it's really helpful. Martin Fowler said "Find comment and refactor the code around it" :) our code is not that bad so let's not spoil it with comments.

## Why was this MR needed?

Because GitLab is a live example of awesome code. Let's keep up a good job :) 


See merge request !5112
2016-07-07 06:08:12 +00:00
..
import_export add more debug info to project export 2016-07-05 16:58:42 +02:00
autocomplete_service.rb Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into add_autocomplete_for_labels 2016-06-14 00:56:59 +03:00
create_service.rb lots of refactoring again based on feedback. Changed the UI slightly and also fixed a small bug 2016-06-15 17:31:00 +02:00
destroy_service.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
download_service.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
fork_service.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
housekeeping_service.rb Throttle the update of `project.pushes_since_gc` to 1 minute 2016-07-05 10:09:47 +02:00
import_service.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
participants_service.rb Memoize target 2016-04-16 07:21:28 -04:00
transfer_service.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
unlink_fork_service.rb Fix incorrect variable name 2016-04-04 14:41:01 +00:00
update_service.rb Services: code style fixes, minor refactoring 2016-07-06 20:58:43 +03:00
upload_service.rb DRY up upload and download services 2016-01-08 17:38:53 +01:00