gitlab-org--gitlab-foss/spec/finders
Patrick Derichs 932a9a0c77 Use NotesFinder to fetch notes on API and Controllers
Fix missing iid query on NotesFinder

Changed parameters of find_noteable, 
so changes across a few files were needed.
MergeRequest also requires iid instead of id query

Make NotesFinder fail with RecordNotFound again

Add specs for target_iid

Using RSpec tablesyntax for target_iid specs

Revert "Using RSpec tablesyntax for target_iid specs"

This reverts commit ba45c7f569a.

Allow find_by! here

Fix variable name

Add readable check

Revert "Add readable check"

This reverts commit 9e3a1a7aa39.

Remove unnecessary assignment

Add required changes for EE

Fix parameter count

Reduce code duplication by extracting a noteable module method

The call to find_noteable was redundant so
multiple files and lines have changed in that
commit to use the newly introduced module
method `noteable`.

Replace casecmp with include check

Add parent_type parameter


Revert "Reduce code duplication by extracting
a noteable module method"

This reverts commit 8c0923babff16.

Method is no longer needed

Check whether noteable can be read by user
2019-06-19 10:56:55 +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
clusters Move file one folder level up to avoid namespace conflict 2019-06-03 15:42:06 +01:00
concerns Ignore ordering when calling find_by on finders 2019-02-20 11:31:06 +00:00
projects/serverless Adapt functions to work for external Knative 2019-05-29 11:21:53 +01: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
environments_finder_spec.rb
events_finder_spec.rb
fork_projects_finder_spec.rb Hashed Storage is enabled by default on new installations 2019-06-17 20:35:22 +02:00
group_descendants_finder_spec.rb
group_labels_finder_spec.rb
group_members_finder_spec.rb
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
issues_finder_spec.rb Remove some deprecated code 2019-06-07 14:32:31 +03: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
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 Use NotesFinder to fetch notes on API and Controllers 2019-06-19 10:56:55 +02:00
pending_todos_finder_spec.rb
personal_access_tokens_finder_spec.rb
personal_projects_finder_spec.rb
pipeline_schedules_finder_spec.rb
pipelines_finder_spec.rb preventing blocked users and their PipelineSchdules from creating new Pipelines 2019-06-04 20:25:26 -05:00
projects_finder_spec.rb
releases_finder_spec.rb
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
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