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 (Collapse)Author
2019-08-30Allow be_url to specify the typeAlex Kalderimis
This allows the be_url matcher to be more specific. By default, it only matches HTTP and HTTPS URIs.
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2018-02-23Expose ChatName objects to slash commandsYorick Peterse
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.
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-29Make ChatNames::FindUserService stable by not checking a precise timeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-18More coverage on service levelZ.J. van de Weg
2016-11-17Fix code review style issuesKamil Trzcinski
2016-11-17Improve code design after code reviewKamil Trzcinski
2016-11-16Add most of specs for chat namesKamil Trzcinski