gitlab-org--gitlab-foss/app/models/concerns
Bob Van Landuyt 3299a970e0 Handle all cases for merging a hierarchy
The possible cases are:
 - [Array, Array]
 - [Array, Hash]
 - [Array, GroupHierarchy]
 - [Hash,Hash]
 - [Hash, GroupHierarchy]
 - [GroupHierarchy, GroupHierarchy]
2017-10-04 22:49:41 +02:00
..
mentionable
storage Moving away from the "extend" based factory to a more traditional one. 2017-08-22 06:33:20 +02:00
access_requestable.rb
avatarable.rb
awardable.rb Add filter by my reaction 2017-08-30 07:48:55 +00:00
blob_like.rb
cache_markdown_field.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
case_sensitivity.rb
created_at_filterable.rb
discussion_on_diff.rb
each_batch.rb
editable.rb replace `is_edited?` with `edited?` 2017-08-29 11:14:41 +03:00
expirable.rb
faster_cache_keys.rb
feature_gate.rb
ghost_user.rb
group_hierarchy.rb Handle all cases for merging a hierarchy 2017-10-04 22:49:41 +02:00
has_status.rb
has_variable.rb
ignorable_column.rb
importable.rb
internal_id.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
issuable.rb Improve list of sorting options 2017-09-23 11:46:53 +11:00
mentionable.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
milestoneish.rb replace `is_dashboard_milestone?` with `dashboard_milestone?` 2017-08-29 11:14:41 +03:00
note_on_diff.rb
noteable.rb Prefer polymorphism over `is_a?` 2017-08-17 19:26:45 +02:00
participable.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
presentable.rb
project_features_compatibility.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
protected_branch_access.rb
protected_ref.rb Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels" 2017-08-25 16:36:42 +00:00
protected_ref_access.rb
protected_tag_access.rb
reactive_caching.rb
reactive_service.rb
referable.rb expose Referable#non_referable_inspect 2017-08-16 12:02:38 -07:00
relative_positioning.rb Group boards CE backport 2017-08-28 18:56:49 -03:00
repository_mirroring.rb
resolvable_discussion.rb Resolve outdated diff discussions on push 2017-09-06 10:08:03 +01:00
resolvable_note.rb Fix note resolution specs 2017-09-06 10:10:16 +01:00
routable.rb
select_for_project_authorization.rb
sha_attribute.rb
sortable.rb Improve list of sorting options 2017-09-23 11:46:53 +11:00
spammable.rb `current_application_settings` belongs on `Gitlab::CurrentSettings` 2017-08-31 13:38:33 +01:00
strip_attribute.rb
subscribable.rb
taskable.rb
time_trackable.rb
token_authenticatable.rb
uniquify.rb
valid_attribute.rb