gitlab-org--gitlab-foss/spec/finders
Jacopo a9827e0e18 Removes duplicated members from api/projects/:id/members/all
When using the members/all api the same user was returned multiple times
when he was a member of the project/group and also of one of the
ancestor groups.
Now the member is returned only once giving priority to the membership
on the project and maintaining the same behaviour of the members UI.
2019-05-27 15:40:56 +02:00
..
admin add tag filter to admin runners page 2019-02-27 20:19:49 +01:00
autocomplete Only show in autocomplete when author active 2019-04-12 14:58:42 +08:00
concerns Ignore ordering when calling find_by on finders 2019-02-20 11:31:06 +00:00
projects/serverless Add Knative metrics to Prometheus 2019-04-06 02:02:39 +00:00
access_requests_finder_spec.rb
applications_finder_spec.rb
awarded_emoji_finder_spec.rb
branches_finder_spec.rb
cluster_ancestors_finder_spec.rb Allow projects to use instance level clusters 2019-05-07 08:37:03 +12:00
clusters_finder_spec.rb
contributed_projects_finder_spec.rb Fix contributed projects finder shown private info 2019-01-31 16:51:16 +01:00
environments_finder_spec.rb Squashed commit of the following: 2018-11-06 10:54:27 +09:00
events_finder_spec.rb Hide confidential events in ruby 2018-12-17 18:47:53 +01:00
fork_projects_finder_spec.rb
group_descendants_finder_spec.rb Fix default sorting for subgroups and projects list 2018-11-14 14:47:09 +01:00
group_labels_finder_spec.rb
group_members_finder_spec.rb Resolve "Can add an existing group member into a group project with new permissions but permissions are not overridden" 2018-12-06 13:15:29 +00:00
group_projects_finder_spec.rb [CE] Reduce differences with EE in group_projects_finder_spec.rb 2019-03-21 17:31:41 +01:00
groups_finder_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
issues_finder_spec.rb Add improvements to the global search process 2019-05-07 11:08:25 +00:00
joined_groups_finder_spec.rb
labels_finder_spec.rb 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
license_template_finder_spec.rb
members_finder_spec.rb Removes duplicated members from api/projects/:id/members/all 2019-05-27 15:40:56 +02:00
merge_request_target_project_finder_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
merge_requests_finder_spec.rb Add improvements to the global search process 2019-05-07 11:08:25 +00:00
milestones_finder_spec.rb Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
notes_finder_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
pending_todos_finder_spec.rb Rails5: Passing a class as a value in an Active Record query is deprecated 2018-11-17 16:14:36 +01:00
personal_access_tokens_finder_spec.rb
personal_projects_finder_spec.rb
pipeline_schedules_finder_spec.rb Eliminate duplicated words 2018-11-22 01:01:23 +09:00
pipelines_finder_spec.rb Fix typo pipline to pipeline 2018-11-16 06:29:53 +09:00
projects_finder_spec.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
releases_finder_spec.rb ReleasesFinder will always return a relation 2018-12-31 12:05:56 +09:00
runner_jobs_finder_spec.rb
snippets_finder_spec.rb 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
tags_finder_spec.rb
template_finder_spec.rb
todos_finder_spec.rb 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
user_finder_spec.rb
user_recent_events_finder_spec.rb Hide confidential events in ruby 2018-12-17 18:47:53 +01:00
users_finder_spec.rb [CE] Reduce differences with EE in users_finder_spec.rb 2019-03-21 17:33:51 +01:00
users_with_pending_todos_finder_spec.rb