gitlab-org--gitlab-foss/app/services
Kamil Trzciński 650f40865e Forbid the use of #reload and prefer #reset
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
2019-04-15 13:05:14 +02:00
..
application_settings Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
applications
auth Add support for deleting images in registry 2.7 2019-03-18 23:04:29 +01:00
badges
boards Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
chat_names
ci Use Gitlab::PushOptions for ci.skip push option 2019-04-09 10:03:26 +12:00
clusters Add more info logging to cluster apps 2019-04-10 06:38:27 +00:00
commits Accept force option on commit via API 2019-03-06 10:44:59 +00:00
concerns Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
deploy_keys
deploy_tokens
discussions
emails
error_tracking Handle possible HTTP exception for Sentry client 2019-04-07 07:51:36 +00:00
events
files Accept force option on commit via API 2019-03-06 10:44:59 +00:00
git Process at most 4 pipelines during push 2019-04-10 11:51:19 +02:00
gpg_keys
groups Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
import
issuable
issues [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
keys
labels Check if labels are available for target issuable 2019-03-28 12:06:31 +01:00
lfs
mattermost
members
merge_requests Fix MR assignees for push options 2019-04-09 20:40:12 +01:00
milestones Add a thin encapsulation around .pluck(:id) 2019-03-28 16:18:23 +00:00
notes Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
projects Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
prometheus Add a proxy method to PrometheusClient 2019-04-05 08:05:54 +00:00
protected_branches
protected_tags
quick_actions Fix quick actions add label name middle word overlaps 2019-04-02 18:28:25 +02:00
releases Set release name when adding release notes to an existing tag 2019-04-09 06:52:15 +00:00
resource_events Fix updated_at doesn't apply to state_event updates of issues via API 2019-04-08 15:33:30 +00:00
search add feature flag for users search 2019-03-14 18:30:30 +01:00
submodules
suggestions Prepare suggestion implementation for multi-line 2019-03-27 12:26:53 -03:00
tags
test_hooks
todos/destroy
users Forbid the use of #reload and prefer #reset 2019-04-15 13:05:14 +02:00
wiki_pages
wikis
access_token_validation_service.rb
akismet_service.rb
audit_event_service.rb
base_count_service.rb
base_renderer.rb
base_service.rb
cohorts_service.rb
compare_service.rb
create_branch_service.rb
create_snippet_service.rb
delete_branch_service.rb Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
delete_merged_branches_service.rb
event_create_service.rb
gravatar_service.rb
ham_service.rb
import_export_clean_up_service.rb
issuable_base_service.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
merge_request_metrics_service.rb
metrics_service.rb
note_summary.rb Fix updated_at doesn't apply to state_event updates of issues via API 2019-04-08 15:33:30 +00:00
notification_recipient_service.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
notification_service.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
preview_markdown_service.rb Fixed test specs 2019-04-04 13:08:34 +00:00
push_event_payload_service.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
reset_project_cache_service.rb
search_service.rb
spam_check_service.rb
spam_service.rb
submit_usage_ping_service.rb
system_hooks_service.rb
system_note_service.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
task_list_toggle_service.rb
todo_service.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
update_deployment_service.rb
update_snippet_service.rb
upload_service.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
user_agent_detail_service.rb
user_project_access_changed_service.rb
validate_new_branch_service.rb Accept force option on commit via API 2019-03-06 10:44:59 +00:00
verify_pages_domain_service.rb Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
web_hook_service.rb