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-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-19Use Ghost user when edited_by, merged_by deletedJarka Kadlecova
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23added bang option to specJames Lopez
2017-06-23fix specJames Lopez
2017-06-23ported EE user service to CEJames Lopez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-02Fix hard-deleting users when they have authored issuesNick Thomas
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-05-05Fix specsClement Ho
2017-04-24Move records to the ghost user in a transaction.Timothy Andrew
2017-04-19Merge branch 'usage-ping-port' into 'master' Sean McGivern
2017-04-16Hard delete users' associated records deleted from AbuseReportsStan Hu
2017-04-14Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable
2017-04-14Remove user activities table and use redis instead of PG for recording activi...James Lopez
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-13Refactor build_service_specGeorge Andrinopoulos
2017-04-13Implement Users::BuildServicegeoandri
2017-04-06Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan
2017-04-06Implement review comments from @DouweM for !10467.Timothy Andrew
2017-04-06Move a user's award emoji to the ghost userTimothy Andrew
2017-04-06Move a user's abuse reports to the ghost userTimothy Andrew
2017-04-06Move a user's notes to the ghost userTimothy Andrew
2017-04-06Move a user's merge requests to the ghost user.Timothy Andrew
2017-04-04Inlude the password_automatically_check param as permitted config in the user...DJ Mountney
2017-04-02Fix race condition where a namespace would be deleted before a project was de...Stan Hu
2017-03-30Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable
2017-03-28Use `:empty_project` where possible in service specsRobert Speicher
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-02-28Fix access to projects shared with a nested groupDouwe Maan
2017-02-24Implement final review comments from @DouweM and @rymaiTimothy Andrew
2017-02-24Deleting a user shouldn't delete associated issues.Timothy Andrew
2017-02-20Add user deletion permission check in `Users::DestroyService`Stan Hu
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
2017-01-17Synchronize all project authorization refreshingYorick Peterse
2017-01-08Remove the project_authorizations.id columnYorick Peterse
2016-12-28Cache project authorizations even when user has access to zero projectsAdam Niedzielski
2016-12-19Smarter refreshing of authorized projectsYorick Peterse