SHA256
2
0
forked from pool/openQA

Offline generation of 4.6.1555478309.f6dfdd9b

4.6.1555478309.f6dfdd9b

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=203
This commit is contained in:
2019-04-17 14:34:37 +00:00
committed by Git OBS Bridge
parent 14d4bd4995
commit 902fe87e59
7 changed files with 62 additions and 8 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Apr 17 14:34:07 UTC 2019 - coolo@suse.com
- Update to version 4.6.1555478309.f6dfdd9b:
* Clone only the latest revision of the SLE needles (#2048)
* Revert "openQA.spec: multiline macros for services and dependencies" (#2051)
* Update architecture diagram in accordance with PR 2043
* Fix the remaining issues of deleting workers
* Get rid of a few warnings that make test results on Travis hard to read
* Be a little more strict about WebSocket server response codes
* There should be no need for AssetPack in the websocket server
* Trust connections from localhost to the websocket server to avoid complex config file requirements
* The websocket server is no longer a dbus service
* Clean up tests and remove a few connection warnings
* The websocket server is no longer a dbus service
* Move ws_send from dbus to HTTP
* Move ws_send_job from dbus to HTTP
* Remove ws_send_all dbus function, which was actually unused
* Remove first dbus function from the websocket server
* Add an HTTP API to the websocket server
* Don't return status 402 on worker deletion failure
* Fix indentation in admin_worker.js
* Make OpenQA::Events::emit_event a non-static member function
* Update AppArmor profile for usrMerge (boo#1132350)
* Add cacheservice as part of openqa-worker.target
* openQA.spec: multiline macros for services and dependencies
-------------------------------------------------------------------
Sun Apr 14 17:57:10 UTC 2019 - coolo@suse.com