Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
2d4374
Merge #3672 `Port the plugins to the new runner architecture`
Merged and Committed by Pierre-YvesChibon
6 years ago
raw
patch
tree
parents
781a2154dad100f42937793b56e524cc75ad21d1
bc206356e883c2ec3b4b5469cee6c03433d36ba5
45 files changed.
807 lines added
.
1303 lines removed
.
pagure/hooks/__init__.py
file modified
+3
-2
pagure/hooks/default.py
file modified
+263
-27
pagure/hooks/fedmsg.py
file modified
+10
-1
pagure/hooks/files/default_hook.py
file removed
-294
pagure/hooks/files/default_hook.py
file added
+1
pagure/hooks/files/hookrunner
file modified
+5
-0
pagure/hooks/files/mirror.py
file removed
-63
pagure/hooks/files/mirror.py
file added
+1
pagure/hooks/files/pagure_block_unsigned.py
file removed
-76
pagure/hooks/files/pagure_block_unsigned.py
file added
+1
pagure/hooks/files/pagure_force_commit_hook.py
file removed
-94
pagure/hooks/files/pagure_force_commit_hook.py
file added
+1
pagure/hooks/files/pagure_hook.py
file removed
-239
pagure/hooks/files/pagure_hook.py
file added
+1
pagure/hooks/files/pagure_hook_requests.py
file removed
-98
pagure/hooks/files/pagure_hook_requests.py
file added
+1
pagure/hooks/files/pagure_hook_tickets.py
file removed
-79
pagure/hooks/files/pagure_hook_tickets.py
file added
+1
pagure/hooks/files/pagure_no_new_branches
file removed
-12
pagure/hooks/files/pagure_no_new_branches
file added
+1
pagure/hooks/mirror_hook.py
file modified
+30
-1
pagure/hooks/pagure_ci.py
file modified
+11
-1
pagure/hooks/pagure_force_commit.py
file modified
+42
-33
pagure/hooks/pagure_hook.py
file modified
+204
-41
pagure/hooks/pagure_no_new_branches.py
file modified
+24
-31
pagure/hooks/pagure_request_hook.py
file modified
+47
-59
pagure/hooks/pagure_ticket_hook.py
file modified
+42
-1
pagure/hooks/pagure_unsigned_commits.py
file modified
+48
-31
pagure/internal/__init__.py
file modified
+7
-15
pagure/lib/model.py
file modified
+1
-1
pagure/lib/plugins.py
file modified
+6
-1
pagure/lib/tasks_services.py
file modified
+2
-1
pagure/utils.py
file modified
+3
-2
runtests.py
file modified
+2
-0
tests/test_pagure_flask_api_pr_flag.py
file modified
+4
-4
tests/test_pagure_flask_internal.py
file modified
+43
-40
tests/test_pagure_flask_ui_fork.py
file modified
+2
-12
tests/test_pagure_flask_ui_plugins_default_hook.py
file modified
+0
-2
tests/test_pagure_flask_ui_plugins_mirror.py
file modified
+0
-3
tests/test_pagure_flask_ui_plugins_noff.py
file modified
+0
-4
tests/test_pagure_flask_ui_plugins_pagure_hook.py
file modified
+0
-9
tests/test_pagure_flask_ui_plugins_pagure_no_new_branch.py
file modified
+0
-4
tests/test_pagure_flask_ui_plugins_pagure_request_hook.py
file modified
+0
-14
tests/test_pagure_flask_ui_plugins_pagure_ticket_hook.py
file modified
+0
-4
tests/test_pagure_flask_ui_plugins_unsigned.py
file modified
+0
-4
pagure/hooks/__init__.py
file modified
+3
-2
pagure/hooks/default.py
file modified
+263
-27
pagure/hooks/fedmsg.py
file modified
+10
-1
pagure/hooks/files/default_hook.py
file removed
-294
pagure/hooks/files/default_hook.py
file added
+1
pagure/hooks/files/hookrunner
file modified
+5
-0
pagure/hooks/files/mirror.py
file removed
-63
pagure/hooks/files/mirror.py
file added
+1
pagure/hooks/files/pagure_block_unsigned.py
file removed
-76
pagure/hooks/files/pagure_block_unsigned.py
file added
+1
pagure/hooks/files/pagure_force_commit_hook.py
file removed
-94
pagure/hooks/files/pagure_force_commit_hook.py
file added
+1
pagure/hooks/files/pagure_hook.py
file removed
-239
pagure/hooks/files/pagure_hook.py
file added
+1
pagure/hooks/files/pagure_hook_requests.py
file removed
-98
pagure/hooks/files/pagure_hook_requests.py
file added
+1
pagure/hooks/files/pagure_hook_tickets.py
file removed
-79
pagure/hooks/files/pagure_hook_tickets.py
file added
+1
pagure/hooks/files/pagure_no_new_branches
file removed
-12
pagure/hooks/files/pagure_no_new_branches
file added
+1
pagure/hooks/mirror_hook.py
file modified
+30
-1
pagure/hooks/pagure_ci.py
file modified
+11
-1
pagure/hooks/pagure_force_commit.py
file modified
+42
-33
pagure/hooks/pagure_hook.py
file modified
+204
-41
pagure/hooks/pagure_no_new_branches.py
file modified
+24
-31
pagure/hooks/pagure_request_hook.py
file modified
+47
-59
pagure/hooks/pagure_ticket_hook.py
file modified
+42
-1
pagure/hooks/pagure_unsigned_commits.py
file modified
+48
-31
pagure/internal/__init__.py
file modified
+7
-15
pagure/lib/model.py
file modified
+1
-1
pagure/lib/plugins.py
file modified
+6
-1
pagure/lib/tasks_services.py
file modified
+2
-1
pagure/utils.py
file modified
+3
-2
runtests.py
file modified
+2
-0
tests/test_pagure_flask_api_pr_flag.py
file modified
+4
-4
tests/test_pagure_flask_internal.py
file modified
+43
-40
tests/test_pagure_flask_ui_fork.py
file modified
+2
-12
tests/test_pagure_flask_ui_plugins_default_hook.py
file modified
+0
-2
tests/test_pagure_flask_ui_plugins_mirror.py
file modified
+0
-3
tests/test_pagure_flask_ui_plugins_noff.py
file modified
+0
-4
tests/test_pagure_flask_ui_plugins_pagure_hook.py
file modified
+0
-9
tests/test_pagure_flask_ui_plugins_pagure_no_new_branch.py
file modified
+0
-4
tests/test_pagure_flask_ui_plugins_pagure_request_hook.py
file modified
+0
-14
tests/test_pagure_flask_ui_plugins_pagure_ticket_hook.py
file modified
+0
-4
tests/test_pagure_flask_ui_plugins_unsigned.py
file modified
+0
-4