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
fix(server): reduce long-lived artifact retention

This reduces long-lived artifact retention without making Enterprise identical to Pro. Pro remains capped at 90 days for the affected artifact classes, while Enterprise moves from …

GitHub issue
Closed
Storage
tuist/tuist #11432
GitHub issue
Closed
Compute Storage
tuist/tuist #11435
fix(server): sort module cache destinations for stable dashboard ordering

The Module Cache view in a build/test run dashboard now renders each target’s Destinations in a deterministic, sorted order. Both the visible Destinations row and the “Copy as …

GitHub issue
Closed
Kura
tuist/tuist #11436
fix(server): preserve docs code snippet spacing

  • Kept code-window pre and code elements inheriting the code font and preserving whitespace.

GitHub issue
Closed
No domains
tuist/tuist #11437
GitHub issue
Closed
Atlas
tuist/tuist #11438
fix(server): batch account-usage job inserts under the Postgres param limit

Tuist.Accounts.Workers.UpdateAllAccountsUsageWorker now chunks the per-account UpdateAccountUsageWorker jobs into batches of 1,000 before calling Oban.insert_all/1, instead o…

GitHub issue
Closed
Atlas
tuist/tuist #11397
feat(server): support custom database schema

This stacks on top of #11408 and adds first-class support for running Tuist’s primary Postgres schema outside of public.

GitHub issue
Closed
Kura
tuist/tuist #11416
fix(server): flag only the failing run as flaky in cross-run detection

Cross-run flaky detection now flags only the contradicted failure as is_flaky, never its passing siblings. A run is flaky iff it is a failure on a commit/scheme the same test…

GitHub issue
Closed
Atlas
tuist/tuist #11449
Add configurable OIDC login and Atlas-style shell

  • Add a generic, env-configured OIDC login flow with PKCE, session storage, and logout support.

GitHub issue
Closed
Hive
tuist/hive #1
feat(storage): configure S3 object storage

  • Add runtime configuration for S3-compatible object storage behind HIVE_OBJECT_STORAGE_PROVIDER=s3.

GitHub issue
Closed
Hive
tuist/hive #2