shocky / copr / copr

Forked from copr/copr 4 years ago
Clone

5be287b move frontend into separate package

Authored and Committed by msuchy 10 years ago
103 files changed. 982 lines added. 105 lines removed.
copr.spec
file modified
+0 -105
frontend/LICENSE
file added
+339
frontend/copr-frontend.spec
file added
+599
frontend/coprs_frontend/CONTRIBUTION_GUIDELINEScoprs_frontend/CONTRIBUTION_GUIDELINES
file renamed
+0 -0
frontend/coprs_frontend/alembic.inicoprs_frontend/alembic.ini
file renamed
+0 -0
frontend/coprs_frontend/alembic/env.pycoprs_frontend/alembic/env.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/script.py.makocoprs_frontend/alembic/script.py.mako
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/1ee4b45f5476_remove_fulltext_in_favor_of_whoosh.pycoprs_frontend/alembic/versions/1ee4b45f5476_remove_fulltext_in_favor_of_whoosh.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/246fd2dbf398_add_legal_flag.pycoprs_frontend/alembic/versions/246fd2dbf398_add_legal_flag.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/294405dfc7c0_add_action_data_fiel.pycoprs_frontend/alembic/versions/294405dfc7c0_add_action_data_fiel.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/2a75f0a06d90_add_a_api_login_fiel.pycoprs_frontend/alembic/versions/2a75f0a06d90_add_a_api_login_fiel.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/2e30169e58ce_change_api_token_len.pycoprs_frontend/alembic/versions/2e30169e58ce_change_api_token_len.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/2fa80e062525_add_mock_chroots.pycoprs_frontend/alembic/versions/2fa80e062525_add_mock_chroots.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/32ba137a3d56_add_token_informatio.pycoprs_frontend/alembic/versions/32ba137a3d56_add_token_informatio.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/3a035889852c_add_copr_fulltext.pycoprs_frontend/alembic/versions/3a035889852c_add_copr_fulltext.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/3a415c6392bc_add_buildroot_pkgs_c.pycoprs_frontend/alembic/versions/3a415c6392bc_add_buildroot_pkgs_c.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/3c3cce7a5fe0_add_copr_desc_and_instruct.pycoprs_frontend/alembic/versions/3c3cce7a5fe0_add_copr_desc_and_instruct.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/451e9507b866_generalize_action.pycoprs_frontend/alembic/versions/451e9507b866_generalize_action.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/4837ad1d96ea_drop_copr_build_coun.pycoprs_frontend/alembic/versions/4837ad1d96ea_drop_copr_build_coun.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/498884ac47db_add_timezone_field.pycoprs_frontend/alembic/versions/498884ac47db_add_timezone_field.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/52e53e7b413e_add_build_chroot.pycoprs_frontend/alembic/versions/52e53e7b413e_add_build_chroot.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/544873aa3ba1_add_action.pycoprs_frontend/alembic/versions/544873aa3ba1_add_action.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/595a31c145fb_initial_db_setup.pycoprs_frontend/alembic/versions/595a31c145fb_initial_db_setup.py
file renamed
+0 -0
frontend/coprs_frontend/alembic/versions/d062c3d9c00_backend_result_to_result.pycoprs_frontend/alembic/versions/d062c3d9c00_backend_result_to_result.py
file renamed
+0 -0
frontend/coprs_frontend/applicationcoprs_frontend/application
file renamed
+0 -0
frontend/coprs_frontend/config/copr.confcoprs_frontend/config/copr.conf
file renamed
+0 -0
frontend/coprs_frontend/config/copr_devel.confcoprs_frontend/config/copr_devel.conf
file renamed
+0 -0
frontend/coprs_frontend/config/copr_unit_test.confcoprs_frontend/config/copr_unit_test.conf
file renamed
+0 -0
frontend/coprs_frontend/coprs.conf.examplecoprs_frontend/coprs.conf.example
file renamed
+0 -0
frontend/coprs_frontend/coprs/__init__.pycoprs_frontend/coprs/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/config.pycoprs_frontend/coprs/config.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/constants.pycoprs_frontend/coprs/constants.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/exceptions.pycoprs_frontend/coprs/exceptions.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/filters.pycoprs_frontend/coprs/filters.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/forms.pycoprs_frontend/coprs/forms.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/helpers.pycoprs_frontend/coprs/helpers.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/log.pycoprs_frontend/coprs/log.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/logic/__init__.pycoprs_frontend/coprs/logic/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/logic/actions_logic.pycoprs_frontend/coprs/logic/actions_logic.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/logic/builds_logic.pycoprs_frontend/coprs/logic/builds_logic.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/logic/coprs_logic.pycoprs_frontend/coprs/logic/coprs_logic.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/logic/users_logic.pycoprs_frontend/coprs/logic/users_logic.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/models.pycoprs_frontend/coprs/models.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/signals.pycoprs_frontend/coprs/signals.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/READMEcoprs_frontend/coprs/static/README
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/copr.csscoprs_frontend/coprs/static/copr.css
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/copr.jscoprs_frontend/coprs/static/copr.js
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/copr_logo.pngcoprs_frontend/coprs/static/copr_logo.png
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/default_user.pngcoprs_frontend/coprs/static/default_user.png
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/favicon.icocoprs_frontend/coprs/static/favicon.ico
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/header_background.pngcoprs_frontend/coprs/static/header_background.png
file renamed
+0 -0
frontend/coprs_frontend/coprs/static/pink_arrow.pngcoprs_frontend/coprs/static/pink_arrow.png
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/404.htmlcoprs_frontend/coprs/templates/404.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/_helpers.htmlcoprs_frontend/coprs/templates/_helpers.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/admin/index.htmlcoprs_frontend/coprs/templates/admin/index.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/admin/layout.htmlcoprs_frontend/coprs/templates/admin/layout.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/admin/legal-flag.htmlcoprs_frontend/coprs/templates/admin/legal-flag.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/api.htmlcoprs_frontend/coprs/templates/api.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/_coprs_forms.htmlcoprs_frontend/coprs/templates/coprs/_coprs_forms.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/add.htmlcoprs_frontend/coprs/templates/coprs/add.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/copr.repocoprs_frontend/coprs/templates/coprs/copr.repo
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail.htmlcoprs_frontend/coprs/templates/coprs/detail.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/_builds_forms.htmlcoprs_frontend/coprs/templates/coprs/detail/_builds_forms.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/_builds_table.htmlcoprs_frontend/coprs/templates/coprs/detail/_builds_table.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/_permissions_table.htmlcoprs_frontend/coprs/templates/coprs/detail/_permissions_table.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/add_build.htmlcoprs_frontend/coprs/templates/coprs/detail/add_build.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/builds.htmlcoprs_frontend/coprs/templates/coprs/detail/builds.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/delete.htmlcoprs_frontend/coprs/templates/coprs/detail/delete.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/edit.htmlcoprs_frontend/coprs/templates/coprs/detail/edit.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/edit2.htmlcoprs_frontend/coprs/templates/coprs/detail/edit2.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/edit_chroot.htmlcoprs_frontend/coprs/templates/coprs/detail/edit_chroot.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/monitor.htmlcoprs_frontend/coprs/templates/coprs/detail/monitor.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/overview.htmlcoprs_frontend/coprs/templates/coprs/detail/overview.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/detail/permissions.htmlcoprs_frontend/coprs/templates/coprs/detail/permissions.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/coprs/show.htmlcoprs_frontend/coprs/templates/coprs/show.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/layout.htmlcoprs_frontend/coprs/templates/layout.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/templates/login.htmlcoprs_frontend/coprs/templates/login.html
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/__init__.pycoprs_frontend/coprs/views/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/admin_ns/__init__.pycoprs_frontend/coprs/views/admin_ns/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/admin_ns/admin_general.pycoprs_frontend/coprs/views/admin_ns/admin_general.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/api_ns/__init__.pycoprs_frontend/coprs/views/api_ns/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/api_ns/api_general.pycoprs_frontend/coprs/views/api_ns/api_general.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/backend_ns/__init__.pycoprs_frontend/coprs/views/backend_ns/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/backend_ns/backend_general.pycoprs_frontend/coprs/views/backend_ns/backend_general.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/coprs_ns/__init__.pycoprs_frontend/coprs/views/coprs_ns/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.pycoprs_frontend/coprs/views/coprs_ns/coprs_builds.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_chroots.pycoprs_frontend/coprs/views/coprs_ns/coprs_chroots.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_general.pycoprs_frontend/coprs/views/coprs_ns/coprs_general.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/views/misc.pycoprs_frontend/coprs/views/misc.py
file renamed
+0 -0
frontend/coprs_frontend/coprs/whoosheers.pycoprs_frontend/coprs/whoosheers.py
file renamed
+0 -0
frontend/coprs_frontend/manage.pycoprs_frontend/manage.py
file renamed
+0 -0
frontend/coprs_frontend/tests/__init__.pycoprs_frontend/tests/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/tests/coprs_test_case.pycoprs_frontend/tests/coprs_test_case.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_helpers.pycoprs_frontend/tests/test_helpers.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_logic/test_builds_logic.pycoprs_frontend/tests/test_logic/test_builds_logic.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_logic/test_coprs_logic.pycoprs_frontend/tests/test_logic/test_coprs_logic.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_views/test_admin/test_admin_general.pycoprs_frontend/tests/test_views/test_admin/test_admin_general.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_views/test_backend_ns/test_backend_general.pycoprs_frontend/tests/test_views/test_backend_ns/test_backend_general.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_views/test_coprs_ns/__init__.pycoprs_frontend/tests/test_views/test_coprs_ns/__init__.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_builds.pycoprs_frontend/tests/test_views/test_coprs_ns/test_coprs_builds.py
file renamed
+0 -0
frontend/coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_general.pycoprs_frontend/tests/test_views/test_coprs_ns/test_coprs_general.py
file renamed
+0 -0
frontend/documentation/Makefile
file added
+34
frontend/documentation/how-to-generate-documentation.txt
file added
+10
    move frontend into separate package
    
        
