forked from pool/openQA
bc3a4de4fc
4.6.1544166689.47296c23 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=138
706 lines
34 KiB
Plaintext
706 lines
34 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Dec 07 09:40:53 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1544166689.47296c23:
|
|
* Disable INSTALL_FROM_CPAN by default (#1863)
|
|
* Don't leave a limit_assets task hanging after 14-grutasks.t (#1882)
|
|
* Do not require perlcritic on sle-12 (#1910)
|
|
* When detecting asset keys, don't use the _URL form for ASSET (#1907)
|
|
* Add Perl::Critic::Freenode to the test container (#1906)
|
|
* Fix devel fullstack mode test
|
|
* Make devel fullstack test more verbose
|
|
* openQA.spec: Add missing runtime requirement for client (#1905)
|
|
* doc: Mention select_serial_terminal() in serial terminal doc
|
|
* Test rendering external table
|
|
* Don't show categories in table for external results
|
|
* Add filter for external results table
|
|
* Use circle to display results in external table
|
|
* Add separate table for external results from parser
|
|
* Move logic for test detail steps from view into controller
|
|
* Fedmsg: use Python 3 logger command
|
|
* Extend documentation on the developer mode panel
|
|
* Add WORKER_HOSTNAME to workers.ini template
|
|
* Document re-needling workflow
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 03 10:10:38 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1543830229.359b5dd9:
|
|
* Add Perl::Critic::Freenode to openQA.spec
|
|
* Use Perl::Critic::Freenode to determine good coding style
|
|
* Make all modules pass Perl::Critic::Freenode with severity level 4 (stern)
|
|
* Activate strict and warnings consistently for all modules
|
|
* Fix network dependency for cache service
|
|
* Remove DEBUG and LOGDIR environment variables and change cache services to use the test mode
|
|
* Test skipping timeout in developer fullstack test
|
|
* devel fullstack test: Don't fail if renamed needles already there
|
|
* devel mode: Allow to skip assert/check_screen timeout
|
|
* Remove srand workaround that does nothing anymore since Mojolicious 5.76 (2015)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 28 11:53:44 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1543400978.50e006bc:
|
|
* Fix worker-cacheservice failing on startup due to no network
|
|
* docs: Extend development tricks with dynamic test override
|
|
* Fix typo in installation documentation
|
|
* Replace Mojolicious::Commands with Mojo::Server::Daemon in test modules, make sure all test modules use strict, and fix a few issues caused by not using strict before
|
|
* Restart openqa-worker-cacheservice on failure
|
|
* Allow caching of externally downloaded assets
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 26 21:40:33 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1543249675.02bb8eff:
|
|
* Exit worker with non-zero return code in error cases
|
|
* Do not import from_json, there is already an inherited method with the same name
|
|
* Add comments to point at Mojo::JSON being used to set up booleans
|
|
* Debug 25-cache-service.t
|
|
* Make perltidy happy
|
|
* Convert a few cases back to Cpanel::JSON::XS that require special configurations (mostly for tests, but there might be underlying protocol requirements too)
|
|
* Document steps to debug developer mode setup
|
|
* Convert most uses of Cpanel::JSON::XS to Mojo::JSON, which will take care of using an optimized encoder and avoiding boolean warnings
|
|
* Use fixed header for test result overview table
|
|
* Check for JavaScript errors while waiting for result panel
|
|
* Prevent selenium test to accidentally click on the VNC notice
|
|
* Move note about VNC into developer panel
|
|
* Update existing unique flash messages
|
|
* Expand devel controls by default if paused and owning the session (#1880)
|
|
* Add rsync BuildRequires and Recommends to RPM spec (#1881)
|
|
* Add a new is_admin_js helper to generate JavaScript booleans for use in templates
|
|
* Add a test for browsing the admin pages in readonly mode
|
|
* Use OPENQA_TEST_IPC in developer mode unit test (#1868)
|
|
* Add test to check link for entire build
|
|
* Add link to test results for multiple job grops
|
|
* Call _reschedule after schedule concluded
|
|
* Remove unused variable $force in _reschedule()
|
|
* Fix comment in scheduler code
|
|
* Fix various uses of the is_admin helper in templates to generate JavaScript that resulted in empty lists, because the helper returns a Perl boolean value instead of a JavaScript boolean
|
|
* Revert "Fix deprecation warnings regarding Mojo::Transaction::error"
|
|
* Fix line break in failed module box
|
|
* Fix formatting
|
|
* Fix deprecation warnings regarding Mojo::Transaction::error
|
|
* Combine multiple distri/version/flavor/build filter with logical or
|
|
* Fix filter for architecture
|
|
* Upload video timestamp file when it exists (#1873)
|
|
* Fix formatting
|
|
* Use Mojo::File::slurp in check_tabmode
|
|
* Improve error handling of Step controller
|
|
* Handle `app` and `tx` attributes of Controller being weakened
|
|
* Do not check group name by dragging group
|
|
* Minor fixes for WritingTests doc (#1865)
|
|
* Add 2 new dependencies to the travis container: (#1864)
|
|
* Update all uses of Mojo::Transaction::success to their Mojolicious 8.06 equivalent
|
|
* Fix a few new uses of tempdir
|
|
* Fix various incorrect uses of Mojo::File::tempdir
|
|
* docs: Extend definition of *softfailed* to "known issues" (#1837)
|
|
* Refuse updating job group name with empty or blank (#1844)
|
|
* Apparmor: Add /dev/hugepages (#1857)
|
|
* Fix broken in section of inter machine dependencies (#1859)
|
|
* Wrap up and polish
|
|
* Do not use wantarray in GRU's enqueue()
|
|
* Update POD OpenQA::Worker::Cache::Client's SYNOPSIS
|
|
* Avoid to race to get available minion workers
|
|
* Drop PID from log
|
|
* Move Minion workers under a single service
|
|
* Cleanup
|
|
* Fix typo
|
|
* Adapt gru tests
|
|
* Generate same lock for asset/host in the request object
|
|
* Fix rsync output in minion task
|
|
* Refactor and update Documentation
|
|
* Use the cache service to perform rsync tests caching
|
|
* Create Minion task for rsync execution
|
|
* Use the host folder to cache tests/needles
|
|
* Do not check if child is running if it's not there
|
|
* Reduce the lock expiration time
|
|
* Trim spaces from left and right in assets name
|
|
* Hold the db handle during transactions
|
|
* Add test for Minion task registration and execution
|
|
* specfile: DBD-SQLite needs to be > 1.51, required by Minion::Backend::SQLite
|
|
* Add tests and cover also subprocess execution
|
|
* Add function to generate session token
|
|
* Read and set limit from config file, defaults to 50GB
|
|
* Makefile: install Worker Cache Service systemd unit
|
|
* Add POD for Cache Service and extend docs/Installing.asciidoc
|
|
* Add service file and adapt openQA.spec
|
|
* Avoid useless quotes on hash key
|
|
* Debug - adapt compile-check-all
|
|
* Address to PR comments - also add test for checking output in cache-service.t
|
|
* Drop unused function
|
|
* Write cache output into os-autoinst log
|
|
* Make possible to retrieve cache output
|
|
* Add debug messages while enqueuing download
|
|
* Asset path needs to be a string for vars
|
|
* Make dequeue and status post
|
|
* Adapt fullstack to cache path change
|
|
* Extract domain parsing to _base_url and use it also in the client to resolve asset path
|
|
* Adapt tests
|
|
* Get the cache path right
|
|
* Incomplete job if cache service is down
|
|
* tests: Wait also for worker minion in fullstack
|
|
* Use defaults in isotovideo engine
|
|
* Update defaults and remove protoyped function from Cache::Client
|
|
* tests: Add test for available_workers()
|
|
* Add available_workers() to Cache::Client
|
|
* Fullstack: move sqlite cache check up
|
|
* Cache: make retry() return always the response object
|
|
* Fullstack: Wait cache to be ready
|
|
* Adapt tests and utils
|
|
* Drop unneeded default
|
|
* Use OpenQA::Worker::Client inside the cache task
|
|
* Start to adapt fullstack test
|
|
* Adapt to PBP
|
|
* Add dep on Minion::Backend::SQLite
|
|
* Move common testing functions to Test::Utils as they will be reused also in fullstack test
|
|
* Add Mojo::SQLite dependency
|
|
* Use the Cache service within the worker
|
|
* Add accessors to retrieve asset path and check if exists
|
|
* Remove unneded log line and cleanup check_limits()
|
|
* Finishing porting the Cache.pm code to Mojo::SQLite
|
|
* Rework cleanup strategy, avoid endless loops - update etag fails now
|
|
* Use Minion Admin plugin with the cache service
|
|
* Drop downloading, Cache.pm now records just etag and size
|
|
* Use Devel::Cover in cache-service tests to enhance coverage
|
|
* Adapt cache tests - still fails on size calculation
|
|
* Move Cache.pm code to Mojo::SQLite
|
|
* Add dequeue() and tests for it
|
|
* Fix and test enqueued tasks
|
|
* Do not use list_jobs from Minion to gather statuses, causes races
|
|
* Add default usage tests and use minion lock to detect if it's in use
|
|
* Fix test copyright header
|
|
* Add standard client usage
|
|
* Add Cache service client
|
|
* Do not lock anymore on assets
|
|
* Add test for cache service
|
|
* Add script to start cache service
|
|
* Create separate class for Minion Server and worker
|
|
* Do not log an error when trying to unlink an nonexisting file (#1854)
|
|
* Prevent filter on test overview to reveal old jobs
|
|
* Allow to create dependency for jobs on different machines
|
|
* Test that filtering overview does not reveal old jobs
|
|
* Add dependency for test in os-autoinst (#1851)
|
|
* Handle skipped test result in IPA parser
|
|
* Show bug title on mouseover
|
|
* Fix job templates JavaScript
|
|
* Fix typo in networking documentation
|
|
* Regenerate docs
|
|
* devel mode: Suppress connection errors if no module running
|
|
* Make 13-admin.t more verbose in case of failure
|
|
* Use $LEAP_VERSION in documentation consistently
|
|
* Use 'not yet' instead of 'never started' on /admin/workers/X (#1841)
|
|
* Extend unit tests for developer mode UI
|
|
* Don't replace preview container when updating results
|
|
* Load new test details when paused in the middle of module
|
|
* Add START_AFTER_TEST/PARALLEL_WITH to dep graph tooltip (#1840)
|
|
* Allow to scroll up and down using arrow keys on test details (#1842)
|
|
* Fix testhelper wait_for_session_info
|
|
* Lazy-initialize devel mode when switching to live view tab
|
|
* Make 'can't remove ...' warnings debug messages (#1836)
|
|
* Create new db schema version
|
|
* Add tests for test module flags
|
|
* Add special icon for the always rollback flag
|
|
* Add always_rollback flag description
|
|
* Add regex filter for admin tables (#1831)
|
|
* Simplify Schema::Result::Jobs::running_modinfo
|
|
* Test progress bars on /tests
|
|
* Fix progress bars on /tests
|
|
* Fix prio field in /tests and add a test for it (#1834)
|
|
* Hide cloned jobs from job dependency graph (#1833)
|
|
* Add route to poll stats of running and scheduled jobs (#1829)
|
|
* Allow softfail and softfailed as step result
|
|
* Prevent rendering undef/refs as resborder
|
|
* Move errors regarding developer mode into the devel panel (#1830)
|
|
* Test error handling of status/image/progress upload
|
|
* Recompute asset status after cleanup for /admin/assets
|
|
* Fix misleading error message on non-UEFI jobs (#1825)
|
|
* Save asset status cache under /var/lib/openqa/webui/cache
|
|
* Don't serve assets table while cleanup is ongoing
|
|
* Update apparmor profile for current Tumbleweed for x86 workers (#1827)
|
|
* worker: Stop job if considered dead by the web UI (2)
|
|
* worker: Stop job if considered dead by the web UI (#1824)
|
|
* Prevent multiple limit_assets tasks to run in parallel
|
|
* Spawn limit_assets task in a consistent way
|
|
* Polish a few details on the /admin/assets table
|
|
* Allow to trigger asset cleanup task on /admin/assets
|
|
* Prevent warning when rendering assigned jobs on 'All tests' page (#1823)
|
|
* Fix issues noted by jshint
|
|
* Make displaying assets by group faster
|
|
* Set asset table width to 100%
|
|
* Show last update of assets table
|
|
* Improve speed of /admin/assets
|
|
* Fix dependencies of openQA-client package (#1819)
|
|
* Use less-ugly gravatar icons already used in OBS and progress (#1822)
|
|
* Fix padding of tabs in testresults
|
|
* Polish code for dependency graph
|
|
* Clean CSS
|
|
* Ensure filter icon and last tab button don't overlap
|
|
* Add help text to dependency graph
|
|
* Rename part_of_cluster to has_dependencies
|
|
* Remove old dependency table
|
|
* Test dependency graph
|
|
* Improve appearance of dependency graph
|
|
* Compute cluster for dependency graph
|
|
* Fix clipping and alignment of dependency graph
|
|
* Make dependency graph a bit more fancy
|
|
* Display dependency graph using dagre-d3
|
|
* Handle logging errors (#1815)
|
|
* Use italic font to display default prio (#1818)
|
|
* Fix openQA-client package for openSUSE (#1816)
|
|
* Stop worker when an unhandled exception occurs (#1809)
|
|
* Limit new needles sent to os-autoinst on resume to 100
|
|
* Use Mojo::File in t/ui/07-file.t
|
|
* Add 'perl(File::Touch)' to Dockerfile
|
|
* Test needle download
|
|
* Allow command server to download new needles on resume
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 03 06:37:58 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1538413557.f9e2a131:
|
|
* Adapt tests to logging behavior of Mojolicious 8 (#1814)
|
|
* Use transaction when computing the asset status
|
|
* Make only cleanup fail on inconsistent asset status
|
|
* Print max job when detecting ongoing scheduling during cleanup
|
|
* Fix removal of scheduling assets
|
|
* Document asset cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 29 18:38:25 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1538057874.2d8d0618:
|
|
* Update AppArmor profile for Leap 15.0 (#1810)
|
|
* Allow overwriting job priority when posting isos (#1807)
|
|
* Dump the JSON templates as ascii
|
|
* Fix jobs fixtures
|
|
* Increase debugging information in asset removal
|
|
* Round the remaining days to make tests less blinky
|
|
* Fix wrongly assigned states in existing data
|
|
* Prevent setting the state to SKIPPED
|
|
* Test whether t_finished is assigned when setting a final job state
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 26 06:38:31 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1537939546.7aa7ed58:
|
|
* all tests page: Fix parameter passing for timestamp rendering (#1806)
|
|
* Make asset cleanup more verbose (#1803)
|
|
* Fix 'last_match' param of AJAX route for needle table (#1802)
|
|
* Use AJAX for all tables on /tests
|
|
* Don't pre-compute IDs for finished jobs when loading HTML
|
|
* Optimize all tests page
|
|
* doc: remove mention of openQA-devel package (#1800)
|
|
* Make sure multimachine jobs get a worker eventually
|
|
* Some code restructing in the scheduler function
|
|
* Delete empty settings in clone job
|
|
* Display progress bar when downloading asset
|
|
* Cache infos about scheduled jobs
|
|
* Limit logs and results for groupless jobs (#1798)
|
|
* Release job networks more often (#1795)
|
|
* Fix removal of untracked assets (#1796)
|
|
* Enable the scheduler on updates (and the webui is enabled) (#1785)
|
|
* docs: Write Leap installation repo in more timeless way (#1791)
|
|
* Run inserting screenshots in a transaction (#1792)
|
|
* Update AppArmor profile to allow worker to use cgroups
|
|
* Set specific slice for worker service
|
|
* Better detect of systemd slice
|
|
* Inform worker about devel session to reduce posting status info (#1789)
|
|
* Correct typo (#1790)
|
|
* Require RabbitMQ::Client 0.2
|
|
* Make AMQP sending less fragile
|
|
* Make web socket and livehandler daemons listen on IPv4 and IPv6 (#1787)
|
|
* Prevent worker to endlessly retry non-critical API calls (#1788)
|
|
* Fix typo in t/api/02-iso.t
|
|
* Make asset download feature usable by both "jobs post" and "isos post"
|
|
* docs: Cover different asset types and asset options
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 13 15:13:01 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1536756702.f75303c1:
|
|
* Improve error log of AMQP plugin (#1784)
|
|
* Treat failure when posting upload progress as non-critical
|
|
* Allow regular HTTP and WS being passed though reverse proxy
|
|
* Fix random failures in developer mode unit tests
|
|
* Add unit test for posting progress upload
|
|
* Add HMAC time stamp also on livehandler daemon
|
|
* Store upload progress in database
|
|
* Prevent use of uninitialized value when posting upload progress
|
|
* Check for upload progress in developer fullstack test
|
|
* Use API authentification for post upload progress route
|
|
* Test handling of upload progress in UI
|
|
* Show needle editor button not unless upload complete
|
|
* Pass upload progress from worker via liveviewhandler to browser
|
|
* Open needle editor in developer fullstack test
|
|
* Fix one more corner case for blocked_by (#1781)
|
|
* Simplify reschedule code
|
|
* Make the overview page responsive again (#1780)
|
|
* Sort scheduled jobs via database (#1779)
|
|
* Fedmsg plugin: emit 'standardized' fedmsg (#1758)
|
|
* Fix blocked jobs not appearing in scheduled table
|
|
* Increase max execution time per job in fullstack test
|
|
* fullstack.t: Distinguish between not found and wrong permissions
|
|
* Add more checks in 15-comments.t to debug random failure
|
|
* OpenQA::Parser::Format::JUnit include error and skipped details (#1778)
|
|
* Update serial failures detection documentation
|
|
* Prevent asset-releated tests being disturbed by unrelated files
|
|
* Test computing asset status
|
|
* Optimize querying asset status for admin table
|
|
* Allow rendering asset table as JSON
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 09 11:03:30 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1536432963.ac9f540e:
|
|
* Fix the vlan assignment and release
|
|
* Remove debug that prints to STDERR
|
|
* Clean up 05-scheduler-dependencies
|
|
* Take the full cluster into account, not just the first level
|
|
* Avoid undefined warnings from rescheduling
|
|
* Do not reschedule cluster jobs multiple times
|
|
* Do not require websocket in scheduler (#1777)
|
|
* Extend the test coverage for blocked_by
|
|
* Fixed blocked_by calculation not to create loops
|
|
* Schedule the jobs manually in fullstack test
|
|
* git clone only the HEAD of os-autoinst
|
|
* Do only copy back the cache on travis
|
|
* Make 2 debug messages in WS server info
|
|
* Wait for the scheduler to reshedule job 3
|
|
* Die early in full-stack test
|
|
* Don't output 'Scheduling new jobs' if there are 0 free workers
|
|
* Add some means to debug full-stack test
|
|
* Only talk about cpanm if it's actually true
|
|
* Run chromium with --no-sandbox not to require admin caps
|
|
* Revert PR 1747
|
|
* Allow to enable monitoring using mojo-status (#1763)
|
|
* Catch misconfigured test suites creating cycles (#1775)
|
|
* Make tidy fast by only looking at changed files (#1773)
|
|
* Ignore file docker.env created by make target docker.env
|
|
* Update docker-related documentation
|
|
* fullstack/Docker test: Skip os-autoinst build only conditionally
|
|
* fullstck test: Improve ignoring JS errors
|
|
* fullstack test: Prevent auto page reload when waiting for result panel (#1770)
|
|
* Improve help popover for job group/template prio
|
|
* Prevent Firefox to misalign arrows of prio input
|
|
* Disable job template prio editor for non-admins
|
|
* Test using default prio from job group when scheduling ISO
|
|
* Add tests for setting prio via job templates API
|
|
* Improve error msg and response for update of job template API
|
|
* Allow job template to inherit prio from group
|
|
* Allow amending job template priority
|
|
* Use default prio when adding new job template to existing medium
|
|
* Avoid using Mojo::ByteStream directly when rendering JSON
|
|
* Adapt t/16-utils-runcmd.t for e2771ee
|
|
* Fix sorting worker jobs by finished
|
|
* Make 33-developer-mode.t more stable
|
|
* Prevent use of uninitialized $current_running in Worker/Jobs.pm
|
|
* Test opening needle editor for running tests
|
|
* Improve 404 error pages of needle editor for running jobs
|
|
* Test pausing on assert screen timeout
|
|
* Consider only new console messages in fullstack test
|
|
* Adjust upload_status for pausing on assert_screen timeout
|
|
* Fix typo occured -> occurred
|
|
* Test UI changes for pausing on assert_screen timeout
|
|
* devel mode: Hide executed modules when test status updated
|
|
* devel mode: Show reason for pause
|
|
* needle editor: Show 'back to live view' if in devel mode
|
|
* devel mode: Allow to open needle editor when paused
|
|
* devel mode: Add UI elements for pausing at timeout
|
|
* Use git -C for commits
|
|
* Don't check for .git directory when making git commits
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 21 18:55:46 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1534873283.be929573:
|
|
* Remove entrypoint from specfile sources
|
|
* Makefile: Build env file for docker with needed environmental variables
|
|
* Fix Mojolicious version requirement
|
|
* Emit parent group ID in AMQP comment event
|
|
* Use subtests in AMQP test
|
|
* Makefile: Avoid also to parse env with spaces to travis
|
|
* tests: Fix builds on master
|
|
* Adapt fullstack tests to changes in os-autoinst
|
|
* Make javascript_console method less verbose when there are no errors
|
|
* test: disable broken test
|
|
* Do not call unblock introduced in 184d0c5d5
|
|
* Revert "Calculate blocked by jobs on creation in job resultset"
|
|
* Do not display blocked count
|
|
* Do not calculate blocked jobs
|
|
* Drop unused import
|
|
* Revert "Merge pull request #1729 from mudler/blocked_by"
|
|
* Revert "Fix usage of $blocked in test results template (#1740)"
|
|
* Revert "Merge pull request #1741 from coolo/fix_blocked_by"
|
|
* Makefile: cleanup
|
|
* tests: INSTALL_FROM_CPAN by default
|
|
* docker: Pass environment to docker
|
|
* docker: try to build our image with package upgrades and custom entrypoint while running tests
|
|
* docker: Upgrade container packages before running tests
|
|
* Fix suggested command for adding devel repo
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 10 15:29:12 UTC 2018 - coolo@suse.com
|
|
|
|
- Update to version 4.6.1533914931.14b73490:
|
|
* Use the transaction to check if it's empty (and avoid warnings)
|
|
* Upload: Keep the transaction around
|
|
* Calculate blocked_by status of restarted jobs
|
|
* Remove systemd dependencies on scheduler
|
|
* Fix usage of $blocked in test results template (#1740)
|
|
* Make limit for keeping untracked assets configurable
|
|
* Test inheritance and overriding of job/parent group properties
|
|
* Read default job/parent group properties for cleanup from settings
|
|
* Update openQA documentation regarding serial failures detection
|
|
* Make UEFI_PFLASH_VARS non critical on local workers
|
|
* Print autoinst-log.txt after Travis testrun
|
|
* Fix full-stack.t
|
|
* Adapt test of group overview JSON route for parent comments
|
|
* Test tagging on parent group level
|
|
* Test commenting on parent group level
|
|
* Allow pinned comments on parent group overview
|
|
* Support commenting on parent-group level
|
|
* Test overrides for job settings passed to clone job script
|
|
* Reduce indentation in clone_job_apply_settings
|
|
* Require at least IO Socket SSL 2.009
|
|
* Pass worker setting WORKER_HOSTNAME to web UI
|
|
* Add tests for comments carryover if module contains bugref in details
|
|
* developer mode: Don't show same error twice
|
|
* Unify disable_bootstrap_animations and disable_bootstrap_fade_animation
|
|
* Carry comment over if test suite failed with same serial failure
|
|
* developer mode: Show flash messages on errors
|
|
* Test processing state changes from os-autoinst
|
|
* Consider fullpath as a valid asset
|
|
* Minor refactor for clone_job.pl and add unit test
|
|
* Add global settings support for clone job
|
|
* Treat UEFI_PFLASH_VARS as non critical asset
|
|
* Change striped name from IPA results
|
|
* Remove debug leftover
|
|
* Highlight blocked jobs with orange colour
|
|
* Do not hide scheduled jobs if blocked
|
|
* Calculate blocked by jobs on creation in job resultset
|
|
* Release vlan networks only if other jobs in the same cluster aren't running anymore
|
|
* Disable worker shuffling in 05-scheduler-* tests
|
|
* Add scheduler function to disable worker shuffling during computation
|
|
* Adapt job_grab tests
|
|
* Adapt scheduler fullstack test to latest changes
|
|
* Follow the rename of get_websocket_api_version
|
|
* blocked_by calculation: Don't block on self
|
|
* Fix timer reset on quit
|
|
* Calculate blocked_by state later in the process
|
|
* Reset the scheduler tick if not summoned
|
|
* Simply scheduler logic - but a lot
|
|
* Fix blocked_by for chained parallel jobs
|
|
* Disable pp in IPC - a little too noisy on allocating
|
|
* Filtering for scheduler
|
|
* Prepare a hash of jobs
|
|
* Select all scheduled jobs and filter them for free workers
|
|
* Remove BUSY_BACKOFF and CONGESTION_CONTROL
|
|
* Remove CAPTURE_LOOP_AVOIDANCE option
|
|
* Remove OPENQA_SCHEDULER_FIND_JOB_ATTEMPTS option
|
|
* Add UEFI_PFLASH_VARS to detect_asset_keys
|
|
* Mark all restarted (cluster) jobs in UI
|
|
* Add IPA format to OpenQA Parser
|
|
* Improve logging in LiveViewHandler
|
|
* Assign os-autoinst tx not before actually connected
|
|
* Ignore 'Data frame received after close' for now
|
|
* Extend unit tests for live view handler
|
|
* Refactor LiveViewHandler
|
|
* devel mode: Prevent endless, instant reconnects on error
|
|
* Mention how to actually enable openqa-ssl.conf under openSUSE
|
|
* Use wss protocol for websocket connection when page loaded via https
|
|
* Fix javascript errors on running.js (#1719)
|
|
* Update README.md
|
|
|
|
-------------------------------------------------------------------
|
|
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
|