summaryrefslogtreecommitdiff
path: root/spec/services/users
Commit message (Expand)AuthorAgeFilesLines
* Move records to the ghost user in a transaction.Timothy Andrew2017-04-241-0/+18
* Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-191-0/+48
|\
| * Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-4/+10
| * Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-9/+25
| * Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+26
* | Hard delete users' associated records deleted from AbuseReportssh-add-option-to-hard-deleteStan Hu2017-04-161-0/+6
|/
* Refactor build_service_specGeorge Andrinopoulos2017-04-131-4/+2
* Implement Users::BuildServicegeoandri2017-04-132-66/+69
* Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-062-15/+91
|\
| * Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-062-68/+87
| * Move a user's award emoji to the ghost userTimothy Andrew2017-04-061-1/+29
| * Move a user's abuse reports to the ghost userTimothy Andrew2017-04-061-0/+7
| * Move a user's notes to the ghost userTimothy Andrew2017-04-061-2/+8
| * Move a user's merge requests to the ghost user.Timothy Andrew2017-04-061-0/+16
* | Inlude the password_automatically_check param as permitted config in the user...fix-password-required-checkDJ Mountney2017-04-041-0/+26
|/
* Fix race condition where a namespace would be deleted before a project was de...Stan Hu2017-04-021-2/+17
* Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable2017-03-301-0/+17
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-272-4/+4
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+182
* Fix access to projects shared with a nested groupdm-nested-group-shared-projectsDouwe Maan2017-02-281-0/+74
* Implement final review comments from @DouweM and @rymaiTimothy Andrew2017-02-241-0/+4
* Deleting a user shouldn't delete associated issues.Timothy Andrew2017-02-241-0/+44
* Add user deletion permission check in `Users::DestroyService`sh-delete-user-permission-checkStan Hu2017-02-201-5/+26
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-0/+61
* Synchronize all project authorization refreshingrefresh-authorizations-tighter-leaseYorick Peterse2017-01-161-20/+20
* Remove the project_authorizations.id columnremove-project-authorizations-id-columnYorick Peterse2017-01-081-8/+9
* Cache project authorizations even when user has access to zero projects26126-cache-even-when-no-projectsAdam Niedzielski2016-12-281-6/+31
* Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-0/+185