forked from pool/openQA
Accepting request 702642 from devel:openQA:tested
Update to 4.6.1557739992.f9fbeb06 4.6.1557739992.f9fbeb06 OBS-URL: https://build.opensuse.org/request/show/702642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=65
This commit is contained in:
commit
f598cb25cc
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56f081d4be3740a125982d357f59c2e392756c75242fc879279e58eb0e7eec9e
|
||||
size 1741269
|
||||
oid sha256:a2a9fcb564cf7f1b17be279cb04e7a942fbc81a6475c26a741d1ec6138f0d354
|
||||
size 1785921
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75321c047c004617e442b2fec0ce9862d26da8c0f4195e6996d652f51f318239
|
||||
size 9327117
|
3
openQA-4.6.1557739992.f9fbeb06.obscpio
Normal file
3
openQA-4.6.1557739992.f9fbeb06.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ea1e9475ff0b0033686d4fd46c0a36e61bf570cc6919514842908a5be2886c0
|
||||
size 9373709
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 12:07:50 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1557739992.f9fbeb06:
|
||||
* Avoid leaking GITHUB_TOKEN
|
||||
* Skip UEFI_PFLASH_VARS asset when UEFI is disabled
|
||||
* Add an own result jobs which exceeded the timeout
|
||||
* Split off git support into its own class
|
||||
* Adapt 13-admin.t to the new sorting-enabled tables
|
||||
* Fix remaining jshint warnings in admintable.js
|
||||
* Adjust sorting of admin tables so empty strings come last
|
||||
* Improve styling of help icon beside search box
|
||||
* Improve regex-enabled search of admin tables
|
||||
* Tweak sorting and filtering in admin data tables
|
||||
* Remove admin table code for column type settings
|
||||
* Make admin tables use DataTables correctly
|
||||
* Improve code for settings expansion
|
||||
* Move job settings expansion to its own module
|
||||
* Use CodeMirror with YAML editor
|
||||
* Inherit specified settings when create job with 'Jobs post'
|
||||
* Show an error message in the editor if the group changed
|
||||
* Clean up 08-jobtemplates.t
|
||||
* Do not add new testsuites when importing job templates
|
||||
* Add YAML-based template editor UI
|
||||
* Add non-trivial test suites to exercise YAML validation
|
||||
* Import of job template specification from YAML
|
||||
* Support click_point in needle editor controller code
|
||||
* Fix issues reported by jshint in shapes.js
|
||||
* Test adding/removing a click point
|
||||
* Allow only one click point per needle
|
||||
* Allow adding click coordinates in the needle editor
|
||||
* Improve JSON parse errors in openqa-clone-custom-git-refspec
|
||||
* Retry after rsync exits with status 24
|
||||
* Add non-fatal messages during scheduling to results
|
||||
* Allow authenticated calls to the github api
|
||||
* Remove deprecated qemu-kvm and use qemu-arm, qemu-ppc and qemu-x86 instead
|
||||
* apparmor: rk permission on hdd contents
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 14:34:07 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1555478309.f6dfdd9b
|
||||
Version: 4.6.1557739992.f9fbeb06
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 12:07:50 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1557739992.f9fbeb06:
|
||||
* Avoid leaking GITHUB_TOKEN
|
||||
* Skip UEFI_PFLASH_VARS asset when UEFI is disabled
|
||||
* Add an own result jobs which exceeded the timeout
|
||||
* Split off git support into its own class
|
||||
* Adapt 13-admin.t to the new sorting-enabled tables
|
||||
* Fix remaining jshint warnings in admintable.js
|
||||
* Adjust sorting of admin tables so empty strings come last
|
||||
* Improve styling of help icon beside search box
|
||||
* Improve regex-enabled search of admin tables
|
||||
* Tweak sorting and filtering in admin data tables
|
||||
* Remove admin table code for column type settings
|
||||
* Make admin tables use DataTables correctly
|
||||
* Improve code for settings expansion
|
||||
* Move job settings expansion to its own module
|
||||
* Use CodeMirror with YAML editor
|
||||
* Inherit specified settings when create job with 'Jobs post'
|
||||
* Show an error message in the editor if the group changed
|
||||
* Clean up 08-jobtemplates.t
|
||||
* Do not add new testsuites when importing job templates
|
||||
* Add YAML-based template editor UI
|
||||
* Add non-trivial test suites to exercise YAML validation
|
||||
* Import of job template specification from YAML
|
||||
* Support click_point in needle editor controller code
|
||||
* Fix issues reported by jshint in shapes.js
|
||||
* Test adding/removing a click point
|
||||
* Allow only one click point per needle
|
||||
* Allow adding click coordinates in the needle editor
|
||||
* Improve JSON parse errors in openqa-clone-custom-git-refspec
|
||||
* Retry after rsync exits with status 24
|
||||
* Add non-fatal messages during scheduling to results
|
||||
* Allow authenticated calls to the github api
|
||||
* Remove deprecated qemu-kvm and use qemu-arm, qemu-ppc and qemu-x86 instead
|
||||
* apparmor: rk permission on hdd contents
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 14:34:07 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1555478309.f6dfdd9b
|
||||
mtime: 1555478309
|
||||
commit: f6dfdd9b3e8e359f0364cfedfc3c806030f47073
|
||||
version: 4.6.1557739992.f9fbeb06
|
||||
mtime: 1557739992
|
||||
commit: f9fbeb0606a433a894c08b55f33d12bd2ed8ca88
|
||||
|
||||
|
@ -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.1555478309.f6dfdd9b
|
||||
Version: 4.6.1557739992.f9fbeb06
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user