Commit graph

8 commits

Author SHA1 Message Date
Thong Kuah
85b29c1c2f Add frozen_string_literal to spec/services
Probably useful as we often move these files to "new" files.
2019-04-12 10:14:54 +12:00
Yorick Peterse
57719d34d3
Expose ChatName objects to slash commands
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.
2018-02-23 14:37:53 +01:00
Rémy Coutable
ddccd24c13 Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:53 +02:00
Rémy Coutable
1cc9bf869f
Make ChatNames::FindUserService stable by not checking a precise time
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-29 11:12:13 +02:00
Z.J. van de Weg
0d04724fa1 More coverage on service level 2016-11-18 10:00:40 +01:00
Kamil Trzcinski
cdb726ce20 Fix code review style issues 2016-11-17 10:10:11 +01:00
Kamil Trzcinski
6f714dfb4a Improve code design after code review 2016-11-16 23:10:27 +01:00
Kamil Trzcinski
d64183e1fa Add most of specs for chat names 2016-11-16 14:56:30 +01:00