Hive Hive
Sign in

Forage

Feature requests, bug reports, feedback, GitHub issues, and Grafana alerts in one queue.

Items
819
Open signals
193
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(server): stop reporting expected webhook delivery failures to Sentry

Tuist.SentryEventFilter.before_send/1 now drops Sentry events whose original exception is an Oban.PerformError tagged with Tuist.Webhooks.Workers.DeliveryWorker, plus a new t…

GitHub issue
Closed
Atlas
tuist/tuist #11631
perf(server): back flaky-alert default-branch validation with a marker MV

Follow-up from the ClickHouse CPU investigation. Fixes the #1 CPU-consuming query (the flaky-alert default-branch validation gate). Independent of the OOM/memory fix (already shi…

GitHub issue
Closed
Testing
tuist/tuist #11626
feat(server): model xctest runner errors as run/target-level Errors, not test cases

Models xctest (<pid>) encountered an error runner errors the way Xcode does — as a first-class Errors concept per target — instead of as test cases. This is the proper fix fo…

GitHub issue
Closed
Testing
tuist/tuist #11606
fix(server): route reliability-rate rolling alerts through bucketed MVs and cap ClickHouse query memory

Draft. Fix #1 (bucketed reliability MV) + Fix #2 (per-query memory cap) from the ClickHouse OOM investigation. The remaining follow-up (isolating AlertEvaluationWorker onto its…

GitHub issue
Closed
Testing
tuist/tuist #11623
feat(server): cursor-only generations API + faster flaky-marking scan

Two ClickHouse read-path fixes for “Slow ClickHouse query” Grafana alerts (p90 > 1s), profiled against production system.query_log and validated against prod data + the local…

GitHub issue
Closed
Generated projects Testing
tuist/tuist #11634
fix(server): give the suite catch-all shard every module’s test products

Fixes the suite-granularity catch-all shard failing with Missing test product, which is currently red on main in our own acceptance-test CI (`main CLI → Acceptance Tests (1) …

GitHub issue
Closed
Testing
tuist/tuist #11635
fix(server): count each run once in rolling flaky/reliability alert evaluation

The rolling-window path of the flaky-test automations (FlakyTestsMonitor) now collapses the per-test-case recent-runs aggregate to one entry per run before computing a rate. …

GitHub issue
Closed
Testing
tuist/tuist #11627
feat: module cache network analytics (bandwidth + overall fetch time)

Per-run module cache network analytics: for every run, see how much data the module (binary) cache moved and how fast, right next to its hit rate.

GitHub issue
Closed
Cache
tuist/tuist #11619
feat(kura): serve HTTP and REAPI gRPC on a single co-hosted listener

Kura used to serve its HTTP cache API and its REAPI gRPC surface on two separate listeners (container ports 4000 and 50051). That’s invisible behind the public ingress, where n…

GitHub issue
Closed
Kura
tuist/tuist #11591
fix(cli): batch CAS analytics writes off the cooperative pool

The CAS daemon’s per-operation analytics recording moves off the Swift-concurrency cooperative pool:

GitHub issue
Closed
Cache
tuist/tuist #11630