summaryrefslogtreecommitdiff
path: root/app/services/chat_names
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
|
* Allow be_url to specify the typeAlex Kalderimis2019-08-301-5/+5
| | | | | This allows the be_url matcher to be more specific. By default, it only matches HTTP and HTTPS URIs.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-162-0/+4
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-231-2/+2
| | | | | | | 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.
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
|
* Change last_used_at to use touchchat-name-authorizeKamil Trzcinski2016-11-171-1/+1
|
* Improve code design after code reviewKamil Trzcinski2016-11-161-1/+1
|
* Add most of specs for chat namesKamil Trzcinski2016-11-162-5/+22
|
* Create relation between chat user and GitLab user and allow to authorize ↵Kamil Trzcinski2016-11-162-0/+47
them [ci skip]