Welder Luz
Welder Luz
## What does this PR change? This PR updates the logic for determining whether an errata requires an update. It introduces a new check that compares the packages associated with...
## What does this PR change? It was showing wrong value when extra packages count is zero. ## GUI diff No difference. - [x] **DONE** ## Documentation - No documentation...
## What does this PR change? This PR fixes the following error in system search: `java.lang.IllegalArgumentException: Comparison method violates its general contract!` The previous approach used `Math.abs(score1 - score2) <...
## What does this PR change? It includes new Cucumber test scenarios to cover the basic functionality of native appstreams support. ## GUI diff No difference. - [x] **DONE** ##...
## What does this PR change? It introduces the option to search by numeric values using operators (, !=) when using the Table component. Initially to be used in the...
## What does this PR change? See title. ## GUI diff No difference. - [x] **DONE** ## Documentation - No documentation needed: only internal and user invisible changes - [x]...
## What does this PR change? It adds: - A new Salt module for collecting CPU architecture-specific data for PowerPC (ppc64), ARM (arm64), and IBM Z (s390). - A new...
## What does this PR change? Changes the `MessageQueue` architecture from a single-threaded dispatcher to a thread pool. This resolves the issue where long-running tasks (like CLM builds) block the...
## What does this PR change? It fixes the following scenario: During a CLM build, `alignPackages()` may add packages to the Channel entity in memory, while `alignErrata()` filters data by...
## What does this PR change? The URL parameter conversion used previously (`q=0`) wasn’t working, and the value was ending up as `None` in the React code. Changing it to...