Commit Graph

12 Commits

Author SHA1 Message Date
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
Jan Beckmann 352e322291 Resolve "404 when trying to create a new issue from the group" 2018-07-02 08:04:43 +00:00
Semyon Pupkov d6af33b4b2 Replace group spinach tests with RSpec analog
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-29 12:12:47 +05:00
Phil Hughes 8a2ca7639d
fixed merge request spec 2017-09-13 14:30:32 +01:00
Phil Hughes 5c153b06f5 Fixed group merge requests failure 2017-09-01 11:15:55 +01:00
Hiroyuki Sato e19c560d78 Add a simple spec that checks filtered search works at group merge request page 2017-08-27 15:42:35 +09:00
Robert Speicher 1b3681614b Use `empty_project` where possible in spec/features/groups 2017-07-27 13:12:16 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Semyon Pupkov 3deb66ea56 Add traits for ProjectFeatures to Project factory
https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
2017-02-05 13:11:45 +05:00
Semyon Pupkov a92c0f9c11 Use archived trait for project in specs instead model column 2017-01-22 19:19:45 +05:00
Jacopo 4d26ab28a9 Fix Archived project merge requests add to group's Merge Requests
counter

This is done by:
 - Extending the IssuableFinder adding the non_archived option to the params
 - Overriding the #filter_params in the MergeRequestsAction
 - Passing the non_archived param in the nav/_group.html.haml navbar
   partial from the groups/merge_requests.html.haml
2016-12-05 18:06:36 +01:00
Douwe Maan 79d94b1679 Merge branch '22481-honour-issue-visibility-for-groups' into 'security'
Honour issue and merge request visibility in their respective finders

This MR fixes a security issue with the IssuesFinder and MergeRequestFinder where they would return items the user did not have permission to see. This was most visible on the issue and merge requests page for a group containing projects that had set their issues or merge requests to "private".

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22481

See merge request !2000
2016-11-09 12:24:13 +01:00