Hive Hive
Sign in

Forage

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

Items
819
Open signals
193
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(graph): materialize arg files from cmd_args

This moves generated response-file handling into the graph action layer instead of leaving each target kind to hand-write files and keep them synchronized with argv.

GitHub issue
Closed
Once
tuist/once #137
refactor(apple): resolve toolchain paths without xcrun

This change introduces resolver records for the Apple toolchain. The records carry the absolute paths for swiftc, clang, clang++, libtool, lipo, and codesign, along wit…

GitHub issue
Closed
Once
tuist/once #142
refactor(graph): rename rules to modules

  • Renames the graph extension surface from rules to modules across Rust frontend APIs, manifest loading, and action digest terminology.

GitHub issue
Closed
Once
tuist/once #115
feat(query): add Cypher-style graph expressions

  • Add a native once query '<MATCH ... RETURN ...>' expression path for read-only graph exploration.

GitHub issue
Closed
Once
tuist/once #121
feat(android): add Android target kinds

  • Add Once-native Android Starlark target kinds for android_resource, android_library, and android_binary.

GitHub issue
Closed
Once
tuist/once #123
feat: Add durable action evidence in once.sqlite

  • Adds an RFC framing Once as a project graph plus project memory, with graph, runs, evidence, views, and loops as the public model.

GitHub issue
Closed
Once
tuist/once #128
feat(prelude): support shared native mobile code

  • Adds shared mobile code target kinds for Swift into Android native libraries and Kotlin/Native into Apple frameworks, so cross-platform source sharing is modeled directly in the …

GitHub issue
Closed
Once
tuist/once #131
feat(run): support visible mobile launches

This adds a --visible option to once run and threads that request through graph analysis as ctx["run"]["visible"] so target kinds can decide how to expose a visible runtime i…

GitHub issue
Closed
Once
tuist/once #149
feat(frontend): add rust_mobile_library target

This adds a higher-level rust_mobile_library target kind to the Rust Starlark prelude. The target itself now records source and crate metadata, while Apple and Android consumers …

GitHub issue
Closed
Once
tuist/once #151
feat(prelude): add Rust and Android test targets

  • Added rust_test for Rust test crates compiled with rustc --test and reported through Once’s generic test capability.

GitHub issue
Closed
Once
tuist/once #152