summaryrefslogtreecommitdiff
path: root/app/finders/members_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+5
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-2/+2
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-10/+5
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-5/+10
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+4
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-3/+6
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+7
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-7/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-12/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-7/+13
* Uses projects_authorizations.access_level in MembersFinder62284-follow-up-from-resolve-api-to-get-all-project-group-members-returns-duplicatesJacopo2019-08-281-9/+26
* Further remove code branches by database typeAndreas Brandl2019-07-291-30/+11
* Removes duplicated members from api/projects/:id/members/all51854-api-to-get-all-project-group-members-returns-duplicatesJacopo2019-05-271-11/+32
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-1/+1
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-1/+3
|/
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-2/+2
* More readable SQL query.Andreas Brandl2018-02-211-3/+7
* Fix MembersFinder to never include group invitees.41461-project-members-slow-due-to-sqlAndreas Brandl2018-02-201-1/+1
* Fix N+1 query problem for users on members view.Andreas Brandl2018-02-201-1/+1
* Use DISTINCT ON and translate to MySQL.Andreas Brandl2018-02-201-16/+34
* Simplify database queries in MembersFinder.Andreas Brandl2018-02-201-11/+22
* Show members of parent groups on project members pagedz-nested-groups-membersDmitriy Zaporozhets2017-03-091-9/+31
* Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-031-5/+5
* Added groups to members section, added a members finderJose Ivan Vargas2017-01-031-0/+13