Skip to content

ref: Drop unused 'unmigratable' status literal from repo query types#115906

Merged
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/ref-drop-unused-unmigratable-status-literal-from-repo-query-types
May 20, 2026
Merged

ref: Drop unused 'unmigratable' status literal from repo query types#115906
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/ref-drop-unused-unmigratable-status-literal-from-repo-query-types

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

@evanpurkhiser evanpurkhiser commented May 20, 2026

Follow-up to #115905, which removed the backend ?status=unmigratable path on the org repositories endpoint.

The 'unmigratable' literal in the two status?: type unions in static/app/utils/repositories/repoQueryOptions.ts was the last reference to that mode anywhere in static/, and nothing has passed it since the migration UI was removed in #17823 (March 2020).

Follow-up to the backend cleanup. The `?status=unmigratable` query path
on the org repositories endpoint has been removed; the dead `'unmigratable'`
literal in the `status?:` unions in `repoQueryOptions.ts` was the last
reference in `static/` and had no callers.
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 20, 2026 17:32
@evanpurkhiser evanpurkhiser requested review from a team and removed request for a team May 20, 2026 17:32
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.56%

@evanpurkhiser evanpurkhiser enabled auto-merge (squash) May 20, 2026 19:23
@evanpurkhiser evanpurkhiser merged commit 1d432e2 into master May 20, 2026
73 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-drop-unused-unmigratable-status-literal-from-repo-query-types branch May 20, 2026 19:24
JonasBa pushed a commit that referenced this pull request May 21, 2026
…115906)

Follow-up to #115905, which removed the backend `?status=unmigratable`
path on the org repositories endpoint.

The `'unmigratable'` literal in the two `status?:` type unions in
`static/app/utils/repositories/repoQueryOptions.ts` was the last
reference to that mode anywhere in `static/`, and nothing has passed it
since the migration UI was removed in #17823 (March 2020).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants