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
325478d1
Commit
325478d1
authored
Sep 04, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c0b583b2
ab2d5fdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
config/routes.rb
config/routes.rb
+1
-1
spec/models/merge_request/metrics_spec.rb
spec/models/merge_request/metrics_spec.rb
+0
-2
No files found.
config/routes.rb
View file @
325478d1
...
...
@@ -67,7 +67,7 @@ Rails.application.routes.draw do
get
'health_check(/:checks)'
=>
'health_check#index'
,
as: :health_check
scope
path:
'-'
do
# '/-/health' implemented by BasicHealth
M
iddleware
# '/-/health' implemented by BasicHealth
Check m
iddleware
get
'liveness'
=>
'health#liveness'
get
'readiness'
=>
'health#readiness'
resources
:metrics
,
only:
[
:index
]
...
...
spec/models/merge_request/metrics_spec.rb
View file @
325478d1
...
...
@@ -3,8 +3,6 @@
require
'spec_helper'
describe
MergeRequest
::
Metrics
do
subject
{
described_class
.
new
}
describe
'associations'
do
it
{
is_expected
.
to
belong_to
(
:merge_request
)
}
it
{
is_expected
.
to
belong_to
(
:latest_closed_by
).
class_name
(
'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