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
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
2016-08-01Only use RequestStore in ProjectTeam#max_member_access_for_user if it is activeStan Hu
2016-08-01WIPAdam Niedzielski
2016-07-27Fix typo in commentStan Hu
2016-07-27Optimize the invited group link access level checkStan Hu
2016-07-27Incorporate review commentsStan Hu
2016-07-27Optimize maximum user access level lookup in loading of notesStan Hu
2016-07-22Load project invited groups and members eagerly in ProjectTeam#fetch_membersAhmad Sherif
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-29Reduce overhead and optimize ProjectTeam#max_member_access performanceStan Hu
2016-06-14UI and copywriting improvementsRémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-06-14Initial implementation of user access request to projectsDavid Alexander
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-03-11Allow users to access project shared with their groupDmitriy Zaporozhets
2016-02-19Allow `ProjectTeam#human_max_access` to return "Owner"Robert Speicher
2015-10-15Improve ProjectTeam#max_member_access performanceYorick Peterse
2015-10-02Wrong access level badge on MR commentsValery Sizov
2015-04-14Correctly import invited members.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-03-15Use `member` instead of `tm`.Douwe Maan
2015-01-01Append in place for strings and arraysCiro Santilli
2014-10-09Snippets: public/internal/privateValery Sizov
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-09-15Fix project member managementDmitriy Zaporozhets