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
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-06Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas
2017-05-18Fix: Deleting an invited member causes 500 errorValery Sizov
2017-05-17Get rid of pluck in app/services/members/authorized_destroy_service.rbValery Sizov
2017-05-17Fix deletion of issue assignees for MySQLStan Hu
2017-05-16Improve migration for Multipple issue assignee featureValery Sizov
2017-05-12Move update_assignee_cache_counts to the serviceValery Sizov
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-04-20Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan
2017-04-20Remove helpers assigned_issuables_count and cached_assigned_issuables_countValery Sizov
2017-04-18Unassign all Issues and Merge Requests when member leaves teamValery Sizov
2017-04-17Refactor controller code that creates project/group membersDmitriy Zaporozhets
2017-02-23Enable Style/MutableConstantDouwe Maan
2016-11-01Implement CreateMembers service to make controller thinValery Sizov
2016-10-28Allow Members::ApproveAccessRequestService to accept a new :force paramRémy Coutable
2016-10-03Invert method's namingRémy Coutable
2016-10-03Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable
2016-10-03Improve Members::DestroyServiceRémy Coutable
2016-10-02Merge branch 'rc-new-members-request-access-service' into 'master' Robert Speicher
2016-09-22Inverse condition in Members::ApproveAccessRequestServiceRémy Coutable
2016-09-22Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable
2016-09-22New Members::ApproveAccessRequestServiceRémy Coutable
2016-09-22Inverse condition in Members::RequestAccessServiceRémy Coutable
2016-09-22New Members::RequestAccessServiceRémy Coutable
2016-08-18Ensure last group owner isn't removed on expirySean McGivern
2016-08-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
2016-08-05Extract Members::AuthorizedDestroyService from Members::DestroyService.Adam Niedzielski
2016-06-18Raise a new Gitlab::Access::AccessDeniedError when permission is not enough t...Rémy Coutable
2016-06-18Don't send the "access declined" email on access request withdrawalRémy Coutable
2016-06-18New Members::DestroyServiceRémy Coutable