diff --git a/Dockerfile b/Dockerfile index 32fbbfb..103ad54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,7 @@ RUN zypper in -y -C \ 'perl(Exception::Class)' \ 'perl(File::Copy::Recursive)' \ 'perl(File::Touch)' \ + 'perl(IO::Scalar)' \ 'perl(IO::Socket::SSL)' \ 'perl(IPC::Run)' \ 'perl(IPC::System::Simple)' \ diff --git a/openQA-4.6.1552567428.80082fe5.obscpio b/openQA-4.6.1552567428.80082fe5.obscpio deleted file mode 100644 index 94e36b6..0000000 --- a/openQA-4.6.1552567428.80082fe5.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bf706f4ecf36f57256a38aa6519d20696f1cddb157e5e51d4e24efff4d0a956 -size 9135117 diff --git a/openQA-4.6.1553599469.57d6b3ca.obscpio b/openQA-4.6.1553599469.57d6b3ca.obscpio new file mode 100644 index 0000000..b8ec622 --- /dev/null +++ b/openQA-4.6.1553599469.57d6b3ca.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac97e9b7bcc21080b3f714460425e6c3e9fccc18c4a5999b9e3eb505017c24e +size 9165837 diff --git a/openQA-test.changes b/openQA-test.changes index 6f3a58c..1903330 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 29 22:32:56 UTC 2019 - coolo@suse.com + +- Update to version 4.6.1553599469.57d6b3ca: + * Properly escape bug titles + * YAML output for job templates and schema validation (#1999) + * Make the websocket server testable as a normal Mojolicious application + * Add a model class to store worker state + * Move more functions into helpers + * Move dbus functions into helpers + * Add controllers to the websocket server application + * Install test distri deps on bootstrap + * Turn websocket server into a real Mojolicious app + * Use Mojo::Promise in enqueue_and_keep_track + * docker: Add IO::Scalar dependency + * doc: Reflect renaming virtio_screen.pm to serial_screen.pm + * worker: Upload serial_terminal.txt for svirt backend + * Unify schema access in OpenQA::WebAPI and fix the issue where the db helper was called on the application + * Use result_p to track Minion job instead of timers + * Improve logging non-scalar error info of GRU/Minion tasks + * Extract common code for saving and deleting needles + * Fix test for dependency graph + * Don't let needle-related tasks fail if the cause is uncritical + * Make needle deletion a Minion job + * Setting to not cancel parallel parents with still-pending children + * Add hints to fix dependencies when using devel + ------------------------------------------------------------------- Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com diff --git a/openQA-test.spec b/openQA-test.spec index 3179783..497df7c 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1552567428.80082fe5 +Version: 4.6.1553599469.57d6b3ca Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index 1057af0..0534273 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 29 22:32:56 UTC 2019 - coolo@suse.com + +- Update to version 4.6.1553599469.57d6b3ca: + * Properly escape bug titles + * YAML output for job templates and schema validation (#1999) + * Make the websocket server testable as a normal Mojolicious application + * Add a model class to store worker state + * Move more functions into helpers + * Move dbus functions into helpers + * Add controllers to the websocket server application + * Install test distri deps on bootstrap + * Turn websocket server into a real Mojolicious app + * Use Mojo::Promise in enqueue_and_keep_track + * docker: Add IO::Scalar dependency + * doc: Reflect renaming virtio_screen.pm to serial_screen.pm + * worker: Upload serial_terminal.txt for svirt backend + * Unify schema access in OpenQA::WebAPI and fix the issue where the db helper was called on the application + * Use result_p to track Minion job instead of timers + * Improve logging non-scalar error info of GRU/Minion tasks + * Extract common code for saving and deleting needles + * Fix test for dependency graph + * Don't let needle-related tasks fail if the cause is uncritical + * Make needle deletion a Minion job + * Setting to not cancel parallel parents with still-pending children + * Add hints to fix dependencies when using devel + ------------------------------------------------------------------- Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index 899a6a8..c80328a 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1552567428.80082fe5 -mtime: 1552567428 -commit: 80082fe59678f121a20e5900b120c785a7c2d27f +version: 4.6.1553599469.57d6b3ca +mtime: 1553599469 +commit: 57d6b3caccb845d981aa55fc8aa9703e4a26a749 diff --git a/openQA.spec b/openQA.spec index b79a326..93cec1d 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.1552567428.80082fe5 +Version: 4.6.1553599469.57d6b3ca Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -54,13 +54,13 @@ BuildRequires: os-autoinst BuildRequires: systemd # critical bug fix BuildRequires: perl(DBIx::Class) >= 0.082801 -BuildRequires: perl(Minion) >= 9.02 +BuildRequires: perl(Minion) >= 9.09 BuildRequires: perl(Mojo::RabbitMQ::Client) >= 0.2 BuildRequires: perl(Mojolicious) >= 7.92 BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36 BuildRequires: rubygem(sass) Requires: dbus-1 -Requires: perl(Minion) >= 9.02 +Requires: perl(Minion) >= 9.09 Requires: perl(Mojo::RabbitMQ::Client) >= 0.2 # needed for test suite Requires: git-core