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(settings): improve repository picker search

  • Sort GitHub repository options alphabetically in the product create and edit pickers.

GitHub issue
Closed
Hive
tuist/hive #21
fix(settings): reset new-product form and drop redundant repo badge

  • Push a phx:reset-form event from the products LiveView on save success, modal close, and cancel, so the new-product modal’s text inputs actually clear — Noora’s <.text_input>

GitHub issue
Closed
Hive
tuist/hive #22
feat(forage): add Grafana alert ingestion via per-product webhooks

  • Add a per-product inbound webhook system (/webhooks/products/:product_id/:source/:token). Tokens are generated once at creation, shown via a Noora <.alert> callout, and persi…

GitHub issue
Closed
Hive
tuist/hive #23
feat(specs): MDEx body rendering, RFC statuses, and quick-mark menu

GitHub issue
Closed
Hive
tuist/hive #24
fix(mcp): keep changeset errors from crashing on non-binary opts

  • Hive.MCP.Tool.changeset_errors/1 interpolates error options into the message via String.replace(msg, "%{key}", to_string(value)). String.replace/3 evaluates its third arg e…

GitHub issue
Closed
Hive
tuist/hive #25
docs(readme): point at docs.hive.tuist.dev and drop duplicated content

  • Trim README.md from 182 lines to 50: keep the pitch, badges, live-instance + self-host one-liner, and license. Drop the duplicated Self-hosting / Authentication / Object storag…

GitHub issue
Closed
Hive
tuist/hive #27
refactor(meadows): rename products to meadows

  • Renames the Products data model to Meadows end to end to reflect that each record represents a domain boundary rather than a product. Module namespace Hive.Products.* becom…

GitHub issue
Closed
Hive
tuist/hive #28
feat(agents): scaffold Condukt-backed agentic workflow infrastructure

I want Hive to be the place where Tuist’s agentic meadow workflows live, and right now there’s no agent infrastructure here at all. Atlas already runs a production Condukt setup th…

GitHub issue
Closed
Hive
tuist/hive #30
fix(forage): render inline markdown in GitHub issue titles and excerpts

  • HiveWeb.Markdown.inline/1 renders a single line through MDEx with the same options + sanitize policy as render/1, then strips the wrapping <p> so the result can sit inside …

GitHub issue
Closed
Hive
tuist/hive #31
feat(meadows): add danger-zone delete action to the meadow detail page

  • Meadow detail page lacked any way to remove a meadow; the only path was direct DB access. This PR closes that gap with a destructive, confirmation-gated action restricted to orga…

GitHub issue
Closed
Hive
tuist/hive #32