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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
79d91120
Commit
79d91120
authored
Feb 26, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add plugin queue to all_queues.yml
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
98831a48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-0
spec/workers/plugin_worker_spec.rb
spec/workers/plugin_worker_spec.rb
+1
-1
No files found.
app/workers/all_queues.yml
View file @
79d91120
...
...
@@ -84,6 +84,7 @@
-
new_note
-
pages
-
pages_domain_verification
-
plugin
-
post_receive
-
process_commit
-
project_cache
...
...
spec/workers/plugin_worker_spec.rb
View file @
79d91120
...
...
@@ -21,7 +21,7 @@ describe PluginWorker do
allow
(
Gitlab
::
Plugin
).
to
receive
(
:execute
).
with
(
filename
,
data
).
and_raise
(
'Permission denied'
)
expect
{
subject
.
perform
(
filename
,
data
)
}.
to_not
raise_error
expect
{
subject
.
perform
(
filename
,
data
)
}.
not_to
raise_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