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
148158a8
Commit
148158a8
authored
Apr 30, 2021
by
Arturo Herrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix not implemented error
> raise NotImplemented NameError: uninitialized constant NotImplemented
parent
39e47fd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/models/concerns/prometheus_adapter.rb
app/models/concerns/prometheus_adapter.rb
+1
-1
ee/lib/gitlab/ci/reports/security/locations/base.rb
ee/lib/gitlab/ci/reports/security/locations/base.rb
+1
-1
No files found.
app/models/concerns/prometheus_adapter.rb
View file @
148158a8
...
...
@@ -33,7 +33,7 @@ module PrometheusAdapter
# This is a light-weight check if a prometheus client is properly configured.
def
configured?
raise
NotImplemented
raise
NotImplemented
Error
end
# This is a heavy-weight check if a prometheus is properly configured and accessible from GitLab.
...
...
ee/lib/gitlab/ci/reports/security/locations/base.rb
View file @
148158a8
...
...
@@ -31,7 +31,7 @@ module Gitlab
private
def
fingerprint_data
raise
NotImplemented
raise
NotImplemented
Error
end
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