gitlab-org--gitlab-foss/spec/finders
Stan Hu ddafea060d Fix bug where labels would be assigned to issues that were moved
If you attempt to move an issue from one project to another and leave
labels blank, LabelsFinder would assign all labels in the new project
to that issue. The issue is that :title is passed along to the Finder,
but since it appears empty no filtering is done. As a result, all
labels in the group are returned. This fix handles that case.

Closes #23668
2016-10-24 22:40:08 -07:00
..
access_requests_finder_spec.rb Enable Lint/StringConversionInInterpolation cop and autocorrect offenses 2016-10-03 16:09:57 +02:00
branches_finder_spec.rb Add failing test for #20462 2016-08-02 03:32:28 +02:00
contributed_projects_finder_spec.rb Align hash literals to keep Rubocop happy 2015-11-18 13:27:03 +01:00
group_projects_finder_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
groups_finder_spec.rb Improve group visibility level feature 2016-03-18 16:58:04 -03:00
issues_finder_spec.rb fix issues mr counter 2016-09-20 14:39:15 +01:00
joined_groups_finder_spec.rb Allow Member.add_user to handle access requesters 2016-09-28 09:43:00 +02:00
labels_finder_spec.rb Fix bug where labels would be assigned to issues that were moved 2016-10-24 22:40:08 -07:00
merge_requests_finder_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
move_to_project_finder_spec.rb Move to project dropdown with infinite scroll for better performance 2016-08-18 15:31:51 +02:00
notes_finder_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
personal_projects_finder_spec.rb Improve group visibility level feature 2016-03-18 16:58:04 -03:00
pipelines_finder_spec.rb Improve PipelinesFinder spec so that it does not depend on hard-coded database IDs 2016-09-09 16:21:46 -04:00
projects_finder_spec.rb Allow Member.add_user to handle access requesters 2016-09-28 09:43:00 +02:00
snippets_finder_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
tags_finder_spec.rb add specs for tags finder 2016-08-31 19:16:47 +01:00
todos_finder_spec.rb Todos sorting dropdown 2016-08-19 16:14:20 -03:00