Hive Hive
Sign in

Forage

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

Items
818
Open signals
192
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(kura): clarify self-host standalone setup

  • Clarified the Kura self-host standalone example so KURA_NODE_URL is presented as the node’s required peer identity, while KURA_PEERS is only needed for multi-node meshes.

GitHub issue
Closed
Kura
tuist/tuist #11641
feat(kura): raise the Xcode CAS artifact cap from 25 MiB to 256 MiB

MAX_XCODE_BYTES goes from 25 MiB to 256 MiB, with a comment documenting the constraint chain.

GitHub issue
Closed
Kura
tuist/tuist #11650
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
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
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
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