diff --git a/openQA-4.6.1578338128.7d62398b0.obscpio b/openQA-4.6.1578338128.7d62398b0.obscpio deleted file mode 100644 index 579688c..0000000 --- a/openQA-4.6.1578338128.7d62398b0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35cece513fc6610fb40492fcd9bc38b7190315edbe7b86340a3e15b6be80f8d9 -size 11020813 diff --git a/openQA-4.6.1578575737.d02ae56c3.obscpio b/openQA-4.6.1578575737.d02ae56c3.obscpio new file mode 100644 index 0000000..36a9121 --- /dev/null +++ b/openQA-4.6.1578575737.d02ae56c3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40af358af2bf1374bc6ecaa1fb8a53ee444a2ea4fa7c0ffb60ea24972eebc1c4 +size 11301901 diff --git a/openQA-devel-test.spec b/openQA-devel-test.spec index dec5565..34f56e1 100644 --- a/openQA-devel-test.spec +++ b/openQA-devel-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1578338128.7d62398b0 +Version: 4.6.1578575737.d02ae56c3 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA-test.spec b/openQA-test.spec index 63a1e70..c848d11 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1578338128.7d62398b0 +Version: 4.6.1578575737.d02ae56c3 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA-worker-test.spec b/openQA-worker-test.spec index a684e94..d700603 100644 --- a/openQA-worker-test.spec +++ b/openQA-worker-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1578338128.7d62398b0 +Version: 4.6.1578575737.d02ae56c3 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index 6915f42..019754d 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jan 09 14:49:46 UTC 2020 - coolo@suse.com + +- Update to version 4.6.1578575737.d02ae56c3: + * Add auto-cleanup for temp files created by web UI + * Fix db migration for size_limit_db column of job_group_parents table + * Be more defensive and accept more host formats + * Hosts are passed to the cache service jobs without a scheme + * Prevent jshint warning in test_result.js + * Render investigation info as table + * openqa-clone-custom-git-refspec: fix curl_github + * Add test for Sync button in ObsRsync plugin + * Rename TEST_SUITE_DESCRIPTION to JOB_DESCRIPTION + * Prevent loading investigation tab contents twice + * Support downloading assets with special characters like "#" and ":" in the name + * Allow unsetting asset size limit in web UI + * Assign job group asset limits explicitly + * Extend asset cleanup tests to cover job groups within parents + * Adapt tests for asset limit on parent level + * Migrate default_size_limit_gb to size_limit_gb + * Adapt group property editor to asset limit on parent level + * Adapt asset table on admin page to parent level asset limit + * Adapt asset list on admin page to parent level asset limit + * Enforce asset size limit on parent group level + ------------------------------------------------------------------- Tue Jan 07 06:49:24 UTC 2020 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index ecd48d5..9387dae 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1578338128.7d62398b0 -mtime: 1578338128 -commit: 7d62398b000def67878f765c40c25c31de361498 +version: 4.6.1578575737.d02ae56c3 +mtime: 1578575737 +commit: d02ae56c3a0b67719e5ea4890874d71ff4133e94 diff --git a/openQA.spec b/openQA.spec index 0d662b6..5eac10a 100644 --- a/openQA.spec +++ b/openQA.spec @@ -65,7 +65,7 @@ %define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) Name: openQA -Version: 4.6.1578338128.7d62398b0 +Version: 4.6.1578575737.d02ae56c3 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -310,6 +310,7 @@ fi %service_add_pre %{openqa_worker_services} %post +%tmpfiles_create %{_tmpfilesdir}/openqa-webui.conf # install empty log file if [ ! -e %{_localstatedir}/log/openqa ]; then install -D -m 644 -o geekotest /dev/null %{_localstatedir}/log/openqa || : @@ -398,6 +399,7 @@ fi %{_unitdir}/openqa-enqueue-audit-event-cleanup.timer %{_unitdir}/openqa-enqueue-asset-and-result-cleanup.service %{_unitdir}/openqa-enqueue-asset-and-result-cleanup.timer +%{_tmpfilesdir}/openqa-webui.conf # web libs %dir %{_datadir}/openqa %{_datadir}/openqa/templates