SHA256
2
0
forked from pool/openQA

Offline generation of 4.6.1563545889.6a8f9a53

4.6.1563545889.6a8f9a53
4.6.1563545889.6a8f9a53

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=246
This commit is contained in:
2019-07-21 00:27:59 +00:00
committed by Git OBS Bridge
parent 2ad1881940
commit 0f14850f9b
9 changed files with 91 additions and 15 deletions

View File

@@ -1,12 +1,23 @@
-------------------------------------------------------------------
Thu Jul 18 16:28:15 UTC 2019 - coolo@suse.com
Sat Jul 20 18:51:06 UTC 2019 - coolo@suse.com
- Update to version 4.6.1563452417.5a40564d:
- Update to version 4.6.1563545889.6a8f9a53:
* spec: Fix SLE12 build with patched out python subpackage
* Start a documentation section on how to build openQA plugins
* templates: Update references to documentation in help texts
* docs: Update references to target versions in our issue tracker
* Document adding new dependencies
* Improve doc section about starting webserver from Git
* Move testing with production data to database section
* Improve documentation about OPENQA_BASEDIR
* Replay cmds in devel mode console only if connected to os-autoinst
* Make sure all four levels of API access have named routes for plugins and tests
* Add undef to return
* Prevent cleaning pool directory in worker availability check
* Add helper script 'openqa-label-all'
* Set log for failing to stop cmd srv to info level
* Do not fail fullstack test when connection closed
* Split api request to own route
* Extend unit tests for OpenQA::Worker
* Do not stop current job twice when stopping during setup
* Remove unused function from worker
@@ -15,9 +26,17 @@ Thu Jul 18 16:28:15 UTC 2019 - coolo@suse.com
* Give the API authentication routes plugins will use names and test them
* Log sent commands in the developer console as well
* Replay commands send though developer console while offline
* Add put method with disabled test
* Fix test doing an equality check on an exception instead of a regular expression comparison
* Fix html
* Adapt codecov target to current coverage
* Small tweaks
* Default to HTTPS instead of HTTP with openqa-client
* Add Operator menu item
* Remove duplicate use
* Small CR adjustment
* Make routes restricted
* Add ObsRsync plugin
* .travis.yml: Save travis CI some testing time
* Add Test::More based error handler to SeleniumTest