summaryrefslogtreecommitdiff
path: root/spec/models/members
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-203-11/+77
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-173-5/+93
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+33
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-192-4/+5
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-183-81/+35
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-202-18/+18
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-203-0/+178
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+11
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-182-54/+124
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-3/+8
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-192-0/+179
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-202-34/+0
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-163-1/+27
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-4/+4
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-203-0/+108
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+12
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+12
* Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot2020-09-301-2/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-46/+14
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-4/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-3/+18
* Merge branch '39-count-unique-users-for-more-accurate-smau-reporting' into 'm...Nick Thomas2019-08-191-13/+23
|\
| * New GroupMember.of_ldap_type scope39-count-unique-users-for-more-accurate-smau-reportingAsh McKenzie2019-07-181-13/+23
* | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-252-2/+2
|/
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-012-0/+4
* Remove N+1 queries from users autocompleteSean McGivern2019-03-251-0/+16
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Merge branch 'sh-remove-gitlab-shell-include' into 'master'Rémy Coutable2018-12-101-4/+0
|\
| * Remove unnecessary includes of ShellAdapterStan Hu2018-12-051-4/+0
* | Resolve "Can add an existing group member into a group project with new permi...James Lopez2018-12-062-0/+37
|/
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-112-6/+6
* Ensure member notifications are sent after the member actual creation/update ...Rémy Coutable2018-04-262-55/+5
* Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leavingDouwe Maan2018-03-071-23/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4
* Migrate events into a new formatYorick Peterse2017-08-101-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-6/+6
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-272-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-7/+6
* Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-211-2/+2
* Support 2FA requirement per-groupMarkus Koller2017-04-061-1/+16
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-4/+4
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-4/+4
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-4/+4
* resolve deprecation warningsAdam Pahlevi2017-01-311-1/+1
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-4/+4
* Optimize Event queries by removing default order23106-events-default-scope-results-in-a-slow-queryAlejandro Rodríguez2016-10-271-2/+2
* Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-1/+1
* Differentiate the expire from leave eventCallum Dryden2016-10-201-0/+11