Hive Hive
Sign in

Fix “does not contain” filter on the build-runs dashboard

Metadata
Source
GitHub
Version
xcresult-processor-image@0.29.0
Domains
Published
Jun 23, 2026 · 11:19 UTC
Repository
tuist/tuist
Update

The build-runs dashboard crashed with Flop.InvalidParamsError whenever users chose “does not contain” on a text filter such as Branch, Xcode version, Gradle version, or operating system version. The operator is now normalized to :not_ilike before being handed to Flop, so the dashboard filters correctly and no longer returns a 500.