382c870 Merge branch 'develop' into 'master' for 0.4.20 release

Merged and Committed by mkrizek 7 years ago
44 files changed. 655 lines added. 431 lines removed.
.gitignore
file modified
+1 -0
README.rstreadme.rst
file renamed
+20 -34
conf/namespaces.yaml.example
file modified
+1 -1
conf/taskotron.yaml.example
file modified
+4 -4
conf/yumrepoinfo.conf.example
file modified
+35 -5
docs/source/conf.py
file modified
+1 -1
docs/source/devguide.rst
file modified
+2 -2
docs/source/index.rst
file modified
+4 -5
docs/source/taskyaml.rst
file modified
+1 -1
dodo.py
file modified
+22 -23
libtaskotron.spec
file modified
+30 -8
libtaskotron/__init__.py
file modified
+1 -1
libtaskotron/arch_utils.py
file modified
+3 -3
libtaskotron/check.py
file modified
+21 -4
libtaskotron/config_defaults.py
file modified
+4 -4
libtaskotron/directives/bodhi_directive.py
file modified
+13 -4
libtaskotron/directives/distgit_directive.py
file modified
+48 -17
libtaskotron/directives/koji_directive.py
file modified
+38 -28
libtaskotron/directives/mash_directive.py
file modified
+6 -3
libtaskotron/directives/resultsdb_directive.py
file modified
+7 -8
libtaskotron/directives/yumrepoinfo_directive.py
file modified
+8 -5
libtaskotron/executor.py
file modified
+5 -1
libtaskotron/ext/fedora/koji_utils.py
file modified
+2 -2
libtaskotron/ext/fedora/yumrepoinfo.py
file modified
+14 -2
libtaskotron/logger.py
file modified
+1 -3
libtaskotron/main.py
file modified
+7 -21
libtaskotron/overlord.py
file modified
+4 -0
libtaskotron/taskformula.py
file modified
+29 -22
requirements.txt
file modified
+30 -23
setup.py
file modified
+2 -3
testing/functest_mash_directive.py
file modified
+17 -4
testing/functest_resultsdb_directive.py
file modified
+1 -1
testing/functest_yumrepoinfo.py
file modified
+30 -0
testing/functest_yumrepoinfo_directive.py
file modified
+28 -43
testing/pytest.ini
file removed
-4
testing/test_bodhi_directive.py
file modified
+3 -3
testing/test_check.py
file modified
+1 -1
testing/test_distgit_directive.py
file modified
+73 -70
testing/test_executor.py
file modified
+34 -7
testing/test_koji_directive.py
file modified
+55 -7
testing/test_main.py
file modified
+5 -22
testing/test_taskformula.py
file modified
+27 -16
testing/test_yumrepoinfo.py
file modified
+14 -9
tox.ini
file modified
+3 -6
    Merge branch 'develop' into 'master' for 0.4.20 release
    
        
file modified
+1 -0
README.rst readme.rst
file renamed
+20 -34
file modified
+1 -1
file modified
+4 -4
file modified
+35 -5
file modified
+1 -1
file modified
+2 -2
file modified
+4 -5
file modified
+1 -1
file modified
+22 -23
file modified
+30 -8
file modified
+1 -1
file modified
+3 -3
file modified
+21 -4
file modified
+5 -1
file modified
+1 -3
file modified
+7 -21
file modified
+4 -0
file modified
+29 -22
file modified
+30 -23
file modified
+2 -3
file removed
-4
file modified
+1 -1
file modified
+34 -7
file modified
+5 -22
file modified
+27 -16
file modified
+14 -9
file modified
+3 -6