gitlab-org--gitlab-foss/app/services/projects
Mark Chao 389a22e7b7 Backport of EE changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6195
Refactor AutocompleteSources#label:

1. The return value was inconsistent, sometimes returning a hash and sometimes returning an ActiveModel.
2. It was inconsistent with respect to other methods in the class since they all return ActiveModels.
2018-07-06 17:03:39 +08:00
..
group_links Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
hashed_storage Gitlab::Shell works on shard name, not path 2018-04-25 13:36:22 +02:00
import_export Export LFS Objects when exporting a project 2018-04-05 10:21:51 +02:00
lfs_pointers Support LFS objects when creating a project by import 2018-06-06 16:42:18 +00:00
after_import_service.rb Simplify Git interactions in AfterImportService 2017-09-01 12:01:50 +00:00
autocomplete_service.rb Backport of EE changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6195 2018-07-06 17:03:39 +08:00
base_move_relations_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
batch_count_service.rb Using map to retrieve the element ids because of some issues with mysql 2017-12-01 18:32:13 +01:00
batch_forks_count_service.rb Using map to retrieve the element ids because of some issues with mysql 2017-12-01 18:32:13 +01:00
batch_open_issues_count_service.rb BatchOpenIssuesCount only updates public issues count 2018-06-25 11:54:11 -03:00
count_service.rb Fix refresh cache for open issues count service 2018-06-21 17:34:33 -03:00
create_from_template_service.rb Respect visibility options and description when importing project from template 2018-04-19 15:24:32 +00:00
create_service.rb Add option to add README when creating a project 2018-07-04 17:35:23 +02:00
destroy_service.rb Add more logging before a project is destroyed 2018-06-08 13:33:51 -07:00
download_service.rb
enable_deploy_key_service.rb Detect already enabled DeployKeys in EnableDeployKeyService 2017-05-03 17:37:08 +08:00
fork_service.rb Forking a project to a namespace with lower visibility. 2017-12-29 11:15:26 +01:00
forks_count_service.rb Moving query to base count service 2017-12-04 11:20:20 +01:00
gitlab_projects_import_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
hashed_storage_migration_service.rb WIP Attachments migration 2017-11-23 14:19:36 +01:00
housekeeping_service.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
import_service.rb Support LFS objects when creating a project by import 2018-06-06 16:42:18 +00:00
move_access_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_deploy_keys_projects_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_forks_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_lfs_objects_projects_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_notification_settings_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_project_authorizations_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_project_group_links_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_project_members_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
move_users_star_projects_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
open_issues_count_service.rb BatchOpenIssuesCount only updates public issues count 2018-06-25 11:54:11 -03:00
open_merge_requests_count_service.rb Cache the number of user SSH keys 2017-11-16 14:59:38 +01:00
overwrite_project_service.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
participants_service.rb Fix project team members count 2018-05-29 11:34:24 +02:00
propagate_service_template.rb refactor code based on feedback 2017-05-05 18:57:52 +02:00
transfer_service.rb Gitlab::Shell works on shard name, not path 2018-04-25 13:36:22 +02:00
unlink_fork_service.rb Don't link LFS-objects multiple times. 2017-12-19 17:06:18 +01:00
update_pages_configuration_service.rb Add HTTPS-only pages 2018-03-22 19:58:36 +01:00
update_pages_service.rb InvaildStateError -> InvalidStateError 2018-04-27 18:40:31 +01:00
update_remote_mirror_service.rb Backports every CE related change from ee-5484 to CE 2018-05-07 11:59:51 +02:00
update_service.rb Don't update/create projects errors were added 2018-06-06 15:00:28 +02:00