jcupova / koji

Forked from koji 5 years ago
Clone

75a3cab PR#3913: draft builds

Merged and Committed by tkopecek 5 months ago
36 files changed. 1916 lines added. 489 lines removed.
builder/kojid
file modified
+90 -7
cli/koji_cli/commands.py
file modified
+99 -16
koji/__init__.py
file modified
+35 -0
koji/plugin.py
file modified
+2 -0
kojihub/kojihub.py
file modified
+477 -79
kojihub/kojixmlrpc.py
file modified
+5 -0
plugins/hub/protonmsg.py
file modified
+16 -0
schemas/schema-upgrade-1.33-1.34.sql
file modified
+29 -0
schemas/schema.sql
file modified
+20 -5
tests/test_builder/data/calls/build_notif_1/message.txt
file modified
+1 -0
tests/test_builder/data/calls/build_notif_1/params.json
file modified
+2 -1
tests/test_cli/data/list-commands.txt
file modified
+1 -0
tests/test_cli/test_build.py
file modified
+1 -0
tests/test_cli/test_buildinfo.py
file modified
+31 -0
tests/test_cli/test_list_builds.py
file modified
+2 -0
tests/test_cli/test_list_tagged.py
file modified
+37 -4
tests/test_cli/test_promote_build.py
file added
+103
tests/test_cli/test_rpminfo.py
file modified
+24 -4
tests/test_cli/test_wrapper_rpm.py
file modified
+30 -2
tests/test_hub/test_delete_build.py
file modified
+72 -48
tests/test_hub/test_getRPM.py
file modified
+56 -18
tests/test_hub/test_get_build.py
file modified
+0 -56
tests/test_hub/test_get_next_release.py
file modified
+2 -1
tests/test_hub/test_import_build.py
file modified
+3 -0
tests/test_hub/test_import_rpm.py
file modified
+145 -5
tests/test_hub/test_list_builds.py
file modified
+62 -18
tests/test_hub/test_new_build.py
file modified
+145 -65
tests/test_hub/test_promote_build.py
file added
+179
tests/test_hub/test_read_tagged_builds.py
file modified
+59 -68
tests/test_hub/test_read_tagged_rpms.py
file modified
+23 -5
tests/test_hub/test_reset_build.py
file modified
+115 -86
vm/kojikamid.py
file modified
+6 -0
www/kojiweb/buildinfo.chtml
file modified
+13 -0
www/kojiweb/rpminfo.chtml
file modified
+11 -0
www/kojiweb/rpmlist.chtml
file modified
+1 -1
www/lib/kojiweb/util.py
file modified
+19 -0
    PR#3913: draft builds
    
    Merges #3913
    https://pagure.io/koji/pull-request/3913
    
    Fixes #3918
    https://pagure.io/koji/issue/3918
    
        
file modified
+90 -7
file modified
+99 -16
file modified
+35 -0
file modified
+2 -0
file modified
+477 -79
file modified
+5 -0
file modified
+16 -0
file modified
+20 -5
file modified
+1 -0
file modified
+56 -18
file modified
+145 -65
file modified
+6 -0
file modified
+13 -0
file modified
+11 -0
file modified
+1 -1
file modified
+19 -0