summaryrefslogtreecommitdiff
path: root/spec/services/users/activity_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in activity leasefix-typo-activity-leaseCindy Pallares2019-04-111-1/+1
* Optimize Redis usage in User::ActivityServiceif-24642-activity_service_optimizationImre Farkas2019-02-141-0/+12
* Fix failing 500 errors when deploy tokens are used to cloneStan Hu2018-08-021-0/+12
* Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-32/+33
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+12
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* 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