gitlab-org--gitlab-foss/app/models/concerns
Yorick Peterse 20fdbbe86a Use Goldiloader for handling N+1 queries
Goldiloader (https://github.com/salsify/goldiloader) can eager load
associations automatically. This removes the need for adding "includes"
calls in a variety of different places. This also comes with the added
benefit of not having to eager load data if it's not used.
2018-04-09 11:58:06 +01:00
..
mentionable
storage Appease Metrics/AbcSize cop 2018-03-13 16:13:37 -07:00
access_requestable.rb Improve Member services 2018-02-27 16:02:22 +01:00
artifact_migratable.rb
atomic_internal_id.rb Replace public_send calls. 2018-03-18 17:06:13 +01:00
avatarable.rb Merge branch '40781-os-to-ce' into 'master' 2018-03-27 08:20:03 +00:00
awardable.rb
blob_like.rb
blocks_json_serialization.rb
bulk_member_access_load.rb
cache_markdown_field.rb
case_sensitivity.rb
chronic_duration_attribute.rb Specify default value for Project#build_timeout 2018-04-04 21:31:56 +02:00
created_at_filterable.rb
deployment_platform.rb Re-arrange deployment_platform to avoid cop complainments 2018-03-26 16:59:27 -06:00
discussion_on_diff.rb
each_batch.rb
editable.rb
expirable.rb
faster_cache_keys.rb
feature_gate.rb
ghost_user.rb
group_descendant.rb
has_status.rb
has_variable.rb
ignorable_column.rb
importable.rb
issuable.rb Use Goldiloader for handling N+1 queries 2018-04-09 11:58:06 +01:00
loaded_in_group_list.rb
manual_inverse_association.rb
mentionable.rb
milestoneish.rb [Rails5] Rename sort methods to sort_by_attribute 2018-04-04 09:19:47 +00:00
nonatomic_internal_id.rb Deprecate InternalId concern and rename. 2018-03-16 13:35:25 +01:00
note_on_diff.rb
noteable.rb
participable.rb
presentable.rb Resolve "Show failure_reason and upgrade tooltips of jobs" 2018-04-05 21:04:42 +00:00
project_features_compatibility.rb
prometheus_adapter.rb Arg.id via method pointer 2018-03-06 16:05:24 +01:00
protected_branch_access.rb
protected_ref.rb
protected_ref_access.rb Port read_cross_project ability from EE 2018-02-22 17:11:36 +01:00
protected_tag_access.rb
reactive_caching.rb
reactive_service.rb
redis_cacheable.rb
referable.rb
relative_positioning.rb
resolvable_discussion.rb Use Goldiloader for handling N+1 queries 2018-04-09 11:58:06 +01:00
resolvable_note.rb
routable.rb
select_for_project_authorization.rb
sha_attribute.rb
sortable.rb
spammable.rb
strip_attribute.rb
subscribable.rb
taskable.rb
throttled_touch.rb
time_trackable.rb
token_authenticatable.rb
triggerable_hooks.rb
uniquify.rb
updated_at_filterable.rb Adds updated_at filter to issues and merge_requests API 2018-03-05 14:10:32 +01:00
valid_attribute.rb