Commit Graph

36 Commits

Author SHA1 Message Date
GitLab Bot 201a883bdf Add latest changes from gitlab-org/gitlab@master 2023-02-24 03:07:49 +00:00
GitLab Bot 2fdee6d838 Add latest changes from gitlab-org/gitlab@master 2022-11-30 00:09:01 +00:00
GitLab Bot 7fe1490a58 Add latest changes from gitlab-org/gitlab@master 2022-11-29 18:09:26 +00:00
GitLab Bot e2ef50dafc Add latest changes from gitlab-org/gitlab@master 2022-06-01 21:08:14 +00:00
GitLab Bot 72c331ebf5 Add latest changes from gitlab-org/gitlab@master 2021-03-09 18:09:41 +00:00
GitLab Bot 8b0ef13236 Add latest changes from gitlab-org/gitlab@master 2020-06-03 18:08:28 +00:00
GitLab Bot 866ca4e49f Add latest changes from gitlab-org/gitlab@master 2020-02-14 21:09:08 +00:00
GitLab Bot e723867717 Add latest changes from gitlab-org/gitlab@master 2019-12-17 18:07:48 +00:00
GitLab Bot 25989ab7ef Add latest changes from gitlab-org/gitlab@master 2019-10-18 11:11:44 +00:00
Ash McKenzie 19ff9d9899
Replace rails_helper.rb with spec_helper.rb
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Lin Jen-Shin ff26347d5e Merge branch 'fix-false-positive-specs' into 'master'
Fix false positive specs

See merge request gitlab-org/gitlab-ce!26031
2019-03-13 16:32:46 +00:00
Małgorzata Ksionek ad283fbb18 Update group policy to reflect all the requirements 2019-03-13 13:24:03 +00:00
Małgorzata Ksionek 03fa783409 Add cr remarks 2019-03-13 11:54:06 +01:00
Małgorzata Ksionek e285fb5049 Fix false positive specs 2019-03-12 12:33:45 +01:00
Małgorzata Ksionek 3a321c8003 Secure vulerability and add specs 2019-02-28 15:27:49 +01:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Robert Speicher abe396842e Use `empty_project` where possible in spec/features/security 2017-07-27 13:12:17 -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
Robert Speicher f7351b040b Speed up Group security access specs
This is the Group equivalent of 13ad9a745a
2016-11-30 14:45:35 +08:00
Grzegorz Bizon 9e211091a8 Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
Douwe Maan 31266c5be4 Address feedback 2016-03-22 00:09:20 +01:00
Douwe Maan 8db1292139 Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
Felipe Artur 0a7f716119 Code fixes 2016-03-17 19:42:46 -03:00
Felipe Artur ec20fdf366 Code improvements and add Create group service 2016-03-16 19:44:33 -03:00
Felipe Artur 96fc1d9092 Add security specs 2016-03-10 10:38:36 -03:00
Robert Speicher b24d5f13a5 Consolidate group access specs into one file 2015-07-22 00:01:17 -04:00
Robert Speicher a2ecfdc585 Move access-related matchers to their own module 2015-07-22 00:01:17 -04:00
Douwe Maan 224187ffb9 Move group members index from `/members` to `/group_members`. 2015-03-15 13:51:11 +01:00
Jeroen van Baarsen 0c4a70a306 Updated rspec to rspec 3.x syntax
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-12 19:17:35 +01:00
Dmitriy Zaporozhets f329d34ff3
Fix group projects fetch
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29 22:03:42 +03:00
Jeroen van Baarsen 8362026a33 Split feature tests out to different build job 2014-04-13 19:05:52 +02:00
Robert Speicher 1897fb00b8 Make use of project factory traits 2014-03-19 05:15:24 -04:00
Dmitriy Zaporozhets f7ca46b5a3
Dont test models methods in security specs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-25 17:14:03 +02:00
Jason Hollingsworth 2f69213e3f Allow access to groups with public projects.
Fixed Group avatars to only display when user has read
permissions to at least one project in the group.
2014-02-20 09:26:38 -06:00