forked from pool/openQA
Accepting request 685186 from devel:openQA:tested
Update to 4.6.1552567428.80082fe5 4.6.1552567428.80082fe5 OBS-URL: https://build.opensuse.org/request/show/685186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=61
This commit is contained in:
commit
e8e126c650
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e5a50187fb0bfdefaea59cf1e81884d68d51655dbfb273b773e2e786acfc6e6
|
||||
size 9010189
|
3
openQA-4.6.1552567428.80082fe5.obscpio
Normal file
3
openQA-4.6.1552567428.80082fe5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bf706f4ecf36f57256a38aa6519d20696f1cddb157e5e51d4e24efff4d0a956
|
||||
size 9135117
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1552567428.80082fe5:
|
||||
* Test create and delete events for job templates
|
||||
* Unify schema access with a singleton method
|
||||
* Use route placeholder types whenever possible for cleaner routes
|
||||
* Add link to relevant documentation in the job group settings
|
||||
* Cache result of OpenQA::..::JobGroup::load_properties
|
||||
* Allow disabling bug carry over on job group level
|
||||
* Remove dead validation code and replace it with route placeholder types
|
||||
* Pass affected_rows correctly in openqa_jobtemplate_create
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 21:22:25 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1552406543.b3e49dcb
|
||||
Version: 4.6.1552567428.80082fe5
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 05:22:32 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1552567428.80082fe5:
|
||||
* Test create and delete events for job templates
|
||||
* Unify schema access with a singleton method
|
||||
* Use route placeholder types whenever possible for cleaner routes
|
||||
* Add link to relevant documentation in the job group settings
|
||||
* Cache result of OpenQA::..::JobGroup::load_properties
|
||||
* Allow disabling bug carry over on job group level
|
||||
* Remove dead validation code and replace it with route placeholder types
|
||||
* Pass affected_rows correctly in openqa_jobtemplate_create
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 21:22:25 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1552406543.b3e49dcb
|
||||
mtime: 1552406543
|
||||
commit: b3e49dcbbef83dcbf7d1ab5350fed4164f2138bb
|
||||
version: 4.6.1552567428.80082fe5
|
||||
mtime: 1552567428
|
||||
commit: 80082fe59678f121a20e5900b120c785a7c2d27f
|
||||
|
||||
|
@ -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.1552406543.b3e49dcb
|
||||
Version: 4.6.1552567428.80082fe5
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user