summaryrefslogtreecommitdiff
path: root/app/models/project_team.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-9/+9
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-7/+7
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+4
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-26/+18
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+4
* Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot2021-12-031-4/+2
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+4
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+6
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-8/+7
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+4
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-9/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Sent notification only to authorized usersJan Provaznik2019-01-311-0/+12
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-6/+15
* Bring changes from EEunify-some-modelsLin Jen-Shin2018-06-261-1/+1
* Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/mer...backport-ee-3892-to-ceTiago Botelho2018-03-071-0/+9
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-20/+8
* Resolve "Display member role per project"Mike Greiling2017-12-071-29/+8
* Eliminate N+1 queries in loading discussions.json endpointsh-optimize-discussion-jsonStan Hu2017-09-181-1/+1
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Fix N+1 queries for non-members in comment threadsfix-n-plus-one-queries-for-user-accessSean McGivern2017-06-011-1/+8
* Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-211-2/+2
* Eliminate unnecessary queries that add ~500 ms of load time for a large issueStan Hu2017-03-301-0/+3
* Update ProjectTeam#fetch_members to use project authorizationsfix/drop-project-authorized-for-userAhmad Sherif2016-11-231-53/+7
* Update ProjectTeam#max_member_access_for_user_ids to use project authorizationsAhmad Sherif2016-11-231-43/+6
* Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif2016-11-231-2/+6
* Add shortcuts for adding users to a project team with a specific rolers-project-team-helpersRobert Speicher2016-11-181-0/+16
* Fix project member access for group linksSean McGivern2016-10-281-8/+2
* Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-4/+10
* Simplify invited_group_members filter-by-levelRobert Speicher2016-09-211-6/+6
* Use `public_send` over `send` in ProjectTeamRobert Speicher2016-09-211-3/+3
* Improve clarity of variable names in ProjectTeam#fetch_invited_membersrs-simplify-fetch_membersRobert Speicher2016-09-201-14/+12
* Fix a logic error in ProjectTeam#fetch_invited_membersRobert Speicher2016-09-201-2/+2
* Simplify ProjectTeam#fetch_members to satisfy flogRobert Speicher2016-09-201-30/+40
* Add expiration date to group membershipsSean McGivern2016-08-181-3/+3
* Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-3/+8
|\
| * Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres2016-08-041-1/+1
| * Only use RequestStore in ProjectTeam#max_member_access_for_user if it is activeStan Hu2016-08-011-2/+7
* | Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-021-5/+5
* | WIPAdam Niedzielski2016-08-011-2/+3
|/
* Fix typo in commentStan Hu2016-07-261-1/+1
* Optimize the invited group link access level checkStan Hu2016-07-261-17/+21
* Incorporate review commentsStan Hu2016-07-261-4/+4
* Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-11/+35
* Load project invited groups and members eagerly in ProjectTeam#fetch_membersfix/load-project-invited-groups-and-members-eagerlyAhmad Sherif2016-07-221-1/+1