Skip to content

fix(releases): Skip release query outside releases tab - #120401

Merged
jamieQ merged 2 commits into
masterfrom
fix/avoid-releases-query-mobile-builds
Jul 24, 2026
Merged

fix(releases): Skip release query outside releases tab#120401
jamieQ merged 2 commits into
masterfrom
fix/avoid-releases-query-mobile-builds

Conversation

@jamieQ

@jamieQ jamieQ commented Jul 22, 2026

Copy link
Copy Markdown
Member

The Releases list now skips fetching the Releases endpoint while Mobile Builds or Snapshots is the effective selected tab. This prevents tab-specific search filters from being sent to an unsupported endpoint and eliminates the resulting hidden 400 responses.

The Releases query still runs when the page falls back to the Releases tab, and regression coverage verifies that an active Mobile Builds search does not call the Releases endpoint.

Avoid sending mobile build and snapshot search filters to the releases endpoint when those tabs are active.
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 22, 2026
@jamieQ
jamieQ marked this pull request as ready for review July 22, 2026 22:22
@jamieQ
jamieQ requested a review from a team as a code owner July 22, 2026 22:22
activeSort,
activeStatus,
}),
enabled: selectedTab === 'releases',

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the primary logical change. Seemingly had to move things around b/c of dependency ordering.

@jamieQ
jamieQ merged commit 18b7a95 into master Jul 24, 2026
72 checks passed
@jamieQ
jamieQ deleted the fix/avoid-releases-query-mobile-builds branch July 24, 2026 13:47
Christinarlong pushed a commit that referenced this pull request Jul 24, 2026
The Releases list now skips fetching the Releases endpoint while Mobile
Builds or Snapshots is the effective selected tab. This prevents
tab-specific search filters from being sent to an unsupported endpoint
and eliminates the resulting hidden 400 responses.

The Releases query still runs when the page falls back to the Releases
tab, and regression coverage verifies that an active Mobile Builds
search does not call the Releases endpoint.
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