Hive Hive
Sign in

Forage

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

Items
820
Open signals
194
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(drops): render sources as Noora table

Reworked the Drops operations source list so it uses the standard Noora table pattern instead of a custom card-row layout.

GitHub issue
Closed
Hive
tuist/hive #86
refactor(forage): split detail metadata and body cards

This separates the forage item detail page into two sibling cards:

GitHub issue
Closed
Hive
tuist/hive #85
feat(server): reap runner jobs stranded in the queued phase

Adds StaleQueuedJobsWorker, a recovery worker that resolves runner_jobs rows stranded in the queued phase. It runs on the hosted-only crontab every 5 minutes.

GitHub issue
Closed
Compute
tuist/tuist #11455
feat(server): self-hosted Kura nodes with per-account mesh CA enrollment

Lets a customer run their own Kura cache nodes, authorized by Tuist’s control plane, and bridge them into the same mutually-authenticated mesh as their Tuist-managed nodes. Typic…

GitHub issue
Closed
Kura
tuist/tuist #11294
fix(server): scale flaky-alert rolling recovery query so alerts don’t wedge

Recovery-enabled rolling flaky-test alerts were silently going dormant: they stopped marking, muting, and recovering tests entirely, while the rest of the automation engine kept ru…

GitHub issue
Closed
No domains
tuist/tuist #11462
GitHub issue
Closed
Generated projects
tuist/tuist #11454
fix(cli): bound best-effort run metadata uploads

This caps best-effort run metadata uploads at 15 seconds in both places where they can run:

GitHub issue
Closed
CLI
tuist/tuist #11456
fix(cli): skip static products linting when warning targets is .none

When staticSideEffectsWarningTargets is set to .none, the StaticProductsGraphLinter still performs the full DFS traversal of the dependency graph before discarding all result…

GitHub issue
Closed
Generated projects
tuist/tuist #10074
fix(cli): base canary changelog on the previous canary

Canary release notes list every commit back to the last stable tag instead of just what landed since the previous canary. For example, [4.201.0-canary.19](https://github.co…

GitHub issue
Closed
Distribution
tuist/tuist #11479
fix(cli): exclude module-map xcframework headers from search paths

Fixes a Redefinition of module 'X' regression introduced in 4.201.0-rc.1 when a target depends on a precompiled xcframework that ships a module.modulemap (reported by a user …

GitHub issue
Closed
Generated projects
tuist/tuist #11472