Hive Hive
Sign in

Forage

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

Items
821
Open signals
195
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
feat(test): add agent-native test capability

This adds an agent-native test capability to Once so coding agents can discover test targets, choose the tests affected by a set of changed files, run them, and read normalized res…

GitHub issue
Closed
Once
tuist/once #89
perf(cache): split Swift actions and prefetch output restore

  • Split apple_library Swift compilation into separate module/header and static archive actions so cache keys can track Swift interface outputs independently from archive packagin…

GitHub issue
Closed
Once
tuist/once #91
feat(runtime): add supervised run sessions

  • Adds supervised target sessions through once runtime start/status/logs/stop, returning a session id while stdout, stderr, and status persist under .once/runtime/.

GitHub issue
Closed
Once
tuist/once #96
Add Rust graph toolchain support

  • Adds Rust graph rules for Cargo-backed dependency sets, first-party libraries and binaries, resolved crates, and proc macros.

GitHub issue
Closed
Once
tuist/once #104
feat: Support workspace rule paths

  • Add root-level [rules] paths support for checked-in Starlark rule files.

GitHub issue
Closed
Once
tuist/once #110
Gracefully handle inconsistent

If a Swift Package contains a single target, for example Foo, SwiftPM can read the sources fro Sources/ sub-directories that don’t have that name, for example Bar. Unfortunat…

GitHub issue
Open
Generated projects
tuist/tuist #8816
docs: Kura self-host / on-prem operator guide (single-host, cert-manager, ingress-nginx, upgrade migration)

The single-host gRPC change (#11356) reshapes how the Kura controller exposes gRPC, but there is no Kura self-host / on-prem documentation today — `server/priv/docs/en/guides/s…

GitHub issue
Open
Kura
tuist/tuist #11393
kura: decide whether the standalone OSS Helm chart should adopt single-host gRPC (currently split-host)

The single-host gRPC change (#11356) moved the Tuist operator (infra/kura-controller) to co-host gRPC on the public host. The standalone Kura OSS Helm chart (`kura/ops/he…

GitHub issue
Open
Kura
tuist/tuist #11394
kura: add gRPC health checking (grpc.health.v1.Health) service + route it on the single-host ingress

Kura’s gRPC server (kura/src/reapi/mod.rs:133-136) registers only the four Bazel REAPI services — Capabilities, ActionCache, ContentAddressableStorage, ByteStream. It doe…

GitHub issue
Open
Kura
tuist/tuist #11391
kura-controller: remove the deprecated spec.grpcPublicHost field (gRPC co-hosts on publicHost)

Since the single-host gRPC change (#11356), KuraInstance.spec.grpcPublicHost is vestigial:

GitHub issue
Open
Kura
tuist/tuist #11390