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
8f83445a
Commit
8f83445a
authored
Nov 30, 2018
by
C.J. Jameson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorder notification settings by noisy-ness
fixes !54609
parent
953018e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/models/notification_setting.rb
app/models/notification_setting.rb
+1
-1
changelogs/unreleased/order-of-notification-settings.yml
changelogs/unreleased/order-of-notification-settings.yml
+5
-0
No files found.
app/models/notification_setting.rb
View file @
8f83445a
...
...
@@ -5,7 +5,7 @@ class NotificationSetting < ActiveRecord::Base
ignore_column
:events
enum
level:
{
global:
3
,
watch:
2
,
mention:
4
,
participating:
1
,
disabled:
0
,
custom:
5
}
enum
level:
{
global:
3
,
watch:
2
,
participating:
1
,
mention:
4
,
disabled:
0
,
custom:
5
}
default_value_for
:level
,
NotificationSetting
.
levels
[
:global
]
...
...
changelogs/unreleased/order-of-notification-settings.yml
0 → 100644
View file @
8f83445a
---
title
:
reorder notification settings by noisy-ness
merge_request
:
author
:
C.J. Jameson
type
:
changed
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