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
0e32ea23
Commit
0e32ea23
authored
Apr 01, 2021
by
nmilojevic1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint errors
parent
bfe9eab3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
ee/spec/lib/gitlab/instrumentation_helper_spec.rb
ee/spec/lib/gitlab/instrumentation_helper_spec.rb
+0
-1
ee/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
ee/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
+0
-1
spec/support/shared_contexts/lib/gitlab/sidekiq_logging/structured_logger_shared_context.rb
...itlab/sidekiq_logging/structured_logger_shared_context.rb
+0
-1
No files found.
ee/spec/lib/gitlab/instrumentation_helper_spec.rb
View file @
0e32ea23
...
...
@@ -40,7 +40,6 @@ RSpec.describe Gitlab::InstrumentationHelper do
end
end
# We don't want to interact with Elasticsearch in GitLab FOSS so we test
# this in ee/ only. The code exists in FOSS and won't do anything.
context
'when Elasticsearch calls are made'
,
:elastic
do
...
...
ee/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
View file @
0e32ea23
...
...
@@ -67,7 +67,6 @@ RSpec.describe Gitlab::SidekiqLogging::StructuredLogger do
end
context
'when load balancing is enabled'
do
let
(
:expected_end_payload_with_db
)
do
expected_end_payload
.
merge
(
'db_duration_s'
=>
a_value
>=
0.1
,
...
...
spec/support/shared_contexts/lib/gitlab/sidekiq_logging/structured_logger_shared_context.rb
View file @
0e32ea23
...
...
@@ -85,4 +85,3 @@ RSpec.shared_context 'structured_logger' do
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