Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-11Add latest changes from gitlab-org/security/gitlab@13-8-stable-eeGitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-10-01Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-09-01Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-12Improve spec description in member_spec.rbStan Hu
2019-08-09Rename search_invited to search_invite_emailStan Hu
2019-08-05Make it easier to find invited group membersStan Hu
2019-04-30Allow a member to have an access level equal to parent groupStan Hu
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2018-12-06Resolve "Can add an existing group member into a group project with new permi...James Lopez
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-09-05Optimize SQL queries used in Groups::GroupMembersController#createRubén Dávila
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-04-28Collect all users by single query when using Member#add_usersDmitriy Zaporozhets
2017-04-21Refactor add_users method for project and groupDmitriy Zaporozhets
2017-02-10Show parent group members for nested groupDmitriy Zaporozhets
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-11-11Make access request specs explicitly enable or disable access requests as req...Nick Thomas
2016-10-03Members::RequestAccessService is tricter on permissionsRémy Coutable
2016-10-02Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-09-22Fix specs that requires an access requestRémy Coutable
2016-09-08Exclude some pending or inactivated rows in Member scopesNick Thomas
2016-08-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
2016-08-02Replace optional parameters with keyword arguments.Adam Niedzielski
2016-07-27Add a spec for access_for_user_idsStan Hu
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-18New Members::DestroyServiceRémy Coutable