Skip to content

add Potential Uplifts tab with Nightly and Beta lists#49

Closed
rvandermeulen wants to merge 1 commit into
mozilla:mainfrom
rvandermeulen:uplift-tab
Closed

add Potential Uplifts tab with Nightly and Beta lists#49
rvandermeulen wants to merge 1 commit into
mozilla:mainfrom
rvandermeulen:uplift-tab

Conversation

@rvandermeulen

Copy link
Copy Markdown

Each list surfaces bugs fixed/verified in the anchor channel that are still flagged affected, fix-optional, or ? on any prior Firefox version down to 5 — candidates for uplift/backport.

Splits the search across multiple smaller OR-chunked queries (~40 versions each) and merges results client-side, working around Bugzilla query complexity limits that prevent spanning all versions in one request.

Adds a fetchBugs hook to BugList.append() for lists that need to load from multiple requests.

Each list surfaces bugs fixed/verified in the anchor channel that are
still flagged affected, fix-optional, or ? on any prior Firefox version
down to 5 — candidates for uplift/backport.

Splits the search across multiple smaller OR-chunked queries (~40 versions
each) and merges results client-side, working around Bugzilla query
complexity limits that prevent spanning all versions in one request.

Adds a fetchBugs hook to BugList.append() for lists that need to load from
multiple requests.
@rvandermeulen

Copy link
Copy Markdown
Author

@globau You and I discussed this a long time ago!

@globau

globau commented Apr 21, 2026

Copy link
Copy Markdown
Collaborator

As discussed on Slack, this has some architectural concerns - it would be easier if I take on the implementation of those fundamental changes.

@globau globau closed this Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants