SHA256
1
0
forked from pool/openQA
openQA/openQA-test.changes

193 lines
9.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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
- Update to version 4.6.1530017682.0f384112:
* Allow 'assigned' state in fullstack.t (#1699)
* Move constants from Schema::Result::Jobs to a separate package (#1696)
* Remove leftovers of interacitve mode (#1697)
* Adapt fullstack test for the logging changes
* Adapt tests for the display of pid in the log in debug mode
* Print pids of processes in logs if log level is debug
* Avoid db locks on asset_lookup
* Treat the case when we could not update asset in critical section
* More protection for critical section in the cache
* Add other cache tests and more refactoring
* Try to bring coverage back
* Add locking test, and remove useless query in fullstack.t
* Reduce the critical section
* Avoid Perl 5.18 complain
* No need to import getcwd
* Do not run the cache test in parallel
* Reduce parallel processes for concurrency test to avoid travis to crash
* Wrap also toggle_asset_lock in lock_section
* Flip download = 0 from the same function used to toggle on/off
* Make the cache test more stable - add also option for stress test
* Add concurrent test for cache
* No need to init explictly anymore
* No need to export get_asset anymore
* Adapt cache and cache test to more OOP style
* Use transactions and wrap rollbacks in eval calls for further debug. Also enable exclusive transaction in toggle_asset_lock
* Fix wrapping of parser results (#1695)
-------------------------------------------------------------------
Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com
- Update to version 4.6.1529433451.a70c6e82:
* Remove running_or_waiting method
* Remove waiting state that was leftover from 5e65496f
* Ensure proxy is connected to os-autoinst in devel test
* Allow status as a ws_proxy command
* Make waiting for paused more robust against disconnects
* Remove unused parameter in wait_for_developer_console_contains_log_message
* Let the web socket console automatically reconnect
* Ensure ws connection won't timeout in fullstack tests
* Improve check for developer console in fullstack test
* Remove link to developer console
* Use docker image from OBS (#1685)
* Let tmpfiles.d create the mount point "share" (#1689)
* Add basic barrier documentation
* Improve documentation about mutexes
* Remove $isodir from Utils (only used in tests)
* Remove /tests/X/iso route
* Remove hdddir and otherdir from Utils
* Fix waiting for development session
* Don't fake D-Bus when running the devel fullstack test
* Propagate os-autoinst URL from worker to web UI
* Fix CSS for developer console
* Fix path for liveviewhandler in Apache config
* Adapt execution of developer test to latest changes
* Fix perl critic error
* Open the 2nd window/tab in devel mode test correctly
* Handle errors happening before dev session correctly
* Add unit test for developer mode
* Remove unneccassary D-bus env for livehandler
* Refactor live view handler to use regular methods
* developer console: Handle case when port is NaN
* Refactor full-stack.t and 33-developer_mode.t
* Add test for developer mode to Travis test matrix
* Add test for developer mode
* Workaround broken syntax highlighting of full-stack.t in Kate
* Allow to start Selenium driver directly via start_driver
* Improve passing parameter to OpenQA::Test::Database::create()
* Fix ID of developer session info
* Increase inactivity timeout for openqa-livehandler
* ws client: Broadcast messages to all JavaScript client
* ws proxy: Try/catch only JSON decoding
* Allow login as a 2nd administrator via fake auth
* Make logout accessible via regular GET
* Install service file for openqa-livehandler
* Use transaction to delete development session
* Move ws connection for developer session to its own service
* Keep track of developer session, limit to one session per job
* Validate commands before passing to os-autoinst
* Make the websocket proxy route basically work
* Allow to use websocket console for proxy route as well
* Add basic structure for developer mode web socket route
* Make fullstack test more verbose
* Prevent warning in fullstack test
* Test pausing and resuming jobs
* Add web socket console for isotovideo commands
* Display incomplete jobs in next&previous tab (#1682)
* Update documentation with NAT configuration using firewalld (#1683)
* Categorize UEFI PFLASH drives as HDD assets (#1684)
* Try caching
* Easier way to pass exit status from docker-tests
* Change message level when cgroups cannot be created (#1681)
* Fix typo in the travis.yml and fix the grep regular expression for the status checking (#1679)
* Adjust popover margin on audit log (#1678)
* Change from su to sudo in the docker image
* Docker shell scripts cleanup
* Allow where parameter for mutex unlocking (#1677)
* Documentation for running tests in docker
* Enable codecoverage
* Add support for os-autoinst
* Add DBUS support.
* Force user permissions 1000 to be compatible with opensuse
* Moved the DB from the host to the container
* First release of the dockerfile to create container to run unit and integration tests
* Remove job_set_running - as jobs are no longer waiting
* Remove job_set_waiting - jobs aren't WAITING anymore
* Remove current interactive mode
-------------------------------------------------------------------
Sat Jun 16 05:41:15 UTC 2018 - coolo@suse.com
- initial package