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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
b05e6efd
Commit
b05e6efd
authored
Aug 01, 2017
by
http://jneen.net/
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add builder helpers with levels and start to separate out #filter!
parent
cdc4b4d7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
118 additions
and
54 deletions
+118
-54
app/services/notification_recipient_service.rb
app/services/notification_recipient_service.rb
+113
-54
spec/services/notification_service_spec.rb
spec/services/notification_service_spec.rb
+5
-0
No files found.
app/services/notification_recipient_service.rb
View file @
b05e6efd
This diff is collapsed.
Click to expand it.
spec/services/notification_service_spec.rb
View file @
b05e6efd
...
...
@@ -309,6 +309,11 @@ describe NotificationService do
before
do
build_team
(
note
.
project
)
# make sure these users can read the project snippet!
project
.
add_guest
(
@u_guest_watcher
)
project
.
add_guest
(
@u_guest_custom
)
note
.
project
.
add_master
(
note
.
author
)
reset_delivered_emails!
end
...
...
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