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
iv
gitlab-ce
Commits
1a482bfb
Commit
1a482bfb
authored
8 years ago
by
Jacob Schatz
Committed by
Phil Hughes
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes name from file
Changes `:not_found` to `nil`
parent
e33e0de2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app/assets/javascripts/lib/notify.js.coffee
app/assets/javascripts/lib/notify.js.coffee
+0
-2
app/controllers/projects/merge_requests_controller.rb
app/controllers/projects/merge_requests_controller.rb
+2
-2
No files found.
app/assets/javascripts/lib/notify.js.coffee
View file @
1a482bfb
# Written by GitLab @gitlab
((
w
)
->
((
w
)
->
notifyMe
=
(
message
,
body
,
icon
)
->
notifyMe
=
(
message
,
body
,
icon
)
->
notification
=
undefined
notification
=
undefined
...
...
This diff is collapsed.
Click to expand it.
app/controllers/projects/merge_requests_controller.rb
View file @
1a482bfb
...
@@ -233,8 +233,8 @@ class Projects::MergeRequestsController < Projects::ApplicationController
...
@@ -233,8 +233,8 @@ class Projects::MergeRequestsController < Projects::ApplicationController
end
end
response
=
{
response
=
{
status:
status
||
:not_found
,
status:
status
||
nil
,
coverage:
coverage
||
:not_found
coverage:
coverage
||
nil
}
}
render
json:
response
,
status:
200
render
json:
response
,
status:
200
...
...
This diff is collapsed.
Click to expand it.
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