|
|
Faster flaky-alert validation on the server under load
The flaky-alert validation logic on the Tuist server now uses a dedicated ClickHouse materialized view (test_case_runs_validated_on_branch_m
|
Once, Tuist
|
Testing
|
server@1.226.1
|
GitHub
|
|
|
Fix SwiftPM C-target headers breaking sibling shim modules
Fixes a regression from 4.202.0-canary.29 where Tuist incorrectly tagged public headers of SwiftPM C-family targets as Xcode Public, which c
|
Tuist
|
Generated projects
|
4.202.0-canary.32
|
GitHub
|
|
|
Fix SwiftPM C-target header classification breaking sibling shim modules
Fixes a generation regression from 4.202.0-canary.29 where SwiftPM C-family targets were emitting public-directory headers into the generate
|
Tuist
|
Generated projects
|
4.202.0-canary.32
|
GitHub
|
|
|
Faster cold local test builds with single-locale compilation
The test environment now compiles only the English locale by default, matching the dev environment, so a fresh worktree's first cold mix tes
|
Once, Tuist
|
Testing
|
server@1.226.0
|
GitHub
|
|
|
Speed up local test builds by compiling a single locale
Running the server test suite locally now compiles only the default English locale by default, instead of all ten locales, so the first test
|
Once, Tuist
|
Testing
|
server@1.226.0
|
GitHub
|
|
|
Test run errors are surfaced as run/target-level errors instead of synthetic test cases
xctest runner failures that previously appeared as synthetic "xctest () encountered an error" test cases are now shown in a dedicated Errors
|
Once, Tuist
|
Testing
|
server@1.226.0
|
GitHub
|
|
|
Reliability-rate alert evaluations no longer exhaust ClickHouse memory
Reliability-rate rolling evaluations now use smaller, pre-sorted bucket materialized views rather than scanning the full 1000-run aggregate,
|
Once, Tuist
|
Testing
|
server@1.226.0
|
GitHub
|
|
|
Show xctest runner errors as a separate Errors card on test runs, instead of polluting test cases
Test run pages no longer treat xctest runner errors (for example a target whose .xctest bundle can't be loaded, or an app that can't launch)
|
Once, Tuist
|
Testing
|
server@1.226.0
|
GitHub
|
|
|
Stop reliability-rate alerts from exhausting ClickHouse memory and tripping unrelated dashboards
Fixes a ClickHouse OOM that was killing unrelated dashboard and analytics queries with MEMORY_LIMIT_EXCEEDED. Reliability-rate flaky-test al
|
Once, Tuist
|
Testing
|
server@1.226.0
|
GitHub
|
|
|
Stop double-copying static framework module maps
xcframework module maps are no longer duplicated from the generated dependency module map into static framework products, so each module is
|
Tuist
|
Generated projects
|
4.201.0-rc.6
|
GitHub
|