Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
fe5017
Rename progit to pagure
Authored and Committed by Pierre-Yves Chibon
9 years ago
raw
patch
tree
parent
134 files changed.
1349 lines added
.
1353 lines removed
.
MANIFEST.in
file modified
+1
-1
README.rst
file modified
+19
-19
createdb.py
file modified
+2
-2
files/progit.cfg.sample
file modified
+5
-5
files/progit.conf
file modified
+4
-4
files/progit.spec
file modified
+19
-20
files/progit.wsgi
file modified
+4
-4
pagure/__init__.py
progit/__init__.py
file renamed
+31
-31
pagure/api/__init__.py
progit/api/__init__.py
file renamed
+7
-7
pagure/default_config.py
progit/default_config.py
file renamed
+9
-9
pagure/doc_utils.py
progit/doc_utils.py
file renamed
+0
-0
pagure/exceptions.py
progit/exceptions.py
file renamed
+4
-4
pagure/flask_fas_openid.py
progit/flask_fas_openid.py
file renamed
+0
-0
pagure/forms.py
progit/forms.py
file renamed
+0
-0
pagure/hooks/__init__.py
progit/hooks/__init__.py
file renamed
+4
-4
pagure/hooks/files/git_multimail.py
progit/hooks/files/git_multimail.py
file renamed
+0
-0
pagure/hooks/files/pagure_hook.py
progit/hooks/files/progit_hook.py
file renamed
+37
-37
pagure/hooks/files/pagure_hook_requests.py
progit/hooks/files/progit_hook_requests.py
file renamed
+16
-16
pagure/hooks/files/pagure_hook_tickets.py
progit/hooks/files/progit_hook_tickets.py
file renamed
+11
-11
pagure/hooks/files/post-receive
progit/hooks/files/post-receive
file renamed
+0
-0
pagure/hooks/irc.py
progit/hooks/irc.py
file renamed
+5
-5
pagure/hooks/mail.py
progit/hooks/mail.py
file renamed
+5
-5
pagure/hooks/pagure_hook.py
progit/hooks/progit_hook.py
file renamed
+22
-22
pagure/hooks/pagure_request_hook.py
progit/hooks/progit_request_hook.py
file renamed
+22
-22
pagure/hooks/pagure_ticket_hook.py
progit/hooks/progit_ticket_hook.py
file renamed
+22
-22
pagure/lib/__init__.py
progit/lib/__init__.py
file renamed
+55
-55
pagure/lib/git.py
progit/lib/git.py
file renamed
+30
-30
pagure/lib/link.py
progit/lib/link.py
file renamed
+3
-3
pagure/lib/login.py
progit/lib/login.py
file renamed
+14
-14
pagure/lib/model.py
progit/lib/model.py
file renamed
+16
-16
pagure/lib/notify.py
progit/lib/notify.py
file renamed
+12
-12
pagure/login_forms.py
progit/login_forms.py
file renamed
+1
-1
pagure/mail_logging.py
progit/mail_logging.py
file renamed
+1
-1
pagure/static/delete.png
progit/static/delete.png
file renamed
+0
-0
pagure/static/header-bg.png
progit/static/header-bg.png
file renamed
+0
-0
pagure/static/images/edit.png
progit/static/images/edit.png
file renamed
+0
-0
pagure/static/images/file.png
progit/static/images/file.png
file renamed
+0
-0
pagure/static/images/folder.png
progit/static/images/folder.png
file renamed
+0
-0
pagure/static/images/fork_button.png
progit/static/images/fork_button.png
file renamed
+0
-0
pagure/static/images/fork_button_hover.png
progit/static/images/fork_button_hover.png
file renamed
+0
-0
pagure/static/images/forked.png
progit/static/images/forked.png
file renamed
+0
-0
pagure/static/images/git.png
progit/static/images/git.png
file renamed
+0
-0
pagure/static/images/profile_button.png
progit/static/images/profile_button.png
file renamed
+0
-0
pagure/static/images/profile_button_hover.png
progit/static/images/profile_button_hover.png
file renamed
+0
-0
pagure/static/images/settings_button.png
progit/static/images/settings_button.png
file renamed
+0
-0
pagure/static/images/settings_button_hover.png
progit/static/images/settings_button_hover.png
file renamed
+0
-0
pagure/static/images/ui-bg_flat_0_aaaaaa_40x100.png
progit/static/images/ui-bg_flat_0_aaaaaa_40x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_flat_0_eeeeee_40x100.png
progit/static/images/ui-bg_flat_0_eeeeee_40x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_flat_55_ffffff_40x100.png
progit/static/images/ui-bg_flat_55_ffffff_40x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_flat_75_ffffff_40x100.png
progit/static/images/ui-bg_flat_75_ffffff_40x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_glass_65_ffffff_1x400.png
progit/static/images/ui-bg_glass_65_ffffff_1x400.png
file renamed
+0
-0
pagure/static/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
progit/static/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_highlight-soft_25_3c6eb4_1x100.png
progit/static/images/ui-bg_highlight-soft_25_3c6eb4_1x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_highlight-soft_50_dddddd_1x100.png
progit/static/images/ui-bg_highlight-soft_50_dddddd_1x100.png
file renamed
+0
-0
pagure/static/images/ui-bg_highlight-soft_75_dddddd_1x100.png
progit/static/images/ui-bg_highlight-soft_75_dddddd_1x100.png
file renamed
+0
-0
pagure/static/images/ui-icons_3c6eb4_256x240.png
progit/static/images/ui-icons_3c6eb4_256x240.png
file renamed
+0
-0
pagure/static/images/ui-icons_454545_256x240.png
progit/static/images/ui-icons_454545_256x240.png
file renamed
+0
-0
pagure/static/images/ui-icons_666666_256x240.png
progit/static/images/ui-icons_666666_256x240.png
file renamed
+0
-0
pagure/static/images/ui-icons_db3279_256x240.png
progit/static/images/ui-icons_db3279_256x240.png
file renamed
+0
-0
pagure/static/images/ui-icons_ffffff_256x240.png
progit/static/images/ui-icons_ffffff_256x240.png
file renamed
+0
-0
pagure/static/jquery-1.10.2.js
progit/static/jquery-1.10.2.js
file renamed
+0
-0
pagure/static/jquery-ui-1.11.2.custom.css
progit/static/jquery-ui-1.11.2.custom.css
file renamed
+0
-0
pagure/static/jquery-ui-1.11.2.custom.min.js
progit/static/jquery-ui-1.11.2.custom.min.js
file renamed
+0
-0
pagure/static/koji.css
progit/static/koji.css
file renamed
+0
-0
pagure/static/pagure-logo.png
progit/static/progit-logo.png
file renamed
+0
-0
pagure/static/pagure.css
progit/static/progit.css
file renamed
+0
-0
pagure/static/pink_arrow.png
progit/static/pink_arrow.png
file renamed
+0
-0
pagure/static/placebo.png
progit/static/placebo.png
file renamed
+0
-0
pagure/static/toggle.css
progit/static/toggle.css
file renamed
+0
-0
pagure/static/upload.js
progit/static/upload.js
file renamed
+1
-1
pagure/static/users.png
progit/static/users.png
file renamed
+0
-0
pagure/templates/_formhelper.html
progit/templates/_formhelper.html
file renamed
+0
-0
pagure/templates/add_user.html
progit/templates/add_user.html
file renamed
+0
-0
pagure/templates/admin_index.html
progit/templates/admin_index.html
file renamed
+1
-1
pagure/templates/commit.html
progit/templates/commit.html
file renamed
+0
-0
pagure/templates/docs.html
progit/templates/docs.html
file renamed
+0
-0
pagure/templates/edit_tag.html
progit/templates/edit_tag.html
file renamed
+0
-0
pagure/templates/fatal_error.html
progit/templates/fatal_error.html
file renamed
+0
-0
pagure/templates/file.html
progit/templates/file.html
file renamed
+0
-0
pagure/templates/forks.html
progit/templates/forks.html
file renamed
+0
-0
pagure/templates/index.html
progit/templates/index.html
file renamed
+0
-0
pagure/templates/issue.html
progit/templates/issue.html
file renamed
+0
-0
pagure/templates/issues.html
progit/templates/issues.html
file renamed
+0
-0
pagure/templates/login/admin_groups.html
progit/templates/login/admin_groups.html
file renamed
+1
-1
pagure/templates/login/admin_users.html
progit/templates/login/admin_users.html
file renamed
+1
-1
pagure/templates/login/login.html
progit/templates/login/login.html
file renamed
+0
-0
pagure/templates/login/password_change.html
progit/templates/login/password_change.html
file renamed
+0
-0
pagure/templates/login/password_reset.html
progit/templates/login/password_reset.html
file renamed
+0
-0
pagure/templates/login/user_new.html
progit/templates/login/user_new.html
file renamed
+0
-0
pagure/templates/master.html
progit/templates/master.html
file renamed
+5
-5
pagure/templates/new_issue.html
progit/templates/new_issue.html
file renamed
+0
-0
pagure/templates/new_project.html
progit/templates/new_project.html
file renamed
+0
-0
pagure/templates/not_found.html
progit/templates/not_found.html
file renamed
+0
-0
pagure/templates/plugin.html
progit/templates/plugin.html
file renamed
+0
-0
pagure/templates/pull_request.html
progit/templates/pull_request.html
file renamed
+0
-0
pagure/templates/pull_request_comment.html
progit/templates/pull_request_comment.html
file renamed
+0
-0
pagure/templates/render_repo.html
progit/templates/render_repo.html
file renamed
+0
-0
pagure/templates/repo_info.html
progit/templates/repo_info.html
file renamed
+0
-0
pagure/templates/repo_master.html
progit/templates/repo_master.html
file renamed
+0
-0
pagure/templates/requests.html
progit/templates/requests.html
file renamed
+0
-0
pagure/templates/settings.html
progit/templates/settings.html
file renamed
+0
-0
pagure/templates/unauthorized.html
progit/templates/unauthorized.html
file renamed
+0
-0
pagure/templates/user_info.html
progit/templates/user_info.html
file renamed
+0
-0
pagure/templates/user_list.html
progit/templates/user_list.html
file renamed
+0
-0
pagure/templates/user_settings.html
progit/templates/user_settings.html
file renamed
+0
-0
pagure/ui/__init__.py
progit/ui/__init__.py
file renamed
+0
-0
pagure/ui/admin.py
progit/ui/admin.py
file renamed
+6
-6
pagure/ui/app.py
progit/ui/app.py
file renamed
+25
-25
pagure/ui/docs.py
progit/ui/docs.py
file renamed
+9
-9
pagure/ui/filters.py
progit/ui/filters.py
file renamed
+5
-5
pagure/ui/fork.py
progit/ui/fork.py
file renamed
+41
-41
pagure/ui/issues.py
progit/ui/issues.py
file renamed
+47
-47
pagure/ui/login.py
progit/ui/login.py
file renamed
+38
-38
pagure/ui/plugins.py
progit/ui/plugins.py
file renamed
+10
-10
pagure/ui/repo.py
progit/ui/repo.py
file renamed
+44
-44
runserver.py
file modified
+1
-1
runtests.sh
file modified
+1
-1
setup.py
file modified
+5
-5
tests/__init__.py
file modified
+20
-21
tests/test_progit_flask_api.py
file modified
+13
-13
tests/test_progit_flask_ui_admin.py
file modified
+27
-27
tests/test_progit_flask_ui_app.py
file modified
+26
-26
tests/test_progit_flask_ui_docs.py
file modified
+18
-18
tests/test_progit_flask_ui_issues.py
file modified
+80
-80
tests/test_progit_flask_ui_plugins.py
file modified
+18
-18
tests/test_progit_flask_ui_plugins_irc.py
file modified
+16
-16
tests/test_progit_flask_ui_plugins_mail.py
file modified
+16
-16
tests/test_progit_flask_ui_plugins_progit_hook.py
file modified
+30
-30
tests/test_progit_flask_ui_plugins_progit_ticket_hook.py
file modified
+32
-32
tests/test_progit_flask_ui_repo.py
file modified
+62
-64
tests/test_progit_lib.py
file modified
+273
-273
tests/test_progit_lib_git.py
file modified
+39
-39
tests/test_progit_lib_link.py
file modified
+34
-34
tests/test_progit_lib_model.py
file modified
+23
-23
Rename progit to pagure Fixes http://209.132.184.222/progit/issue/47
MANIFEST.in
file modified
+1
-1
README.rst
file modified
+19
-19
createdb.py
file modified
+2
-2
files/progit.cfg.sample
file modified
+5
-5
files/progit.conf
file modified
+4
-4
files/progit.spec
file modified
+19
-20
files/progit.wsgi
file modified
+4
-4
pagure/__init__.py
progit/__init__.py
file renamed
+31
-31
pagure/api/__init__.py
progit/api/__init__.py
file renamed
+7
-7
pagure/default_config.py
progit/default_config.py
file renamed
+9
-9
pagure/doc_utils.py
progit/doc_utils.py
file renamed
file was renamed with no change to the file
pagure/exceptions.py
progit/exceptions.py
file renamed
+4
-4
pagure/flask_fas_openid.py
progit/flask_fas_openid.py
file renamed
file was renamed with no change to the file
pagure/forms.py
progit/forms.py
file renamed
file was renamed with no change to the file
pagure/hooks/__init__.py
progit/hooks/__init__.py
file renamed
+4
-4
pagure/hooks/files/git_multimail.py
progit/hooks/files/git_multimail.py
file renamed
file was renamed with no change to the file
pagure/hooks/files/pagure_hook.py
progit/hooks/files/progit_hook.py
file renamed
+37
-37
pagure/hooks/files/pagure_hook_requests.py
progit/hooks/files/progit_hook_requests.py
file renamed
+16
-16
pagure/hooks/files/pagure_hook_tickets.py
progit/hooks/files/progit_hook_tickets.py
file renamed
+11
-11
pagure/hooks/files/post-receive
progit/hooks/files/post-receive
file renamed
file was renamed with no change to the file
pagure/hooks/irc.py
progit/hooks/irc.py
file renamed
+5
-5
pagure/hooks/mail.py
progit/hooks/mail.py
file renamed
+5
-5
pagure/hooks/pagure_hook.py
progit/hooks/progit_hook.py
file renamed
+22
-22
pagure/hooks/pagure_request_hook.py
progit/hooks/progit_request_hook.py
file renamed
+22
-22
pagure/hooks/pagure_ticket_hook.py
progit/hooks/progit_ticket_hook.py
file renamed
+22
-22
pagure/lib/__init__.py
progit/lib/__init__.py
file renamed
+55
-55
pagure/lib/git.py
progit/lib/git.py
file renamed
+30
-30
pagure/lib/link.py
progit/lib/link.py
file renamed
+3
-3
pagure/lib/login.py
progit/lib/login.py
file renamed
+14
-14
pagure/lib/model.py
progit/lib/model.py
file renamed
+16
-16
pagure/lib/notify.py
progit/lib/notify.py
file renamed
+12
-12
pagure/login_forms.py
progit/login_forms.py
file renamed
+1
-1
pagure/mail_logging.py
progit/mail_logging.py
file renamed
+1
-1
pagure/static/delete.png
progit/static/delete.png
file renamed
file was renamed with no change to the file
pagure/static/header-bg.png
progit/static/header-bg.png
file renamed
file was renamed with no change to the file
pagure/static/images/edit.png
progit/static/images/edit.png
file renamed
file was renamed with no change to the file
pagure/static/images/file.png
progit/static/images/file.png
file renamed
file was renamed with no change to the file
pagure/static/images/folder.png
progit/static/images/folder.png
file renamed
file was renamed with no change to the file
pagure/static/images/fork_button.png
progit/static/images/fork_button.png
file renamed
file was renamed with no change to the file
pagure/static/images/fork_button_hover.png
progit/static/images/fork_button_hover.png
file renamed
file was renamed with no change to the file
pagure/static/images/forked.png
progit/static/images/forked.png
file renamed
file was renamed with no change to the file
pagure/static/images/git.png
progit/static/images/git.png
file renamed
file was renamed with no change to the file
pagure/static/images/profile_button.png
progit/static/images/profile_button.png
file renamed
file was renamed with no change to the file
pagure/static/images/profile_button_hover.png
progit/static/images/profile_button_hover.png
file renamed
file was renamed with no change to the file
pagure/static/images/settings_button.png
progit/static/images/settings_button.png
file renamed
file was renamed with no change to the file
pagure/static/images/settings_button_hover.png
progit/static/images/settings_button_hover.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_flat_0_aaaaaa_40x100.png
progit/static/images/ui-bg_flat_0_aaaaaa_40x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_flat_0_eeeeee_40x100.png
progit/static/images/ui-bg_flat_0_eeeeee_40x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_flat_55_ffffff_40x100.png
progit/static/images/ui-bg_flat_55_ffffff_40x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_flat_75_ffffff_40x100.png
progit/static/images/ui-bg_flat_75_ffffff_40x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_glass_65_ffffff_1x400.png
progit/static/images/ui-bg_glass_65_ffffff_1x400.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
progit/static/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_highlight-soft_25_3c6eb4_1x100.png
progit/static/images/ui-bg_highlight-soft_25_3c6eb4_1x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_highlight-soft_50_dddddd_1x100.png
progit/static/images/ui-bg_highlight-soft_50_dddddd_1x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-bg_highlight-soft_75_dddddd_1x100.png
progit/static/images/ui-bg_highlight-soft_75_dddddd_1x100.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-icons_3c6eb4_256x240.png
progit/static/images/ui-icons_3c6eb4_256x240.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-icons_454545_256x240.png
progit/static/images/ui-icons_454545_256x240.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-icons_666666_256x240.png
progit/static/images/ui-icons_666666_256x240.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-icons_db3279_256x240.png
progit/static/images/ui-icons_db3279_256x240.png
file renamed
file was renamed with no change to the file
pagure/static/images/ui-icons_ffffff_256x240.png
progit/static/images/ui-icons_ffffff_256x240.png
file renamed
file was renamed with no change to the file
pagure/static/jquery-1.10.2.js
progit/static/jquery-1.10.2.js
file renamed
file was renamed with no change to the file
pagure/static/jquery-ui-1.11.2.custom.css
progit/static/jquery-ui-1.11.2.custom.css
file renamed
file was renamed with no change to the file
pagure/static/jquery-ui-1.11.2.custom.min.js
progit/static/jquery-ui-1.11.2.custom.min.js
file renamed
file was renamed with no change to the file
pagure/static/koji.css
progit/static/koji.css
file renamed
file was renamed with no change to the file
pagure/static/pagure-logo.png
progit/static/progit-logo.png
file renamed
file was renamed with no change to the file
pagure/static/pagure.css
progit/static/progit.css
file renamed
file was renamed with no change to the file
pagure/static/pink_arrow.png
progit/static/pink_arrow.png
file renamed
file was renamed with no change to the file
pagure/static/placebo.png
progit/static/placebo.png
file renamed
file was renamed with no change to the file
pagure/static/toggle.css
progit/static/toggle.css
file renamed
file was renamed with no change to the file
pagure/static/upload.js
progit/static/upload.js
file renamed
+1
-1
pagure/static/users.png
progit/static/users.png
file renamed
file was renamed with no change to the file
pagure/templates/_formhelper.html
progit/templates/_formhelper.html
file renamed
file was renamed with no change to the file
pagure/templates/add_user.html
progit/templates/add_user.html
file renamed
file was renamed with no change to the file
pagure/templates/admin_index.html
progit/templates/admin_index.html
file renamed
+1
-1
pagure/templates/commit.html
progit/templates/commit.html
file renamed
file was renamed with no change to the file
pagure/templates/docs.html
progit/templates/docs.html
file renamed
file was renamed with no change to the file
pagure/templates/edit_tag.html
progit/templates/edit_tag.html
file renamed
file was renamed with no change to the file
pagure/templates/fatal_error.html
progit/templates/fatal_error.html
file renamed
file was renamed with no change to the file
pagure/templates/file.html
progit/templates/file.html
file renamed
file was renamed with no change to the file
pagure/templates/forks.html
progit/templates/forks.html
file renamed
file was renamed with no change to the file
pagure/templates/index.html
progit/templates/index.html
file renamed
file was renamed with no change to the file
pagure/templates/issue.html
progit/templates/issue.html
file renamed
file was renamed with no change to the file
pagure/templates/issues.html
progit/templates/issues.html
file renamed
file was renamed with no change to the file
pagure/templates/login/admin_groups.html
progit/templates/login/admin_groups.html
file renamed
+1
-1
pagure/templates/login/admin_users.html
progit/templates/login/admin_users.html
file renamed
+1
-1
pagure/templates/login/login.html
progit/templates/login/login.html
file renamed
file was renamed with no change to the file
pagure/templates/login/password_change.html
progit/templates/login/password_change.html
file renamed
file was renamed with no change to the file
pagure/templates/login/password_reset.html
progit/templates/login/password_reset.html
file renamed
file was renamed with no change to the file
pagure/templates/login/user_new.html
progit/templates/login/user_new.html
file renamed
file was renamed with no change to the file
pagure/templates/master.html
progit/templates/master.html
file renamed
+5
-5
pagure/templates/new_issue.html
progit/templates/new_issue.html
file renamed
file was renamed with no change to the file
pagure/templates/new_project.html
progit/templates/new_project.html
file renamed
file was renamed with no change to the file
pagure/templates/not_found.html
progit/templates/not_found.html
file renamed
file was renamed with no change to the file
pagure/templates/plugin.html
progit/templates/plugin.html
file renamed
file was renamed with no change to the file
pagure/templates/pull_request.html
progit/templates/pull_request.html
file renamed
file was renamed with no change to the file
pagure/templates/pull_request_comment.html
progit/templates/pull_request_comment.html
file renamed
file was renamed with no change to the file
pagure/templates/render_repo.html
progit/templates/render_repo.html
file renamed
file was renamed with no change to the file
pagure/templates/repo_info.html
progit/templates/repo_info.html
file renamed
file was renamed with no change to the file
pagure/templates/repo_master.html
progit/templates/repo_master.html
file renamed
file was renamed with no change to the file
pagure/templates/requests.html
progit/templates/requests.html
file renamed
file was renamed with no change to the file
pagure/templates/settings.html
progit/templates/settings.html
file renamed
file was renamed with no change to the file
pagure/templates/unauthorized.html
progit/templates/unauthorized.html
file renamed
file was renamed with no change to the file
pagure/templates/user_info.html
progit/templates/user_info.html
file renamed
file was renamed with no change to the file
pagure/templates/user_list.html
progit/templates/user_list.html
file renamed
file was renamed with no change to the file
pagure/templates/user_settings.html
progit/templates/user_settings.html
file renamed
file was renamed with no change to the file
pagure/ui/__init__.py
progit/ui/__init__.py
file renamed
file was renamed with no change to the file
pagure/ui/admin.py
progit/ui/admin.py
file renamed
+6
-6
pagure/ui/app.py
progit/ui/app.py
file renamed
+25
-25
pagure/ui/docs.py
progit/ui/docs.py
file renamed
+9
-9
pagure/ui/filters.py
progit/ui/filters.py
file renamed
+5
-5
pagure/ui/fork.py
progit/ui/fork.py
file renamed
+41
-41
pagure/ui/issues.py
progit/ui/issues.py
file renamed
+47
-47
pagure/ui/login.py
progit/ui/login.py
file renamed
+38
-38
pagure/ui/plugins.py
progit/ui/plugins.py
file renamed
+10
-10
pagure/ui/repo.py
progit/ui/repo.py
file renamed
+44
-44
runserver.py
file modified
+1
-1
runtests.sh
file modified
+1
-1
setup.py
file modified
+5
-5
tests/__init__.py
file modified
+20
-21
tests/test_progit_flask_api.py
file modified
+13
-13
tests/test_progit_flask_ui_admin.py
file modified
+27
-27
tests/test_progit_flask_ui_app.py
file modified
+26
-26
tests/test_progit_flask_ui_docs.py
file modified
+18
-18
tests/test_progit_flask_ui_issues.py
file modified
+80
-80
tests/test_progit_flask_ui_plugins.py
file modified
+18
-18
tests/test_progit_flask_ui_plugins_irc.py
file modified
+16
-16
tests/test_progit_flask_ui_plugins_mail.py
file modified
+16
-16
tests/test_progit_flask_ui_plugins_progit_hook.py
file modified
+30
-30
tests/test_progit_flask_ui_plugins_progit_ticket_hook.py
file modified
+32
-32
tests/test_progit_flask_ui_repo.py
file modified
+62
-64
tests/test_progit_lib.py
file modified
+273
-273
tests/test_progit_lib_git.py
file modified
+39
-39
tests/test_progit_lib_link.py
file modified
+34
-34
tests/test_progit_lib_model.py
file modified
+23
-23