Update to 5.1772092969.74a39650 5.1772092969.74a39650 5.1772092969.74a39650 5.1772092969.74a39650 5.1772092969.74a39650 #24

Open
os-autoinst-obs-workflow wants to merge 1 commits from os-autoinst-obs-workflow/openQA:leap-16.0 into leap-16.0
9 changed files with 68 additions and 14 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 5.1771872170.9e49dbec
Version: 5.1772092969.74a39650
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -18,7 +18,7 @@
%define short_name openQA-devel
Name: %{short_name}-test
Version: 5.1771872170.9e49dbec
Version: 5.1772092969.74a39650
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 5.1771872170.9e49dbec
Version: 5.1772092969.74a39650
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@@ -18,7 +18,7 @@
%define short_name openQA-worker
Name: %{short_name}-test
Version: 5.1771872170.9e49dbec
Version: 5.1772092969.74a39650
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -1,11 +1,65 @@
-------------------------------------------------------------------
Mon Feb 23 19:52:58 UTC 2026 - okurz@suse.com
Thu Feb 26 18:08:33 UTC 2026 - okurz@suse.com
- Update to version 5.1771872170.9e49dbec:
- Update to version 5.1772092969.74a39650:
* test: Consider all of `lib/OpenQA/Task/` covered
* test: Cover handling developer session when saving needles
* test: Cover further error cases when saving needles
* fix: Fix error handling when saving needle JSON
* test: Workaround limitation of coverage tracking
* feat: Improve needle JSON validation
* test: Cover all cases of needle JSON validation
* fix: Avoid Perl warning when validating needle JSON
* refactor: Simplify code in `_delete_needles`
* test: Cover handling error when asset directory is not writable
* test: Cover skipping screenshot cleanup if still enqueued
* feat(openqa-upstreams.inc): set `max_conns` to max connection handled
* refactor: optimize and harden aggregate overview badges implementation
* refactor: improve aggregate overview badges implementation
* test: consolidate SVG badge unit tests
* feat: implement test result badges for aggregate overview queries
-------------------------------------------------------------------
Wed Feb 25 20:08:14 UTC 2026 - okurz@suse.com
- Update to version 5.1772031289.93bc2a13:
* docs(image): describe the TW image with openQA available in o3
* fix(t/03-auth): avoid 'Too many open files' with mocks
* fix: avoid constant redefinition warnings in ScheduledProducts
* feat: add aggregate favicons for test overview
* build: improve cleanup of generated favicon assets
* feat: add Makefile targets to run services with temporary test database
* ci(helm): increase timeout on ct install
* feat: add gitlint for conventional commit checks
-------------------------------------------------------------------
Tue Feb 24 21:52:18 UTC 2026 - okurz@suse.com
- Update to version 5.1771942065.808b073f:
* test(t/44-scripts): extend to cover Python scripts
* test(t/44-scripts): implement individual timeouts
* fix(script): add early argument validation where missing
* test: harmonize Test::More call format using '+' prefix
* Dependency cron 2026-02-24
* test: refine style check and fix ambiguous test calls
* Replace Ingress with Kubernetes Gateway API for external access
* refactor: ensure consistent test call parentheses format
* chore: add dependency for python3-gitlint commit checks
* tweak: Improve logging of Git output
* tweak: Avoid warnings about invalid revision ranges
* tweak: Use normal warning log messages when encountering Git problems
* fix: Avoid Perl warnings if URL passed to `git_commit_url` is invalid
* docs: Add section about security
* Fix tools/test_helm_chart after Helm chart reorganization
* Update Helm chart documentation
* Move worker subchart under openqa/ and fix connectivity
* Add single openqa parent chart with ingress and nginx
* Remove old helm chart structure
-------------------------------------------------------------------
Mon Feb 23 16:01:06 UTC 2026 - okurz@suse.com
- Update to version 5.1771846996.b67911c1:
* fix: update ajv to fix moderate severity ReDoS vulnerability
* fix: update minimatch override to fix high severity ReDoS vulnerability
* openqa-load-templates: Slightly simplify

View File

@@ -1,4 +1,4 @@
name: openQA
version: 5.1771872170.9e49dbec
mtime: 1771872170
commit: 9e49dbec8ea49ad7dac32aacbc0164f855b6bd73
version: 5.1772092969.74a39650
mtime: 1772092969
commit: 74a396508c9a0468c077a85c120fbdbac5bcb04e

View File

@@ -90,7 +90,7 @@
%define qemu qemu
%endif
# The following line is generated from dependencies.yaml
%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) perl(Perl::Critic::Community) python3-yamllint shfmt
%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) perl(Perl::Critic::Community) python3-gitlint python3-yamllint shfmt
# The following line is generated from dependencies.yaml
%define cover_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecovbash)
# The following line is generated from dependencies.yaml
@@ -99,7 +99,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 5.1771872170.9e49dbec
Version: 5.1772092969.74a39650
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later