9ddb35b Move models.py to common/models.py and views.py to web/views.py

Authored and Committed by mprahl 4 years ago
71 files changed. 215 lines added. 186 lines removed.
README.rst
file modified
+1 -1
module_build_service/builder/KojiContentGenerator.py
file modified
+1 -1
module_build_service/builder/KojiModuleBuilder.py
file modified
+3 -2
module_build_service/builder/MockModuleBuilder.py
file modified
+1 -1
module_build_service/builder/base.py
file modified
+5 -4
module_build_service/builder/utils.py
file modified
+2 -1
module_build_service/common/models.pymodule_build_service/models.py
file renamed
+3 -1
module_build_service/common/resolve.py
file modified
+3 -3
module_build_service/common/utils.py
file modified
+1 -1
module_build_service/manage.py
file modified
+2 -1
module_build_service/migrations/versions/526fb7d445f7_module_buildrequires.py
file modified
+1 -1
module_build_service/migrations/versions/a87264eeb49f_.py
file modified
+1 -1
module_build_service/resolver/DBResolver.py
file modified
+3 -3
module_build_service/resolver/KojiResolver.py
file modified
+2 -1
module_build_service/resolver/MBSResolver.py
file modified
+1 -1
module_build_service/route.py
file modified
+2 -1
module_build_service/scheduler/batches.py
file modified
+2 -1
module_build_service/scheduler/consumer.py
file modified
+3 -2
module_build_service/scheduler/db_session.py
file modified
+1 -1
module_build_service/scheduler/default_modules.py
file modified
+2 -1
module_build_service/scheduler/greenwave.py
file modified
+2 -2
module_build_service/scheduler/handlers/components.py
file modified
+2 -1
module_build_service/scheduler/handlers/greenwave.py
file modified
+1 -1
module_build_service/scheduler/handlers/modules.py
file modified
+2 -1
module_build_service/scheduler/handlers/repos.py
file modified
+2 -1
module_build_service/scheduler/handlers/tags.py
file modified
+2 -1
module_build_service/scheduler/local.py
file modified
+1 -1
module_build_service/scheduler/producer.py
file modified
+4 -3
module_build_service/scheduler/reuse.py
file modified
+2 -1
module_build_service/scheduler/submit.py
file modified
+2 -1
module_build_service/web/mmd_resolver.py
file modified
+1 -1
module_build_service/web/mse.py
file modified
+2 -1
module_build_service/web/submit.py
file modified
+2 -1
module_build_service/web/utils.py
file modified
+2 -1
module_build_service/web/views.py
file modified
+2 -1
tests/__init__.py
file modified
+10 -10
tests/conftest.py
file modified
+24 -22
tests/test_build/test_build.py
file modified
+2 -1
tests/test_builder/test_base.py
file modified
+2 -2
tests/test_builder/test_builder_utils.py
file modified
+2 -1
tests/test_builder/test_koji.py
file modified
+26 -26
tests/test_builder/test_mock.py
file modified
+3 -2
tests/test_common/test_models/__init__.pytests/test_models/__init__.py
file renamed
+0 -0
tests/test_common/test_models/data/base-runtime.yamltests/test_models/data/base-runtime.yaml
file renamed
+0 -0
tests/test_common/test_models/data/testmodule.yamltests/test_models/data/testmodule.yaml
file renamed
+0 -0
tests/test_common/test_models/test_models.pytests/test_models/test_models.py
file renamed
+1 -1
tests/test_common/test_monitor.py
file modified
+2 -1
tests/test_common/test_resolve.py
file modified
+2 -1
tests/test_common/test_utils.py
file modified
+1 -1
tests/test_content_generator.py
file modified
+2 -1
tests/test_logger.py
file modified
+2 -1
tests/test_manage.py
file modified
+3 -2
tests/test_resolver/test_db.py
file modified
+4 -3
tests/test_resolver/test_koji.py
file modified
+1 -1
tests/test_resolver/test_local.py
file modified
+1 -1
tests/test_resolver/test_mbs.py
file modified
+6 -4
tests/test_scheduler/test_batches.py
file modified
+4 -2
tests/test_scheduler/test_default_modules.py
file modified
+1 -1
tests/test_scheduler/test_greenwave_handler.py
file modified
+1 -1
tests/test_scheduler/test_module_init.py
file modified
+3 -3
tests/test_scheduler/test_module_wait.py
file modified
+1 -1
tests/test_scheduler/test_poller.py
file modified
+9 -6
tests/test_scheduler/test_repo_done.py
file modified
+10 -10
tests/test_scheduler/test_reuse.py
file modified
+2 -1
tests/test_scheduler/test_submit.py
file modified
+5 -4
tests/test_scheduler/test_tag_tagged.py
file modified
+14 -14
tests/test_views/__init__.py
file removed
-0
tests/test_views/client_secrets.json
file removed
-13
tests/test_web/client_secrets.jsontests/client_secrets.json
file renamed
+0 -0
tests/test_web/test_submit.py
file modified
+1 -1
tests/test_web/test_views.pytests/test_views/test_views.py
file renamed
+1 -1
    Move models.py to common/models.py and views.py to web/views.py
    
        
file modified
+1 -1
module_build_service/common/models.py module_build_service/models.py
file renamed
+3 -1
file modified
+10 -10
file modified
+24 -22
file modified
+26 -26
tests/test_common/test_models/__init__.py tests/test_models/__init__.py
file renamed
file was renamed with no change to the file
tests/test_common/test_models/data/base-runtime.yaml tests/test_models/data/base-runtime.yaml
file renamed
file was renamed with no change to the file
tests/test_common/test_models/data/testmodule.yaml tests/test_models/data/testmodule.yaml
file renamed
file was renamed with no change to the file
tests/test_common/test_models/test_models.py tests/test_models/test_models.py
file renamed
+1 -1
file modified
+2 -1
file modified
+3 -2
tests/test_web/client_secrets.json tests/client_secrets.json
file renamed
file was renamed with no change to the file
tests/test_web/test_views.py tests/test_views/test_views.py
file renamed
+1 -1