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
0b2c94b7
Commit
0b2c94b7
authored
Sep 25, 2020
by
Arturo Herrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove loggable_arguments override
We can remove loggable_arguments given that the arguments are numeric.
parent
42295125
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
app/workers/propagate_integration_group_worker.rb
app/workers/propagate_integration_group_worker.rb
+0
-1
app/workers/propagate_integration_inherit_worker.rb
app/workers/propagate_integration_inherit_worker.rb
+0
-1
app/workers/propagate_integration_project_worker.rb
app/workers/propagate_integration_project_worker.rb
+0
-1
No files found.
app/workers/propagate_integration_group_worker.rb
View file @
0b2c94b7
...
...
@@ -5,7 +5,6 @@ class PropagateIntegrationGroupWorker
feature_category
:integrations
idempotent!
loggable_arguments
1
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
integration_id
,
min_id
,
max_id
)
...
...
app/workers/propagate_integration_inherit_worker.rb
View file @
0b2c94b7
...
...
@@ -5,7 +5,6 @@ class PropagateIntegrationInheritWorker
feature_category
:integrations
idempotent!
loggable_arguments
1
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
integration_id
,
min_id
,
max_id
)
...
...
app/workers/propagate_integration_project_worker.rb
View file @
0b2c94b7
...
...
@@ -5,7 +5,6 @@ class PropagateIntegrationProjectWorker
feature_category
:integrations
idempotent!
loggable_arguments
1
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
integration_id
,
min_id
,
max_id
)
...
...
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