SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1545406149.53968c1e

4.6.1545406149.53968c1e

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=152
This commit is contained in:
Oliver Kurz 2018-12-22 13:41:36 +00:00 committed by Git OBS Bridge
parent 62e118dbf4
commit c638871cc5
7 changed files with 68 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48427ed91647a6aa7ab8d4acc167a1a9e9622677936b01792b47f0b6ae881929
size 10120717

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62fb79a12d277f0bc9f02fcdf8b417d7a8e586f4ead3159a5fab378e5970ac92
size 10254861

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Dec 22 13:41:18 UTC 2018 - coolo@suse.com
- Update to version 4.6.1545406149.53968c1e:
* Activate strict and warnings for all tests and do not use indirect object syntax
* Add tool to bootstrap openQA with only one command
* Fix comments and reference the usage messages of the minion job/worker commands in usage messages
* Test setting last needle update
* Add examples for run and list commands
* Add Minion tests and make the run command a subclass of the worker command
* Use better variable names in t/21-needles.t
* Prevent wrong 'New needle ...' notifications in needle editor
* Rename Docker-related targets and scripts
* Improve documentation about running tests without Docker
* Remove obsolete docker/testing
* Improve documentation regarding Docker
* Use --oneshot to make it more obvious what is happening
* Improve job restart
* Allow submitting margin and match level via return key
* Hide tooltips when hiding developer mode elements
* Remove 'Cancel job' button from developer mode
* Reuse many more parts of Minion for Gru
* Add a new OpenQA::WebAPI::Command namespace so there is no need for hidden classes in plugins
-------------------------------------------------------------------
Thu Dec 20 05:41:42 UTC 2018 - coolo@suse.com

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1545230885.56b79eeb
Version: 4.6.1545406149.53968c1e
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Dec 22 13:41:18 UTC 2018 - coolo@suse.com
- Update to version 4.6.1545406149.53968c1e:
* Activate strict and warnings for all tests and do not use indirect object syntax
* Add tool to bootstrap openQA with only one command
* Fix comments and reference the usage messages of the minion job/worker commands in usage messages
* Test setting last needle update
* Add examples for run and list commands
* Add Minion tests and make the run command a subclass of the worker command
* Use better variable names in t/21-needles.t
* Prevent wrong 'New needle ...' notifications in needle editor
* Rename Docker-related targets and scripts
* Improve documentation about running tests without Docker
* Remove obsolete docker/testing
* Improve documentation regarding Docker
* Use --oneshot to make it more obvious what is happening
* Improve job restart
* Allow submitting margin and match level via return key
* Hide tooltips when hiding developer mode elements
* Remove 'Cancel job' button from developer mode
* Reuse many more parts of Minion for Gru
* Add a new OpenQA::WebAPI::Command namespace so there is no need for hidden classes in plugins
-------------------------------------------------------------------
Thu Dec 20 05:41:42 UTC 2018 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1545230885.56b79eeb
mtime: 1545230885
commit: 56b79eeb1e69d773b195f84e94bbd6bef0dfb40c
version: 4.6.1545406149.53968c1e
mtime: 1545406149
commit: 53968c1e1147da6f32767328340dc559b2ffdd00

View File

@ -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) perl(Mojo::SQLite) perl(Minion::Backend::SQLite)
Name: openQA
Version: 4.6.1545230885.56b79eeb
Version: 4.6.1545406149.53968c1e
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -192,6 +192,14 @@ Supplements: packageand(%name:postgresql-server)
You only need this package if you have a local postgresql server
next to the webui.
%package bootstrap
Summary: Automated openQA setup
Group: Development/Tools/Other
%description bootstrap
This can automatically setup openQA - either directly on your system
or within a systemd-nspawn container.
%package doc
Summary: The openQA documentation
Group: Development/Tools/Other
@ -480,4 +488,8 @@ fi
%files local-db
%{_unitdir}/openqa-setup-db.service
%files bootstrap
%{_datadir}/openqa/script/openqa-bootstrap
%{_datadir}/openqa/script/openqa-bootstrap-container
%changelog