Hive Hive
Sign in

Forage

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

Items
632
Open signals
159
Domains
11
Forage items
Item Type Status Domains Source Updated Actions
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
feat: Forage work sources with GitHub login and org member roles

  • Add a Forage dashboard section: a collapsible sidebar group of work sources (feature requests, bug reports, feedback, and organization-only Grafana alerts), with the home rou…

GitHub issue
Closed
Hive
tuist/hive #3
feat(storage): configure object storage and vector database

  • Add a real S3-compatible object storage client with signed put, get, head, delete, public URL, and bucket helpers on top of the existing deployment/runtime configuration.

GitHub issue
Closed
Hive
tuist/hive #5
Add runtime OpenGraph image generation

  • Add runtime OpenGraph image data, metadata helpers, and hashed image routes for every current user-facing HTML page.

GitHub issue
Closed
Hive
tuist/hive #6
feat(mcp): add Boruta-authenticated server

  • Add a Boruta-backed OAuth authorization-code flow for MCP clients, including dynamic client registration and token issuance endpoints.

GitHub issue
Closed
Hive
tuist/hive #7
feat(products): configure products and GitHub App integration

  • Add configurable products with GitHub repository associations, including the Ecto schema, Products context, migration, and seeded sample products.

GitHub issue
Closed
Hive
tuist/hive #8