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
970ef384
Commit
970ef384
authored
Apr 06, 2022
by
Małgorzata Ksionek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move endpoints to integrations feature category
parent
c88f43cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/profiles/chat_names_controller.rb
app/controllers/profiles/chat_names_controller.rb
+1
-1
ee/app/controllers/profiles/slacks_controller.rb
ee/app/controllers/profiles/slacks_controller.rb
+1
-1
No files found.
app/controllers/profiles/chat_names_controller.rb
View file @
970ef384
...
...
@@ -4,7 +4,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController
before_action
:chat_name_token
,
only:
[
:new
]
before_action
:chat_name_params
,
only:
[
:new
,
:create
,
:deny
]
feature_category
:
user
s
feature_category
:
integration
s
def
index
@chat_names
=
current_user
.
chat_names
...
...
ee/app/controllers/profiles/slacks_controller.rb
View file @
970ef384
...
...
@@ -7,7 +7,7 @@ class Profiles::SlacksController < Profiles::ApplicationController
layout
'application'
feature_category
:
user
s
feature_category
:
integration
s
def
edit
@projects
=
disabled_projects
.
inc_routes
if
current_user
...
...
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