tkopecek / koji

Forked from koji 7 years ago
Clone

9b3af5f Move db/auth to kojihub module

Authored and Committed by tkopecek a year ago
38 files changed. 128 lines added. 140 lines removed.
docs/source/writing_koji_code.rst
file modified
+0 -1
koji/__init__.py
file modified
+1 -1
kojihub/auth.pykoji/auth.py
file renamed
+3 -3
kojihub/db.pykoji/db.py
file renamed
+0 -0
kojihub/kojihub.py
file modified
+10 -11
kojihub/kojixmlrpc.py
file modified
+18 -18
plugins/hub/protonmsg.py
file modified
+1 -1
plugins/hub/sidetag_hub.py
file modified
+1 -1
tests/test_hub/test_add_archivetype.py
file modified
+0 -1
tests/test_hub/test_add_host.py
file modified
+1 -1
tests/test_hub/test_add_host_to_channel.py
file modified
+1 -1
tests/test_hub/test_cg_importer.py
file modified
+2 -2
tests/test_hub/test_complete_image_build.py
file modified
+1 -1
tests/test_hub/test_complete_maven_build.py
file modified
+3 -3
tests/test_hub/test_create_maven_build.py
file modified
+1 -1
tests/test_hub/test_create_tag.py
file modified
+1 -1
tests/test_hub/test_delete_build.py
file modified
+1 -1
tests/test_hub/test_delete_tag.py
file modified
+1 -1
tests/test_hub/test_edit_host.py
file modified
+1 -1
tests/test_hub/test_edit_tag.py
file modified
+1 -1
tests/test_hub/test_get_active_repos.py
file modified
+0 -1
tests/test_hub/test_get_user_perms.py
file modified
+1 -1
tests/test_hub/test_grant_permissions.py
file modified
+3 -2
tests/test_hub/test_group_operations.py
file modified
+1 -1
tests/test_hub/test_import_build.py
file modified
+2 -2
tests/test_hub/test_import_image_internal.py
file modified
+1 -1
tests/test_hub/test_import_rpm.py
file modified
+1 -1
tests/test_hub/test_multicall.py
file modified
+1 -1
tests/test_hub/test_remove_host_from_channel.py
file modified
+1 -1
tests/test_hub/test_set_host_enabled.py
file modified
+1 -1
tests/test_hub/test_tag_operations.py
file modified
+1 -1
tests/test_hub/test_user_groups.py
file modified
+1 -1
tests/test_lib/test_auth.py
file modified
+50 -59
tests/test_lib/test_insert_processor.py
file modified
+2 -2
tests/test_lib/test_query_processor.py
file modified
+2 -2
tests/test_lib/test_savepoint.py
file modified
+2 -2
tests/test_lib/test_update_processor.py
file modified
+1 -1
util/koji-sweep-db
file modified
+9 -9
    Move db/auth to kojihub module
    
    Related: https://pagure.io/koji/issue/3666
    
        
file modified
+1 -1
kojihub/auth.py koji/auth.py
file renamed
+3 -3
kojihub/db.py koji/db.py
file renamed
file was renamed with no change to the file
file modified
+10 -11
file modified
+18 -18
file modified
+1 -1
file modified
+1 -1
file modified
+50 -59
file modified
+9 -9