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
feat(server,kura): track Kura node usage and add Usage dashboard

Adds the Kura node usage tracking pipeline (node rollups → ClickHouse) and an account-scoped Usage dashboard so customers and Tuist can see what each managed Kura mesh moves. The…

GitHub issue
Closed
Kura
tuist/tuist #10979
GitHub issue
Closed
Kura
tuist/tuist #11027
GitHub issue
Closed
Kura
tuist/tuist #11025
fix(infra): stop server deploys from killing in-flight runner jobs

A runner mid-job survives a server deploy. It doesn’t matter whose job it is — Tuist’s own deploy runner or a customer’s CI — they’re identical pods on the same Linux fleet. To…

GitHub issue
Closed
Compute
tuist/tuist #11038
fix(server): remove min-width:100vw causing horizontal scroll with classic scrollbars

Removed min-width: 100vw from the dashboard’s top-level .layout element in server/assets/app/css/layouts.css.

GitHub issue
Closed
No domains
tuist/tuist #11018
fix(cli): stop emitting -Xcc @resp into OTHER_SWIFT_FLAGS (Xcode 26 “expected exactly one compiler job”)

In LinkGenerator.setupFrameworkSearchPath, the framework-search-path response file is now injected into OTHER_SWIFT_FLAGS as a bare @<resp> token instead of -Xcc @<resp>. `…

GitHub issue
Closed
Generated projects
tuist/tuist #11023
fix(cli): infer DerivedData location for inspect build and tests

When no --derived-data-path is passed, tuist inspect build and tuist inspect tests now infer the DerivedData location the same way Xcode does, instead of always appending `<n…

GitHub issue
Closed
CLI
tuist/tuist #11015
fix(cli): use AsyncParsableCommand for plugin run and test commands

  • Fix tuist plugin run and tuist plugin test which silently print help instead of executing the plugin

GitHub issue
Closed
CLI
tuist/tuist #10603
GitHub issue
Closed
CLI
tuist/tuist #11032
fix(cli): pass precompiled framework search paths to Swift inline, not via @resp

Draft. Fixes the Swift-side failures of the framework-search-path response file under Xcode 26. See the “Scope and limitation” section: this is necessary but not sufficient when …

GitHub issue
Closed
Generated projects
tuist/tuist #11033