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(auth): resolve sign-ins by linked identity

  • Resolve OAuth sign-ins by an existing provider identity before falling back to email matching.

GitHub issue
Closed
Hive
tuist/hive #15
fix(auth): harden provider request startup

  • Add an Auth helper for looking up the Ueberauth strategy configured for a provider.

GitHub issue
Closed
Hive
tuist/hive #16
feat(products): add visibility controls

  • Add product visibility as a persisted public/private attribute with migration, validation, seeds, and create/update support.

GitHub issue
Closed
Hive
tuist/hive #17
fix(products): preload repositories instead of server-side searching

  • The repository dropdown in Settings → Products showed “No results” for every query (e.g. typing tuist while the GitHub App has 200+ matching repos) because Noora’s `<.dropd…

GitHub issue
Closed
Hive
tuist/hive #18
feat(forage): add GitHub issues forage source with background syncer

  • Add Hive.GitHub.Client and refactor Hive.GitHub.Repositories onto it so installation-token plumbing is shared.

GitHub issue
Closed
Hive
tuist/hive #20
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