file modified
+0 -105
file added
+339
frontend/coprs_frontend/CONTRIBUTION_GUIDELINES coprs_frontend/CONTRIBUTION_GUIDELINES
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic.ini coprs_frontend/alembic.ini
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/env.py coprs_frontend/alembic/env.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/script.py.mako coprs_frontend/alembic/script.py.mako
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/1ee4b45f5476_remove_fulltext_in_favor_of_whoosh.py coprs_frontend/alembic/versions/1ee4b45f5476_remove_fulltext_in_favor_of_whoosh.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/246fd2dbf398_add_legal_flag.py coprs_frontend/alembic/versions/246fd2dbf398_add_legal_flag.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/294405dfc7c0_add_action_data_fiel.py coprs_frontend/alembic/versions/294405dfc7c0_add_action_data_fiel.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/2a75f0a06d90_add_a_api_login_fiel.py coprs_frontend/alembic/versions/2a75f0a06d90_add_a_api_login_fiel.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/2e30169e58ce_change_api_token_len.py coprs_frontend/alembic/versions/2e30169e58ce_change_api_token_len.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/2fa80e062525_add_mock_chroots.py coprs_frontend/alembic/versions/2fa80e062525_add_mock_chroots.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/32ba137a3d56_add_token_informatio.py coprs_frontend/alembic/versions/32ba137a3d56_add_token_informatio.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/3a035889852c_add_copr_fulltext.py coprs_frontend/alembic/versions/3a035889852c_add_copr_fulltext.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/3a415c6392bc_add_buildroot_pkgs_c.py coprs_frontend/alembic/versions/3a415c6392bc_add_buildroot_pkgs_c.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/3c3cce7a5fe0_add_copr_desc_and_instruct.py coprs_frontend/alembic/versions/3c3cce7a5fe0_add_copr_desc_and_instruct.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/451e9507b866_generalize_action.py coprs_frontend/alembic/versions/451e9507b866_generalize_action.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/4837ad1d96ea_drop_copr_build_coun.py coprs_frontend/alembic/versions/4837ad1d96ea_drop_copr_build_coun.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/498884ac47db_add_timezone_field.py coprs_frontend/alembic/versions/498884ac47db_add_timezone_field.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/52e53e7b413e_add_build_chroot.py coprs_frontend/alembic/versions/52e53e7b413e_add_build_chroot.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/544873aa3ba1_add_action.py coprs_frontend/alembic/versions/544873aa3ba1_add_action.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/595a31c145fb_initial_db_setup.py coprs_frontend/alembic/versions/595a31c145fb_initial_db_setup.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/alembic/versions/d062c3d9c00_backend_result_to_result.py coprs_frontend/alembic/versions/d062c3d9c00_backend_result_to_result.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/application coprs_frontend/application
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/config/copr.conf coprs_frontend/config/copr.conf
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/config/copr_devel.conf coprs_frontend/config/copr_devel.conf
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/config/copr_unit_test.conf coprs_frontend/config/copr_unit_test.conf
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs.conf.example coprs_frontend/coprs.conf.example
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/__init__.py coprs_frontend/coprs/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/config.py coprs_frontend/coprs/config.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/constants.py coprs_frontend/coprs/constants.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/exceptions.py coprs_frontend/coprs/exceptions.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/filters.py coprs_frontend/coprs/filters.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/forms.py coprs_frontend/coprs/forms.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/helpers.py coprs_frontend/coprs/helpers.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/log.py coprs_frontend/coprs/log.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/logic/__init__.py coprs_frontend/coprs/logic/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/logic/actions_logic.py coprs_frontend/coprs/logic/actions_logic.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/logic/builds_logic.py coprs_frontend/coprs/logic/builds_logic.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/logic/coprs_logic.py coprs_frontend/coprs/logic/coprs_logic.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/logic/users_logic.py coprs_frontend/coprs/logic/users_logic.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/models.py coprs_frontend/coprs/models.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/signals.py coprs_frontend/coprs/signals.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/README coprs_frontend/coprs/static/README
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/copr.css coprs_frontend/coprs/static/copr.css
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/copr.js coprs_frontend/coprs/static/copr.js
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/copr_logo.png coprs_frontend/coprs/static/copr_logo.png
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/default_user.png coprs_frontend/coprs/static/default_user.png
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/favicon.ico coprs_frontend/coprs/static/favicon.ico
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/header_background.png coprs_frontend/coprs/static/header_background.png
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/static/pink_arrow.png coprs_frontend/coprs/static/pink_arrow.png
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/404.html coprs_frontend/coprs/templates/404.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/_helpers.html coprs_frontend/coprs/templates/_helpers.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/admin/index.html coprs_frontend/coprs/templates/admin/index.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/admin/layout.html coprs_frontend/coprs/templates/admin/layout.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/admin/legal-flag.html coprs_frontend/coprs/templates/admin/legal-flag.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/api.html coprs_frontend/coprs/templates/api.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/_coprs_forms.html coprs_frontend/coprs/templates/coprs/_coprs_forms.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/add.html coprs_frontend/coprs/templates/coprs/add.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/copr.repo coprs_frontend/coprs/templates/coprs/copr.repo
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail.html coprs_frontend/coprs/templates/coprs/detail.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/_builds_forms.html coprs_frontend/coprs/templates/coprs/detail/_builds_forms.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/_builds_table.html coprs_frontend/coprs/templates/coprs/detail/_builds_table.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/_permissions_table.html coprs_frontend/coprs/templates/coprs/detail/_permissions_table.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/add_build.html coprs_frontend/coprs/templates/coprs/detail/add_build.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/builds.html coprs_frontend/coprs/templates/coprs/detail/builds.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/delete.html coprs_frontend/coprs/templates/coprs/detail/delete.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/edit.html coprs_frontend/coprs/templates/coprs/detail/edit.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/edit2.html coprs_frontend/coprs/templates/coprs/detail/edit2.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/monitor.html coprs_frontend/coprs/templates/coprs/detail/monitor.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/overview.html coprs_frontend/coprs/templates/coprs/detail/overview.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/detail/permissions.html coprs_frontend/coprs/templates/coprs/detail/permissions.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/coprs/show.html coprs_frontend/coprs/templates/coprs/show.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/layout.html coprs_frontend/coprs/templates/layout.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/templates/login.html coprs_frontend/coprs/templates/login.html
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/__init__.py coprs_frontend/coprs/views/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/admin_ns/__init__.py coprs_frontend/coprs/views/admin_ns/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/admin_ns/admin_general.py coprs_frontend/coprs/views/admin_ns/admin_general.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/api_ns/__init__.py coprs_frontend/coprs/views/api_ns/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/api_ns/api_general.py coprs_frontend/coprs/views/api_ns/api_general.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/backend_ns/__init__.py coprs_frontend/coprs/views/backend_ns/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/backend_ns/backend_general.py coprs_frontend/coprs/views/backend_ns/backend_general.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/coprs_ns/__init__.py coprs_frontend/coprs/views/coprs_ns/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.py coprs_frontend/coprs/views/coprs_ns/coprs_builds.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_chroots.py coprs_frontend/coprs/views/coprs_ns/coprs_chroots.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_general.py coprs_frontend/coprs/views/coprs_ns/coprs_general.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/views/misc.py coprs_frontend/coprs/views/misc.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/coprs/whoosheers.py coprs_frontend/coprs/whoosheers.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/manage.py coprs_frontend/manage.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/__init__.py coprs_frontend/tests/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/coprs_test_case.py coprs_frontend/tests/coprs_test_case.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_helpers.py coprs_frontend/tests/test_helpers.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_logic/test_builds_logic.py coprs_frontend/tests/test_logic/test_builds_logic.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_logic/test_coprs_logic.py coprs_frontend/tests/test_logic/test_coprs_logic.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_views/test_admin/test_admin_general.py coprs_frontend/tests/test_views/test_admin/test_admin_general.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_views/test_backend_ns/test_backend_general.py coprs_frontend/tests/test_views/test_backend_ns/test_backend_general.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_views/test_coprs_ns/__init__.py coprs_frontend/tests/test_views/test_coprs_ns/__init__.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_builds.py coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_builds.py
file renamed
file was renamed with no change to the file
frontend/coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_general.py coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_general.py
file renamed
file was renamed with no change to the file