Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c28b1c3e
Commit
c28b1c3e
authored
Apr 03, 2019
by
James Fargher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove slack slash commands `run` double up
parent
9b58a431
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
26 deletions
+5
-26
ee/changelogs/unreleased/slash_commands_double_run.yml
ee/changelogs/unreleased/slash_commands_double_run.yml
+5
-0
ee/lib/ee/gitlab/slash_commands/command.rb
ee/lib/ee/gitlab/slash_commands/command.rb
+0
-24
lib/gitlab/slash_commands/command.rb
lib/gitlab/slash_commands/command.rb
+0
-2
No files found.
ee/changelogs/unreleased/slash_commands_double_run.yml
0 → 100644
View file @
c28b1c3e
---
title
:
Remove slack slash commands double up
merge_request
:
10555
author
:
type
:
fixed
ee/lib/ee/gitlab/slash_commands/command.rb
deleted
100644 → 0
View file @
9b58a431
# frozen_string_literal: true
module
EE
module
Gitlab
module
SlashCommands
module
Command
extend
ActiveSupport
::
Concern
class_methods
do
extend
::
Gitlab
::
Utils
::
Override
override
:commands
def
commands
super
.
concat
(
[
::
Gitlab
::
SlashCommands
::
Run
]
)
end
end
end
end
end
end
lib/gitlab/slash_commands/command.rb
View file @
c28b1c3e
...
...
@@ -3,8 +3,6 @@
module
Gitlab
module
SlashCommands
class
Command
<
BaseCommand
prepend
EE
::
Gitlab
::
SlashCommands
::
Command
# rubocop: disable Cop/InjectEnterpriseEditionModule
def
self
.
commands
[
Gitlab
::
SlashCommands
::
IssueShow
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment