Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
a80d7c
Implement a button to rerun CI tests on a pull request. Fixes #3552
Authored and Committed by Slavek Kabrda
6 years ago
raw
patch
tree
parent
8 files changed.
367 lines added
.
34 lines removed
.
doc/configuration.rst
file modified
+16
-5
pagure/default_config.py
file modified
+7
-1
pagure/forms.py
file modified
+21
-0
pagure/lib/query.py
file modified
+4
-1
pagure/templates/repo_pull_request.html
file modified
+50
-26
pagure/ui/fork.py
file modified
+95
-1
pagure/utils.py
file modified
+24
-0
tests/test_pagure_flask_ui_fork.py
file modified
+150
-0
Implement a button to rerun CI tests on a pull request. Fixes #3552
doc/configuration.rst
file modified
+16
-5
pagure/default_config.py
file modified
+7
-1
pagure/forms.py
file modified
+21
-0
pagure/lib/query.py
file modified
+4
-1
pagure/templates/repo_pull_request.html
file modified
+50
-26
pagure/ui/fork.py
file modified
+95
-1
pagure/utils.py
file modified
+24
-0
tests/test_pagure_flask_ui_fork.py
file modified
+150
-0