forked from pool/openQA
Accepting request 795916 from devel:openQA:tested
Update to 4.6.1587416201.4df4ad16d 4.6.1587416201.4df4ad16d 4.6.1587416201.4df4ad16d 4.6.1587416201.4df4ad16d 4.6.1587416201.4df4ad16d OBS-URL: https://build.opensuse.org/request/show/795916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=144
This commit is contained in:
commit
5559fbc7f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96f5ce6092fb43cb1e49662980f556323a62c8b555de2476775bc042f7897124
|
||||
size 11764749
|
3
openQA-4.6.1587416201.4df4ad16d.obscpio
Normal file
3
openQA-4.6.1587416201.4df4ad16d.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f53a27950858c04782ea0ec6b641e3f8edb30a5f72f87290dbd13d78df4d5e0
|
||||
size 11772429
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1586954096.7160d88d9
|
||||
Version: 4.6.1587416201.4df4ad16d
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1586954096.7160d88d9
|
||||
Version: 4.6.1587416201.4df4ad16d
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1586954096.7160d88d9
|
||||
Version: 4.6.1587416201.4df4ad16d
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-worker
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1586954096.7160d88d9
|
||||
Version: 4.6.1587416201.4df4ad16d
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 20:57:04 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1587416201.4df4ad16d:
|
||||
* Fix load_templates --clean to wipe more than one entry per table
|
||||
* Partially revert t/ui/13-admin.t change
|
||||
* Fix missing import 'log_error' in WebAPI::Controller::Running
|
||||
* t: Stabilize ui/15-admin-workers.t
|
||||
* t: Stabilize ui/27-plugin_obs_rsync_status_details.t
|
||||
* t: Stabilize ui/13-admin.t
|
||||
* t: Stabilize ui/10-tests_overview.t
|
||||
* Remove duplicated line in CSS file
|
||||
* Revert "Extract duplicated code from generating job settings"
|
||||
* tools: Improve output of retry
|
||||
* t: Cleanup nonsensical notes and steps in ui/06-operator_links.t
|
||||
* t: Turn comments of 06-operator_links into explicit test notes
|
||||
* Delete obsolete reference to phantomjs
|
||||
* t: Delete obsolete FIXME
|
||||
* t: Stabilize ui tests waiting for ajax
|
||||
* t: Stabilize ui/14-dashboard-parents.t waiting for build results
|
||||
* t: Use descriptive string in wait_for_ajax rather than comment
|
||||
* Add output of each try in tools/retry
|
||||
* t: Replace busy-loop with small-interval sleep in 25-cache-service.t
|
||||
* t: Make test messages in 25-cache-service.t unambiguous
|
||||
* t: Speedup 25-cache-service.t
|
||||
* Extract method do_asset_caching for easier testing
|
||||
* t: Fix instabilities in ui/01-list.t on accessing /tests
|
||||
* Validate parameter passed to comment API routes
|
||||
* Validate parameters passed to Worker API routes
|
||||
* Cover asset_caching by tests
|
||||
* Pick up extended reason from state file if available
|
||||
* Use Mojo::File correctly in OpenQA::Client::Archive
|
||||
* Fix --with-thumbnails option of client --archive feature
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 08:29:28 UTC 2020 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1586954096.7160d88d9
|
||||
mtime: 1586954096
|
||||
commit: 7160d88d931d9706ba1e55d66fd9f0ea5d9377b0
|
||||
version: 4.6.1587416201.4df4ad16d
|
||||
mtime: 1587416201
|
||||
commit: 4df4ad16d6c78bd073f35153885fe8efdb6eda65
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
||||
%define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1586954096.7160d88d9
|
||||
Version: 4.6.1587416201.4df4ad16d
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user