From 4aca159fc93990e98087dcf43a4ddab85ee3e37a6c220bf7d4432a393387388d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 May 2019 12:08:12 +0000 Subject: [PATCH] Offline generation of 4.6.1557739992.f9fbeb06 4.6.1557739992.f9fbeb06 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=205 --- cache.txz | 4 +-- openQA-4.6.1555478309.f6dfdd9b.obscpio | 3 -- openQA-4.6.1557739992.f9fbeb06.obscpio | 3 ++ openQA-test.changes | 38 ++++++++++++++++++++++++++ openQA-test.spec | 2 +- openQA.changes | 38 ++++++++++++++++++++++++++ openQA.obsinfo | 6 ++-- openQA.spec | 2 +- 8 files changed, 86 insertions(+), 10 deletions(-) delete mode 100644 openQA-4.6.1555478309.f6dfdd9b.obscpio create mode 100644 openQA-4.6.1557739992.f9fbeb06.obscpio diff --git a/cache.txz b/cache.txz index 08fdb16..aaa5967 100644 --- a/cache.txz +++ b/cache.txz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56f081d4be3740a125982d357f59c2e392756c75242fc879279e58eb0e7eec9e -size 1741269 +oid sha256:a2a9fcb564cf7f1b17be279cb04e7a942fbc81a6475c26a741d1ec6138f0d354 +size 1785921 diff --git a/openQA-4.6.1555478309.f6dfdd9b.obscpio b/openQA-4.6.1555478309.f6dfdd9b.obscpio deleted file mode 100644 index 8fd5995..0000000 --- a/openQA-4.6.1555478309.f6dfdd9b.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75321c047c004617e442b2fec0ce9862d26da8c0f4195e6996d652f51f318239 -size 9327117 diff --git a/openQA-4.6.1557739992.f9fbeb06.obscpio b/openQA-4.6.1557739992.f9fbeb06.obscpio new file mode 100644 index 0000000..8dd0a07 --- /dev/null +++ b/openQA-4.6.1557739992.f9fbeb06.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea1e9475ff0b0033686d4fd46c0a36e61bf570cc6919514842908a5be2886c0 +size 9373709 diff --git a/openQA-test.changes b/openQA-test.changes index 0bc4fc5..caa455e 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon May 13 12:07:50 UTC 2019 - coolo@suse.com + +- Update to version 4.6.1557739992.f9fbeb06: + * Avoid leaking GITHUB_TOKEN + * Skip UEFI_PFLASH_VARS asset when UEFI is disabled + * Add an own result jobs which exceeded the timeout + * Split off git support into its own class + * Adapt 13-admin.t to the new sorting-enabled tables + * Fix remaining jshint warnings in admintable.js + * Adjust sorting of admin tables so empty strings come last + * Improve styling of help icon beside search box + * Improve regex-enabled search of admin tables + * Tweak sorting and filtering in admin data tables + * Remove admin table code for column type settings + * Make admin tables use DataTables correctly + * Improve code for settings expansion + * Move job settings expansion to its own module + * Use CodeMirror with YAML editor + * Inherit specified settings when create job with 'Jobs post' + * Show an error message in the editor if the group changed + * Clean up 08-jobtemplates.t + * Do not add new testsuites when importing job templates + * Add YAML-based template editor UI + * Add non-trivial test suites to exercise YAML validation + * Import of job template specification from YAML + * Support click_point in needle editor controller code + * Fix issues reported by jshint in shapes.js + * Test adding/removing a click point + * Allow only one click point per needle + * Allow adding click coordinates in the needle editor + * Improve JSON parse errors in openqa-clone-custom-git-refspec + * Retry after rsync exits with status 24 + * Add non-fatal messages during scheduling to results + * Allow authenticated calls to the github api + * Remove deprecated qemu-kvm and use qemu-arm, qemu-ppc and qemu-x86 instead + * apparmor: rk permission on hdd contents + ------------------------------------------------------------------- Wed Apr 17 14:34:07 UTC 2019 - coolo@suse.com diff --git a/openQA-test.spec b/openQA-test.spec index 891aab7..f2d0ad1 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1555478309.f6dfdd9b +Version: 4.6.1557739992.f9fbeb06 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index 5b98531..c7a5afb 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon May 13 12:07:50 UTC 2019 - coolo@suse.com + +- Update to version 4.6.1557739992.f9fbeb06: + * Avoid leaking GITHUB_TOKEN + * Skip UEFI_PFLASH_VARS asset when UEFI is disabled + * Add an own result jobs which exceeded the timeout + * Split off git support into its own class + * Adapt 13-admin.t to the new sorting-enabled tables + * Fix remaining jshint warnings in admintable.js + * Adjust sorting of admin tables so empty strings come last + * Improve styling of help icon beside search box + * Improve regex-enabled search of admin tables + * Tweak sorting and filtering in admin data tables + * Remove admin table code for column type settings + * Make admin tables use DataTables correctly + * Improve code for settings expansion + * Move job settings expansion to its own module + * Use CodeMirror with YAML editor + * Inherit specified settings when create job with 'Jobs post' + * Show an error message in the editor if the group changed + * Clean up 08-jobtemplates.t + * Do not add new testsuites when importing job templates + * Add YAML-based template editor UI + * Add non-trivial test suites to exercise YAML validation + * Import of job template specification from YAML + * Support click_point in needle editor controller code + * Fix issues reported by jshint in shapes.js + * Test adding/removing a click point + * Allow only one click point per needle + * Allow adding click coordinates in the needle editor + * Improve JSON parse errors in openqa-clone-custom-git-refspec + * Retry after rsync exits with status 24 + * Add non-fatal messages during scheduling to results + * Allow authenticated calls to the github api + * Remove deprecated qemu-kvm and use qemu-arm, qemu-ppc and qemu-x86 instead + * apparmor: rk permission on hdd contents + ------------------------------------------------------------------- Wed Apr 17 14:34:07 UTC 2019 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index a5ecdba..13240af 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1555478309.f6dfdd9b -mtime: 1555478309 -commit: f6dfdd9b3e8e359f0364cfedfc3c806030f47073 +version: 4.6.1557739992.f9fbeb06 +mtime: 1557739992 +commit: f9fbeb0606a433a894c08b55f33d12bd2ed8ca88 diff --git a/openQA.spec b/openQA.spec index 90b1f0f..73fcae6 100644 --- a/openQA.spec +++ b/openQA.spec @@ -36,7 +36,7 @@ # runtime requirements that also the testsuite needs %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(JSON::Validator) perl(YAML::XS) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) Name: openQA -Version: 4.6.1555478309.f6dfdd9b +Version: 4.6.1557739992.f9fbeb06 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later