summaryrefslogtreecommitdiff
path: root/spec/services/chat_names/find_user_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-231-8/+17
| | | | | | | Instead of only exposing a User to slash commands we now also expose the ChatName object that the User object is retrieved from. This is necessary for GitLab Chatops as we need for example the user ID of the chat user.
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Make ChatNames::FindUserService stable by not checking a precise timeRémy Coutable2017-03-291-1/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* More coverage on service levelZ.J. van de Weg2016-11-181-1/+1
|
* Improve code design after code reviewKamil Trzcinski2016-11-161-1/+1
|
* Add most of specs for chat namesKamil Trzcinski2016-11-161-0/+36