forked from pool/openQA
Offline generation of 4.5.1512626253.f8654aa3
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=52
This commit is contained in:
parent
ef068b532d
commit
f729f77ae6
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce866a49a57ad69f1010bff0d04157767c2a258e9f7ad38a77c6a6a0d5534f8c
|
||||
size 1197521
|
||||
oid sha256:a2edbd2fcd48005b906993918e9b3fea5a634c469a8ee3394c1e094d63c15849
|
||||
size 1196372
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ddc070bef6cc0e8bd029644943898e9730518d147e2184037f5a4e6f44095a9
|
||||
size 1433444
|
3
openQA-4.5.1512626253.f8654aa3.tar.xz
Normal file
3
openQA-4.5.1512626253.f8654aa3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6cddf839ab40dbeff98e82e04e499b916124bba7195f6f1ef5c8f269f3eb21b
|
||||
size 1434388
|
@ -1,8 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 06 15:48:55 UTC 2017 - coolo@suse.com
|
||||
Thu Dec 07 12:23:27 UTC 2017 - coolo@suse.com
|
||||
|
||||
- Update to version 4.5.1512575160.8903fbbb:
|
||||
- Update to version 4.5.1512626253.f8654aa3:
|
||||
* Allow to query live data from api, adapt tests
|
||||
* Display additional information in the worker's table
|
||||
* Add panel and popover to show job detail
|
||||
* Make searchable field and fix DataTable loading
|
||||
* Add openqa-setup-db service that will create postgresql database (#1528)
|
||||
* Retrieve worker stats data
|
||||
* Do not query by default websocket server to display worker informations
|
||||
* Fix tests to expect new columns
|
||||
* Show size of assets exclusively kept by a group
|
||||
* Accumulate size of assets exclusively kept by a group
|
||||
|
@ -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)
|
||||
Name: openQA
|
||||
Version: 4.5.1512575160.8903fbbb
|
||||
Version: 4.5.1512626253.f8654aa3
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0+
|
||||
@ -77,6 +77,7 @@ Recommends: apache2
|
||||
Recommends: apparmor-profiles
|
||||
Recommends: apparmor-utils
|
||||
Recommends: logrotate
|
||||
BuildRequires: postgresql-server
|
||||
BuildArch: noarch
|
||||
ExcludeArch: i586
|
||||
%{?systemd_requires}
|
||||
@ -84,7 +85,6 @@ ExcludeArch: i586
|
||||
BuildRequires: chromedriver
|
||||
BuildRequires: chromium
|
||||
BuildRequires: perl-App-cpanminus
|
||||
BuildRequires: postgresql-server
|
||||
BuildRequires: perl(DBD::SQLite)
|
||||
BuildRequires: perl(Mojo::RabbitMQ::Client)
|
||||
BuildRequires: perl(Perl::Critic)
|
||||
|
Loading…
Reference in New Issue
Block a user