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
0afe7a77
Commit
0afe7a77
authored
Apr 07, 2022
by
Gosia Ksionek
Committed by
Alex Pooley
Apr 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change feature category of certain endpoints from workspace to plan
parent
531b1054
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/controllers/profiles/notifications_controller.rb
app/controllers/profiles/notifications_controller.rb
+1
-1
app/controllers/sent_notifications_controller.rb
app/controllers/sent_notifications_controller.rb
+1
-1
lib/api/notification_settings.rb
lib/api/notification_settings.rb
+1
-1
No files found.
app/controllers/profiles/notifications_controller.rb
View file @
0afe7a77
# frozen_string_literal: true
class
Profiles::NotificationsController
<
Profiles
::
ApplicationController
feature_category
:
users
feature_category
:
team_planning
def
show
@user
=
current_user
...
...
app/controllers/sent_notifications_controller.rb
View file @
0afe7a77
...
...
@@ -3,7 +3,7 @@
class
SentNotificationsController
<
ApplicationController
skip_before_action
:authenticate_user!
feature_category
:
users
feature_category
:
team_planning
def
unsubscribe
@sent_notification
=
SentNotification
.
for
(
params
[
:id
])
...
...
lib/api/notification_settings.rb
View file @
0afe7a77
...
...
@@ -5,7 +5,7 @@ module API
class
NotificationSettings
<
::
API
::
Base
before
{
authenticate!
}
feature_category
:
users
feature_category
:
team_planning
helpers
::
API
::
Helpers
::
MembersHelpers
...
...
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