SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1531161673.f7fc21dd

4.6.1531161673.f7fc21dd

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=114
This commit is contained in:
Oliver Kurz 2018-07-10 13:39:59 +00:00 committed by Git OBS Bridge
parent 03191a6a27
commit 89b8fddab6
7 changed files with 162 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7af385b27c16def5e30b6dbf9de57b5afd21506f67a27ba389e891f97123ca37
size 8893453

View File

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

View File

@ -1,3 +1,80 @@
-------------------------------------------------------------------
Tue Jul 10 13:39:38 UTC 2018 - coolo@suse.com
- Update to version 4.6.1531161673.f7fc21dd:
* Remove docker-tests during install
* Don't display blocked jobs as scheduled
* Make registering assets transactional (#1711)
* docs: Add note on sending new lines to a serial terminal (#1714)
* clone_job: Make _GROUP and _GROUP_ID override each other (#1716)
* Add blocked_by to jobs - calculated on job changes
* WIP: Move commands to run docker tests to separate script
* Make parser test less verbose
* Make error messages in setup_share_dir more specific
* Allow to use a custom os-autoinst checkout
* Remove print() leftover from debugging
* ws proxy: Add tx after last client-specific error handled
* Don't fail full-stack.t when already assigned
* Prevent use of global variables in LiveViewHandler.pm
* Make developer mode accessible to operators (#1707)
* needle editor: Assign new background image instantly
* developer mode: Show only modules which are still ahead
* Adjust overflow behavior of dashboard progress bars
* Use _GROUP_ID in clone_job.pl
* Refactor test code for jobs post
* Test specifying group by ID on jobs post
* live view: Connect to ws server when testStatus.running is set
* Fix bugs in form controls for devel mode
* Show developer mode form only when connected via web sockets
* Fix help popover in developer panel
* devel mode: Handle case when module list still unknown
* Never assume it is the own devel session when not logged in
* Don't update developer mode controls until confirmed
* Rephrase to avoid 'developer session'
* Make full-stack test more stable (#1701)
* Replace 'opened by' with 'owned by'
* Prevent resetting the module to pause at on page load
* Show link to ws console only in development mode
* Remove useless debug printing in live view handler
* Don't use Test::MockModule::redefine()
* Improve error handling of livehandler daemon
* Test UI controls also in developer fullstack test
* Cancel job when quitting the developer session
* Don't quit developer session when disconnecting from os-autoinst
* Add tests for developer UI controls
* Fix importing determine_web_ui_web_socket_url
* Start developer session via submit button
* Set status code when finishing ws connections
* Avoid using Mojo::IOLoop->one_tick() in developer unit tests
* Adapt to removal of waiting state
* Fix style issues mentioned by @foursixnine in review
* Extend unit tests for status-only route
* Fix broken HTML on test details page
* Check that VNC instructions are shown when test is paused
* Document variables for developer mode
* Hide entire developer panel when test not running
* Adapt existing developer test to UI changes
* Update module select for devel mode like modules under details
* Handle reconnects in the client
* Notify clients about removed sessions as well
* Keep track of status-only and devel ws tx separately
* Show VNC instruction only for running jobs
* Pick the right route (either developer session or status only)
* Add UI controls for developer session
* Move methods to build proxy url to OpenQA::Utils
* Remove deprecated ui test
* Allow developer-instructions to be modified by status updates
* Add status route to websocket proxy
* Fix typos
* Connect via livehandler proxy to isotovideo to get updates
* Update service file for livehandler service
* Remove unnecesary options for livehandler service
* Update instructions
* Expose VNC port to developer
* Add UI controls for developer session
* Fix formatting of Contributing.asciidoc
* Document running UI tests with Docker in non-headless mode
-------------------------------------------------------------------
Tue Jun 26 12:54:52 UTC 2018 - coolo@suse.com

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1530017682.0f384112
Version: 4.6.1531161673.f7fc21dd
Release: 0
Summary: Test package for openQA
License: GPL-2.0+

View File

@ -1,3 +1,80 @@
-------------------------------------------------------------------
Tue Jul 10 13:39:38 UTC 2018 - coolo@suse.com
- Update to version 4.6.1531161673.f7fc21dd:
* Remove docker-tests during install
* Don't display blocked jobs as scheduled
* Make registering assets transactional (#1711)
* docs: Add note on sending new lines to a serial terminal (#1714)
* clone_job: Make _GROUP and _GROUP_ID override each other (#1716)
* Add blocked_by to jobs - calculated on job changes
* WIP: Move commands to run docker tests to separate script
* Make parser test less verbose
* Make error messages in setup_share_dir more specific
* Allow to use a custom os-autoinst checkout
* Remove print() leftover from debugging
* ws proxy: Add tx after last client-specific error handled
* Don't fail full-stack.t when already assigned
* Prevent use of global variables in LiveViewHandler.pm
* Make developer mode accessible to operators (#1707)
* needle editor: Assign new background image instantly
* developer mode: Show only modules which are still ahead
* Adjust overflow behavior of dashboard progress bars
* Use _GROUP_ID in clone_job.pl
* Refactor test code for jobs post
* Test specifying group by ID on jobs post
* live view: Connect to ws server when testStatus.running is set
* Fix bugs in form controls for devel mode
* Show developer mode form only when connected via web sockets
* Fix help popover in developer panel
* devel mode: Handle case when module list still unknown
* Never assume it is the own devel session when not logged in
* Don't update developer mode controls until confirmed
* Rephrase to avoid 'developer session'
* Make full-stack test more stable (#1701)
* Replace 'opened by' with 'owned by'
* Prevent resetting the module to pause at on page load
* Show link to ws console only in development mode
* Remove useless debug printing in live view handler
* Don't use Test::MockModule::redefine()
* Improve error handling of livehandler daemon
* Test UI controls also in developer fullstack test
* Cancel job when quitting the developer session
* Don't quit developer session when disconnecting from os-autoinst
* Add tests for developer UI controls
* Fix importing determine_web_ui_web_socket_url
* Start developer session via submit button
* Set status code when finishing ws connections
* Avoid using Mojo::IOLoop->one_tick() in developer unit tests
* Adapt to removal of waiting state
* Fix style issues mentioned by @foursixnine in review
* Extend unit tests for status-only route
* Fix broken HTML on test details page
* Check that VNC instructions are shown when test is paused
* Document variables for developer mode
* Hide entire developer panel when test not running
* Adapt existing developer test to UI changes
* Update module select for devel mode like modules under details
* Handle reconnects in the client
* Notify clients about removed sessions as well
* Keep track of status-only and devel ws tx separately
* Show VNC instruction only for running jobs
* Pick the right route (either developer session or status only)
* Add UI controls for developer session
* Move methods to build proxy url to OpenQA::Utils
* Remove deprecated ui test
* Allow developer-instructions to be modified by status updates
* Add status route to websocket proxy
* Fix typos
* Connect via livehandler proxy to isotovideo to get updates
* Update service file for livehandler service
* Remove unnecesary options for livehandler service
* Update instructions
* Expose VNC port to developer
* Add UI controls for developer session
* Fix formatting of Contributing.asciidoc
* Document running UI tests with Docker in non-headless mode
-------------------------------------------------------------------
Tue Jun 26 12:54:52 UTC 2018 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1530017682.0f384112
mtime: 1530017682
commit: 0f3841128ab61c427196a859bbe9c6592afd35bc
version: 4.6.1531161673.f7fc21dd
mtime: 1531161673
commit: f7fc21dd05875ad39857e36f4650ec13c086bde6

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)
Name: openQA
Version: 4.6.1530017682.0f384112
Version: 4.6.1531161673.f7fc21dd
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0+