summaryrefslogtreecommitdiff
path: root/spec/models/project_team_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-5/+5
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+16
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+30
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+0
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+14
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+31
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+4
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+93
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-10/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-4/+4
* [CE] Reduce diff with EE in spec/models/project_team_spec.rbRémy Coutable2019-04-021-0/+24
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Sent notification only to authorized usersJan Provaznik2019-01-311-0/+15
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-54/+54
* Fix specMark Chao2018-06-061-2/+2
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-15/+15
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-10/+1
* Fix N+1 queries for non-members in comment threadsfix-n-plus-one-queries-for-user-accessSean McGivern2017-06-011-53/+98
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-7/+22
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-5/+5
* Update ProjectTeam#fetch_members to use project authorizationsfix/drop-project-authorized-for-userAhmad Sherif2016-11-231-1/+1
* Update ProjectTeam#max_member_access_for_user_ids to use project authorizationsAhmad Sherif2016-11-231-6/+6
* Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif2016-11-231-0/+51
* Add shortcuts for adding users to a project team with a specific rolers-project-team-helpersRobert Speicher2016-11-181-17/+17
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-4/+4
* Fix specs that requires an access requestRémy Coutable2016-09-221-2/+2
* Fix a logic error in ProjectTeam#fetch_invited_membersRobert Speicher2016-09-201-0/+1
* Add specs for ProjectTeam#fetch_membersRobert Speicher2016-09-201-0/+61
* Only use RequestStore in ProjectTeam#max_member_access_for_user if it is activeStan Hu2016-08-011-40/+61
* Rubocop offensesStan Hu2016-07-261-8/+8
* Optimize the invited group link access level checkStan Hu2016-07-261-2/+12
* Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-8/+43
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-0/+22
* Add request access for groupsRémy Coutable2016-06-141-56/+94
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+6
* Bring shared project feature tests from EEDmitriy Zaporozhets2016-03-121-0/+44
* Allow `ProjectTeam#human_max_access` to return "Owner"rs-show-owner-labelRobert Speicher2016-02-181-8/+18
* Tag model specsDouwe Maan2015-12-091-1/+1
* Wrong access level badge on MR commentsaccess_level_badge_bugValery Sizov2015-10-021-0/+12
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-3/+3
* Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-221-1/+0
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-22/+22
* Snippets: public/internal/privateValery Sizov2014-10-091-0/+4