46dcb2c Move db_session.py to scheduler/db_session.py

Authored and Committed by mprahl 4 years ago
50 files changed. 51 lines added. 51 lines removed.
module_build_service/builder/KojiContentGenerator.py
file modified
+1 -1
module_build_service/builder/KojiModuleBuilder.py
file modified
+1 -1
module_build_service/builder/MockModuleBuilder.py
file modified
+1 -1
module_build_service/manage.py
file modified
+1 -1
module_build_service/route.py
file modified
+1 -1
module_build_service/scheduler/batches.py
file modified
+1 -1
module_build_service/scheduler/consumer.py
file modified
+1 -1
module_build_service/scheduler/db_session.pymodule_build_service/db_session.py
file renamed
+0 -0
module_build_service/scheduler/default_modules.py
file modified
+1 -1
module_build_service/scheduler/handlers/components.py
file modified
+1 -1
module_build_service/scheduler/handlers/greenwave.py
file modified
+1 -1
module_build_service/scheduler/handlers/modules.py
file modified
+1 -1
module_build_service/scheduler/handlers/repos.py
file modified
+1 -1
module_build_service/scheduler/handlers/tags.py
file modified
+1 -1
module_build_service/scheduler/local.py
file modified
+1 -1
module_build_service/scheduler/producer.py
file modified
+1 -1
module_build_service/scheduler/reuse.py
file modified
+1 -1
module_build_service/scheduler/submit.py
file modified
+1 -1
module_build_service/scheduler/ursine.py
file modified
+1 -1
tests/__init__.py
file modified
+1 -1
tests/conftest.py
file modified
+1 -1
tests/test_build/test_build.py
file modified
+3 -3
tests/test_builder/test_base.py
file modified
+1 -1
tests/test_builder/test_builder_utils.py
file modified
+1 -1
tests/test_builder/test_koji.py
file modified
+1 -1
tests/test_builder/test_mock.py
file modified
+1 -1
tests/test_common/test_resolve.py
file modified
+1 -1
tests/test_common/test_utils.py
file modified
+1 -1
tests/test_content_generator.py
file modified
+1 -1
tests/test_logger.py
file modified
+1 -1
tests/test_manage.py
file modified
+1 -1
tests/test_models/test_models.py
file modified
+1 -1
tests/test_monitor.py
file modified
+1 -1
tests/test_resolver/test_db.py
file modified
+1 -1
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
+1 -1
tests/test_scheduler/test_batches.py
file modified
+1 -1
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
+1 -1
tests/test_scheduler/test_module_wait.py
file modified
+1 -1
tests/test_scheduler/test_poller.py
file modified
+1 -1
tests/test_scheduler/test_repo_done.py
file modified
+1 -1
tests/test_scheduler/test_reuse.py
file modified
+1 -1
tests/test_scheduler/test_submit.py
file modified
+1 -1
tests/test_scheduler/test_tag_tagged.py
file modified
+1 -1
tests/test_views/test_views.py
file modified
+1 -1
tests/test_web/test_mse.py
file modified
+1 -1
tests/test_web/test_submit.py
file modified
+1 -1
    Move db_session.py to scheduler/db_session.py
    
        
module_build_service/scheduler/db_session.py module_build_service/db_session.py
file renamed
file was renamed with no change to the file
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1