summaryrefslogtreecommitdiff
path: root/app/models/members/project_member.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-11/+7
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+4
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+6
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-6/+6
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-2/+14
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-5/+4
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-3/+3
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+7
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-2/+9
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+0
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-5/+9
* 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-6/+18
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-7/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-1/+1
* Add subresources removal to member destroy serviceJames Lopez2019-01-311-0/+4
* Remove unnecessary includes of ShellAdapterStan Hu2018-12-051-2/+0
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+3
* Ensure member notifications are sent after the member actual creation/update ...Rémy Coutable2018-04-261-3/+3
* Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leavingDouwe Maan2018-03-071-6/+0
* a membership with no user is always notifiablehttp://jneen.net/2017-08-111-2/+2
* add Member#notifiable?(type, opts)http://jneen.net/2017-08-111-0/+4
* Allow group reporters to manage group labels33154-permissions-for-project-labels-and-group-labelsSean McGivern2017-06-051-4/+0
* Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-211-2/+2
* Enable Rails/ValidationDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-1/+1
* Differentiate the expire from leave eventCallum Dryden2016-10-201-1/+5
* Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-29/+15
* Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-3/+4
|\
| * New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-0/+1
| * Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres2016-08-041-3/+3
* | Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-021-2/+8
* | WIPAdam Niedzielski2016-08-011-2/+2
|/
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* New Members::DestroyServiceRémy Coutable2016-06-181-12/+0
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-2/+2
* Add request access for groupsRémy Coutable2016-06-141-19/+11
* Initial implementation of user access request to projectsDavid Alexander2016-06-141-0/+18
* Add changelog and code refactorLong Nguyen2016-05-301-1/+5
* Fix Member specLong Nguyen2016-05-221-1/+1