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
2023-10-19Add latest changes from gitlab-org/gitlab@16-5-stable-eev16.5.0-rc42GitLab Bot
2023-09-28Add latest changes from gitlab-org/security/gitlab@16-4-stable-eeGitLab Bot
2023-09-20Add latest changes from gitlab-org/gitlab@16-4-stable-eev16.4.0-rc42GitLab Bot
2023-08-18Add latest changes from gitlab-org/gitlab@16-3-stable-eev16.3.0-rc42GitLab Bot
2023-06-20Add latest changes from gitlab-org/gitlab@16-1-stable-eev16.1.0-rc42GitLab Bot
2023-06-03Add latest changes from gitlab-org/security/gitlab@16-0-stable-eeGitLab Bot
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2022-07-20Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot
2022-06-20Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot
2022-05-19Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot
2022-03-18Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2021-12-03Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-03-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-31Sent notification only to authorized usersJan Provaznik
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-25Bring changes from EELin Jen-Shin
2018-03-07Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/mer...Tiago Botelho
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-07Resolve "Display member role per project"Mike Greiling
2017-09-18Eliminate N+1 queries in loading discussions.json endpointStan Hu
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-01Fix N+1 queries for non-members in comment threadsSean McGivern
2017-04-21Refactor add_users method for project and groupDmitriy Zaporozhets
2017-03-31Eliminate unnecessary queries that add ~500 ms of load time for a large issueStan Hu
2016-11-23Update ProjectTeam#fetch_members to use project authorizationsAhmad Sherif
2016-11-23Update ProjectTeam#max_member_access_for_user_ids to use project authorizationsAhmad Sherif
2016-11-23Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif
2016-11-18Add shortcuts for adding users to a project team with a specific roleRobert Speicher
2016-10-28Fix project member access for group linksSean McGivern
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-09-21Simplify invited_group_members filter-by-levelRobert Speicher
2016-09-21Use `public_send` over `send` in ProjectTeamRobert Speicher
2016-09-20Improve clarity of variable names in ProjectTeam#fetch_invited_membersRobert Speicher
2016-09-20Fix a logic error in ProjectTeam#fetch_invited_membersRobert Speicher
2016-09-20Simplify ProjectTeam#fetch_members to satisfy flogRobert Speicher
2016-08-18Add expiration date to group membershipsSean McGivern
2016-08-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-04Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres
2016-08-02Replace optional parameters with keyword arguments.Adam Niedzielski