Skip to content

fix(issues): Move user serialization out of loop in ignored issues handler#116246

Merged
shashjar merged 1 commit into
masterfrom
shashjar/remove-redundant-serialization-calls-in-ignored-issues-handler
May 26, 2026
Merged

fix(issues): Move user serialization out of loop in ignored issues handler#116246
shashjar merged 1 commit into
masterfrom
shashjar/remove-redundant-serialization-calls-in-ignored-issues-handler

Conversation

@shashjar
Copy link
Copy Markdown
Member

@shashjar shashjar commented May 26, 2026

The user_service.serialize_many() call and IgnoredStatusDetails construction were mistakenly placed inside the for group in group_list: loop; neither depends on the group. We should only run this serialization and construction once. No change in behavior, just removing the redundant calls.

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 26, 2026
@shashjar shashjar requested a review from a team May 26, 2026 21:54
@shashjar shashjar marked this pull request as ready for review May 26, 2026 21:54
@shashjar shashjar requested a review from a team as a code owner May 26, 2026 21:54
@shashjar shashjar removed the request for review from a team May 26, 2026 21:54
@shashjar shashjar merged commit 0f46976 into master May 26, 2026
64 checks passed
@shashjar shashjar deleted the shashjar/remove-redundant-serialization-calls-in-ignored-issues-handler branch May 26, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants