Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Rolling-window automations Automations now offer a rolling-window option alongside the calendar window. Pick Last days to evaluate over a fixed period like 30d, or Rol
Atlas, Tuist
Atlas
RSS
Selective testing subhashes The Selective Testing tab on a test run now exposes the same per-target subhashes the Module Cache tab already had. Expand a row to see exac
Tuist
Cache
RSS
Comparison-based automation conditions Automations now have a Comparison dropdown alongside When, with Greater or equal, Greater than, Less than, and Less or equal. Pair it with a
Atlas, Tuist
Atlas
RSS
Dogfood Fabrik builds via a new cargo_binary target Fabrik can now build its own release binary through a new cargo_binary target kind. A root //:fabrik target in the workspace lets you run fa
Once
Once
0.3.0
GitHub
Cargo-backed Rust binary targets are now supported Adds a new cargo_binary target type to the built-in Rust frontend. Cargo-backed Rust binaries can now be declared in fabrik.star files, and
Once
Once
0.3.0
GitHub
Fabrik now dogfoods its own build graph Fabrik can now build itself through its own build graph. A root //:fabrik target is included, and the project’s CI runs target/release/fabri
Once
Once
0.3.0
GitHub
Fabrik can build Cargo-backed Rust binaries and dogfoods its own release builds This release adds a cargo_binary target so you can build Cargo-backed Rust binaries with Fabrik. It also introduces a root //:fabrik target
Once
Once
0.3.0
GitHub
Fabrik builds itself via dogfood Cargo target Fabrik can now build itself through its own build graph. Running target/release/fabrik run //:fabrik uses a new cargo_binary target type to
Once
Once
0.3.0
GitHub
Forward mise environment variables to Cargo builds Fabrik now forwards mise environment variables (such as MISE_TRUSTED_CONFIG_PATHS and MISE_YES) into cargo_binary build actions. This fixes
Once
Once
0.3.0
GitHub
Declare targets in fabrik.star files and build them with fabrik run Fabrik now evaluates per-package fabrik.star build files through a typed Starlark frontend. You can declare targets using built-in helpers l
Once
Once
0.2.0
GitHub