Hive Hive
Sign in

Forage

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

Items
820
Open signals
194
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(server): drop stale automation framing from webhook copy

The account-level webhook endpoints page still described itself as plumbing for automation actions, but webhook endpoints subscribe directly to event types now and dispatch indepen…

GitHub issue
Closed
No domains
tuist/tuist #10846
perf(server): cut FINAL scans on ClickHouse test_case_runs and test_runs

Three call sites that account for the bulk of CPU and I/O on production ClickHouse were rewritten to avoid full-part FINAL scans. Each query plan was validated against the local Cl…

GitHub issue
Closed
No domains
tuist/tuist #10881
fix(server): apply shard min/max defaults when caller passes nil

--shard-max N (without --shard-min or --shard-max-duration) silently fell back to one shard per test module instead of capping at N. Users with hundreds of modules got hund…

GitHub issue
Closed
Compute
tuist/tuist #10941
fix(server): disconnect active sessions after password reset

  • fix the password reset flow so active browser sessions are disconnected immediately after a successful reset

GitHub issue
Closed
No domains
tuist/tuist #10896
fix(server): route project-only test case run listings through a slim MV

The API endpoint GET /projects/:account/:project/test_case_runs filters only by project_id when neither test_run_id nor test_case_id is provided. With the main `test_case_r…

GitHub issue
Closed
No domains
tuist/tuist #10952
fix(server): attach existing Tuist users on SCIM POST instead of returning 409

Tuist.SCIM.provision_user/2 no longer returns {:error, :email_taken} (HTTP 409) when an Okta SCIM POST /Users targets an email that matches an existing Tuist user not yet a m…

GitHub issue
Closed
No domains
tuist/tuist #10958
fix(server): send large test case lookups as multipart

  • Fix the self-hosted test ingestion path where large existing-test-case lookups can exceed request header limits.

GitHub issue
Closed
No domains
tuist/tuist #10955
feat(server,cli): expose is_quarantined on test case run API

Follow-up to the conversation on #10730 — a much smaller change that I think cleanly unblocks the CI-UX mismatch we were discussing, without the parse-cost concern.

GitHub issue
Closed
CLI
tuist/tuist #10785
feat(server): add outbound webhooks

Implements Webhooks for Tuist Events as a first-class account resource. Owners register HTTPS endpoints from the …

GitHub issue
Closed
No domains
tuist/tuist #10748
feat(kura): add Cloudflare global routing

  • Add optional Cloudflare Load Balancing reconciliation to the Kura controller for account-level global Kura hostnames.

GitHub issue
Closed
Kura
tuist/tuist #10783