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(server, infra): runner metrics chart alignment + full-job coverage

Three fixes that make the runner-job machine-metrics charts trustworthy — the step↔chart correlation, and metric coverage for the whole job. Originally split across #11595/#116…

GitHub issue
Closed
Compute
tuist/tuist #11595
fix(server): use the shared regional gateway for bare-metal Kura regions

On bare-metal (host-network) Kura regions, stop minting a per-account dedicated gateway. gateway_assignment now returns nil when the region’s gateway is :host_network, so…

GitHub issue
Closed
Kura
tuist/tuist #11605
fix(cli): expose tuist test run help

  • Exposes the hidden tuist test run subcommand in the tuist help test subcommand list.

GitHub issue
Closed
CLI
tuist/tuist #11594
fix(cli): plan suite shards from server-side history instead of booting every test bundle

#11558 made suite-granularity shard plans correct by recovering modules that were missing from the initial xcodebuild -enumerate-tests output. That recovery still depended on sim…

GitHub issue
Closed
Testing
tuist/tuist #11581
fix(infra): auto-recover silently-locked-up bare-metal Kura nodes so they stop wedging deploys

A silent kernel lockup on a single-box bare-metal Kura region (Dedibox / OVH / Scaleway Elastic Metal) leaves its Node NotReady indefinitely, which silently wedges every

GitHub issue
Closed
Kura
tuist/tuist #11612
feat(infra): cut prod backups over to the Barman Cloud Plugin (primaryUpdateMethod: restart)

Cuts the production main CNPG cluster (tuist-tuist-pg, 3 instances) over from in-tree barmanObjectStore to the Barman Cloud Plugin, using **`primaryUpdateMethod: restar…

GitHub issue
Closed
Storage
tuist/tuist #11659
feat(server): enable the Kura cache surface by default on self-hosted, and fix self-hosting docs

Fixes the self-hosting guides where they were inaccurate/out-of-date, and removes the setup friction that surfaced while helping a customer stand up a standalone node: on a self-ho…

GitHub issue
Closed
Kura
tuist/tuist #11603
fix(server): remote xcresult processing follow-ups (grants + test-run UX)

Follow-up fixes surfaced while investigating remote xcresult processing, after #11602 landed the migrate-time processor grants + the webhook_endpoints fix. Four fixes across thre…

GitHub issue
Closed
Atlas Testing
tuist/tuist #11604
fix(server): return a suite shard plan instead of a 500 when the client omits enumerated suites

Tuist.Shards.resolve_units/4 for suite granularity now pattern-matches a non-empty list ([_ | _] = suites) before using client-supplied test_suites, so a present-but-nil va…

GitHub issue
Closed
Testing
tuist/tuist #11615
fix(server): relay test-run completion broadcast via Oban so dashboards refresh

A finished test run could stay stuck on the “processing” spinner in the web UI even though ClickHouse already showed status=success — the run looked perpetually unprocessed u…

GitHub issue
Closed
Testing
tuist/tuist #11526