forked from pool/openQA
Accepting request 601539 from devel:openQA:tested
Update to 4.5.1524586233.92db89bc OBS-URL: https://build.opensuse.org/request/show/601539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=18
This commit is contained in:
commit
b2b78703ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac48ee8c50af1ad4e806b82961dcd4e45138f9793949454e7f366fc5888614a3
|
||||
size 1486592
|
3
openQA-4.5.1524586233.92db89bc.tar.xz
Normal file
3
openQA-4.5.1524586233.92db89bc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af64a68ffe5c59869b3e6974534bd0fedaa7110b7e772a9c3e64db0d3a0c82d4
|
||||
size 1484692
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 16:10:51 UTC 2018 - coolo@suse.com
|
||||
|
||||
- Update to version 4.5.1524586233.92db89bc:
|
||||
* Add unzip-plain to AppArmor profile (#1629)
|
||||
* Use current SUSE Logo (#1626)
|
||||
* Avoid skipping dependencies when cloning jobs. (#1623)
|
||||
* Improve some details in t/ui/18-tests-details.t
|
||||
* Randomize GET /tests/99946#step/yast2_lan/1
|
||||
* Use usual prove flags on Travis as well
|
||||
* Hide failed modules on overview table for small screens
|
||||
* Fix positioning tooltips with Bootstrap 4 on overview page
|
||||
* Add Minion Link to navbar and move under admin
|
||||
* GRU: delete gru and deps on failure
|
||||
* Fix spacing of 'Build + Bars' rows on dashboard
|
||||
* Adjust padding and media break points for dashboard
|
||||
* Use exact same colors for cards/panels as before
|
||||
* Add unit test for job custom_module
|
||||
* Display GRU failure as job test module in openQA
|
||||
* Fix dropdown menus in fullscreen mode
|
||||
* Use full width in full screen mode
|
||||
* Make the gru service to be restarted on-failure
|
||||
* OpenQA::Task::* Die on fatal errors
|
||||
* Catch all tasks output also in case of error
|
||||
* Mark the jobs associated to the gru task incomplete in case of gru task failure
|
||||
* Adapt to new Minion::Job API introduced in Minion 9.0
|
||||
* Remove unused Data::Dumper import
|
||||
* Use Minion::Command::minion::job to get jobs list
|
||||
* Enable the Minion Admin interface under /minion
|
||||
* GRU/Minion: Take account of failures
|
||||
* Use gru enqueue in controllers and keep relation with minion jobs
|
||||
* Adapt test and fix leak of memory
|
||||
* Gru: get dsn from DBI for Minion
|
||||
* Move GRU tasks to Minion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 20 07:40:02 UTC 2018 - edigiacinto@suse.com
|
||||
|
||||
- Require Minion >= 9.02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 19 12:12:39 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -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(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)
|
||||
Name: openQA
|
||||
Version: 4.5.1524056562.74e334c1
|
||||
Version: 4.5.1524586233.92db89bc
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0+
|
||||
@ -53,10 +53,12 @@ BuildRequires: os-autoinst
|
||||
BuildRequires: systemd
|
||||
# critical bug fix
|
||||
BuildRequires: perl(DBIx::Class) >= 0.082801
|
||||
BuildRequires: perl(Minion) >= 9.02
|
||||
BuildRequires: perl(Mojolicious) >= 7.24
|
||||
BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36
|
||||
BuildRequires: rubygem(sass)
|
||||
Requires: dbus-1
|
||||
Requires: perl(Minion) >= 9.02
|
||||
# needed for test suite
|
||||
Requires: git-core
|
||||
Requires: openQA-client = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user