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(cli): hash the resolved embedded product closure into the cache content hash

A target’s binary cache hash does not currently account for the set of products that get embedded into it (resource bundles and embedded frameworks). That set is an emergent proper…

GitHub issue
Closed
Cache
tuist/tuist #10984
fix(cli): pass explicit working directory to manifest evaluation

Manifest evaluation now passes an explicit working directory to the subprocess that compiles and runs Tuist manifests, instead of letting the command runner resolve it from `getcwd…

GitHub issue
Closed
CLI
tuist/tuist #10996
perf(server): speed up LiveView dashboard cold start

Speed up the cold start of dashboard LiveViews by skipping work that the HTTP dead render does not need and by removing a duplicate project lookup.

GitHub issue
Closed
No domains
tuist/tuist #10980
fix(cli): finish test command early when every test target is filtered out

When tuist test builds an app for selective tests (the sharding .build flow) and a scheme resolved down to zero buildable test targets, the CLI failed with:

GitHub issue
Closed
CLI
tuist/tuist #11010
GitHub issue
Closed
Generated projects
tuist/tuist #11030
fix(cli): move framework search path setup into a graph mapper

Moves the entire setupFrameworkSearchPath logic out of LinkGenerator into a new FrameworkSearchPathsGraphMapper. The mapper now owns the whole concern for every target: it de…

GitHub issue
Closed
CLI Generated projects
tuist/tuist #11054
fix(infra): handle sudo password + add tiered BootstrapFailed recovery

Two related provider-robustness fixes surfaced by a production fleet bring-up incident this week (see [follow-up #5 in the original incident PR](https://github.com/tuist/tuist/pull…

GitHub issue
Closed
Compute
tuist/tuist #11013
perf(kura): optimize artifact serving read paths

  • Speed up Kura’s hot read paths by serving from manifests optimistically, increasing HTTP and REAPI stream chunk sizes, and adding direct fast paths for Xcode keyvalue and REAPI a…

GitHub issue
Closed
Kura
tuist/tuist #10919
fix(kura): recover managed cache usage

Related to Sentry issue 124145394

GitHub issue
Closed
Kura
tuist/tuist #11011
GitHub issue
Closed
Kura
tuist/tuist #10935