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
d307f446
Commit
d307f446
authored
Apr 16, 2019
by
syasonik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete TODO comment
parent
c9253c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
app/services/metrics_dashboard_service.rb
app/services/metrics_dashboard_service.rb
+0
-2
No files found.
app/services/metrics_dashboard_service.rb
View file @
d307f446
...
@@ -27,8 +27,6 @@ class MetricsDashboardService
...
@@ -27,8 +27,6 @@ class MetricsDashboardService
"metrics_dashboard_
#{
SYSTEM_DASHBOARD_NAME
}
"
"metrics_dashboard_
#{
SYSTEM_DASHBOARD_NAME
}
"
end
end
# TODO: "Processing" the dashboard needs to include several steps such as
# inserting metric ids and alert information.
def
process_dashboard
(
dashboard
)
def
process_dashboard
(
dashboard
)
MetricsDashboardProcessingService
.
new
(
dashboard
,
@project
).
process
MetricsDashboardProcessingService
.
new
(
dashboard
,
@project
).
process
end
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