summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/group_links_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+76
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-130/+0
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-5/+6
* Add latest changes from gitlab-org/gitlab@13-8-stable-eeGitLab Bot2021-02-041-0/+4
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-4/+47
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-1/+1
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Change policy regarding group visibilityMałgorzata Ksionek2019-02-201-0/+37
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-11/+17
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Reduce CE/EE diff in spec/controllers/projects/group_links_controller_spec.rbRémy Coutable2018-05-241-0/+12
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-071-3/+3
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+4
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-6/+6
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Fixed testsJose Ivan Vargas2017-01-031-3/+3
* fix group links 404barthc2016-10-051-1/+36
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
* Check permissions when sharing project with groupGrzegorz Bizon2016-04-191-0/+50