gitlab-org--gitlab-foss/spec/features/projects
Rémy Coutable 96f162125d
Handle an edge-case whith invitees
When the project has invitees, no group members were
returned due to a `user_id NOT IN (42, NULL)` query which
always returned [] since a `user_id` would be NULL, thus the condition
could never match.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-07 09:59:52 +01:00
..
badges Fix pipeline fixtures and calls to removed method 2016-10-04 14:43:24 +02:00
blobs Merge branch 'jej-22869' into 'security' 2016-11-28 21:25:18 -03:00
branches Removed delete branch tooltip and tests 2016-10-26 13:10:14 -05:00
commit Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
commits Fix pipelines spec 2016-11-16 16:29:12 -06:00
files Rewritten spinach git_blame tests to rspec feature tests 2016-11-07 15:17:52 +01:00
import_export Test GitLab project import for a user with only their default namespace. 2016-10-20 15:22:04 +02:00
issues Hide Create new list button on Issues and MRs pages 2016-08-17 16:39:33 -03:00
labels Add feature spec for labels subscription 2016-11-17 15:10:13 -02:00
main Fix download artifacts button link: 2016-09-19 13:12:45 +08:00
members Handle an edge-case whith invitees 2016-12-07 09:59:52 +01:00
merge_requests Hide Create new list button on Issues and MRs pages 2016-08-17 16:39:33 -03:00
pipelines Fixes after review 2016-11-30 17:06:47 +00:00
services Improve the mattermost help box 2016-11-21 17:58:40 +01:00
settings Move specs for project pipeline settings page 2016-10-18 12:58:11 +02:00
tags Fix download artifacts button link: 2016-09-19 13:12:45 +08:00
wiki fix tests broken by new wiki page design 2016-11-30 15:22:43 -06:00
branches_spec.rb Hides merge request button on branches page 2016-09-02 14:33:24 +01:00
builds_spec.rb Improve reproducibility of build trace test example 2016-11-22 13:35:18 +01:00
developer_views_empty_project_instructions_spec.rb
edit_spec.rb Hides merge request section in edit project when disabled 2016-09-02 12:03:49 +01:00
features_visibility_spec.rb Fix: Guest sees some repository details and gets 404 2016-11-04 13:06:48 +02:00
gfm_autocomplete_load_spec.rb Use admin user in tests 2016-09-16 10:49:55 +01:00
group_links_spec.rb Allow project group links to be expired 2016-08-18 22:45:41 +01:00
guest_navigation_menu_spec.rb Make guests unable to view MRs 2016-10-11 16:51:26 +03:00
issuable_templates_spec.rb Removed append logic 2016-10-21 21:53:10 +01:00
new_project_spec.rb Fix project Visibility level selector not using default values 2016-11-10 14:41:03 -02:00
project_settings_spec.rb Added ability to put emojis into repository name 2016-11-12 09:21:23 +01:00
ref_switcher_spec.rb Created wait_for_turbolinks and added test for refs dropdown selection with special chars 2016-11-04 15:23:54 +00:00
shortcuts_spec.rb
snippets_spec.rb Fix snippets pagination 2016-09-26 12:42:12 +02:00