tkopecek / koji

Forked from koji 7 years ago
Clone

070f16f PR#622: basic volume policy support

Merged and Committed by mikem 6 years ago
31 files changed. 1461 lines added. 56 lines removed.
hub/kojihub.py
file modified
+219 -52
hub/kojixmlrpc.py
file modified
+3 -0
koji/policy.py
file modified
+10 -1
tests/test_hub/data/image/import_1/data.json
file added
+51
tests/test_hub/data/image/import_1/db.json
file added
+208
tests/test_hub/data/maven/import_1/build.log
file added
+1
tests/test_hub/data/maven/import_1/checkout.log
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/maven-metadata.xml
file added
+25
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/maven-metadata.xml.md5
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/maven-metadata.xml.sha1
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/my-app-1.0-20170927.043542-1.jar
file added
+0
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/my-app-1.0-20170927.043542-1.jar.md5
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/my-app-1.0-20170927.043542-1.jar.sha1
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/my-app-1.0-20170927.043542-1.pom
file added
+19
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/my-app-1.0-20170927.043542-1.pom.md5
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/1.0-SNAPSHOT/my-app-1.0-20170927.043542-1.pom.sha1
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/maven-metadata.xml
file added
+11
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/maven-metadata.xml.md5
file added
+1
tests/test_hub/data/maven/import_1/com/mycompany/app/my-app/maven-metadata.xml.sha1
file added
+1
tests/test_hub/data/maven/import_1/data.json
file added
+35
tests/test_hub/data/maven/import_1/files
file added
+19
tests/test_hub/data/maven/import_1/my-app-1.0-SNAPSHOT-scm-sources.zip
file added
+0
tests/test_hub/data/maven/import_1/root.log
file added
+1
tests/test_hub/data/maven/import_1/state.log
file added
+1
tests/test_hub/test_check_volume_policy.py
file added
+155
tests/test_hub/test_complete_image_build.py
file added
+271
tests/test_hub/test_complete_maven_build.py
file added
+170
tests/test_hub/test_import_build.py
file modified
+4 -1
tests/test_hub/test_import_image_internal.py
file modified
+2 -2
tests/test_hub/test_policy_tests.py
file added
+243
www/kojiweb/buildinfo.chtml
file modified
+4 -0
    PR#622: basic volume policy support
    
    Merges #622
    https://pagure.io/koji/pull-request/622
    
    Fixes #556
    https://pagure.io/koji/issue/556`
    
        
file modified
+219 -52
file modified
+3 -0
file modified
+10 -1
file modified
+4 -0